Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
35         Log: NetWare update from Ananth Kesari.
36      Branch: perl
37            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
38            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
39 ____________________________________________________________________________
40 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
41         Log: Retract #11984: div() being redefined, and 1397
42              failing on 64-bit platforms.
43      Branch: perl
44            ! lib/Math/BigInt/Calc.pm
45 ____________________________________________________________________________
46 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
47         Log: Metaconfig unit change for #11999.
48      Branch: metaconfig
49            ! U/protos/d_lseekproto.U
50 ____________________________________________________________________________
51 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
52         Log: The lseek fix (#11991) was no fix.
53      Branch: perl
54            ! Configure
55 ____________________________________________________________________________
56 [ 11998] By: sky                                   on 2001/09/11  07:52:06
57         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
58              From: Matt Sergeant <MSergeant@star.net.uk>
59              Date: Tue, 11 Sep 2001 09:22:32 +0100
60              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
61      Branch: perl
62            ! ext/Encode/Encode.pm
63 ____________________________________________________________________________
64 [ 11997] By: sky                                   on 2001/09/11  06:35:29
65         Log: Sometimes dTHX is added because it is needed on non 
66              gnuc platforms, but not needed there. This uses GCC
67              to silence GCC specific warnings by marking pTHX as 
68              unused.
69      Branch: perl
70            ! perl.h
71 ____________________________________________________________________________
72 [ 11996] By: nick                                  on 2001/09/11  06:25:27
73         Log: Integrate mainline
74      Branch: perlio
75            - ext/POSIX/sigaction.t lib/File/Find/taint.t
76           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
77 ____________________________________________________________________________
78 [ 11995] By: nick                                  on 2001/09/11  06:23:39
79         Log: Part Integrate mainline
80      Branch: perlio
81           +> (branch 69 files)
82            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
83            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
84            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
85            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
86            - lib/Switch/t/switch_case.t lib/Test/Harness.t
87            - lib/Test/More/Changes lib/Test/More/t/More.t
88            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
89            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
90            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
91            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
92            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
93            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
94            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
95            - t/lib/Test/More/Catch.pm wince/perl.ico
96           !> (integrate 197 files)
97 ____________________________________________________________________________
98 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
99         Log: Subject: Re: [PATCH] Encode.pm docs fix
100              From: Gisle Aas <gisle@ActiveState.com>
101              Date: 10 Sep 2001 11:27:02 -0700
102              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
103      Branch: perl
104            ! ext/Encode/Encode.pm
105 ____________________________________________________________________________
106 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
107         Log: Fix unpack U to be the reverse of pack U
108              (but implement unpack U0U as a backdoor to get
109              the UTF-8 malformed warnings from un-UTF-8 data)
110      Branch: perl
111            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
112 ____________________________________________________________________________
113 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
114         Log: Metaconfig unit change for #11991;
115              delete an unused unit (d_strtoull.U is the one used)
116      Branch: metaconfig
117            ! U/protos/d_lseekproto.U
118      Branch: metaconfig/U/perl
119            - strtoull.U
120 ____________________________________________________________________________
121 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
122         Log: Subject: [PATCH] Configure not recording lseek proto
123              From: Blair Zajac <blair@orcaware.com>
124              Date: Mon, 10 Sep 2001 17:52:37 -0700
125              Message-ID: <3B9D6055.BA334A31@orcaware.com>
126              
127              plus regen Configure.
128      Branch: perl
129            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
130            ! config_h.SH uconfig.h
131 ____________________________________________________________________________
132 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
133         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
134              From: Nicholas Clark <nick@ccl4.org>
135              Date: Tue, 11 Sep 2001 00:00:31 +0100
136              Message-ID: <20010911000031.G1512@plum.flirble.org>
137      Branch: perl
138            + t/op/qq.t
139            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
140 ____________________________________________________________________________
141 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
142         Log: Subject: [PATCH] Building on win32 w/o perlio
143              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
144              Date: Mon, 10 Sep 2001 23:38:46 +0200
145              Message-ID: <3B9D4F06.14433.2C37644@localhost>
146      Branch: perl
147            ! perl.c win32/Makefile win32/makefile.mk
148 ____________________________________________________________________________
149 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
150         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
151              From: "chromatic" <chromatic@rmci.net>
152              Date: Mon, 10 Sep 2001 15:14:01 -0600
153              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
154      Branch: perl
155            + lib/CGI/t/push.t
156            ! MANIFEST
157 ____________________________________________________________________________
158 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
159         Log: Subject: avoiding hoardes of zombies
160              From: Nicholas Clark <nick@ccl4.org>
161              Date: Mon, 10 Sep 2001 22:00:40 +0100
162              Message-ID: <20010910220040.C1512@plum.flirble.org>
163      Branch: perl
164            ! pod/perlipc.pod
165 ____________________________________________________________________________
166 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
167         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
168              From: John Peacock <jpeacock@rowman.com>
169              Date: Mon, 10 Sep 2001 16:34:30 -0400
170              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
171      Branch: perl
172            ! sv.c t/op/ver.t utf8.h
173 ____________________________________________________________________________
174 [ 11985] By: ams                                   on 2001/09/10  23:20:13
175         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
176      Branch: perl
177            ! MANIFEST
178 ____________________________________________________________________________
179 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
180         Log: (Retracted by #12001)
181              Subject: Calc with USE_MUL/USE_DIV
182              From: Tels <perl_dummy@bloodgate.com>
183              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
184              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
185      Branch: perl
186            ! lib/Math/BigInt/Calc.pm
187 ____________________________________________________________________________
188 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
189         Log: Subject: [PATCH op.c] Re: perl@11978
190              From: Robin Barker <rmb1@cise.npl.co.uk>
191              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
192              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
193              
194              Format errors.
195      Branch: perl
196            ! op.c
197 ____________________________________________________________________________
198 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
199         Log: Switch PADOFFSET back to U32 both because of binary backward
200              compatibility and because Arthur seems to have been fixing the
201              problems with naughty integer-pointer casting.
202      Branch: perl
203            ! op.h
204 ____________________________________________________________________________
205 [ 11981] By: ams                                   on 2001/09/10  16:31:43
206         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
207              Fix Pod Typo, Add Test for ExtUtils::Command
208              From: "chromatic" <chromatic@rmci.net>
209              Date: Mon, 10 Sep 2001 11:20:56 -0600
210              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
211      Branch: perl
212            + lib/ExtUtils/Command.t
213            ! MANIFEST lib/ExtUtils/Command.pm
214 ____________________________________________________________________________
215 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
216         Log: Subject: [PATCH] Encode.pm docs fix
217              From: Matt Sergeant <MSergeant@star.net.uk>
218              Date: Mon, 10 Sep 2001 15:24:01 +0100
219              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
220      Branch: perl
221            ! ext/Encode/Encode.pm
222 ____________________________________________________________________________
223 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
224         Log: Update Changes.
225      Branch: perl
226            ! Changes patchlevel.h
227 ____________________________________________________________________________
228 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
229         Log: Revert #11973, the dTHX seems to be needed in there
230              for threaded builds.
231      Branch: perl
232            ! perlio.c
233 ____________________________________________________________________________
234 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
235         Log: Detypo.
236      Branch: perl
237            ! pod/perlguts.pod
238 ____________________________________________________________________________
239 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
240         Log: Further Class::Struct patching from Damian.
241              
242              The new new semantics are:
243              
244              * If you pass an initializer for a nested object, it has to be:
245              a) a reference to an object of that class, or      
246              b) a reference to an object of a subclass of that class, or
247              c) a reference to a hash of arguments to be passed to the
248              class's constructor
249              * If you pass no initializer for a nested object, the attribute
250              is initialized to C<undef>
251      Branch: perl
252            ! lib/Class/Struct.pm
253 ____________________________________________________________________________
254 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
255         Log: Skip the crypt test if no crypt.
256      Branch: perl
257            ! t/op/crypt.t
258 ____________________________________________________________________________
259 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
260         Log: Warn against using bare v-strings as IP addresses
261              (okay if using the wrappers from Socket)
262      Branch: perl
263            ! pod/perldata.pod pod/perlport.pod
264 ____________________________________________________________________________
265 [ 11973] By: sky                                   on 2001/09/10  11:57:58
266         Log: Remove unused dTHX. Silenced another warning.
267      Branch: perl
268            ! perlio.c
269 ____________________________________________________________________________
270 [ 11972] By: sky                                   on 2001/09/10  11:54:25
271         Log: Silence some more warnings INT2PTR.
272      Branch: perl
273            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
274 ____________________________________________________________________________
275 [ 11971] By: sky                                   on 2001/09/10  11:21:50
276         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
277      Branch: perl
278            ! cop.h
279 ____________________________________________________________________________
280 [ 11970] By: sky                                   on 2001/09/10  11:17:25
281         Log: Apply INT2PTR with force to silence warnings from
282              PM_GETRE and friends. No more warnings with 64bit 
283              IVs and 32bit pointers.    
284      Branch: perl
285            ! op.c op.h perl.c
286 ____________________________________________________________________________
287 [ 11969] By: sky                                   on 2001/09/10  10:13:02
288         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
289      Branch: perl
290            ! pod/perlguts.pod
291 ____________________________________________________________________________
292 [ 11968] By: sky                                   on 2001/09/10  10:02:51
293         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
294              Rename to custop_op_name to Perl_custom_op_name to match perlapi
295              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
296              perl_clone.
297      Branch: perl
298            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
299 ____________________________________________________________________________
300 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
301         Log: Using strlen() not good on embedded nul bytes.
302      Branch: perl
303            ! regcomp.c
304 ____________________________________________________________________________
305 [ 11966] By: ams                                   on 2001/09/09  21:06:13
306         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
307              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
308              Date: Mon, 13 Aug 2001 22:51:59 +0200
309              Message-ID: <20010813225159.C6681@rafael>
310              (Applied with several tweaks.)
311      Branch: perl
312            ! embed.h embed.pl proto.h toke.c
313 ____________________________________________________________________________
314 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
315         Log: The exact error message is system-dependent.
316      Branch: perl
317            ! lib/ExtUtils/Manifest.t
318 ____________________________________________________________________________
319 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
320         Log: Add Windows and Mac Sami support to Encode
321              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
322      Branch: perl
323            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
324            ! MANIFEST
325 ____________________________________________________________________________
326 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
327         Log: Use the tried method.
328      Branch: perl
329            ! pod/perlport.pod
330 ____________________________________________________________________________
331 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
332         Log: Can't count parentheses.
333      Branch: perl
334            ! ext/IO/lib/IO/Socket/INET.pm
335 ____________________________________________________________________________
336 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
337         Log: perlport additions: 1 while unlink, add/delete directory
338              entries and permissions, cygwin stat funkiness (from Michael
339              Schwern and Nicholas Clark)
340      Branch: perl
341            ! pod/perlport.pod
342 ____________________________________________________________________________
343 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
344         Log: blib does have a detectable test.
345      Branch: perl
346            ! t/lib/1_compile.t
347 ____________________________________________________________________________
348 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
349         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
350              From: "chromatic" <chromatic@rmci.net>
351              Date: Sat, 08 Sep 2001 19:33:42 -0600
352              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
353      Branch: perl
354            + lib/Term/Complete.t
355            ! MANIFEST
356 ____________________________________________________________________________
357 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
358         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
359              From: Michael G Schwern <schwern@pobox.com> 
360              Date: Sat, 8 Sep 2001 02:40:26 -0400
361              Message-ID: <20010908024026.A26283@blackrider>
362      Branch: perl
363            + lib/Test/Tutorial.pod
364            ! MANIFEST
365 ____________________________________________________________________________
366 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
367         Log: Try to look up protocol (by name) only iff it has non-numbers:
368              nice if the server is in a chrooted environment (no /etc/protocols,
369              server code using hardcorded protocol numbers like 6 for tcp),
370              suggested by John Holdsworth <coldwave@bigfoot.com>.
371              In other words, if we are given a number, why look it up again
372              (by number)?
373      Branch: perl
374            ! ext/IO/lib/IO/Socket/INET.pm
375 ____________________________________________________________________________
376 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
377         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
378              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
379              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
380              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
381              
382              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
383              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
384              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
385              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
386              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
387              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
388              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
389              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
390      Branch: perl
391            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
392 ____________________________________________________________________________
393 [ 11955] By: ams                                   on 2001/09/09  02:54:21
394         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
395              From: "Craig A. Berry" <craigberry@mac.com>
396              Date: Sat, 08 Sep 2001 19:02:16 -0500
397              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
398      Branch: perl
399            ! lib/CGI/t/carp.t
400 ____________________________________________________________________________
401 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
402         Log: Documentation tweaks; think the IP address as an opaque string.
403      Branch: perl
404            ! ext/Socket/Socket.pm
405 ____________________________________________________________________________
406 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
407         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
408              From: Michael G Schwern <schwern@pobox.com>
409              Date: Sat, 8 Sep 2001 19:45:46 -0400
410              Message-ID: <20010908194546.C9193@blackrider>
411      Branch: perl
412            + lib/blib.t
413            ! MANIFEST lib/blib.pm t/lib/1_compile.t
414 ____________________________________________________________________________
415 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
416         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
417              From: "chromatic" <chromatic@rmci.net>
418              Date: Sat, 08 Sep 2001 12:31:44 -0600
419              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
420      Branch: perl
421            + lib/CGI/t/fast.t
422            ! MANIFEST
423 ____________________________________________________________________________
424 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
425         Log: The Socket tests were wrong: they were assuming too much.
426      Branch: perl
427            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
428 ____________________________________________________________________________
429 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
430         Log: Retract the portability changes since they
431              seem to have opened a can of worms... will
432              go back to UNICOS/mk and do the bare minimum
433              required to get the tests working.
434      Branch: perl
435            ! ext/Socket/Socket.xs
436 ____________________________________________________________________________
437 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
438         Log: PADOFFSET is used to cast pointers into integers,
439              if pointers are 64 bits and U32 32 bits,
440              bad things may happen, or at least warnings issued.
441      Branch: perl
442            ! op.h
443 ____________________________________________________________________________
444 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
445         Log: Still more Socket portability tweaking.
446              Now Socket.t seems to be happy in all of
447              Linux/x86, Tru64/alpha, Solaris/sparc,
448              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
449              
450              Addendum: it seems that io_multihomed, io_sock, and hostent
451              were broken in little-endians (linux/x86 and tru64/alpha)
452              because of this change.  Argh.
453      Branch: perl
454            ! ext/Socket/Socket.xs
455 ____________________________________________________________________________
456 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
457         Log: More portability kicking on inet_ntoa().
458      Branch: perl
459            ! ext/Socket/Socket.xs
460 ____________________________________________________________________________
461 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
462         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
463              From: Michael G Schwern <schwern@pobox.com> 
464              Date: Fri, 7 Sep 2001 23:06:51 -0400
465              Message-ID: <20010907230651.R606@blackrider>
466      Branch: perl
467            + lib/ExtUtils/Manifest.t
468            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
469 ____________________________________________________________________________
470 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
471         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
472              From: "chromatic" <chromatic@rmci.net>
473              Date: Fri, 07 Sep 2001 17:53:15 -0600      
474              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
475      Branch: perl
476            + lib/ExtUtils/testlib.t
477            ! MANIFEST
478 ____________________________________________________________________________
479 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
480         Log: Thinko.
481      Branch: perl
482            ! lib/integer.t
483 ____________________________________________________________________________
484 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
485         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
486              From: "Craig A. Berry" <craigberry@mac.com>
487              Date: Fri, 07 Sep 2001 15:30:03 -0500
488              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
489      Branch: perl
490            ! lib/CGI/Carp.pm
491 ____________________________________________________________________________
492 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
493         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
494              From: Michael G Schwern <schwern@pobox.com>
495              Date: Fri, 7 Sep 2001 15:38:13 -0400
496              Message-ID: <20010907153813.K606@blackrider>
497      Branch: perl
498            ! lib/ExtUtils/MM_Unix.pm
499 ____________________________________________________________________________
500 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
501         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
502              From: Robin Barker <rmb1@cise.npl.co.uk>
503              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
504              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
505      Branch: perl
506            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
507 ____________________________________________________________________________
508 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
509         Log: Clean up 1_compile.t; move tests to more consistent
510              places (t/ subdirectories); add integer.t (much of
511              the pragma is tested elsewhere but there is no one
512              centralized place)
513      Branch: perl
514            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
515            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
516            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
517            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
518            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
519            - lib/File/Find/find.t lib/File/Find/taint.t
520            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
521 ____________________________________________________________________________
522 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
523         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
524              From: "chromatic" <chromatic@rmci.net>
525              Date: Fri, 07 Sep 2001 10:17:40 -0600
526              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
527      Branch: perl
528            ! lib/File/Find/taint.t
529 ____________________________________________________________________________
530 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
531         Log: Update Changes.
532      Branch: perl
533            ! Changes patchlevel.h
534 ____________________________________________________________________________
535 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
536         Log: Rename the old threading tutorial, start a new one,
537              regen toc.
538      Branch: perl
539            + pod/perlothrtut.pod
540            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
541            ! pod/perltoc.pod
542 ____________________________________________________________________________
543 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
544         Log: vars very much has a test.
545      Branch: perl
546            ! t/lib/1_compile.t
547 ____________________________________________________________________________
548 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
549         Log: Subject: Re: wince/perl.ico marked as binary
550              From: Nicholas Clark <nick@ccl4.org>
551              Date: Fri, 7 Sep 2001 13:54:40 +0100
552              Message-ID: <20010907135439.D39150@plum.flirble.org>
553              
554              and wince/Makefile.ce change from Rainer Keuchel.
555      Branch: perl
556            + wince/makeico.pl
557            ! MANIFEST wince/Makefile.ce
558 ____________________________________________________________________________
559 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
560         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
561              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
562              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
563              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
564      Branch: perl
565            ! regexec.c
566 ____________________________________________________________________________
567 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
568         Log: (Replaced by #11934)
569              Subject: Re: [PATCH regexec.c] more general .* and .*?
570              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
571              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
572              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
573      Branch: perl
574            ! regexec.c
575 ____________________________________________________________________________
576 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
577         Log: The #11931 patching misbehaved.
578      Branch: perl
579            ! lib/Test/Harness/t/test-harness.t
580 ____________________________________________________________________________
581 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
582         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
583              From: Michael G Schwern <schwern@pobox.com>
584              Date: Fri, 7 Sep 2001 03:30:41 -0400
585              Message-ID: <20010907033041.A2796@blackrider>
586      Branch: perl
587            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
588            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
589            + t/lib/sample-tests/header_at_end_fail
590            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
591            - lib/Test/Harness.t
592            ! MANIFEST lib/Test/Harness.pm t/TEST
593 ____________________________________________________________________________
594 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
595         Log: Subject: [PATCH] Digest::MD5 update
596              From: Gisle Aas <gisle@ActiveState.com>
597              Date: 06 Sep 2001 23:32:56 -0700
598              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
599      Branch: perl
600            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
601            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
602 ____________________________________________________________________________
603 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
604         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
605              From: "chromatic" <chromatic@rmci.net>
606              Date: Thu, 06 Sep 2001 23:11:44 -0600
607              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
608      Branch: perl
609            + lib/less.t
610            ! MANIFEST t/lib/1_compile.t
611 ____________________________________________________________________________
612 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
613         Log: The binary file must somehow differently stored.
614      Branch: perl
615            - wince/perl.ico
616            ! MANIFEST
617 ____________________________________________________________________________
618 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
619         Log: Add more modules to the list of modules that have tests,
620              Schwern's wallet is getting more nervous.
621              (Run t/lib/1_compile.t manually to see which modules
622              are lacking tests, or the tests can't be run for some
623              reason or another, such as the Net:: modules)
624      Branch: perl
625            ! t/lib/1_compile.t
626 ____________________________________________________________________________
627 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
628         Log: Try to make Socket::inet_ntoa() more robust.
629      Branch: perl
630            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
631 ____________________________________________________________________________
632 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
633         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
634              From: chromatic <chromatic@rmci.net>       
635              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
636              Message-Id: <01090522580506.19590@firewheel>           
637      Branch: perl
638            ! lib/English.t
639 ____________________________________________________________________________
640 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
641         Log: Subject: Re: perlvar manpage and localizing special vars
642              From: Stas Bekman <stas@stason.org>
643              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
644              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
645      Branch: perl
646            ! pod/perlvar.pod
647 ____________________________________________________________________________
648 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
649         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
650              From: Robin Barker <rmb1@cise.npl.co.uk>
651              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
652              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
653      Branch: perl
654            ! lib/ExtUtils/MakeMaker.pm
655 ____________________________________________________________________________
656 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
657         Log: Symbol missing; AIX unhappy.
658      Branch: perl
659            ! makedef.pl
660 ____________________________________________________________________________
661 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
662         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
663              Reported in 5.61, seems to work okay in blead.
664      Branch: perl
665            ! t/run/kill_perl.t
666 ____________________________________________________________________________
667 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
668         Log: Update Changes.
669      Branch: perl
670            ! Changes patchlevel.h
671 ____________________________________________________________________________
672 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
673         Log: Document the bad assumptions currently breaking
674              the Socket.t tests 10, 11, and 13 in UNICOS.
675      Branch: perl
676            ! ext/Socket/Socket.xs
677 ____________________________________________________________________________
678 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
679         Log: Subject: [PATCH x2p] make OPTIMIZE=...
680              From: Robin Barker <rmb1@cise.npl.co.uk>
681              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
682              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
683      Branch: perl
684            ! x2p/Makefile.SH x2p/cflags.SH
685 ____________________________________________________________________________
686 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
687         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
688              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
689              Date: Thu, 6 Sep 2001 11:09:40 +0100
690              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
691              
692              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
693              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
694              Date: 6 Sep 2001 10:14:38 -0000
695              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
696      Branch: perl
697            ! pod/perlfaq1.pod pod/perlhack.pod
698 ____________________________________________________________________________
699 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
700         Log: Subject: Extra NUL is Data::Dumper output - patch
701              From: Tony Cook <tony@develop-help.com>
702              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
703              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
704      Branch: perl
705            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
706 ____________________________________________________________________________
707 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
708         Log: Avoid redefinition warning
709              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
710              from
711              perl -w -Ilib -MCwd -e ''
712      Branch: perl
713            ! lib/Cwd.pm
714 ____________________________________________________________________________
715 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
716         Log: Update the is_tainted() example implementation.
717      Branch: perl
718            ! pod/perlsec.pod
719 ____________________________________________________________________________
720 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
721         Log: Missing) in #11912.
722      Branch: perl
723            ! lib/Test/Simple/t/fail.t
724 ____________________________________________________________________________
725 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
726         Log: Rewhack Test-Simple into core harness.
727      Branch: perl
728            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
729            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
730            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
731            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
732            ! lib/Test/Simple/t/skipall.t
733 ____________________________________________________________________________
734 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
735         Log: Workaround for the new Exporter 'feature'.
736      Branch: perl
737            ! lib/Test/More.pm
738 ____________________________________________________________________________
739 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
740         Log: Re-introduce pure-Perl fall-back for abs_path,
741              re-introduce #11898.
742      Branch: perl
743            ! lib/Cwd.pm lib/File/Find.pm
744 ____________________________________________________________________________
745 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
746         Log: More tests.
747      Branch: perl
748            ! lib/Exporter.t
749 ____________________________________________________________________________
750 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
751         Log: Retract #11898 for now because it introduces
752              a rather nasty depencency: when B is being built,
753              MakeMaker is used.  MakeMaker uses File::Find.
754              File::Find uses Cwd::getcwd()...which doesn't
755              exist yet.
756      Branch: perl
757            ! lib/File/Find.pm
758 ____________________________________________________________________________
759 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
760         Log: New test welcome.
761      Branch: perl
762            + lib/Test/Simple/t/simple.t
763 ____________________________________________________________________________
764 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
765         Log: Old test begone.
766      Branch: perl
767            - lib/Attribute/Handlers/test.pl
768 ____________________________________________________________________________
769 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
770         Log: Test-Simple syncup from Schwern.
771      Branch: perl
772            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
773            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
774            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
775            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
776            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
777            - lib/Test/More/Changes lib/Test/More/t/More.t
778            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
779            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
780            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
781            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
782            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
783            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
784            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
785            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
786            ! t/lib/Test/Simple/sample_tests/death.plx
787            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
788            ! t/lib/Test/Simple/sample_tests/extras.plx
789            ! t/lib/Test/Simple/sample_tests/five_fail.plx
790            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
791            ! t/lib/Test/Simple/sample_tests/one_fail.plx
792            ! t/lib/Test/Simple/sample_tests/require.plx
793            ! t/lib/Test/Simple/sample_tests/success.plx
794            ! t/lib/Test/Simple/sample_tests/too_few.plx
795            ! t/lib/Test/Simple/sample_tests/two_fail.plx
796 ____________________________________________________________________________
797 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
798         Log: Integrate File::Find changes from bleadperl
799      Branch: maint-5.6/macperl
800            ! lib/File/Find.pm t/lib/filefind-taint.t
801 ____________________________________________________________________________
802 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
803         Log: Integrate 11847 from maint-5.6/perl
804      Branch: maint-5.6/macperl
805           !> sv.c
806 ____________________________________________________________________________
807 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
808         Log: In UNICOS division yada yada.
809      Branch: perl
810            ! t/op/override.t
811 ____________________________________________________________________________
812 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
813         Log: In UNICOS division is really lossy, better use
814              a tolerance test.
815      Branch: perl
816            ! ext/Time/HiRes/HiRes.t
817 ____________________________________________________________________________
818 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
819         Log: In UNICOS sigaction() sets an extra flag
820              ("the signal has been registered for all the processes in
821              a multitasking group.")
822      Branch: perl
823            ! ext/POSIX/sigaction.t
824 ____________________________________________________________________________
825 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
826         Log: Documentation micropatch from Damian.
827      Branch: perl
828            ! lib/Attribute/Handlers.pm
829 ____________________________________________________________________________
830 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
831         Log: (Retracted by #11908)
832              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
833              From: Michael G Schwern <schwern@pobox.com>
834              Date: Wed, 5 Sep 2001 15:58:21 -0400
835              Message-ID: <20010905155821.I632@blackrider>
836      Branch: perl
837            ! lib/File/Find.pm lib/File/Find/taint.t
838 ____________________________________________________________________________
839 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
840         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
841              From: Michael G Schwern <schwern@pobox.com>
842              Date: Wed, 5 Sep 2001 19:16:31 -0400
843              Message-ID: <20010905191631.E11386@blackrider>
844      Branch: perl
845            + lib/CGI/t/carp.t
846            ! MANIFEST
847 ____________________________________________________________________________
848 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
849         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
850              From: chromatic <chromatic@rmci.net>
851              Date: Wed, 5 Sep 2001 18:08:07 -0600
852              Message-Id: <01090518080700.19590@firewheel>
853      Branch: perl
854            ! lib/English.pm
855 ____________________________________________________________________________
856 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
857         Log: Fix a typo #11889 and add a test for the same.
858      Branch: perl
859            ! ext/Socket/Socket.t ext/Socket/Socket.xs
860 ____________________________________________________________________________
861 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
862         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
863              From: "Craig A. Berry" <craigberry@mac.com>
864              Date: Wed, 05 Sep 2001 17:48:54 -0500
865              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
866      Branch: perl
867            ! lib/warnings.t t/run/kill_perl.t
868 ____________________________________________________________________________
869 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
870         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
871              From: Michael G Schwern <schwern@pobox.com>
872              Date: Wed, 5 Sep 2001 17:22:25 -0400
873              Message-ID: <20010905172225.C11386@blackrider>
874      Branch: perl
875            ! t/run/kill_perl.t
876 ____________________________________________________________________________
877 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
878         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
879              From: Nicholas Clark <nick@ccl4.org>
880              Date: Wed, 5 Sep 2001 20:54:24 +0100
881              Message-ID: <20010905205424.C25120@plum.flirble.org>
882      Branch: perl
883            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
884 ____________________________________________________________________________
885 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
886         Log: Forgotten thing.
887      Branch: perl
888            ! uconfig.h
889 ____________________________________________________________________________
890 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
891         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
892              From: chromatic <chromatic@rmci.net>               
893              Date: Wed, 5 Sep 2001 13:22:08 -0600
894              Message-Id: <01090513220807.10587@firewheel> 
895      Branch: perl
896            ! lib/English.pm
897 ____________________________________________________________________________
898 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
899         Log: inet_ntoa() tweaks:
900              - don't allow addresses with > 255 characters
901              - indent the HP-UX workaround
902              - don't leak memory
903      Branch: perl
904            ! ext/Socket/Socket.xs
905 ____________________________________________________________________________
906 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
907         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
908              <xwu@theeducationcenter.com>
909      Branch: perl
910            ! lib/File/Find.pm
911 ____________________________________________________________________________
912 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
913         Log: Typo nits.
914      Branch: perl
915            ! lib/File/Find.pm
916 ____________________________________________________________________________
917 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
918         Log: -Wall nit.
919      Branch: perl
920            ! op.c
921 ____________________________________________________________________________
922 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
923         Log: Update to Scalar-List-Utils 1.05
924      Branch: perl
925            ! ext/List/Util/ChangeLog ext/List/Util/README
926            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
927 ____________________________________________________________________________
928 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
929         Log: Update Changes.
930      Branch: perl
931            ! Changes patchlevel.h
932 ____________________________________________________________________________
933 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
934         Log: Update to Scalar-List-Utils 1.04
935      Branch: perl
936            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
937            ! ext/List/Util/lib/List/Util.pm
938            ! ext/List/Util/lib/Scalar/Util.pm
939 ____________________________________________________________________________
940 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
941         Log: Metaconfigify #11724.
942      Branch: metaconfig
943            ! U/threads/archname.U
944 ____________________________________________________________________________
945 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
946         Log: The MacOS reference is okay, no reason to hide it.
947      Branch: perl
948            ! lib/Cwd.pm
949 ____________________________________________________________________________
950 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
951         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
952              From: Michael G Schwern <schwern@pobox.com>
953              Date: Tue, 4 Sep 2001 15:30:10 -0400
954              Message-ID: <20010904153010.H26466@blackrider> 
955              
956              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
957      Branch: perl
958            ! ext/Cwd/Makefile.PL lib/Cwd.pm
959 ____________________________________________________________________________
960 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
961         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.))
962              From: Michael G Schwern <schwern@pobox.com>
963              Date: Tue, 4 Sep 2001 17:39:13 -0400
964              Message-ID: <20010904173913.C626@blackrider>
965      Branch: perl
966            ! lib/Cwd.pm
967 ____________________________________________________________________________
968 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
969         Log: Subject: Re: Perl_pp_* in public API?
970              From: "Craig A. Berry" <craigberry@mac.com>
971              Date: Tue, 4 Sep 2001 21:51:29 -0500
972              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
973      Branch: perl
974            ! ext/List/Util/Util.xs
975 ____________________________________________________________________________
976 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
977         Log: From Damian: Class::Struct was unable to define
978              recursive classes.  After the patch an object reference
979              (rather than a hash) is required to initialize
980              an object attribute.  If no such initializer is given to
981              the constructor, object attributes are now default
982              initialized to C<undef>.
983      Branch: perl
984            ! lib/Class/Struct.pm lib/Class/Struct.t
985 ____________________________________________________________________________
986 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
987         Log: Subject: Re: sv_catpvfn and sv_setpvfn
988              From: Richard Soderberg <rs@oregonnet.com>
989              Date: Tue, 4 Sep 2001 15:16:47 -0700
990              Message-Id: <200109042216.PAA17858@oregonnet.com>
991      Branch: perl
992            ! pod/perlclib.pod pod/perlguts.pod
993 ____________________________________________________________________________
994 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
995         Log: NetWare updates from Ananth Kesari.
996      Branch: perl
997            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
998            ! NetWare/nw5thread.h
999 ____________________________________________________________________________
1000 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
1001         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?))
1002              From: Nicholas Clark <nick@ccl4.org>
1003              Date: Tue, 4 Sep 2001 22:42:50 +0100
1004              Message-ID: <20010904224250.P25120@plum.flirble.org>
1005      Branch: perl
1006            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
1007            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
1008            ! t/op/oct.t toke.c
1009 ____________________________________________________________________________
1010 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
1011         Log: Fix Cwd::getcwd() not being tainted, as noticed
1012              by Schwern.
1013      Branch: perl
1014            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
1015            - ext/Cwd/Cwd.t
1016            ! MANIFEST ext/Cwd/Cwd.xs util.c
1017 ____________________________________________________________________________
1018 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
1019         Log: Retract #11870 and volatilize the right destruct_level.
1020              Silly thinko pointed out by Sarathy.
1021      Branch: perl
1022            ! intrpvar.h perl.c
1023 ____________________________________________________________________________
1024 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
1025         Log: At least a temporary fix for the mysterious scope core dumps
1026              in Tru64 from Graham.
1027      Branch: perl
1028            ! ext/List/Util/Util.xs
1029 ____________________________________________________________________________
1030 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
1031         Log: (Retracted by #11872)
1032      Branch: perl
1033            ! intrpvar.h
1034 ____________________________________________________________________________
1035 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
1036         Log: Quench a -Wall gripe noticed by Robin Barker.
1037      Branch: perl
1038            ! op.c
1039 ____________________________________________________________________________
1040 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
1041         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
1042              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1043              Date: Wed, 05 Sep 2001 02:01:32 +0900
1044              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
1045      Branch: perl
1046            ! lib/Unicode/UCD.pm
1047 ____________________________________________________________________________
1048 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
1049         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
1050              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1051              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
1052              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
1053      Branch: perl
1054            ! gv.c
1055 ____________________________________________________________________________
1056 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
1057         Log: Update Changes.
1058      Branch: perl
1059            ! Changes patchlevel.h
1060 ____________________________________________________________________________
1061 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
1062         Log: Add the \[$@%&*] prototype support.
1063      Branch: perl
1064            ! op.c pod/perlsub.pod t/comp/proto.t
1065 ____________________________________________________________________________
1066 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
1067         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
1068              From: Michael G Schwern <schwern@pobox.com>
1069              Date: Mon, 3 Sep 2001 18:59:01 -0400
1070              Message-ID: <20010903185901.Z9233@blackrider>
1071      Branch: perl
1072            ! lib/CGI/t/form.t
1073 ____________________________________________________________________________
1074 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
1075         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
1076              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1077              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
1078              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
1079      Branch: perl
1080            ! gv.c
1081 ____________________________________________________________________________
1082 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
1083         Log: More srand entry tweakage based on Randal's suggestion.
1084      Branch: perl
1085            ! pod/perlfunc.pod
1086 ____________________________________________________________________________
1087 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
1088         Log: Subject: [PATCH] 'main' *is* a reserved word
1089              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1090              Date: Mon, 3 Sep 2001 22:55:41 +0200
1091              Message-ID: <20010903225541.A24097@rafael>
1092      Branch: perl
1093            ! toke.c
1094 ____________________________________________________________________________
1095 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
1096         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
1097              From: Peter Prymmer <pvhp@best.com>
1098              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
1099              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
1100      Branch: perl
1101            ! README.vms configure.com
1102 ____________________________________________________________________________
1103 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
1104         Log: Subject: Re: A slightly better default seed?   
1105              From: Michael G Schwern <schwern@pobox.com>
1106              Date: Mon, 3 Sep 2001 18:08:15 -0400 
1107              Message-ID: <20010903180815.W9233@blackrider>
1108      Branch: perl
1109            ! t/op/srand.t
1110 ____________________________________________________________________________
1111 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
1112         Log: Add sharedsv.o to microperl object files.
1113      Branch: perl
1114            ! Makefile.micro
1115 ____________________________________________________________________________
1116 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
1117         Log: AUTHORS updates and
1118              
1119              Subject: [PATCH] Just some preening :-)        
1120              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1121              Date: Tue, 4 Sep 2001 14:16:59 +0100
1122              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
1123      Branch: perl
1124            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
1125 ____________________________________________________________________________
1126 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
1127         Log: Typo fix and slight rewording.
1128      Branch: perl
1129            ! pod/perlfunc.pod
1130 ____________________________________________________________________________
1131 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
1132         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
1133      Branch: perl
1134            ! pod/perlfaq4.pod
1135 ____________________________________________________________________________
1136 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
1137         Log: The helper file changed name.
1138      Branch: perl
1139            ! MANIFEST
1140 ____________________________________________________________________________
1141 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
1142         Log: Update to Scalar-List-Utils 1.03
1143      Branch: perl
1144            + ext/List/Util/t/shuffle.t
1145            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
1146            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
1147            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
1148            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
1149            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
1150            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
1151            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
1152            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
1153 ____________________________________________________________________________
1154 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
1155         Log: Make crypt() do something more sane for Unicode
1156              (take crypt() of the low eight bits of the characters,
1157              instead of taking crypt() of the UTF-8 of the scalar);
1158              add a test for crypt().
1159      Branch: perl
1160            + t/op/crypt.t
1161            ! MANIFEST pod/perlfunc.pod pp.c
1162 ____________________________________________________________________________
1163 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
1164         Log: Reorganize the srand entry.
1165      Branch: perl
1166            ! pod/perlfunc.pod
1167 ____________________________________________________________________________
1168 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
1169         Log: Remove the tests that assume something about
1170              calling srand() without arguments multiple times.
1171      Branch: perl
1172            ! t/op/srand.t
1173 ____________________________________________________________________________
1174 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
1175         Log: Upgrade to Math::BigInt 1.42.
1176      Branch: perl
1177            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1178            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1179            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1180            ! lib/Math/BigInt/t/mbimbf.t
1181 ____________________________________________________________________________
1182 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
1183         Log: integrate change#11847 from maint-5.6
1184              
1185              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1186      Branch: perl
1187            ! sv.c
1188 ____________________________________________________________________________
1189 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
1190         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1191      Branch: maint-5.6/perl
1192            ! sv.c
1193 ____________________________________________________________________________
1194 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
1195         Log: As far as I can tell these functions have been Unicodified.
1196      Branch: perl
1197            ! doop.c
1198 ____________________________________________________________________________
1199 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
1200         Log: Update to Storable 1.0.13.
1201      Branch: perl
1202            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1203            ! ext/Storable/Storable.xs
1204 ____________________________________________________________________________
1205 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
1206         Log: Patch the Filter::Simple test to work with
1207              the core test suite (since the FilterTest.pm
1208              is in t/lib, not in lib).
1209      Branch: perl
1210            ! lib/Filter/Simple/t/filter.t
1211 ____________________________________________________________________________
1212 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
1213         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
1214      Branch: perl
1215            + t/lib/FilterTest.pm
1216            - t/lib/MyFilter.pm
1217 ____________________________________________________________________________
1218 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
1219         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
1220              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
1221              Text::Balanced 1.86.
1222      Branch: perl
1223            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
1224            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
1225            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
1226            + lib/Switch/t/nested.t lib/Switch/t/switch.t
1227            + lib/Text/Balanced/Changes lib/Text/Balanced/README
1228            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
1229            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
1230            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
1231            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
1232            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
1233            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
1234            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
1235            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
1236            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
1237            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
1238            ! MANIFEST lib/Attribute/Handlers.pm
1239            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1240            ! lib/Attribute/Handlers/demo/Demo.pm
1241            ! lib/Attribute/Handlers/demo/Descriptions.pm
1242            ! lib/Attribute/Handlers/demo/MyClass.pm
1243            ! lib/Attribute/Handlers/demo/demo.pl
1244            ! lib/Attribute/Handlers/demo/demo2.pl
1245            ! lib/Attribute/Handlers/demo/demo3.pl
1246            ! lib/Attribute/Handlers/demo/demo4.pl
1247            ! lib/Attribute/Handlers/demo/demo_call.pl
1248            ! lib/Attribute/Handlers/demo/demo_chain.pl
1249            ! lib/Attribute/Handlers/demo/demo_cycle.pl
1250            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
1251            ! lib/Attribute/Handlers/demo/demo_phases.pl
1252            ! lib/Attribute/Handlers/demo/demo_range.pl
1253            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
1254            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
1255            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1256            ! lib/Text/Balanced.pm
1257 ____________________________________________________________________________
1258 [ 11841] By: sky                                   on 2001/09/03  11:04:15
1259         Log: Forgot to add a file with Change #11840
1260      Branch: perl
1261            + t/op/srand.t
1262 ____________________________________________________________________________
1263 [ 11840] By: sky                                   on 2001/09/03  11:02:04
1264         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
1265              From: Michael G Schwern <schwern@pobox.com>
1266              Date: Mon, 3 Sep 2001 07:43:00 -0400
1267              Message-ID: <20010903074300.E9233@blackrider>
1268      Branch: perl
1269            ! MANIFEST pod/perlfunc.pod t/op/rand.t
1270 ____________________________________________________________________________
1271 [ 11839] By: sky                                   on 2001/09/03  10:47:11
1272         Log: Document the changes with regards to running of END blocks.
1273              And DESTROY on global objects are called in perl_destruct()!
1274      Branch: perl
1275            ! pod/perl572delta.pod pod/perlembed.pod
1276 ____________________________________________________________________________
1277 [ 11838] By: sky                                   on 2001/09/03  09:34:44
1278         Log: Subject: [PATCH t/op/time.t] Partial cleanup
1279              From: Michael G Schwern <schwern@pobox.com>
1280              Date: Mon, 3 Sep 2001 06:29:42 -0400
1281              Message-ID: <20010903062942.C9233@blackrider>
1282      Branch: perl
1283            ! t/op/time.t
1284 ____________________________________________________________________________
1285 [ 11837] By: sky                                   on 2001/09/03  09:30:02
1286         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
1287              From: Michael G Schwern <schwern@pobox.com>
1288              Date: Mon, 3 Sep 2001 06:24:13 -0400
1289              Message-ID: <20010903062413.B9233@blackrider>
1290      Branch: perl
1291            ! t/op/rand.t
1292 ____________________________________________________________________________
1293 [ 11836] By: sky                                   on 2001/09/03  07:56:47
1294         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
1295              From: Michael G Schwern <schwern@pobox.com>
1296              Date: Sun, 2 Sep 2001 21:38:43 -0400
1297              Message-ID: <20010902213843.L2711@blackrider>
1298      Branch: perl
1299            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
1300            ! MANIFEST
1301 ____________________________________________________________________________
1302 [ 11835] By: nick                                  on 2001/09/03  06:20:06
1303         Log: Integrate mainline
1304      Branch: perlio
1305           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
1306            - t/op/misc.t
1307           !> (integrate 187 files)
1308 ____________________________________________________________________________
1309 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
1310         Log: Update Changes.
1311      Branch: perl
1312            ! Changes patchlevel.h
1313 ____________________________________________________________________________
1314 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
1315         Log: Slight tweaks.
1316      Branch: perl
1317            ! t/run/kill_perl.t
1318 ____________________________________________________________________________
1319 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
1320         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
1321      Branch: perl
1322            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1323 ____________________________________________________________________________
1324 [ 11831] By: sky                                   on 2001/09/02  12:10:42
1325         Log: Change #11828 wasn't complete, this updates to intest path
1326      Branch: perl
1327            ! t/run/kill_perl.t
1328 ____________________________________________________________________________
1329 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
1330         Log: 's's's.
1331      Branch: perl
1332            ! Changes
1333 ____________________________________________________________________________
1334 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
1335         Log: Update Changes.
1336      Branch: perl
1337            ! Changes patchlevel.h
1338 ____________________________________________________________________________
1339 [ 11828] By: sky                                   on 2001/09/02  11:53:56
1340         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
1341              From: Michael G Schwern <schwern@pobox.com>
1342              Date: Sat, 1 Sep 2001 20:18:58 -0400
1343              Message-ID: <20010901201858.X606@blackrider>
1344              +MANIFEST Fix
1345      Branch: perl
1346            + t/run/kill_perl.t
1347            - t/op/misc.t t/run/segfault.t
1348            ! MANIFEST
1349 ____________________________________________________________________________
1350 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
1351         Log: Subject: [PATCH] lib/Time/Local.pm
1352              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1353              Date: Sun, 2 Sep 2001 06:50:01 -0500
1354              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
1355      Branch: perl
1356            ! lib/Time/Local.pm
1357 ____________________________________________________________________________
1358 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
1359         Log: Tick off Unicode collation and the normalization from
1360              the todo list.
1361      Branch: perl
1362            ! pod/perltodo.pod
1363 ____________________________________________________________________________
1364 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
1365         Log: Update to Unicode 3.1.1.
1366      Branch: perl
1367            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
1368            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
1369            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
1370            ! lib/unicore/PropList.txt lib/unicore/README.perl
1371            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
1372            ! lib/unicore/rename lib/unicore/version
1373 ____________________________________________________________________________
1374 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
1375         Log: Slight doc tweaks for the module.
1376      Branch: perl
1377            ! lib/Unicode/UCD.pm
1378 ____________________________________________________________________________
1379 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
1380         Log: Rename the variable: it *used* to be (wrongly) that the
1381              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
1382              but that is no more the case: PL_reg_match_utf8 is better.
1383      Branch: perl
1384            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
1385            ! regexec.c sv.c thrdvar.h
1386 ____________________________________________________________________________
1387 [ 11822] By: ams                                   on 2001/09/02  02:54:50
1388         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
1389              From: Ilmari Karonen <iltzu@sci.fi>
1390              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
1391              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
1392              (op/sub_lval.t updated to take new error message into account.)
1393      Branch: perl
1394            ! op.c t/op/sub_lval.t
1395 ____________________________________________________________________________
1396 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
1397         Log: remove stray CRs in files; keep all files with UNIX line-ends
1398              (Porting/makerel adds CRs to the files that need it in the
1399              distribution)
1400      Branch: perl
1401            ! NetWare/t/NWScripts.pl README.dos
1402            ! ext/Encode/Encode/cns11643-1.enc
1403            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
1404            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1405 ____________________________________________________________________________
1406 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
1407         Log: some remnants of change#11803
1408      Branch: perl
1409            ! ext/ByteLoader/byterun.h perl.h
1410 ____________________________________________________________________________
1411 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
1412         Log: Update to Unicode::Collate 0.08.
1413      Branch: perl
1414            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1415            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1416 ____________________________________________________________________________
1417 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
1418         Log: Test tweaks.
1419      Branch: perl
1420            ! t/op/pat.t
1421 ____________________________________________________________________________
1422 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
1423         Log: Fix test
1424      Branch: maint-5.6/macperl
1425            ! t/lib/b.t
1426 ____________________________________________________________________________
1427 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
1428         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
1429              warnings in Config.pm with -W; increase default and
1430              minimum RAM; bump version number.
1431      Branch: maint-5.6/macperl
1432            + macos/lib/Mac/LowMem.pm
1433            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1434            ! macos/configpm macos/macperl/MacPerl.r
1435 ____________________________________________________________________________
1436 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
1437         Log: Make syntax check report in MPW style, fix tests
1438              to use Mac::err=unix to get normal-style error
1439              messages.
1440      Branch: maint-5.6/macperl
1441            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
1442            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
1443 ____________________________________________________________________________
1444 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
1445         Log: Make MPW-style errors optional (but the default); add
1446              MacPerl::ErrorFormat() function and Mac::err pragma
1447      Branch: maint-5.6/macperl
1448            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
1449            + macos/ext/Mac/err/err.xs
1450            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
1451            ! macos/macish.c macos/macish.h macos/macperl.sym
1452 ____________________________________________________________________________
1453 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
1454         Log: More module and test ports from Thomas Wegner et al
1455      Branch: maint-5.6/macperl
1456            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1457            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
1458            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
1459            ! t/op/magic.t
1460 ____________________________________________________________________________
1461 [ 11812] By: sky                                   on 2001/09/01  17:19:30
1462         Log: Subject: [PATCH t/op/concat.t] cleanup
1463              From: Michael G Schwern <schwern@pobox.com>
1464              Date: Sat, 1 Sep 2001 14:06:28 -0400
1465              Message-ID: <20010901140628.C606@blackrider>
1466      Branch: perl
1467            ! t/op/concat.t
1468 ____________________________________________________________________________
1469 [ 11811] By: sky                                   on 2001/09/01  12:25:29
1470         Log: Change #11805 didn't update the MANIFEST
1471      Branch: perl
1472            ! MANIFEST
1473 ____________________________________________________________________________
1474 [ 11810] By: sky                                   on 2001/09/01  11:52:44
1475         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
1476              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1477              Date: Sat, 1 Sep 2001 14:50:14 +0200
1478              Message-ID: <20010901145014.A691@rafael>
1479      Branch: perl
1480            ! t/op/inccode.t
1481 ____________________________________________________________________________
1482 [ 11809] By: sky                                   on 2001/09/01  11:49:22
1483         Log: Subject: PATCH: ExtUtils::MakeMaker
1484              From: Tony Bowden <tony@kasei.com>
1485              Date: Sat, 1 Sep 2001 10:33:53 +0100
1486              Message-ID: <20010901103353.A13863@soto.kasei.com>
1487              Manually applied
1488      Branch: perl
1489            ! lib/ExtUtils/MakeMaker.pm
1490 ____________________________________________________________________________
1491 [ 11808] By: sky                                   on 2001/09/01  11:39:13
1492         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
1493              From: mike808@users.sourceforge.net
1494              Date: Sat, 1 Sep 101 11:27:50 GMT
1495              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
1496              With little tweak
1497      Branch: perl
1498            ! lib/Term/Cap.pm
1499 ____________________________________________________________________________
1500 [ 11807] By: ams                                   on 2001/09/01  11:31:16
1501         Log: Subject: oct() and hex()
1502              From: Nicholas Clark <nick@ccl4.org>
1503              Date: Fri, 31 Aug 2001 23:14:13 +0100
1504              Message-Id: <20010831231413.J4950@plum.flirble.org>
1505      Branch: perl
1506            ! pod/perlclib.pod
1507 ____________________________________________________________________________
1508 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
1509         Log: Integrate change 11801 from maintperl
1510      Branch: maint-5.6/macperl
1511            ! perl.c
1512 ____________________________________________________________________________
1513 [ 11805] By: sky                                   on 2001/08/31  21:35:10
1514         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
1515              From: Michael G Schwern <schwern@pobox.com>
1516              Date: Fri, 31 Aug 2001 15:36:28 -0400
1517              Message-ID: <20010831153628.B598@blackrider>
1518              Check for things which used to segfault
1519      Branch: perl
1520            + t/run/segfault.t
1521 ____________________________________________________________________________
1522 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
1523         Log: integrate change#11801 from maint-5.6
1524              
1525              remove age-old UNICOS "workaround" that introduces a static, and
1526              hence an egregious race condition for threaded builds (*sigh*
1527              beats me why this kludge wasn't guarded by a UNICOS-specific
1528              #define *sigh*)
1529      Branch: perl
1530            ! perl.c
1531 ____________________________________________________________________________
1532 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
1533         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
1534              working in 5.7.x
1535      Branch: perl
1536            - objXSUB.h
1537            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
1538            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
1539            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
1540            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
1541            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
1542            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
1543            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
1544            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1545            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
1546            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
1547            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1548            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1549            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
1550            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
1551            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
1552            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
1553            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
1554            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
1555            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
1556            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
1557            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
1558            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
1559 ____________________________________________________________________________
1560 [ 11802] By: ams                                   on 2001/08/31  18:11:32
1561         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
1562              From: "Philip Newton" <Philip.Newton@gmx.net>
1563              Date: Fri, 31 Aug 2001 21:12:56 +0200
1564              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
1565      Branch: perl
1566            ! pod/perldiag.pod
1567 ____________________________________________________________________________
1568 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
1569         Log: remove age-old UNICOS "workaround" that introduces a static, and
1570              hence an egregious race condition for threaded builds (*sigh*
1571              beats me why this kludge wasn't guarded by a UNICOS-specific
1572              #define *sigh*)
1573      Branch: maint-5.6/perl
1574            ! perl.c
1575 ____________________________________________________________________________
1576 [ 11800] By: sky                                   on 2001/08/31  17:30:26
1577         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
1578              Might break on platforms where bool is larger than 8 bites ???
1579      Branch: perl
1580            ! regcomp.c
1581 ____________________________________________________________________________
1582 [ 11799] By: ams                                   on 2001/08/31  12:15:44
1583         Log: Integrate 11778 into mainline.
1584      Branch: perl
1585            ! t/base/term.t
1586 ____________________________________________________________________________
1587 [ 11798] By: sky                                   on 2001/08/31  11:31:44
1588         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
1589              supposed to happen.
1590      Branch: perl
1591            ! regcomp.c
1592 ____________________________________________________________________________
1593 [ 11797] By: sky                                   on 2001/08/31  11:28:17
1594         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
1595              From: "John P. Linderman" <jpl@research.att.com>
1596              Date: Fri, 31 Aug 2001 08:20:35 -0400
1597              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
1598              Fixes test 14 which could fail randomly in rare cases.
1599      Branch: perl
1600            ! ext/Time/HiRes/HiRes.t regcomp.c
1601 ____________________________________________________________________________
1602 [ 11796] By: ams                                   on 2001/08/31  01:13:07
1603         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
1604              From: Nicholas Clark <nick@ccl4.org>
1605              Date: Thu, 30 Aug 2001 23:21:50 +0100
1606              Message-Id: <20010830232150.D4950@plum.flirble.org>
1607      Branch: perl
1608            ! ext/Sys/Syslog/Makefile.PL
1609 ____________________________________________________________________________
1610 [ 11795] By: ams                                   on 2001/08/30  23:53:23
1611         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
1612              patching example
1613              From: Michael G Schwern <schwern@pobox.com>
1614              Date: Thu, 30 Aug 2001 17:02:08 -0400
1615              Message-Id: <20010830170208.M2318@blackrider>
1616      Branch: perl
1617            ! pod/perlhack.pod
1618 ____________________________________________________________________________
1619 [ 11794] By: ams                                   on 2001/08/30  19:35:36
1620         Log: Subject: [PATCH] pp_modulo
1621              From: Nicholas Clark <nick@ccl4.org>
1622              Date: Thu, 30 Aug 2001 18:20:54 +0100
1623              Message-Id: <20010830182053.A4950@plum.flirble.org>
1624      Branch: perl
1625            ! pp.c t/op/64bitint.t
1626 ____________________________________________________________________________
1627 [ 11793] By: sky                                   on 2001/08/30  13:02:48
1628         Log: 11792 wasn't complete
1629      Branch: perl
1630            ! makedef.pl regcomp.c
1631 ____________________________________________________________________________
1632 [ 11792] By: sky                                   on 2001/08/30  12:21:11
1633         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
1634      Branch: perl
1635            ! makedef.pl
1636 ____________________________________________________________________________
1637 [ 11791] By: sky                                   on 2001/08/30  10:08:02
1638         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
1639      Branch: perl
1640            ! config_h.SH
1641 ____________________________________________________________________________
1642 [ 11790] By: sky                                   on 2001/08/30  08:22:31
1643         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
1644              on the pad. Fixes coredumps in cleanups introduced by
1645              Change 11755  
1646      Branch: perl
1647            ! op.c perl.c sv.h
1648 ____________________________________________________________________________
1649 [ 11789] By: sky                                   on 2001/08/29  19:01:47
1650         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
1651              This is a replacement implmentation that works on HPUX.
1652              This bug should probably be fixed in GCC.
1653      Branch: perl
1654            ! ext/Socket/Socket.xs
1655 ____________________________________________________________________________
1656 [ 11788] By: ams                                   on 2001/08/29  17:35:33
1657         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
1658              From: Nicholas Clark <nick@ccl4.org>
1659              Date: Wed, 29 Aug 2001 18:21:56 +0100
1660              Message-Id: <20010829182156.O4950@plum.flirble.org>
1661      Branch: perl
1662            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
1663 ____________________________________________________________________________
1664 [ 11787] By: sky                                   on 2001/08/29  10:42:54
1665         Log: Added test for pack_addr_in and unpack_addr_in
1666              Nitpik in test 10
1667      Branch: perl
1668            ! ext/Socket/Socket.t
1669 ____________________________________________________________________________
1670 [ 11786] By: sky                                   on 2001/08/29  10:28:14
1671         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
1672              Trying to catch errors on HP-UX
1673      Branch: perl
1674            ! ext/Socket/Socket.t
1675 ____________________________________________________________________________
1676 [ 11785] By: sky                                   on 2001/08/29  09:07:03
1677         Log: make sure USE_THREADS is defined so external apps work
1678      Branch: perl
1679            ! config_h.SH
1680 ____________________________________________________________________________
1681 [ 11784] By: sky                                   on 2001/08/29  08:06:12
1682         Log: Subject: Re: The hitlist of untested modules.
1683              From: Jonathan Stowe <gellyfish@gellyfish.com>
1684              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
1685              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
1686              Start of tests for Shell.pm (make Schwern poorer!)
1687      Branch: perl
1688            + lib/Shell.t
1689            ! MANIFEST
1690 ____________________________________________________________________________
1691 [ 11783] By: sky                                   on 2001/08/29  07:37:50
1692         Log: END{} can change the return value even if we die from BEGIN{}
1693      Branch: perl
1694            ! miniperlmain.c
1695 ____________________________________________________________________________
1696 [ 11782] By: ams                                   on 2001/08/29  06:32:17
1697         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
1698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1699              Date: Wed, 29 Aug 2001 09:18:17 +0200
1700              Message-Id: <20010829091817.A4453@rafael>
1701      Branch: perl
1702            ! t/op/inccode.t
1703 ____________________________________________________________________________
1704 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
1705         Log: Delete xsubpp.patch, as full copy exists now
1706      Branch: maint-5.6/macperl
1707            - macos/xsubpp.patch
1708 ____________________________________________________________________________
1709 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
1710         Log: Add Changes file
1711      Branch: maint-5.6/macperl
1712            + macos/Changes
1713 ____________________________________________________________________________
1714 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
1715         Log: Add Mac version of xsubpp as separate file
1716      Branch: maint-5.6/macperl
1717            + macos/xsubpp
1718            ! macos/Makefile.mk
1719 ____________________________________________________________________________
1720 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
1721         Log: Fix open of /dev/null for Mac OS
1722      Branch: maint-5.6/macperl
1723            ! t/base/term.t
1724 ____________________________________________________________________________
1725 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
1726         Log: Various patches: enable more tests; skip CVS in PerlInstall;
1727              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
1728      Branch: maint-5.6/macperl
1729            ! macos/MacPerlTests.cmd macos/PerlInstall
1730            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
1731 ____________________________________________________________________________
1732 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
1733         Log: Allow for platforms to override formatting of errors
1734              on output from Matthias Neeracher (Mac files)
1735      Branch: maint-5.6/macperl
1736            ! macos/macish.c macos/macish.h
1737 ____________________________________________________________________________
1738 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
1739         Log: Allow for platforms to override formatting of errors
1740              on output from Matthias Neeracher (core files)
1741      Branch: maint-5.6/macperl
1742            ! perl.h pp_ctl.c util.c
1743 ____________________________________________________________________________
1744 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
1745         Log: Add some param checking, from reports by Kevin Reid.
1746      Branch: maint-5.6/macperl
1747            ! macos/ext/Mac/Controls/Controls.pm
1748            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
1749 ____________________________________________________________________________
1750 [ 11773] By: ams                                   on 2001/08/28  23:54:57
1751         Log: Subject: [PATCH] make coretest
1752              From: Paul Johnson <paul@pjcj.net>
1753              Date: Wed, 29 Aug 2001 00:11:38 +0200
1754              Message-Id: <20010829001138.B12169@pjcj.net>
1755              (Applied without the change to perlhack.pod. This should
1756              probably stay undocumented.)
1757      Branch: perl
1758            ! Makefile.SH t/TEST
1759 ____________________________________________________________________________
1760 [ 11772] By: sky                                   on 2001/08/28  13:01:20
1761         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
1762              From: Michael G Schwern <schwern@pobox.com>
1763              Date: Tue, 28 Aug 2001 09:57:39 -0400
1764              Message-ID: <20010828095738.E17775@blackrider>
1765      Branch: perl
1766            ! pod/perlhack.pod t/op/pack.t
1767 ____________________________________________________________________________
1768 [ 11771] By: sky                                   on 2001/08/28  11:20:13
1769         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
1770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1771              Date: Tue, 28 Aug 2001 14:23:43 +0200
1772              Message-ID: <20010828142343.A19299@rafael>
1773      Branch: perl
1774            ! pod/perlvar.pod pp_ctl.c
1775 ____________________________________________________________________________
1776 [ 11770] By: ams                                   on 2001/08/28  10:13:21
1777         Log: Subject: [PATCH] odd typo in op.h
1778              From: Nicholas Clark <nick@ccl4.org>
1779              Date: Tue, 28 Aug 2001 12:10:26 +0100
1780              Message-Id: <20010828121026.V4950@plum.flirble.org>
1781      Branch: perl
1782            ! op.h
1783 ____________________________________________________________________________
1784 [ 11769] By: sky                                   on 2001/08/28  08:09:16
1785         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
1786              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
1787              Date: Tue, 28 Aug 2001 02:22:20 +0300
1788              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
1789      Branch: perl
1790            ! ext/B/B/Lint.pm
1791 ____________________________________________________________________________
1792 [ 11768] By: ams                                   on 2001/08/28  00:47:35
1793         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
1794              From: Michael G Schwern <schwern@pobox.com>
1795              Date: Mon, 27 Aug 2001 21:24:44 -0400
1796              Message-Id: <20010827212444.F12582@blackrider>
1797      Branch: perl
1798            ! pod/perlhack.pod t/op/pack.t
1799 ____________________________________________________________________________
1800 [ 11767] By: ams                                   on 2001/08/27  23:59:48
1801         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
1802              From: Michael G Schwern <schwern@pobox.com>
1803              Date: Mon, 27 Aug 2001 20:12:29 -0400
1804              Message-Id: <20010827201229.D12582@blackrider>
1805      Branch: perl
1806            ! pod/perlhack.pod t/op/pack.t
1807 ____________________________________________________________________________
1808 [ 11766] By: ams                                   on 2001/08/27  23:39:40
1809         Log: Update Changes.
1810      Branch: perl
1811            ! Changes
1812 ____________________________________________________________________________
1813 [ 11765] By: ams                                   on 2001/08/27  22:53:10
1814         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
1815              From: Michael G Schwern <schwern@pobox.com>
1816              Date: Mon, 27 Aug 2001 19:47:30 -0400
1817              Message-Id: <20010827194730.C12582@blackrider>
1818      Branch: perl
1819            ! t/op/inccode.t
1820 ____________________________________________________________________________
1821 [ 11764] By: ams                                   on 2001/08/27  22:46:21
1822         Log: Subject: [PATCH] new tests for the coderef-in-@INC
1823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1824              Date: Mon, 27 Aug 2001 22:36:27 +0200
1825              Message-Id: <20010827223627.C690@rafael>
1826              
1827              Subject: Re: [PATCH] new tests for the coderef-in-@INC
1828              From: Nicholas Clark <nick@ccl4.org>
1829              Date: Tue, 28 Aug 2001 00:02:46 +0100
1830              Message-Id: <20010828000245.R4950@plum.flirble.org>
1831      Branch: perl
1832            + t/op/inccode.t
1833            ! MANIFEST
1834 ____________________________________________________________________________
1835 [ 11763] By: ams                                   on 2001/08/27  22:41:09
1836         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
1837              bleadperl on fire, Win95+4NT)
1838              From: Michael G Schwern <schwern@pobox.com>
1839              Date: Mon, 27 Aug 2001 16:54:42 -0400
1840              Message-Id: <20010827165442.F9436@blackrider>
1841      Branch: perl
1842            ! lib/warnings.t
1843 ____________________________________________________________________________
1844 [ 11762] By: sky                                   on 2001/08/27  19:19:17
1845         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
1846              avaible at compile time. This broke the compilation of 
1847              Net/Ping.pm
1848      Branch: perl
1849            ! lib/Net/Ping.pm
1850 ____________________________________________________________________________
1851 [ 11761] By: sky                                   on 2001/08/27  18:34:48
1852         Log: Removed tripple definitions of CUSTOM_OP functions.
1853      Branch: perl
1854            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1855 ____________________________________________________________________________
1856 [ 11760] By: sky                                   on 2001/08/27  18:21:27
1857         Log: Regen headers
1858      Branch: perl
1859            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
1860            ! perlapi.h proto.h
1861 ____________________________________________________________________________
1862 [ 11759] By: ams                                   on 2001/08/27  16:31:53
1863         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
1864              From: "chromatic" <chromatic@rmci.net>
1865              Date: Mon, 27 Aug 2001 11:17:09 -0600
1866              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
1867      Branch: perl
1868            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
1869 ____________________________________________________________________________
1870 [ 11758] By: sky                                   on 2001/08/27  15:16:42
1871         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
1872              Thanks to H. Merijn Brand for the patch.
1873              Some of the comments and or guards might be removable in perl.h now.
1874      Branch: perl
1875            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
1876            ! Porting/Glossary Porting/config_H README.threads config_h.SH
1877            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
1878            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
1879            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
1880            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
1881            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
1882            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
1883            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
1884            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
1885            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
1886            ! win32/config_H.vc win32/perllib.c win32/win32.h
1887            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
1888            ! wince/config.h wince/config_H.ce wince/win32.h
1889            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
1890 ____________________________________________________________________________
1891 [ 11757] By: sky                                   on 2001/08/27  13:39:16
1892         Log: Subject: GNU ld parses arguments different
1893              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1894              Date: Mon, 27 Aug 2001 16:25:51 +0200
1895              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
1896      Branch: perl
1897            ! hints/hpux.sh
1898 ____________________________________________________________________________
1899 [ 11756] By: sky                                   on 2001/08/27  13:18:45
1900         Log: Subject: Custom Ops
1901              From: Simon Cozens <simon@netthink.co.uk>
1902              Date: Sat, 25 Aug 2001 17:45:09 +0100
1903              Message-ID: <20010825174509.A5752@netthink.co.uk>
1904              I also added a fix to Opcode.pm to quite test cases.
1905      Branch: perl
1906            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
1907            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
1908 ____________________________________________________________________________
1909 [ 11755] By: sky                                   on 2001/08/27  05:37:17
1910         Log: Plugs a memory leak on destruction of regular expressions
1911              introcued by #11274.
1912              PL_regex_padav now has an AV as it's first entry with a list
1913              of freed regex_padav slots that it will reuse on creating
1914              new PMOPs.
1915      Branch: perl
1916            ! op.c perl.c
1917 ____________________________________________________________________________
1918 [ 11754] By: ams                                   on 2001/08/26  14:38:52
1919         Log: Subject: [PATCH] t/io/binmode.t
1920              From: Nicholas Clark <nick@ccl4.org>
1921              Date: Sun, 26 Aug 2001 12:03:05 +0100
1922              Message-Id: <20010826120305.C4950@plum.flirble.org>
1923              
1924              (Also a nitpick in #11752 to t/op/universal.t)
1925      Branch: perl
1926            ! t/io/binmode.t t/op/universal.t
1927 ____________________________________________________________________________
1928 [ 11753] By: ams                                   on 2001/08/26  08:19:34
1929         Log: Subject: [PATCH] op/universal.t failing
1930              From: Nicholas Clark <nick@ccl4.org>
1931              Date: Sun, 26 Aug 2001 09:48:22 +0100
1932              Message-Id: <20010826094822.B4950@plum.flirble.org>
1933      Branch: perl
1934            ! t/op/universal.t
1935 ____________________________________________________________________________
1936 [ 11752] By: ams                                   on 2001/08/25  22:46:13
1937         Log: Subject: Re: 'can' with undefined subs
1938              From: Tony Bowden <tony@kasei.com>
1939              Date: Sat, 25 Aug 2001 14:58:17 +0100
1940              Message-Id: <20010825145817.A11788@soto.kasei.com>
1941              (Applied with minor modifications.)
1942      Branch: perl
1943            ! t/op/universal.t
1944 ____________________________________________________________________________
1945 [ 11751] By: ams                                   on 2001/08/25  18:28:43
1946         Log: Subject: Re: 'can' with undefined subs
1947              From: Tony Bowden <tony@kasei.com>
1948              Date: Sat, 25 Aug 2001 15:13:14 +0100
1949              Message-Id: <20010825151314.B11788@soto.kasei.com>
1950      Branch: perl
1951            ! lib/UNIVERSAL.pm
1952 ____________________________________________________________________________
1953 [ 11750] By: nick                                  on 2001/08/25  15:24:15
1954         Log: Integrate mainline
1955      Branch: perlio
1956           +> t/io/binmode.t
1957           !> (integrate 26 files)
1958 ____________________________________________________________________________
1959 [ 11749] By: nick                                  on 2001/08/25  14:55:41
1960         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
1961              From:  John Peacock <jpeacock@rowman.com>
1962              Date:  Wed, 22 Aug 2001 12:05:28 -0400
1963              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
1964      Branch: perl
1965            ! pod/perlhack.pod
1966 ____________________________________________________________________________
1967 [ 11748] By: nick                                  on 2001/08/25  14:53:04
1968         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
1969              From:  Michael G Schwern <schwern@pobox.com>
1970              Date:  Wed, 22 Aug 2001 19:22:45 -0400
1971              Message-Id:  <20010822192245.U619@blackrider>
1972      Branch: perl
1973            ! MANIFEST
1974 ____________________________________________________________________________
1975 [ 11747] By: nick                                  on 2001/08/25  14:52:33
1976         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
1977              From:  Nicholas Clark <nick@ccl4.org>
1978              Date:  Wed, 22 Aug 2001 23:29:06 +0100
1979              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
1980      Branch: perl
1981            + t/io/binmode.t
1982            ! perlio.c pod/perlfunc.pod
1983 ____________________________________________________________________________
1984 [ 11744] By: nick                                  on 2001/08/25  14:37:33
1985         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
1986              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1987              Date:  Fri, 24 Aug 2001 22:10:42 +0200
1988              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
1989      Branch: perl
1990            ! x2p/a2py.c x2p/walk.c
1991 ____________________________________________________________________________
1992 [ 11743] By: nick                                  on 2001/08/25  14:32:47
1993         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
1994              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1995              Date:  Fri, 24 Aug 2001 23:34:13 +0200
1996              Message-Id:  <20010824233413.A1285@rafael>
1997      Branch: perl
1998            ! pod/perlfunc.pod pod/perlvar.pod
1999 ____________________________________________________________________________
2000 [ 11742] By: ams                                   on 2001/08/25  13:16:02
2001         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
2002              From: Nicholas Clark <nick@ccl4.org>
2003              Date: Sat, 25 Aug 2001 14:50:07 +0100
2004              Message-Id: <20010825145007.L41464@plum.flirble.org>
2005      Branch: perl
2006            ! pp_ctl.c
2007 ____________________________________________________________________________
2008 [ 11741] By: nick                                  on 2001/08/24  07:08:45
2009         Log: When applying patch via Porting/apply fails, do p4 refresh
2010              to get old files back.
2011      Branch: perl
2012            ! Porting/apply
2013 ____________________________________________________________________________
2014 [ 11740] By: ams                                   on 2001/08/24  04:47:24
2015         Log: #11739 was incomplete.
2016      Branch: perl
2017            ! pod/perldiag.pod
2018 ____________________________________________________________________________
2019 [ 11739] By: ams                                   on 2001/08/24  04:09:40
2020         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
2021              From: "Philip Newton" <Philip.Newton@gmx.net>
2022              Date: Fri, 24 Aug 2001 07:08:34 +0200
2023      Branch: perl
2024            ! pod/perldiag.pod
2025 ____________________________________________________________________________
2026 [ 11738] By: ams                                   on 2001/08/24  02:19:42
2027         Log: Fixed Doug Wilson's email address.
2028      Branch: perl
2029            ! AUTHORS
2030 ____________________________________________________________________________
2031 [ 11737] By: ams                                   on 2001/08/24  00:10:13
2032         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
2033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2034              Date: Thu, 23 Aug 2001 22:22:58 +0200
2035              Message-Id: <20010823222258.A901@rafael>
2036      Branch: perl
2037            ! pod/perldiag.pod
2038 ____________________________________________________________________________
2039 [ 11736] By: ams                                   on 2001/08/24  00:05:02
2040         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
2041              From: "Craig A. Berry" <craigberry@mac.com>
2042              Date: Thu, 23 Aug 2001 19:07:45 -0500
2043              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
2044      Branch: perl
2045            ! configure.com
2046 ____________________________________________________________________________
2047 [ 11735] By: sky                                   on 2001/08/23  13:42:07
2048         Log: Backed out 11732, it breaks lib/strict.t 
2049      Branch: perl
2050            ! op.c
2051 ____________________________________________________________________________
2052 [ 11734] By: sky                                   on 2001/08/23  11:45:59
2053         Log: Removed toy from 17133 after Matt Sargeants request.
2054      Branch: perl
2055            ! pod/perlfaq4.pod
2056 ____________________________________________________________________________
2057 [ 11733] By: sky                                   on 2001/08/23  11:36:29
2058         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
2059              From: Robin Houston <robin@kitsite.com>
2060              Date: Wed, 22 Aug 2001 23:06:16 +0100
2061              Message-ID: <20010822230616.A254@robin.kitsite.com>
2062      Branch: perl
2063            ! pod/perlfaq4.pod
2064 ____________________________________________________________________________
2065 [ 11732] By: sky                                   on 2001/08/23  10:36:02
2066         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
2067              From: Simon Cozens <simon@netthink.co.uk>
2068              Date: Thu, 23 Aug 2001 12:06:36 +0100
2069              Message-ID: <20010823120636.A9961@netthink.co.uk>
2070      Branch: perl
2071            ! op.c
2072 ____________________________________________________________________________
2073 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
2074         Log: fix broken windows build
2075      Branch: perl
2076            ! perl.h
2077 ____________________________________________________________________________
2078 [ 11730] By: ams                                   on 2001/08/22  21:35:30
2079         Log: Subject: [PATCH] io/tell.t doesn't chdir t
2080              From: Nicholas Clark <nick@ccl4.org>
2081              Date: Wed, 22 Aug 2001 23:25:58 +0100
2082              Message-Id: <20010822232557.Y82818@plum.flirble.org>
2083      Branch: perl
2084            ! t/io/tell.t
2085 ____________________________________________________________________________
2086 [ 11729] By: ams                                   on 2001/08/22  20:32:21
2087         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2088              questions)
2089              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2090              Date: Wed, 22 Aug 2001 17:09:04 -0400
2091              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2092              (Oops, forgot File::Spec::Unix in the previous patch.)
2093      Branch: perl
2094            ! lib/File/Spec/Unix.pm
2095 ____________________________________________________________________________
2096 [ 11728] By: ams                                   on 2001/08/22  20:25:41
2097         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2098              questions)
2099              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2100              Date: Wed, 22 Aug 2001 17:09:04 -0400
2101              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2102      Branch: perl
2103            ! lib/File/Spec.pm
2104 ____________________________________________________________________________
2105 [ 11727] By: ams                                   on 2001/08/22  19:43:30
2106         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
2107              From: John Peacock <jpeacock@rowman.com>
2108              Date: Wed, 22 Aug 2001 12:35:52 -0400
2109              Message-Id: <3B83DF68.5D89DC81@rowman.com>
2110              (Adds proper tests for $], notwithstanding Subject. +nitpick)
2111      Branch: perl
2112            ! t/op/ver.t
2113 ____________________________________________________________________________
2114 [ 11726] By: ams                                   on 2001/08/22  19:36:39
2115         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
2116              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
2117              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
2118              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
2119      Branch: perl
2120            ! lib/diagnostics.pm lib/diagnostics.t
2121 ____________________________________________________________________________
2122 [ 11725] By: ams                                   on 2001/08/22  19:25:01
2123         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
2124              From: Nicholas Clark <nick@ccl4.org>
2125              Date: Wed, 22 Aug 2001 20:59:05 +0100
2126              Message-Id: <20010822205905.U82818@plum.flirble.org>
2127      Branch: perl
2128            ! pp.c t/op/64bitint.t t/op/arith.t
2129 ____________________________________________________________________________
2130 [ 11724] By: ams                                   on 2001/08/22  10:02:33
2131         Log: Subject: Configure blooper
2132              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2133              Date: Wed, 22 Aug 2001 12:38:35 +0200
2134              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
2135      Branch: perl
2136            ! Configure
2137 ____________________________________________________________________________
2138 [ 11723] By: ams                                   on 2001/08/21  16:17:53
2139         Log: Subject: [PATCH] installperl -help
2140              From: Nicholas Clark <nick@ccl4.org>
2141              Date: Tue, 21 Aug 2001 17:34:23 +0100
2142              Message-Id: <20010821173423.F82818@plum.flirble.org>
2143      Branch: perl
2144            ! installperl
2145 ____________________________________________________________________________
2146 [ 11722] By: ams                                   on 2001/08/20  07:46:31
2147         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
2148              From: Ilmari Karonen <iltzu@sci.fi>
2149              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
2150              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
2151      Branch: perl
2152            ! pod/perlvar.pod
2153 ____________________________________________________________________________
2154 [ 11721] By: nick                                  on 2001/08/20  06:24:31
2155         Log: Integrate mainline
2156      Branch: perlio
2157           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
2158           +> lib/Lingua/KO/Hangul/Util/Changes
2159           +> lib/Lingua/KO/Hangul/Util/README
2160           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2161           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2162           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2163           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2164           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2165           +> lib/Unicode/Normalize/t/test.t
2166            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2167           !> (integrate 55 files)
2168 ____________________________________________________________________________
2169 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
2170         Log: Integrate Change #11599 from maint-5.6/perl
2171      Branch: maint-5.6/macperl
2172           !> README.win32
2173 ____________________________________________________________________________
2174 [ 11719] By: ams                                   on 2001/08/18  21:21:42
2175         Log: Add Porting/apply to MANIFEST.
2176      Branch: perl
2177            ! MANIFEST
2178 ____________________________________________________________________________
2179 [ 11718] By: sky                                   on 2001/08/18  14:38:01
2180         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
2181              Better solution would be to make 5005threaded perl use
2182              the same system as ithreads do
2183      Branch: perl
2184            ! perl.h
2185 ____________________________________________________________________________
2186 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
2187         Log: New try for ID 20010407.006: detach the semantics
2188              "was the last match target UTF8" into its own variable.
2189      Branch: perl
2190            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
2191            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
2192 ____________________________________________________________________________
2193 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
2194         Log: UTF8 flag should be meaningful only when POK.
2195      Branch: perl
2196            ! dump.c
2197 ____________________________________________________________________________
2198 [ 11715] By: sky                                   on 2001/08/18  11:45:16
2199         Log: USE_THREADS and USE_ITHREADS are never true at the same time
2200      Branch: perl
2201            ! perl.h
2202 ____________________________________________________________________________
2203 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
2204         Log: Retract #11712 for now.  The real fix would probably
2205              be something like making PL_reg_sv a copy (PV + UTF8)
2206              of the matched/substituted string (note: not just a SvPOK
2207              string, for example the stringified form of a ROK would
2208              be applicable)  Beware of leaks.
2209      Branch: perl
2210            ! pp_hot.c t/op/pat.t
2211 ____________________________________________________________________________
2212 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
2213         Log: UTF8 wasn't printing for PVMGs.
2214      Branch: perl
2215            ! dump.c
2216 ____________________________________________________________________________
2217 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
2218         Log: (Retracted by #11714)
2219              
2220              Okay analysis, debatable fix.  (The fix will inc
2221              the refcount of all temporary match objects,
2222              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
2223              which will then cause griping at untie() time
2224              ("inner references remain").
2225              
2226              Fix for ID 20010407.006: PL_reg_sv got wiped out
2227              by freetemps if the match target was a temporary
2228              (like function_call() =~ /.../), which in turn meant
2229              that the $1 et al stopped working if they had UTF-8
2230              in them.  Therefore bump up the refcount of PL_reg_sv.
2231      Branch: perl
2232            ! pp_hot.c t/op/pat.t
2233 ____________________________________________________________________________
2234 [ 11711] By: ams                                   on 2001/08/17  20:32:08
2235         Log: Subject: [PATCH] doesn't compile, was perl@11710
2236              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2237              Date: Fri, 17 Aug 2001 23:21:10 +0200
2238              Message-Id: <20010817232110.C7041@rafael> 
2239      Branch: perl
2240            ! sharedsv.c
2241 ____________________________________________________________________________
2242 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
2243         Log: Update Changes.
2244      Branch: perl
2245            ! Changes patchlevel.h
2246 ____________________________________________________________________________
2247 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
2248         Log: Upgrade to libnet 1.0704.
2249      Branch: perl
2250            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2251            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
2252            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
2253            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
2254            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
2255            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
2256            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
2257 ____________________________________________________________________________
2258 [ 11708] By: sky                                   on 2001/08/17  13:34:04
2259         Log: Let perl_clone copy PL_exit_flags
2260      Branch: perl
2261            ! sv.c
2262 ____________________________________________________________________________
2263 [ 11707] By: sky                                   on 2001/08/17  12:28:41
2264         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
2265      Branch: perl
2266            ! sharedsv.c sharedsv.h
2267 ____________________________________________________________________________
2268 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
2269         Log: The metaconfig unit change for #11705.
2270      Branch: metaconfig/U/perl
2271            ! Extensions.U
2272 ____________________________________________________________________________
2273 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
2274         Log: Allow the threads extension to be found if present.
2275      Branch: perl
2276            ! Configure
2277 ____________________________________________________________________________
2278 [ 11704] By: nick                                  on 2001/08/17  11:47:54
2279         Log: Mail -> change script (pre-alpha)
2280      Branch: perl
2281            + Porting/apply
2282 ____________________________________________________________________________
2283 [ 11703] By: sky                                   on 2001/08/17  07:11:24
2284         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
2285              Thanks to Tom Hospel for pointing out my error.
2286      Branch: perl
2287            ! op.h
2288 ____________________________________________________________________________
2289 [ 11702] By: sky                                   on 2001/08/17  04:18:11
2290         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.
2291      Branch: perl
2292            ! embed.pl miniperlmain.c perl.c perl.h proto.h
2293 ____________________________________________________________________________
2294 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
2295         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
2296              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
2297      Branch: perl
2298            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2299            + lib/Lingua/KO/Hangul/Util/README
2300            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2301            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2302            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2303            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2304            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2305            + lib/Unicode/Normalize/t/test.t
2306            ! MANIFEST
2307 ____________________________________________________________________________
2308 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
2309         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
2310              Date: Thu, 16 Aug 2001 22:46:15 -0500
2311              From: "Craig A. Berry" <craigberry@mac.com>
2312              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
2313      Branch: perl
2314            ! configure.com numeric.c
2315 ____________________________________________________________________________
2316 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
2317         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
2318              of the usual suspects (like getpwent) but not for others
2319              (like localtime and rand).  The _r versions are available
2320              for all of them, so let's use them.
2321      Branch: perl
2322            ! perl.h
2323 ____________________________________________________________________________
2324 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
2325         Log: (Accidental apply; thankfully empty.)
2326      Branch: perl
2327            ! hints/os390.sh
2328 ____________________________________________________________________________
2329 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
2330         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
2331              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2332              Date: Thu, 16 Aug 2001 16:27:49 +0100
2333              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
2334      Branch: perl
2335            ! regexec.c t/op/re_tests
2336 ____________________________________________________________________________
2337 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
2338         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
2339              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2340              Date: Thu, 16 Aug 2001 18:50:01 +0100
2341              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
2342      Branch: perl
2343            ! pp_hot.c t/op/pat.t
2344 ____________________________________________________________________________
2345 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
2346         Log: Subject: [PATCH] *time_r again
2347              From: "Arthur Bergman" <arthur@contiller.se>
2348              Date: Thu, 16 Aug 2001 16:01:54 +0200
2349              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
2350      Branch: perl
2351            ! op.h
2352 ____________________________________________________________________________
2353 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
2354         Log: system() and backtick error handling cleanup from Craig A. Berry.
2355      Branch: perl
2356            ! vms/vms.c
2357 ____________________________________________________________________________
2358 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
2359         Log: change#10334 leaks memory, copies string when it doesn't
2360              need to
2361      Branch: perl
2362            ! perl.c
2363 ____________________________________________________________________________
2364 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
2365         Log: One more twist to the sprintf + utf8 testing.
2366      Branch: perl
2367            ! t/op/misc.t
2368 ____________________________________________________________________________
2369 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
2370         Log: Fix for 20010407.008 sprintf removes utf8-ness.
2371      Branch: perl
2372            ! pp.c t/op/misc.t
2373 ____________________________________________________________________________
2374 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
2375         Log: Subject: [PATCH] *time_r fixes
2376              From: "Arthur Bergman" <arthur@contiller.se>
2377              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
2378              Date: Thu, 16 Aug 2001 14:22:27 +0200
2379      Branch: perl
2380            ! op.h
2381 ____________________________________________________________________________
2382 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
2383         Log: Upgrade to CGI.pm 2.77.
2384      Branch: perl
2385            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
2386            ! lib/CGI/t/function.t
2387 ____________________________________________________________________________
2388 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
2389         Log: Document the bytes-to-Unicode upgrading.
2390      Branch: perl
2391            ! pod/perlunicode.pod
2392 ____________________________________________________________________________
2393 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
2394         Log: Add a test for Unicode sprintf.
2395      Branch: perl
2396            ! t/op/misc.t
2397 ____________________________________________________________________________
2398 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
2399         Log: Add Unicode tests for index/rindex.
2400      Branch: perl
2401            ! t/op/index.t
2402 ____________________________________________________________________________
2403 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
2404         Log: Document a bit the art of minimizing the installation,
2405              based on the p5p discussion.
2406      Branch: perl
2407            ! INSTALL
2408 ____________________________________________________________________________
2409 [ 11684] By: nick                                  on 2001/08/15  15:03:31
2410         Log: Integrate mainline
2411      Branch: perlio
2412           +> sharedsv.c sharedsv.h
2413           !> (integrate 53 files)
2414 ____________________________________________________________________________
2415 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
2416         Log: Update Changes.
2417      Branch: perl
2418            ! Changes patchlevel.h
2419 ____________________________________________________________________________
2420 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
2421         Log: The #11673 necessitated a test tweak.
2422      Branch: perl
2423            ! t/io/utf8.t
2424 ____________________________________________________________________________
2425 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
2426         Log: Also UNICOS is in the general case unable to silently
2427              handle fp overflows.
2428      Branch: perl
2429            ! numeric.c
2430 ____________________________________________________________________________
2431 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
2432         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
2433              NV_EPSILON #defined.
2434      Branch: perl
2435            ! perl.h
2436 ____________________________________________________________________________
2437 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
2438         Log: Re-establish the fp overflow detection for VAX VMS; there
2439              is no easy way to have the IEEE fp silent overflow semantics.
2440              (in Alpha VMS we still will use IEEE fp by default-- but it
2441              is still possible to configure Perl to use G_FLOAT)
2442      Branch: perl
2443            ! numeric.c
2444 ____________________________________________________________________________
2445 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
2446         Log: Subject: [PATCH] pp_lock 
2447              From: "Arthur Bergman" <arthur@contiller.se>
2448              Date: Wed, 15 Aug 2001 11:52:16 +0200
2449              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
2450      Branch: perl
2451            ! pp.c
2452 ____________________________________________________________________________
2453 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
2454         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
2455              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2456              Date: Wed, 15 Aug 2001 11:32:11 +0100
2457              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
2458      Branch: perl
2459            ! regcomp.c t/op/re_tests
2460 ____________________________________________________________________________
2461 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
2462         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
2463              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2464              Date: Wed, 15 Aug 2001 10:33:49 +0100
2465              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
2466      Branch: perl
2467            ! regexec.c t/op/re_tests
2468 ____________________________________________________________________________
2469 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
2470         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
2471              From: Barrie Slaymaker <barries@slaysys.com>
2472              Date: Tue, 14 Aug 2001 14:32:25 -0400
2473              Message-ID: <20010814143225.A19822@jester.slaysys.com>
2474      Branch: perl
2475            ! lib/File/Spec.t lib/File/Spec/Unix.pm
2476 ____________________________________________________________________________
2477 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
2478         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
2479              From: Peter Prymmer <pvhp@forte.com>
2480              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
2481              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
2482      Branch: perl
2483            ! README.vms configure.com
2484 ____________________________________________________________________________
2485 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
2486         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
2487              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2488              Date: Tue, 14 Aug 2001 21:23:27 +0200
2489              Message-ID: <20010814212327.A1919@rafael>
2490      Branch: perl
2491            ! doio.c
2492 ____________________________________________________________________________
2493 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
2494         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
2495              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2496              Date: Tue, 14 Aug 2001 22:30:11 +0200
2497              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
2498              
2499              Combination of nmake, quoting, and Perl expanded $( in here-doc.
2500      Branch: perl
2501            ! ext/SDBM_File/Makefile.PL
2502 ____________________________________________________________________________
2503 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
2504         Log: Todo updates.
2505      Branch: perl
2506            ! pod/perltodo.pod
2507 ____________________________________________________________________________
2508 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
2509         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
2510              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2511              Date: Mon, 13 Aug 2001 23:15:01 +0200
2512              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
2513      Branch: perl
2514            ! sv.c
2515 ____________________________________________________________________________
2516 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
2517         Log: Subject: [PATCH] [b-]showlex.t
2518              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2519              Date: Sun, 12 Aug 2001 22:24:51 +0200
2520              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
2521              
2522              The 4nt command shell will expand the % in command line
2523              no matter what quoting is attempted, changed the % to @.
2524      Branch: perl
2525            ! ext/B/Showlex.t
2526 ____________________________________________________________________________
2527 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
2528         Log: Subject: [PATCH] magic.t
2529              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2530              Date: Sun, 12 Aug 2001 20:49:27 +0200
2531              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
2532      Branch: perl
2533            ! t/op/magic.t
2534 ____________________________________________________________________________
2535 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
2536         Log: Add sharedsv* to the DOSish platforms; plus add
2537              some WinCE files to the list of DOSish files.
2538      Branch: perl
2539            ! NetWare/Makefile Porting/makerel win32/Makefile
2540            ! win32/makefile.mk wince/Makefile.ce
2541 ____________________________________________________________________________
2542 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
2543         Log: More DOSish files.
2544      Branch: perl
2545            ! Porting/makerel
2546 ____________________________________________________________________________
2547 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
2548         Log: Strip CRs from the WinCE files.  Now we need to
2549              figure out in which CRs are really needed: probably
2550              Makefile.ce and the README files, at least, probably
2551              also the registry.bat.
2552      Branch: perl
2553            ! wince/Makefile.ce wince/README.compile wince/README.perlce
2554            ! wince/config.h wince/include/cectype.h wince/include/errno.h
2555            ! wince/include/sys/stat.h wince/include/sys/types.h
2556            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
2557            ! wince/perldll.def wince/registry.bat wince/wince.h
2558            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
2559 ____________________________________________________________________________
2560 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
2561         Log: Add some files to DOSish and writables.
2562      Branch: perl
2563            ! Porting/makerel
2564 ____________________________________________________________________________
2565 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
2566         Log: Compile failure message tidying.
2567      Branch: perl
2568            ! t/lib/1_compile.t
2569 ____________________________________________________________________________
2570 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
2571         Log: The new sharedsv* should be exported only if usethreads.
2572      Branch: perl
2573            ! makedef.pl
2574 ____________________________________________________________________________
2575 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
2576         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
2577              From: Peter Prymmer <pvhp@forte.com>
2578              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
2579              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
2580      Branch: perl
2581            ! README.os390
2582 ____________________________________________________________________________
2583 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
2584         Log: Update Changes.
2585      Branch: perl
2586            ! Changes patchlevel.h
2587 ____________________________________________________________________________
2588 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
2589         Log: Subject: [PATHC] sharedsv.[c|h]
2590              From: "Artur Bergman" <artur@contiller.se>
2591              Date: Mon, 13 Aug 2001 14:38:41 +0200
2592              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
2593              
2594              Subject: [PATCH] embed.pl
2595              From: Arthur Bergman <arthur@contiller.se>
2596              Date: Mon, 13 Aug 2001 14:38:14 +0200
2597              Message-ID: <B79D96D6.3088%arthur@contiller.se>
2598              
2599              Subject: [PATCH] sharedsv cleanups
2600              From: "Arthur Bergman" <arthur@contiller.se>
2601              Date: Mon, 13 Aug 2001 15:14:25 +0200
2602              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
2603              
2604              Plus few tweaks: _init needs to be Adp, the prototypes
2605              should not be revealed unless using ithreads, #endif FOO
2606              must be #endif /* FOO */, adding (parentheses) around
2607              do { } while doesn't work too well.
2608      Branch: perl
2609            + sharedsv.c sharedsv.h
2610            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
2611            ! perl.h perlapi.c pod/perlapi.pod proto.h
2612 ____________________________________________________________________________
2613 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
2614         Log: Subject: Re: END {} blocks run in perl_run
2615              From: Arthur Bergman <arthur@contiller.se>
2616              Date: Mon, 13 Aug 2001 11:11:30 +0200
2617              Message-ID: <B79D6661.3068%arthur@contiller.se>
2618      Branch: perl
2619            ! perl.c
2620 ____________________________________________________________________________
2621 [ 11657] By: nick                                  on 2001/08/13  09:03:02
2622         Log: Integrate mainline
2623      Branch: perlio
2624           +> (branch 326 files)
2625            - (delete 330 files)
2626           !> (integrate 85 files)
2627 ____________________________________________________________________________
2628 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
2629         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
2630              and the Perl will be built to do that by default (adding that
2631              will break scripts having non-UTF-8 binary data, such as Latin-1.)
2632      Branch: perl
2633            ! op.c toke.c utf8.h
2634 ____________________________________________________________________________
2635 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
2636         Log: Unnecessary downgrades.
2637      Branch: perl
2638            ! doop.c
2639 ____________________________________________________________________________
2640 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
2641         Log: Failure not true anymore (probably caused by my broken setup).
2642      Branch: perl
2643            ! t/op/pat.t
2644 ____________________________________________________________________________
2645 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
2646         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
2647              stopped working).
2648      Branch: perl
2649            ! op.h pp_ctl.c regcomp.c
2650 ____________________________________________________________________________
2651 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
2652         Log: There is no IN_UTF8.
2653      Branch: perl
2654            ! utf8.h
2655 ____________________________________________________________________________
2656 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
2657         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
2658      Branch: perl
2659            ! op.c op.h pp_ctl.c regcomp.c
2660 ____________________________________________________________________________
2661 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
2662         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
2663              and a test tweak.
2664      Branch: perl
2665            ! op.c t/pod/find.t
2666 ____________________________________________________________________________
2667 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
2668         Log: Todo updates and fixes.
2669      Branch: perl
2670            ! pod/perltodo.pod
2671 ____________________________________________________________________________
2672 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
2673         Log: Mark tests (and one module) having explicit Latin-1
2674              (and one file having explicit UTF-8) with an explicit
2675              'no utf8' (and one explicit 'use utf8').
2676              
2677              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
2678      Branch: perl
2679            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
2680            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
2681            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
2682 ____________________________________________________________________________
2683 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
2684         Log: Subject: SV: END {} blocks run in perl_run
2685              From: "Arthur Bergman" <arthur@contiller.se>
2686              Date: Sun, 12 Aug 2001 00:34:28 +0200 
2687              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
2688      Branch: perl
2689            ! miniperlmain.c perl.c
2690 ____________________________________________________________________________
2691 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
2692         Log: Typos in #11645.
2693      Branch: perl
2694            ! perl.h
2695 ____________________________________________________________________________
2696 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
2697         Log: On ithreads default to use_reentrant except on naturally
2698              threadsafe platforms.
2699      Branch: perl
2700            ! perl.h
2701 ____________________________________________________________________________
2702 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
2703         Log: (Hopefully) a fix for 20010723.004: make install needs
2704              write permission in build directory.  The problem was
2705              probably caused by overeager sprinkling of the lib/re.pm
2706              dependencies (which was done to guarantee lib/re.pm being
2707              uptodate for parallel makes: now solved by funneling that
2708              through an explicit recursive make in the preplibrary target).
2709      Branch: perl
2710            ! Makefile.SH
2711 ____________________________________________________________________________
2712 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
2713         Log: Dispell the "use utf8" superstition.
2714      Branch: perl
2715            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
2716            ! pod/perlunicode.pod
2717 ____________________________________________________________________________
2718 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
2719         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
2720              From: "Abigail" <abigail@foad.org> 
2721              Date: Sat, 11 Aug 2001 23:49:49 +0200
2722              Message-ID: <20010811214950.23255.qmail@foad.org>
2723      Branch: perl
2724            ! t/op/taint.t
2725 ____________________________________________________________________________
2726 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
2727         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
2728              From: Abhijit Menon-Sen <ams@wiw.org>
2729              Date: Sat, 11 Aug 2001 06:18:19 +0530
2730              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
2731      Branch: perl
2732            ! mg.c
2733 ____________________________________________________________________________
2734 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
2735         Log: Test for change #11639.
2736      Branch: perl
2737            ! t/op/tiehandle.t
2738 ____________________________________________________________________________
2739 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
2740         Log: Subject: Re: Can't localize *FH, then tie it
2741              From: Abhijit Menon-Sen <ams@wiw.org>
2742              Date: Sun, 12 Aug 2001 16:08:06 +0530
2743              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
2744      Branch: perl
2745            ! pp_hot.c pp_sys.c
2746 ____________________________________________________________________________
2747 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
2748         Log: Drop all the unnecessary "use utf8" clauses and some of
2749              the unnecessary "use bytes" ones.
2750              
2751              TODO: scour the documentation for unnecessary "use utf8"
2752              and prominently display it in perldelta when the time comes.
2753              ("use utf8" should be necessary ONLY if one wants the script
2754              to be in UTF-8.)  Also should be checked in some non-ASCII
2755              non-Latin-1 platform, like EBCDIC.
2756      Branch: perl
2757            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
2758            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
2759 ____________________________________________________________________________
2760 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
2761         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
2762              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
2763              in Unicode handling.
2764      Branch: perl
2765            + t/op/lc.t
2766            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
2767 ____________________________________________________________________________
2768 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
2769         Log: Thinko: we want the flags for native cc, not gcc.
2770      Branch: perl
2771            ! hints/dec_osf.sh
2772 ____________________________________________________________________________
2773 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
2774         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
2775              From: Robin Houston <robin@kitsite.com>
2776              Date: Fri, 10 Aug 2001 14:42:02 +0100
2777              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
2778      Branch: perl
2779            ! pp.c
2780 ____________________________________________________________________________
2781 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
2782         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
2783              From: Abhijit Menon-Sen <ams@wiw.org>
2784              Date: Sat, 11 Aug 2001 16:31:04 +0530
2785              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
2786      Branch: perl
2787            ! op.c
2788 ____________________________________________________________________________
2789 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
2790         Log: Get rid of indread, from Abhijit Menon-Sen.
2791      Branch: perl
2792            ! pp_sys.c
2793 ____________________________________________________________________________
2794 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
2795         Log: CRLFgngngn.
2796      Branch: perl
2797            ! win32/Makefile win32/makefile.mk
2798 ____________________________________________________________________________
2799 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
2800         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
2801      Branch: perl
2802            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
2803            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
2804            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
2805            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
2806            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
2807            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
2808            ! win32/Makefile win32/makefile.mk
2809 ____________________________________________________________________________
2810 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
2811         Log: Avoid #elif (less portable than #else #if).
2812      Branch: perl
2813            ! handy.h
2814 ____________________________________________________________________________
2815 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
2816         Log: Subject: patch for perlvar.pod
2817              From: mah@everybody.org (Mark A. Hershberger)
2818              Date: 08 Aug 2001 17:03:16 -0500
2819              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
2820      Branch: perl
2821            ! pod/perlvar.pod
2822 ____________________________________________________________________________
2823 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
2824         Log: cpp commands must start (the # must be) at the column #0.
2825      Branch: perl
2826            ! op.c
2827 ____________________________________________________________________________
2828 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
2829         Log: If using gcc -B/foo/bar makedepend would give
2830              unnecessary warnings about unused -B/foo/bar.
2831      Branch: perl
2832            ! makedepend.SH
2833 ____________________________________________________________________________
2834 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
2835         Log: Update Changes.
2836      Branch: perl
2837            ! Changes patchlevel.h
2838 ____________________________________________________________________________
2839 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
2840         Log: s/z/tz/
2841      Branch: perl
2842            ! pod/perlfaq2.pod
2843 ____________________________________________________________________________
2844 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
2845         Log: Article nit.
2846      Branch: perl
2847            ! pod/perlfaq2.pod
2848 ____________________________________________________________________________
2849 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
2850         Log: Rename lib/unicode files to lib/unicore to avoid
2851              conflicts between core lib/unicode and Unicode::
2852              files in case-ignoring filesystems.
2853      Branch: perl
2854            + (add 325 files)
2855            - (delete 324 files)
2856            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
2857 ____________________________________________________________________________
2858 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
2859         Log: Upgrade to Math::BigInt 1.41.
2860      Branch: perl
2861            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
2862 ____________________________________________________________________________
2863 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
2864         Log: Subject: [PATCH] remove PL_na from typemap
2865              From: James <james@rf.net>
2866              Date: Mon, 06 Aug 2001 20:23:15 -0700
2867              Message-ID: <3B6F5F23.A31A81B1@rf.net>
2868              
2869              (had to be manually applied)
2870      Branch: perl
2871            ! lib/ExtUtils/typemap
2872 ____________________________________________________________________________
2873 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
2874         Log: The metaconfig unit changes for #11618.
2875      Branch: metaconfig/U/perl
2876            + d_fpclassl.U i_fp.U
2877 ____________________________________________________________________________
2878 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
2879         Log: Forgot this from #11618.
2880              
2881              NOTE: wince/config_H.ce needs updating.
2882      Branch: perl
2883            ! wince/config.ce
2884 ____________________________________________________________________________
2885 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
2886         Log: Introduce more floating point classifying APIs;
2887              try to define (most importantly) Perl_is{inf,nan}(x).
2888              
2889              For this first cut, assume none such APIs exist in non-UNIXoid
2890              platforms-- this is of course too unkind: Win32 rumoredly has
2891              _fpclass() and _isnan(), and VMS/VOS very probably have some
2892              of the APIs available.     The only thing Perl uses at the moment
2893              is Perl_isnan() (has been in use for a while now).
2894              
2895              NOTE: the Win32 and NetWare config_h.?c need regenerating.
2896      Branch: perl
2897            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
2898            ! Porting/config_H config_h.SH configure.com epoc/config.sh
2899            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
2900            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2901            ! vos/config.ga.h win32/config.bc win32/config.gc
2902            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2903            ! win32/config_H.vc wince/config.ce wince/config.h
2904 ____________________________________________________________________________
2905 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
2906         Log: Integrate change #11519 from perlio:
2907              
2908              Avoid testing for (non-)existance of "encoding(xxxx)"
2909              layer is called "encoding" the (xxxx) is an argument.
2910      Branch: perl
2911           !> lib/open.pm
2912 ____________________________________________________________________________
2913 [ 11616] By: nick                                  on 2001/08/09  07:50:24
2914         Log: Integrate mainline
2915      Branch: perlio
2916           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
2917           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
2918           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
2919           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
2920            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
2921            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
2922           !> (integrate 79 files)
2923 ____________________________________________________________________________
2924 [ 11615] By: nick                                  on 2001/08/09  06:23:44
2925         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
2926              layer is called "encoding" the (xxxx) is an argument.
2927      Branch: perlio
2928            ! lib/open.pm
2929 ____________________________________________________________________________
2930 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
2931         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
2932              From: Paul Johnson <paul@pjcj.net>
2933              Date: Wed, 8 Aug 2001 23:54:17 +0200
2934              Message-ID: <20010808235417.O1006@pjcj.net>
2935      Branch: perl
2936            ! ext/B/B/Concise.pm
2937 ____________________________________________________________________________
2938 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
2939         Log: Make VMS use IEEE math by default; reorder Tru64 hints
2940              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
2941              exception semantics) is always set if using (the new) cc.
2942      Branch: perl
2943            ! configure.com hints/dec_osf.sh
2944 ____________________________________________________________________________
2945 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
2946         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
2947              From: Abhijit Menon-Sen <ams@wiw.org>
2948              Date: Tue, 7 Aug 2001 17:16:05 +0530
2949              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
2950      Branch: perl
2951            ! pp_sys.c
2952 ____________________________________________________________________________
2953 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
2954         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
2955              From: "Craig A. Berry" <craigberry@mac.com>
2956              Date: Tue, 07 Aug 2001 22:27:47 -0500
2957              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
2958      Branch: perl
2959            ! t/run/exit.t
2960 ____________________________________________________________________________
2961 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
2962         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
2963              From: "Craig A. Berry" <craigberry@mac.com>
2964              Date: Tue, 07 Aug 2001 20:01:53 -0500
2965              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
2966      Branch: perl
2967            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
2968 ____________________________________________________________________________
2969 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
2970         Log: Update the magazine information.
2971      Branch: perl
2972            ! pod/perlfaq2.pod
2973 ____________________________________________________________________________
2974 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
2975         Log: Ignore SIGFPE everywhere.
2976      Branch: perl
2977            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
2978 ____________________________________________________________________________
2979 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
2980         Log: With permission, change the licensing of the docs by
2981              TomC (and Gnat) to comply with the rest of Perl.
2982      Branch: perl
2983            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2984            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2985            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2986            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
2987            ! pod/perltootc.pod
2988 ____________________________________________________________________________
2989 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
2990         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
2991              From: Andy Dougherty <doughera@lafayette.edu>
2992              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
2993              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
2994      Branch: perl
2995            ! hints/openbsd.sh
2996 ____________________________________________________________________________
2997 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
2998         Log: Subject: [PATCH] Makefile.SH test_prep dependency
2999              From: Andy Dougherty <doughera@lafayette.edu>
3000              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
3001              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
3002      Branch: perl
3003            ! Makefile.SH
3004 ____________________________________________________________________________
3005 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
3006         Log: Don't autogenerate the headers et alia,
3007              make regen_headers explicitly.
3008      Branch: perl
3009            ! Makefile.SH
3010 ____________________________________________________________________________
3011 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
3012         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
3013              From: Gurusamy Sarathy <gsar@ActiveState.com> 
3014              Date: Tue, 07 Aug 2001 08:33:26 -0700
3015              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
3016              
3017              Unnecessary dependency.
3018      Branch: perl
3019            ! embed.pl
3020 ____________________________________________________________________________
3021 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
3022         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
3023              From: Abhijit Menon-Sen <ams@wiw.org>
3024              Date: Tue, 7 Aug 2001 09:10:54 +0530
3025              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
3026      Branch: perl
3027            ! pp_hot.c
3028 ____________________________________________________________________________
3029 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
3030         Log: Subject: [PATCH perl@11597] B && BEGIN handling
3031              From: "James A. Duncan" <jduncan@fotango.com>
3032              Date: Mon, 6 Aug 2001 17:29:11 +0100
3033              Message-ID: <20010806172911.A2071@fotango.com>
3034              
3035              (the intrpvar.h addition moved to the end for bincompat)
3036      Branch: perl
3037            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
3038 ____________________________________________________________________________
3039 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
3040         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
3041      Branch: perl
3042           !> README.win32
3043 ____________________________________________________________________________
3044 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
3045         Log: fix URLs for fcrypt.c
3046      Branch: maint-5.6/perl
3047            ! README.win32
3048 ____________________________________________________________________________
3049 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
3050         Log: Yet another way to say Infinity: HP-UX calls its "++".
3051      Branch: perl
3052            ! lib/Math/BigInt/t/bigintpm.t
3053 ____________________________________________________________________________
3054 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
3055         Log: Update Changes.
3056      Branch: perl
3057            ! Changes patchlevel.h
3058 ____________________________________________________________________________
3059 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
3060         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
3061      Branch: perl
3062            ! pod/perlfaq5.pod
3063 ____________________________________________________________________________
3064 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
3065         Log: The #11593 wasn't right.
3066      Branch: perl
3067            ! lib/Math/BigInt/t/bigintpm.t
3068 ____________________________________________________________________________
3069 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
3070         Log: Subject: [PATCH: perl@11564] introducing perlivp
3071              From: Prymmer/Kahn <pvhp@best.com>
3072              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
3073              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
3074              
3075              Subject: Re: [PATCH: perl@11564] introducing perlivp
3076              From: Prymmer/Kahn <pvhp@best.com>
3077              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
3078              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
3079      Branch: perl
3080            + utils/perlivp.PL
3081            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
3082            ! win32/Makefile win32/makefile.mk
3083 ____________________________________________________________________________
3084 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
3085         Log: libcs are confused what to call Infinity.
3086      Branch: perl
3087            ! lib/Math/BigInt/t/bigintpm.t
3088 ____________________________________________________________________________
3089 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
3090         Log: Avoid SIGFPE in Tru64.
3091      Branch: perl
3092            ! numeric.c
3093 ____________________________________________________________________________
3094 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
3095         Log: Upgrade to Math::BigInt 1.40.
3096              
3097              NOTE: this patch necessitates doing something about
3098              infinity handling since the new bigintpm.t tests use
3099              infinity, which causes SIGFPEs at least in Tru64.
3100      Branch: perl
3101            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3102            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3103            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3104            ! lib/Math/BigInt/t/mbimbf.t
3105 ____________________________________________________________________________
3106 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
3107         Log: remove hardcoded cmd shell in testsuite
3108      Branch: perl
3109            ! t/op/glob.t t/op/magic.t t/op/stat.t
3110 ____________________________________________________________________________
3111 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
3112         Log: 4-arg select() was busted on windows because change#8178 didn't
3113              make it into mainline
3114      Branch: perl
3115            ! perl.h win32/include/sys/socket.h
3116 ____________________________________________________________________________
3117 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
3118         Log: Rename the Getopt::Long tests to be as they are
3119              in the Getopt::Long official distribution.
3120      Branch: perl
3121            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
3122            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
3123            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3124            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3125            ! MANIFEST
3126 ____________________________________________________________________________
3127 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
3128         Log: Upgrade to Getopt::Long 2.26.
3129      Branch: perl
3130            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
3131            ! MANIFEST lib/Getopt/Long.pm
3132 ____________________________________________________________________________
3133 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
3134         Log: Retract #10874 (the hack should be unnecessary by now)
3135      Branch: perl
3136            ! lib/Test/Harness.pm
3137 ____________________________________________________________________________
3138 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
3139         Log: avoid temp file littering in tests
3140      Branch: perl
3141            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
3142 ____________________________________________________________________________
3143 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
3144         Log: Subject: warning in sv.c: double format, NV arg
3145              From: "Philip Newton" <Philip.Newton@gmx.net>
3146              Date: Sun, 5 Aug 2001 19:41:07 +0200
3147              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
3148      Branch: perl
3149            ! sv.c
3150 ____________________________________________________________________________
3151 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
3152         Log: fix POSIX.t#13 for windos
3153      Branch: perl
3154            ! ext/POSIX/POSIX.t
3155 ____________________________________________________________________________
3156 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
3157         Log: Add a test for PerlIO::Via.
3158      Branch: perl
3159            + ext/PerlIO/t/via.t
3160            ! MANIFEST ext/PerlIO/Via/Via.pm
3161 ____________________________________________________________________________
3162 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
3163         Log: flock() and link() are not available on Windows 9x
3164      Branch: perl
3165            ! win32/config_sh.PL
3166 ____________________________________________________________________________
3167 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
3168         Log: Some Tru64 C compilers have C++ components that confuse
3169              the ccversion parsing.
3170      Branch: perl
3171            ! hints/dec_osf.sh
3172 ____________________________________________________________________________
3173 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
3174         Log: (Reintroduce #11125)
3175              
3176              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
3177              From: Alan Burlison <Alan.Burlison@sun.com> 
3178              Date: Tue, 03 Jul 2001 15:20:13 +0100   
3179              Message-ID: <3B41D49D.A923D4F9@sun.com> 
3180      Branch: perl
3181            ! lib/ExtUtils/MM_Unix.pm
3182 ____________________________________________________________________________
3183 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
3184         Log: Little pointer juggling for HP-UX cc to avoid
3185              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
3186              followed by
3187              "error 1549: Modifiable lvalue required for assignment operator."
3188      Branch: perl
3189            ! hv.c
3190 ____________________________________________________________________________
3191 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
3192         Log: Continuation of #11575: SANY_SEEN completely deprecated,
3193              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
3194              plus a fix for the bug.
3195      Branch: perl
3196            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
3197 ____________________________________________________________________________
3198 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
3199         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
3200              From: Doug MacEachern <dougm@covalent.net>
3201              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
3202              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
3203      Branch: perl
3204            ! sv.c
3205 ____________________________________________________________________________
3206 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
3207         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
3208              the new CANY is the \C.  The problem reported and the
3209              test case supplied in
3210              
3211              Subject: UTF-8 bugs in string length & single line regex matches
3212              From: "Daniel P. Berrange" <dan@berrange.com>
3213              Date: Fri, 3 Aug 2001 11:39:33 +0100
3214              Message-ID: <20010803113932.A19318@berrange.com>
3215      Branch: perl
3216            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
3217            ! t/op/pat.t
3218 ____________________________________________________________________________
3219 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
3220         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
3221              From: Doug MacEachern <dougm@covalent.net>
3222              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
3223              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
3224      Branch: perl
3225            ! perl.c regexec.c
3226 ____________________________________________________________________________
3227 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
3228         Log: The #11572 didn't up the test count.
3229      Branch: perl
3230            ! t/op/length.t
3231 ____________________________________________________________________________
3232 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
3233         Log: Subject: UTF-8 bugs in string length & single line regex matches
3234              From: "Daniel P. Berrange" <dan@berrange.com>
3235              Date: Fri, 3 Aug 2001 11:39:33 +0100         
3236              Message-ID: <20010803113932.A19318@berrange.com>
3237              
3238              (the mg_length() fix)
3239      Branch: perl
3240            ! mg.c t/op/length.t
3241 ____________________________________________________________________________
3242 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
3243         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3244              From: Abhijit Menon-Sen <ams@wiw.org>
3245              Date: Sat, 4 Aug 2001 16:56:35 +0530
3246              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
3247      Branch: perl
3248            ! hv.c
3249 ____________________________________________________________________________
3250 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
3251         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3252              From: Abhijit Menon-Sen <ams@wiw.org>
3253              Date: Sat, 4 Aug 2001 16:16:03 +0530
3254              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
3255      Branch: perl
3256            ! hv.c
3257 ____________________________________________________________________________
3258 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
3259         Log: Subject: Re: [patch] refcount re ops
3260              From: Abhijit Menon-Sen <ams@wiw.org>
3261              Date: Sat, 4 Aug 2001 08:54:55 +0530
3262              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
3263      Branch: perl
3264            ! sv.c
3265 ____________________________________________________________________________
3266 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
3267         Log: Subject: [patch] refcount re ops
3268              From: Doug MacEachern <dougm@covalent.net>
3269              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
3270              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
3271      Branch: perl
3272            ! regcomp.c sv.c
3273 ____________________________________________________________________________
3274 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
3275         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
3276              From: Doug MacEachern <dougm@covalent.net>
3277              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
3278              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
3279      Branch: perl
3280            ! perl.c regexec.c
3281 ____________________________________________________________________________
3282 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
3283         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
3284              From: "Craig A. Berry" <craigberry@mac.com> 
3285              Date: Fri, 03 Aug 2001 16:16:16 -0500
3286              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
3287      Branch: perl
3288            ! t/op/misc.t
3289 ____________________________________________________________________________
3290 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
3291         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
3292              From: John Kristian <jmk2001@engineer.com>
3293              Date: Fri, 03 Aug 2001 00:59:08 -0700
3294              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
3295      Branch: perl
3296            ! win32/win32.c
3297 ____________________________________________________________________________
3298 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
3299         Log: Update Changes.
3300      Branch: perl
3301            ! Changes patchlevel.h
3302 ____________________________________________________________________________
3303 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
3304         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
3305              From: "Craig A. Berry" <craigberry@mac.com>
3306              Date: Thu, 02 Aug 2001 23:15:24 -0500
3307              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
3308      Branch: perl
3309            ! ext/B/Stash.t
3310 ____________________________________________________________________________
3311 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
3312         Log: Subject: [patch] plug PL_cshname leak
3313              From: Doug MacEachern <dougm@covalent.net>
3314              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
3315              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
3316      Branch: perl
3317            ! sv.c
3318 ____________________________________________________________________________
3319 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
3320         Log: Subject: [patch] plug PL_sh_path leak
3321              From: Doug MacEachern <dougm@covalent.net>
3322              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
3323              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
3324      Branch: perl
3325            ! sv.c
3326 ____________________________________________________________________________
3327 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
3328         Log: Subject: [patch] plug PL_regex_padav leaks
3329              From: Doug MacEachern <dougm@covalent.net>
3330              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
3331              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
3332      Branch: perl
3333            ! op.c op.h perl.c
3334 ____________________________________________________________________________
3335 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
3336         Log: Subject: [patch] plug PL_origargv leak
3337              From: Doug MacEachern <dougm@covalent.net>
3338              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
3339              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
3340      Branch: perl
3341            ! perl.c
3342 ____________________________________________________________________________
3343 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
3344         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3345              From: Abhijit Menon-Sen <ams@wiw.org>
3346              Date: Fri, 3 Aug 2001 06:38:11 +0530
3347              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
3348      Branch: perl
3349            ! hv.c
3350 ____________________________________________________________________________
3351 [ 11557] By: nick                                  on 2001/08/03  08:17:38
3352         Log: Integrate mainline
3353      Branch: perlio
3354           +> (branch 47 files)
3355            - lib/Switch/test.pl
3356           !> (integrate 49 files)
3357 ____________________________________________________________________________
3358 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
3359         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
3360              From: "Craig A. Berry" <craigberry@mac.com>
3361              Date: Thu, 02 Aug 2001 12:56:19 -0500
3362              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
3363      Branch: perl
3364            ! ext/B/Showlex.t
3365 ____________________________________________________________________________
3366 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
3367         Log: Be more careful about non-existent files.
3368      Branch: perl
3369            ! lib/File/Copy.pm
3370 ____________________________________________________________________________
3371 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
3372         Log: Subject: [PATCH resend] deparse empty formats
3373              From: Robin Houston <robin@kitsite.com> 
3374              Date: Thu, 2 Aug 2001 14:32:36 +0100
3375              Message-ID: <20010802143236.A894@robin.kitsite.com>
3376      Branch: perl
3377            ! ext/B/B/Deparse.pm
3378 ____________________________________________________________________________
3379 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
3380         Log: Subject: [patch] ithreads + refto fix improvement
3381              From: Doug MacEachern <dougm@covalent.net>
3382              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
3383              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
3384      Branch: perl
3385            ! pp.c
3386 ____________________________________________________________________________
3387 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
3388         Log: Readability nit from Abhijit.
3389      Branch: perl
3390            ! op.c
3391 ____________________________________________________________________________
3392 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
3393         Log: setproctitle() API version nit from Anton Berezin.
3394      Branch: perl
3395            ! mg.c
3396 ____________________________________________________________________________
3397 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
3398         Log: Add PerlCE to the docs.
3399      Branch: perl
3400            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
3401            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3402 ____________________________________________________________________________
3403 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
3404         Log: Integrate the PerlCE (WinCE Perl) port;
3405              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
3406      Branch: perl
3407            + README.ce wince/FindExt.pm wince/Makefile.ce
3408            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
3409            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
3410            + wince/bin/search.pl wince/config.ce wince/config.h
3411            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
3412            + wince/dl_win32.xs wince/include/arpa/inet.h
3413            + wince/include/cectype.h wince/include/errno.h
3414            + wince/include/netdb.h wince/include/sys/socket.h
3415            + wince/include/sys/stat.h wince/include/sys/types.h
3416            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
3417            + wince/perl.rc wince/perldll.def wince/perllib.c
3418            + wince/perlmain.c wince/registry.bat wince/runperl.c
3419            + wince/splittree.pl wince/win32.h wince/win32iop.h
3420            + wince/win32thread.c wince/win32thread.h wince/wince.c
3421            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
3422            + wince/xdistclean.ksh wince/xmakediffs.ksh
3423            ! MANIFEST perl.c perl.h perlio.c
3424 ____________________________________________________________________________
3425 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
3426         Log: setproctitle() made simpler.  (This assumes the string is
3427              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
3428              should be used.  Note len, not len + 1.)  BSD-fu from Anton
3429              Berezin.
3430      Branch: perl
3431            ! mg.c
3432 ____________________________________________________________________________
3433 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
3434         Log: Subject: [PATCH] -Wall cleanup: op.c
3435              From: Richard Soderberg <rs@oregonnet.com>
3436              Date: Thu, 2 Aug 2001 00:17:09 -0700
3437              Message-Id: <200108020717.AAA26895@oregonnet.com>
3438              
3439              Subject: [PATCH] -Wall cleanup: sv.c
3440              From: Richard Soderberg <rs@oregonnet.com>
3441              Date: Thu, 2 Aug 2001 00:49:21 -0700
3442              Message-Id: <200108020749.AAA27492@oregonnet.com>
3443      Branch: perl
3444            ! op.c sv.c
3445 ____________________________________________________________________________
3446 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
3447         Log: Update Changes.
3448      Branch: perl
3449            ! Changes patchlevel.h
3450 ____________________________________________________________________________
3451 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
3452         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
3453              From: Doug MacEachern <dougm@covalent.net>
3454              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
3455              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
3456      Branch: perl
3457            ! op.c
3458 ____________________________________________________________________________
3459 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
3460         Log: The #11541 didn't work under threads.
3461      Branch: perl
3462            ! op.c
3463 ____________________________________________________________________________
3464 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
3465         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
3466              From: Hugo <hv@crypt.compulink.co.uk>
3467              Date: Fri, 22 Jun 2001 01:19:08 +0100 
3468              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
3469              
3470              (Skip tests if accept() failed)
3471      Branch: perl
3472            ! ext/IO/lib/IO/t/io_unix.t
3473 ____________________________________________________________________________
3474 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
3475         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
3476              From: "Stian Seeberg" <sseeberg@nimsoft.no>
3477              Date: Mon, 30 Jul 2001 12:28:07 +0200
3478              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
3479      Branch: perl
3480            ! perl.h
3481 ____________________________________________________________________________
3482 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
3483         Log: Subject: Pluggable optimizer
3484              From: Simon Cozens <simon@netthink.co.uk>
3485              Date: Wed, 1 Aug 2001 13:57:02 -0700
3486              Message-ID: <20010801135702.I10442@netthink.co.uk>
3487      Branch: perl
3488            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
3489 ____________________________________________________________________________
3490 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
3491         Log: Subject: [ID 20010801.039] perlre.pod message typo
3492              From: Autrijus Tang <autrijus@geb.elixus.org>
3493              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
3494              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
3495      Branch: perl
3496            ! pod/perlre.pod
3497 ____________________________________________________________________________
3498 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
3499         Log: Test for change #11536.
3500      Branch: perl
3501            ! t/op/tiehandle.t
3502 ____________________________________________________________________________
3503 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
3504         Log: More test fixups for #11537.
3505      Branch: perl
3506            ! t/lib/warnings/4lint t/lib/warnings/9enabled
3507 ____________________________________________________________________________
3508 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
3509         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
3510              From: Doug MacEachern <dougm@covalent.net>
3511              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
3512              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
3513      Branch: perl
3514            ! op.c t/TestInit.pm
3515 ____________________________________________________________________________
3516 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
3517         Log: Subject: [patch] ithreads + refto bug
3518              From: Doug MacEachern <dougm@covalent.net>
3519              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
3520              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
3521              
3522              (Test in change #11539)
3523      Branch: perl
3524            ! pp.c
3525 ____________________________________________________________________________
3526 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
3527         Log: Subject: [PATCH: perl@11523] fixups for t/harness
3528              From: Prymmer/Kahn <pvhp@best.com>
3529              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
3530              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
3531      Branch: perl
3532            ! t/harness
3533 ____________________________________________________________________________
3534 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
3535         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
3536              From: Prymmer/Kahn <pvhp@best.com>
3537              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
3538              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
3539      Branch: perl
3540            ! win32/Makefile win32/makefile.mk
3541 ____________________________________________________________________________
3542 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
3543         Log: Need to know the number of tests.
3544      Branch: perl
3545            ! t/run/exit.t
3546 ____________________________________________________________________________
3547 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
3548         Log: Subject: Re: new exit tests on VMS
3549              From: "Craig A. Berry" <craigberry@mac.com>
3550              Date: Tue, 31 Jul 2001 12:19:29 -0500
3551              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
3552      Branch: perl
3553            ! t/run/exit.t
3554 ____________________________________________________________________________
3555 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
3556         Log: Retract #11530 (the dTHX is needed under threads)
3557      Branch: perl
3558            ! perlio.c
3559 ____________________________________________________________________________
3560 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
3561         Log: (Retracted by #11531)
3562      Branch: perl
3563            ! perlio.c
3564 ____________________________________________________________________________
3565 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
3566         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
3567              From: Richard Soderberg <rs@crystalflame.net>
3568              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
3569              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
3570      Branch: perl
3571            ! unixish.h
3572 ____________________________________________________________________________
3573 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
3574         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
3575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3576              Date: Tue, 31 Jul 2001 05:39:09 -0400
3577              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
3578              
3579              (with a note about the case of UV being equal to long long)
3580      Branch: perl
3581            ! utils/h2xs.PL
3582 ____________________________________________________________________________
3583 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
3584         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
3585              From: "Craig A. Berry" <craigberry@mac.com>
3586              Date: Tue, 31 Jul 2001 14:57:43 -0500
3587              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
3588      Branch: perl
3589            ! t/io/fs.t
3590 ____________________________________________________________________________
3591 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
3592         Log: Fix for
3593              
3594              Subject: [ID 20010116.001] File::Copy truncates orig file 
3595              From: arbor@al37al08.telecel.pt
3596              Date: Tue, 16 Jan 2001 11:43:02 GMT
3597              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
3598              
3599              (copy($foo, $foo) would truncate $foo)
3600      Branch: perl
3601            ! lib/File/Copy.pm lib/File/Copy.t
3602 ____________________________________________________________________________
3603 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
3604         Log: Metaconfig unit change for #11524.
3605      Branch: metaconfig/U/perl
3606            ! Extras.U
3607 ____________________________________________________________________________
3608 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
3609         Log: Multiple modules didn't work; plus typo fixes.
3610      Branch: perl
3611            ! Configure
3612 ____________________________________________________________________________
3613 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
3614         Log: Update Changes.
3615      Branch: perl
3616            ! Changes patchlevel.h
3617 ____________________________________________________________________________
3618 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
3619         Log: Regen perlapi.
3620      Branch: perl
3621            ! pod/perlapi.pod
3622 ____________________________________________________________________________
3623 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
3624         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
3625              From: Dave Mitchell <davem@fdgroup.co.uk>
3626              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
3627              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
3628      Branch: perl
3629            ! sv.c
3630 ____________________________________________________________________________
3631 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
3632         Log: Regen toc.
3633      Branch: perl
3634            ! pod/perltoc.pod
3635 ____________________________________________________________________________
3636 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
3637         Log: Regen Porting stuff.
3638      Branch: perl
3639            ! Porting/Glossary Porting/config.sh Porting/config_H
3640 ____________________________________________________________________________
3641 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
3642         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
3643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3644              Date: Tue, 31 Jul 2001 05:34:38 -0400
3645              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
3646      Branch: perl
3647            ! utils/h2xs.PL
3648 ____________________________________________________________________________
3649 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
3650         Log: Metaconfig unit change for #11516. 
3651      Branch: metaconfig/U/perl
3652            ! gccvers.U
3653 ____________________________________________________________________________
3654 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
3655         Log: Add -Wall in cflags, not in Configure.
3656              (This way -Wall affects only the core and the core XS,
3657              not user modules' XS.  Concern from Paul Marquess,
3658              implementation idea from Andy Dougherty.)
3659      Branch: perl
3660            ! Configure cflags.SH
3661 ____________________________________________________________________________
3662 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
3663         Log: Metaconfig unit changes for #11514.
3664      Branch: metaconfig
3665            + U/modified/sysman.U
3666            ! U/installdirs/man1dir.U
3667 ____________________________________________________________________________
3668 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
3669         Log: Subject: Configure's detection of system manual
3670              From: Sean Dague <sean@dague.net> 
3671              Date: Sun, 13 May 2001 15:53:15 -0400
3672              Message-ID: <20010513155315.A15833@underhill.dague.net>
3673      Branch: perl
3674            ! Configure
3675 ____________________________________________________________________________
3676 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
3677         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
3678              From: Autrijus Tang <autrijus@autrijus.org> 
3679              Date: Thu, 21 Jun 2001 23:56:48 +0800
3680              Message-Id: <20010621235648.A57340@not.autrijus.org>
3681      Branch: perl
3682            ! pod/perlobj.pod
3683 ____________________________________________________________________________
3684 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
3685         Log: Subject: Typo in DB_File.pm
3686              From: "Philip Newton" <Philip.Newton@gmx.net>
3687              Date: Tue, 31 Jul 2001 06:19:35 +0200
3688              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
3689      Branch: perl
3690            ! ext/DB_File/DB_File.pm
3691 ____________________________________________________________________________
3692 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
3693         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
3694              From: "Stephen P. Potter" <spp@spotter.yi.org>
3695              Date: Wed, 30 May 2001 13:59:34 -0400
3696              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
3697      Branch: perl
3698            ! pod/perlre.pod
3699 ____________________________________________________________________________
3700 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
3701         Log: eval "format foo=" would loop indefinitely; reported in
3702              
3703              Subject: A load of old rubbish
3704              From: Mike Guy <mjtg@cam.ac.uk>
3705              Date: Mon, 14 May 2001 16:12:22 +0100
3706              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
3707              
3708              (The core dumps reported in there already fixed.)
3709      Branch: perl
3710            ! toke.c
3711 ____________________________________________________________________________
3712 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
3713         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
3714      Branch: perl
3715            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
3716            + lib/Switch/t/switch_case.t
3717            - lib/Switch/test.pl
3718            ! MANIFEST lib/Switch.pm
3719 ____________________________________________________________________________
3720 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
3721         Log: Subject: [PATCH @11505] DB_File-1.78
3722              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3723              Date: Mon, 30 Jul 2001 22:54:37 +0100
3724              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
3725      Branch: perl
3726            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3727            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3728 ____________________________________________________________________________
3729 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
3730         Log: Explain in more detail why -pipe and -fno-common are good.
3731      Branch: perl
3732            ! hints/darwin.sh
3733 ____________________________________________________________________________
3734 [ 11506] By: nick                                  on 2001/07/30  14:32:23
3735         Log: Integrate mainline
3736      Branch: perlio
3737           !> INSTALL Makefile.SH doio.c hints/darwin.sh
3738 ____________________________________________________________________________
3739 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
3740         Log: Perl hasn't been putting man pages into $prefix/lib for
3741              a long time now; pointed out by Andy Dougherty. 
3742      Branch: perl
3743            ! hints/darwin.sh
3744 ____________________________________________________________________________
3745 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
3746         Log: Document the extras Configure option.
3747      Branch: perl
3748            ! INSTALL
3749 ____________________________________________________________________________
3750 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
3751         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
3752              everywhere.
3753      Branch: perl
3754           !> doio.c
3755 ____________________________________________________________________________
3756 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
3757         Log: Doubly guard against invoking CPAN if no extras defined,
3758              pointed out by H. Merijn Brand.
3759      Branch: perl
3760            ! Makefile.SH
3761 ____________________________________________________________________________
3762 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
3763         Log: Fix O_RDONLY check to check for O_RDONLY.
3764      Branch: maint-5.6/macperl
3765            ! doio.c
3766 ____________________________________________________________________________
3767 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
3768         Log: Integrate miscellaneous changes from maint-5.6/perl.
3769      Branch: maint-5.6/macperl
3770           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
3771 ____________________________________________________________________________
3772 [ 11499] By: nick                                  on 2001/07/30  06:52:42
3773         Log: Integrate mainline
3774      Branch: perlio
3775           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
3776           +> win32/sync_ext.pl
3777            - win32/sncfnmcs.pl
3778           !> (integrate 71 files)
3779 ____________________________________________________________________________
3780 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
3781         Log: Update Changes.
3782      Branch: perl
3783            ! Changes patchlevel.h
3784 ____________________________________________________________________________
3785 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
3786         Log: Now Configure -Dextras=Foo::Bar and "make install" will
3787              fetch and install Foo::Bar.
3788      Branch: perl
3789            ! Makefile.SH
3790 ____________________________________________________________________________
3791 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
3792         Log: Metaconfig unit change for #11495.
3793      Branch: metaconfig/U/perl
3794            ! Extras.U
3795 ____________________________________________________________________________
3796 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
3797         Log: extras.make, extras.test, and extras.install make targets.
3798      Branch: perl
3799            ! Configure Makefile.SH
3800 ____________________________________________________________________________
3801 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
3802         Log: Metaconfig unit change for #11493.
3803      Branch: metaconfig/U/perl
3804            ! Extras.U
3805 ____________________________________________________________________________
3806 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
3807         Log: Better to have the list of extras in $extras than 'define'.
3808      Branch: perl
3809            ! Configure
3810 ____________________________________________________________________________
3811 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
3812         Log: The metaconfig unit change for #11490.
3813      Branch: metaconfig/U/perl
3814            + Extras.U
3815 ____________________________________________________________________________
3816 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
3817         Log: Missed from #11490 (the required dependency).
3818      Branch: perl
3819            ! Makefile.SH
3820 ____________________________________________________________________________
3821 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
3822         Log: Add the support of asking for extra modules or bundles of modules
3823              to be fetched from the CPAN and installed as a part of the Perl
3824              build process.  None of this installation is yet really done;
3825              only the list is asked, and saved away in extras.lst for
3826              the build and installation process to worry about later.
3827      Branch: perl
3828            ! Configure
3829 ____________________________________________________________________________
3830 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
3831         Log: Beginnings of better Inf and NaN support.
3832              At least toke.c and sv.c still need quite a bit of work.
3833      Branch: perl
3834            ! numeric.c perl.h
3835 ____________________________________________________________________________
3836 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
3837         Log: Top-level Makefile didn't honour OPTIMIZE.
3838      Branch: perl
3839            ! Makefile.SH
3840 ____________________________________________________________________________
3841 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
3842         Log: Update Changes.
3843      Branch: perl
3844            ! Changes patchlevel.h
3845 ____________________________________________________________________________
3846 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
3847         Log: Use Search::Dict 1.02 interface for charinfo().
3848      Branch: perl
3849            ! lib/UnicodeCD.pm
3850 ____________________________________________________________________________
3851 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
3852         Log: Now also allow transforming the read lines before comparing them.
3853              (This will help UnicodeCD.) 
3854      Branch: perl
3855            ! lib/Search/Dict.pm
3856 ____________________________________________________________________________
3857 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
3858         Log: Remove tiehandle code.
3859      Branch: perl
3860            ! lib/UnicodeCD.pm
3861 ____________________________________________________________________________
3862 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
3863         Log: Allow specifying a comparison function for Search::Dict::look().
3864      Branch: perl
3865            ! lib/Search/Dict.pm
3866 ____________________________________________________________________________
3867 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
3868         Log: Small UnicodeCD tweaks.
3869      Branch: perl
3870            ! lib/UnicodeCD.pm lib/UnicodeCD.t
3871 ____________________________________________________________________________
3872 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
3873         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
3874              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3875              Date: Tue, 24 Jul 2001 01:51:32 +0900
3876              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
3877      Branch: perl
3878            ! lib/UnicodeCD.pm lib/UnicodeCD.t
3879 ____________________________________________________________________________
3880 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
3881         Log: Subject: [PATCH] installperl
3882              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
3883              Date: Fri, 27 Jul 2001 19:05:04 -0700
3884              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
3885      Branch: perl
3886            ! installperl
3887 ____________________________________________________________________________
3888 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
3889         Log: Subject: [PATCH] Set proper compatibility versions in core
3890              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
3891              Date: Fri, 27 Jul 2001 20:01:49 -0700
3892              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
3893      Branch: perl
3894            ! Makefile.SH
3895 ____________________________________________________________________________
3896 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
3897         Log: Metaconfig unit change for #11477.
3898      Branch: metaconfig/U/perl
3899            ! dlsrc.U
3900 ____________________________________________________________________________
3901 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
3902         Log: Subject: [PATCH] Darwin: -fpic not so good
3903              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
3904              Date: Fri, 27 Jul 2001 18:57:38 -0700
3905              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
3906      Branch: perl
3907            ! Configure
3908 ____________________________________________________________________________
3909 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
3910         Log: Subject: [PATCH] Clean up Darwin hints
3911              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
3912              Date: Fri, 27 Jul 2001 19:13:15 -0700
3913              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
3914      Branch: perl
3915            ! hints/darwin.sh
3916 ____________________________________________________________________________
3917 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
3918         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
3919              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3920              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
3921              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
3922      Branch: perl
3923            ! pod/perlfunc.pod pp.c t/op/split.t
3924 ____________________________________________________________________________
3925 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
3926         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
3927              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3928              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
3929              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
3930      Branch: perl
3931            ! pod/perlvar.pod
3932 ____________________________________________________________________________
3933 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
3934         Log: Subject: [PATCH] fixes to constant.pm documentation
3935              From: Ilmari Karonen <iltzu@sci.fi>
3936              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
3937              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
3938      Branch: perl
3939            ! lib/constant.pm
3940 ____________________________________________________________________________
3941 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
3942         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
3943              From: "Philip Newton" <Philip.Newton@gmx.net>
3944              Date: Fri, 27 Jul 2001 07:51:10 +0200
3945              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
3946      Branch: perl
3947            ! pod/perlport.pod
3948 ____________________________________________________________________________
3949 [ 11471] By: nick                                  on 2001/07/26  06:23:32
3950         Log: Subject:  [PATCH] Doc fix for perlguts / threading
3951              From:  Arthur Bergman <arthur@contiller.se>
3952              Date:  Wed, 25 Jul 2001 11:28:23 +0200
3953              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
3954      Branch: perl
3955            ! pod/perlguts.pod
3956 ____________________________________________________________________________
3957 [ 11470] By: nick                                  on 2001/07/26  06:21:06
3958         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
3959              From:  Philip Newton <Philip.Newton@gmx.net>
3960              Date:  Wed, 25 Jul 2001 08:19:47 +0200
3961              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
3962      Branch: perl
3963            ! INSTALL
3964 ____________________________________________________________________________
3965 [ 11469] By: nick                                  on 2001/07/26  06:20:25
3966         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
3967              From:  Philip Newton <Philip.Newton@gmx.net>
3968              Date:  Wed, 25 Jul 2001 08:12:48 +0200
3969              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
3970      Branch: perl
3971            ! INSTALL
3972 ____________________________________________________________________________
3973 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
3974         Log: More +x.
3975      Branch: perl
3976            ! Porting/makerel
3977 ____________________________________________________________________________
3978 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
3979         Log: Update Changes.
3980      Branch: perl
3981            ! Changes patchlevel.h
3982 ____________________________________________________________________________
3983 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
3984         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
3985              From: "Philip Newton" <Philip.Newton@gmx.net>
3986              Date: Tue, 24 Jul 2001 06:45:55 +0200
3987              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
3988      Branch: perl
3989            ! os2/perlrexx.c
3990 ____________________________________________________________________________
3991 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
3992         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
3993              From: Peter Prymmer <pvhp@forte.com>
3994              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
3995              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
3996      Branch: perl
3997            ! pod/perlport.pod t/io/fs.t vms/test.com
3998 ____________________________________________________________________________
3999 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
4000         Log: Workaround on Cwd bootstrap problem.
4001      Branch: perl
4002            ! lib/ExtUtils/MakeMaker.pm
4003 ____________________________________________________________________________
4004 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
4005         Log: When in Rome, quote like the Romans do.
4006      Branch: perl
4007            ! cflags.SH
4008 ____________________________________________________________________________
4009 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
4010         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
4011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4012              Date: Mon, 23 Jul 2001 19:29:49 -0400
4013              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
4014      Branch: perl
4015            + os2/perlrexx.c
4016            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
4017            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
4018            ! t/op/write.t
4019 ____________________________________________________________________________
4020 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
4021         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
4022              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4023              Date: Mon, 23 Jul 2001 18:43:42 -0400
4024              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
4025      Branch: perl
4026            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4027 ____________________________________________________________________________
4028 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
4029         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
4030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4031              Date: Mon, 23 Jul 2001 18:33:16 -0400
4032              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
4033      Branch: perl
4034            ! lib/ExtUtils/MakeMaker.pm
4035 ____________________________________________________________________________
4036 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
4037         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
4038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4039              Date: Mon, 23 Jul 2001 18:20:35 -0400
4040              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
4041      Branch: perl
4042            ! Makefile.SH cflags.SH
4043 ____________________________________________________________________________
4044 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
4045         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
4046              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
4047              Date: Mon, 23 Jul 2001 11:32:17 -0500
4048              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
4049      Branch: perl
4050            ! lib/ExtUtils/MakeMaker.pm
4051 ____________________________________________________________________________
4052 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
4053         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
4054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4055              Date: Mon, 23 Jul 2001 18:13:20 -0400
4056              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
4057      Branch: perl
4058            ! lib/perl5db.pl
4059 ____________________________________________________________________________
4060 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
4061         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
4062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4063              Date: Mon, 23 Jul 2001 18:07:40 -0400
4064              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
4065      Branch: perl
4066            ! op.c
4067 ____________________________________________________________________________
4068 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
4069         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
4070              From: "Craig A. Berry" <craigberry@mac.com>
4071              Date: Mon, 23 Jul 2001 15:35:06 -0500
4072              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
4073      Branch: perl
4074            ! util.c
4075 ____________________________________________________________________________
4076 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
4077         Log: Subject: [PATCH perlfaq9.pod typo]
4078              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
4079              Date: Mon, 23 Jul 2001 07:49:05 -0700
4080              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
4081      Branch: perl
4082            ! pod/perlfaq9.pod
4083 ____________________________________________________________________________
4084 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
4085         Log: Subject: win32\sncfnmcs.pl corrections
4086              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4087              Date: Mon, 23 Jul 2001 12:56:54 +0200
4088              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
4089              
4090              Rename the script a little bit more sensibly.
4091      Branch: perl
4092            + win32/sync_ext.pl
4093            - win32/sncfnmcs.pl
4094            ! MANIFEST README.win32
4095 ____________________________________________________________________________
4096 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
4097         Log: Test tweak.
4098      Branch: perl
4099            ! ext/B/Deparse.t
4100 ____________________________________________________________________________
4101 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
4102         Log: Metaconfig unit tweak for #11450.
4103      Branch: metaconfig/U/perl
4104            ! Mksymlinks.U
4105 ____________________________________________________________________________
4106 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
4107         Log: Too volatile failsafe check.
4108      Branch: perl
4109            ! Configure
4110 ____________________________________________________________________________
4111 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
4112         Log: Further doc tweaks.
4113      Branch: perl
4114            ! lib/UnicodeCD.pm
4115 ____________________________________________________________________________
4116 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
4117         Log: Doc tweaks.
4118      Branch: perl
4119            ! lib/UnicodeCD.pm
4120 ____________________________________________________________________________
4121 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
4122         Log: Doc tweakery from Abhijit.
4123      Branch: perl
4124            ! Porting/repository.pod
4125 ____________________________________________________________________________
4126 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
4127         Log: An accidental empty line.
4128      Branch: perl
4129            ! MANIFEST
4130 ____________________________________________________________________________
4131 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
4132         Log: Missing MANIFESTations.
4133      Branch: perl
4134            ! MANIFEST
4135 ____________________________________________________________________________
4136 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
4137         Log: Update Changes.
4138      Branch: perl
4139            ! Changes patchlevel.h
4140 ____________________________________________________________________________
4141 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
4142         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
4143              From: Mike Guy <mjtg@cam.ac.uk>
4144              Date: Fri, 20 Jul 2001 16:12:49 +0100
4145              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
4146      Branch: perl
4147            ! Porting/pumpkin.pod
4148 ____________________________________________________________________________
4149 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
4150         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
4151              From: Peter Prymmer <pvhp@forte.com>
4152              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
4153              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
4154      Branch: perl
4155            ! pod/perlhack.pod
4156 ____________________________________________________________________________
4157 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
4158         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
4159              From: Michael G Schwern <schwern@pobox.com>
4160              Date: Fri, 20 Jul 2001 20:22:35 -0400
4161              Message-ID: <20010720202235.O4498@blackrider>
4162      Branch: perl
4163            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
4164            ! lib/Test/t/todo.t
4165 ____________________________________________________________________________
4166 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
4167         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
4168              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4169              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
4170              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
4171      Branch: perl
4172            ! ext/POSIX/POSIX.pod
4173 ____________________________________________________________________________
4174 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
4175         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
4176              From: Mark-Jason Dominus <mjd@plover.com>
4177              Date: Fri, 20 Jul 2001 23:16:54 -0400
4178              Message-ID: <20010721031654.21877.qmail@plover.com>
4179      Branch: perl
4180            ! ext/POSIX/POSIX.pod
4181 ____________________________________________________________________________
4182 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
4183         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
4184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4185              Date: Sun, 22 Jul 2001 14:56:09 +0200
4186              Message-ID: <20010722145609.A766@rafael>
4187      Branch: perl
4188            ! ext/B/O.pm
4189 ____________________________________________________________________________
4190 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
4191         Log: Subject: regexec.c #define cleanup
4192              From: Mark-Jason Dominus <mjd@plover.com>
4193              Date: Sat, 21 Jul 2001 18:33:25 -0400
4194              Message-ID: <20010721223325.3069.qmail@plover.com>
4195      Branch: perl
4196            ! regexec.c
4197 ____________________________________________________________________________
4198 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
4199         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
4200              From: Prymmer/Kahn <pvhp@best.com>
4201              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
4202              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
4203      Branch: perl
4204            ! t/io/fs.t
4205 ____________________________________________________________________________
4206 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
4207         Log: Typo in #11432.
4208      Branch: perl
4209            ! ext/POSIX/POSIX.t
4210 ____________________________________________________________________________
4211 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
4212         Log: Integrate (manually) change #11424 from macperl.
4213      Branch: perl
4214            ! ext/Filter/t/call.t
4215 ____________________________________________________________________________
4216 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
4217         Log: Integrate change #11408 from macperl.
4218      Branch: perl
4219           !> README.macos pod/perlport.pod
4220 ____________________________________________________________________________
4221 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
4222         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
4223      Branch: perl
4224           +> macos/MacPerlTests.cmd macos/xsubpp.patch
4225            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4226            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
4227            ! ext/POSIX/POSIX.t
4228 ____________________________________________________________________________
4229 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
4230         Log: pod/*.t tests not picked up by t/TEST either
4231      Branch: maint-5.6/perl
4232            ! t/TEST
4233 ____________________________________________________________________________
4234 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
4235         Log: better tweak for change#11429 (windows has both / and \ separated
4236              paths in @INC at that point)
4237      Branch: maint-5.6/perl
4238            ! t/pod/testp2pt.pl
4239 ____________________________________________________________________________
4240 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
4241         Log: MacOS pod test tweak needs \Escape
4242      Branch: maint-5.6/perl
4243            ! t/pod/testp2pt.pl
4244 ____________________________________________________________________________
4245 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
4246         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
4247              resulting duplicate output, but t/harness isn't)
4248      Branch: maint-5.6/perl
4249            ! t/run/runenv.t
4250 ____________________________________________________________________________
4251 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
4252         Log: t/harness wasn't picking up all the tests
4253      Branch: maint-5.6/perl
4254            ! t/harness
4255 ____________________________________________________________________________
4256 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
4257         Log: update MANIFEST for new file
4258      Branch: maint-5.6/perl
4259            ! MANIFEST
4260 ____________________________________________________________________________
4261 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
4262         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
4263              the exception of the macperl/macos/... tree
4264      Branch: maint-5.6/perl
4265           +> t/lib/filefind-taint.t
4266           !> (integrate 72 files)
4267 ____________________________________________________________________________
4268 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
4269         Log: Fix test.
4270      Branch: maint-5.6/macperl
4271            ! macos/bundled_ext/Filter/t/call.t
4272 ____________________________________________________________________________
4273 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
4274         Log: Make perl fork()-safe (in a slightly limited way) even on
4275              platforms that don't have pthread_atfork() (extension of
4276              the fix in change#11151).
4277              
4278              Note that this will not help extensions that call fork()
4279              directly in C, or that link to libraries that call fork()
4280              directly.  Such cases must be fixed to either call
4281              PerlProc_fork(), or call atfork_lock() in parent before the
4282              calling the function that forks and call atfork_unlock()
4283              in both parent and child immediately after the fork().
4284              (There are no worries if C code calls exec() in the child
4285              immediately after a fork().  Only cases where the child
4286              calls perl's API functions (including New()) after the
4287              fork() are problematic.)
4288              
4289              This change also eliminates the use of vfork() from perl,
4290              since all such uses were violating the severe restrictions
4291              on modifying the state of the process between the vfork()
4292              and the exec().
4293              
4294              This is a modified version of patches suggested by Abhijit
4295              Menon-Sen and Richard Soderberg.
4296      Branch: perl
4297            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
4298            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
4299 ____________________________________________________________________________
4300 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
4301         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
4302              Switch, and Text::Balanced.
4303      Branch: maint-5.6/macperl
4304            + macos/bundled_ext/Filter/Util/Call/Call.pm
4305            + macos/bundled_ext/Filter/Util/Call/Call.xs
4306            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
4307            + macos/bundled_ext/Filter/t/MyFilter.pm
4308            + macos/bundled_ext/Filter/t/call.t
4309            + macos/bundled_ext/Filter/t/filter-util.pl
4310            + macos/bundled_lib/blib/lib/Class/ISA.pm
4311            + macos/bundled_lib/blib/lib/Digest.pm
4312            + macos/bundled_lib/blib/lib/Filter/Simple.pm
4313            + macos/bundled_lib/blib/lib/Switch.pm
4314            + macos/bundled_lib/blib/lib/Text/Balanced.pm
4315            + macos/bundled_lib/blib/lib/Text/Balanced.pod
4316            + macos/bundled_lib/t/Class/ISA/test.pl
4317            + macos/bundled_lib/t/Digest/Digest.t
4318            + macos/bundled_lib/t/Filter/Simple/test.pl
4319            + macos/bundled_lib/t/Switch/test.pl
4320            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
4321            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
4322            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
4323            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
4324            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
4325            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
4326            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
4327            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
4328 ____________________________________________________________________________
4329 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
4330         Log: Add Filter::Util::Call to config/make files; edit utils
4331              to recognize the module (it was descended too far down).
4332              Bump version to 5.6.1a4.
4333      Branch: maint-5.6/macperl
4334            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
4335            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
4336            ! macos/macperl/Makefile.mk macos/xsubpp.patch
4337 ____________________________________________________________________________
4338 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
4339         Log: Make DB_File the default for MLDBM on MacOS.
4340      Branch: maint-5.6/macperl
4341            ! macos/bundled_lib/blib/lib/MLDBM.pm
4342 ____________________________________________________________________________
4343 [ 11419] By: nick                                  on 2001/07/20  14:51:03
4344         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
4345              From:  Simon Cozens <simon@netthink.co.uk>
4346              Date:  Fri, 20 Jul 2001 11:42:35 -0400
4347              Message-Id:  <20010720114235.A5235@netthink.co.uk>
4348      Branch: perl
4349            ! lib/UnicodeCD.pm
4350 ____________________________________________________________________________
4351 [ 11418] By: nick                                  on 2001/07/20  14:48:12
4352         Log: Subject:  [PATCH regcomp.h] adds a comment
4353              From:  Abhijit Menon-Sen <ams@wiw.org>
4354              Date:  Fri, 20 Jul 2001 21:05:37 +0530
4355              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
4356      Branch: perl
4357            ! regcomp.h
4358 ____________________________________________________________________________
4359 [ 11417] By: nick                                  on 2001/07/20  14:16:38
4360         Log: Subject:  [PATCH 5.7.2] INSTALL updates
4361              From:  Andy Dougherty <doughera@lafayette.edu>
4362              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
4363              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
4364      Branch: perl
4365            ! INSTALL
4366 ____________________________________________________________________________
4367 [ 11416] By: nick                                  on 2001/07/20  06:44:44
4368         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
4369              From:  Russ Allbery <rra@stanford.edu>
4370              Date:  19 Jul 2001 15:52:37 -0700
4371              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
4372      Branch: perl
4373            ! lib/Pod/Man.pm
4374 ____________________________________________________________________________
4375 [ 11415] By: nick                                  on 2001/07/20  06:35:11
4376         Log: Subject:  [PATCH] defer op_seq allocation
4377              From:  Abhijit Menon-Sen <ams@wiw.org>
4378              Date:  Thu, 19 Jul 2001 22:12:24 +0530
4379              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
4380      Branch: perl
4381            ! op.c
4382 ____________________________________________________________________________
4383 [ 11414] By: nick                                  on 2001/07/20  06:23:36
4384         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
4385              From:  Abhijit Menon-Sen <ams@wiw.org>
4386              Date:  Fri, 20 Jul 2001 01:18:50 +0530
4387              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
4388              (Private e-mail)
4389      Branch: perl
4390            ! ext/Time/HiRes/HiRes.xs
4391 ____________________________________________________________________________
4392 [ 11413] By: nick                                  on 2001/07/20  06:18:53
4393         Log: Integrate mainline
4394      Branch: perlio
4395           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
4396            - t/base/commonsense.t
4397           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
4398           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
4399           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
4400           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
4401           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
4402           !> win32/win32.c
4403 ____________________________________________________________________________
4404 [ 11412] By: nick                                  on 2001/07/19  06:44:27
4405         Log: Integrate win32/perlhost.h from maintenance branch.
4406              (Rest of $ENV{PATH} / system() fix.)
4407      Branch: perl
4408           !> win32/perlhost.h
4409 ____________________________________________________________________________
4410 [ 11411] By: nick                                  on 2001/07/19  06:41:34
4411         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
4412              From:  Philip Newton <Philip.Newton@gmx.net>
4413              Date:  Wed, 18 Jul 2001 21:43:57 +0200
4414              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
4415      Branch: perl
4416            ! pod/perlhack.pod
4417 ____________________________________________________________________________
4418 [ 11410] By: nick                                  on 2001/07/19  06:39:35
4419         Log: Subject:  Security hole in taint checking in open()
4420              From:  deekoo@tentacle.net
4421              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
4422              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
4423      Branch: perl
4424            ! doio.c
4425 ____________________________________________________________________________
4426 [ 11409] By: nick                                  on 2001/07/19  06:28:08
4427         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
4428              From:  Abhijit Menon-Sen <ams@wiw.org>
4429              Date:  Thu, 19 Jul 2001 04:30:43 +0530
4430              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
4431      Branch: perl
4432            ! ext/Time/HiRes/HiRes.xs
4433 ____________________________________________________________________________
4434 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
4435         Log: Update docs with latest implementation information and new URLs.
4436      Branch: maint-5.6/macperl
4437            ! README.macos pod/perlport.pod
4438 ____________________________________________________________________________
4439 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
4440         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
4441              Fix BuildRules to accept optimization variables.
4442      Branch: maint-5.6/macperl
4443            + macos/bundled_ext/Digest/MD5/Makefile.mk
4444            ! macos/BuildRules.mk macos/Makefile.mk
4445            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
4446            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
4447 ____________________________________________________________________________
4448 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
4449         Log: Integrate changes 11399,11401
4450      Branch: maint-5.6/macperl
4451           !> win32/perlhost.h win32/win32.c
4452 ____________________________________________________________________________
4453 [ 11405] By: nick                                  on 2001/07/18  06:50:33
4454         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
4455              from perl5.6*
4456      Branch: perl
4457           !> win32/perlhost.h win32/win32.c
4458 ____________________________________________________________________________
4459 [ 11404] By: nick                                  on 2001/07/18  06:43:59
4460         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
4461              From:  hv@crypt0.demon.co.uk
4462              Date:  Wed, 18 Jul 2001 05:58:46 +0100
4463              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
4464      Branch: perl
4465            ! ext/POSIX/POSIX.t
4466 ____________________________________________________________________________
4467 [ 11403] By: nick                                  on 2001/07/18  06:38:57
4468         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
4469              From:  hv@crypt0.demon.co.uk
4470              Date:  Wed, 18 Jul 2001 05:21:54 +0100
4471              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
4472      Branch: perl
4473            ! numeric.c t/op/arith.t
4474 ____________________________________________________________________________
4475 [ 11402] By: nick                                  on 2001/07/18  06:19:17
4476         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
4477              From:  mjd@plover.com
4478              Date:  17 Jul 2001 17:59:20 -0000
4479              Message-Id:  <20010717175920.8177.qmail@plover.com>
4480      Branch: perl
4481            ! pod/perlre.pod
4482 ____________________________________________________________________________
4483 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
4484         Log: thinko in change#11400 (duh)
4485      Branch: maint-5.6/perl
4486            ! win32/perlhost.h
4487 ____________________________________________________________________________
4488 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
4489         Log: change#11399 revealed another unrelated bug; this is just a temporary
4490              bandaid
4491      Branch: maint-5.6/perl
4492            ! win32/perlhost.h
4493 ____________________________________________________________________________
4494 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
4495         Log: fix bugs in handling of the virtualized environment under windows;
4496              there were bugs in propagating any changes to %ENV down to the real
4497              environment when such changes happened in the toplevel process
4498              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
4499              problem identification, and for a part of the fix)
4500      Branch: maint-5.6/perl
4501            ! win32/perlhost.h win32/win32.c
4502 ____________________________________________________________________________
4503 [ 11398] By: nick                                  on 2001/07/17  08:26:35
4504         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
4505              From: Peter Prymmer <pvhp@forte.com>
4506              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
4507              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
4508              
4509              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
4510              should not depend on existance of Config.pm
4511      Branch: perl
4512           +> t/lib/commonsense.t
4513            - t/base/commonsense.t
4514            ! MANIFEST t/README
4515 ____________________________________________________________________________
4516 [ 11397] By: nick                                  on 2001/07/17  08:09:58
4517         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
4518              From:  Michael G Schwern <schwern@pobox.com>
4519              Date:  Mon, 16 Jul 2001 18:20:31 -0400
4520              Message-Id:  <20010716182031.A1128@blackrider>
4521      Branch: perl
4522            ! pod/perlhack.pod
4523 ____________________________________________________________________________
4524 [ 11396] By: nick                                  on 2001/07/17  08:04:11
4525         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
4526              From:  Gwyn Judd <b.judd@xtra.co.nz>
4527              Date:  Tue, 17 Jul 2001 20:55:58 +1200
4528              Message-Id:  <20010717205558.A3107@thislove>
4529      Branch: perl
4530            ! pod/perlfunc.pod
4531 ____________________________________________________________________________
4532 [ 11395] By: nick                                  on 2001/07/17  08:02:22
4533         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
4534              From:  Peter Prymmer <pvhp@forte.com>
4535              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
4536              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
4537      Branch: perl
4538            ! t/op/sprintf.t
4539 ____________________________________________________________________________
4540 [ 11394] By: nick                                  on 2001/07/17  07:57:06
4541         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
4542              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
4543              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
4544              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
4545      Branch: perl
4546            ! gv.c
4547 ____________________________________________________________________________
4548 [ 11392] By: nick                                  on 2001/07/17  07:50:12
4549         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
4550              From:  Coral <coral@moonlight.crystalflame.net>
4551              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
4552              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
4553      Branch: perl
4554            ! pp_sys.c thread.h
4555 ____________________________________________________________________________
4556 [ 11391] By: nick                                  on 2001/07/17  07:34:28
4557         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
4558              From:  Jonathan Stowe <gellyfish@gellyfish.com>
4559              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
4560              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
4561      Branch: perl
4562            ! utils/h2xs.PL
4563 ____________________________________________________________________________
4564 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
4565         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
4566              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
4567              and Mac::Apps::Launch, which don't work, and Time::HiRes and
4568              Time::Piece, which don't yet work.
4569      Branch: maint-5.6/macperl
4570            + (add 154 files)
4571 ____________________________________________________________________________
4572 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
4573         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
4574              Also add hack to get around missing setenv for PERL5DB.
4575      Branch: maint-5.6/macperl
4576            ! macos/macish.c macos/macish.h
4577 ____________________________________________________________________________
4578 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
4579         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
4580      Branch: maint-5.6/macperl
4581            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
4582            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
4583 ____________________________________________________________________________
4584 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
4585         Log: Fix up some configuration and make options, add extra
4586              extensions.
4587      Branch: maint-5.6/macperl
4588            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
4589            ! macos/macperl/Makefile.mk
4590 ____________________________________________________________________________
4591 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
4592         Log: From Change 11374 in maintperl.
4593      Branch: maint-5.6/macperl
4594           !> utils/h2ph.PL
4595 ____________________________________________________________________________
4596 [ 11385] By: nick                                  on 2001/07/16  14:12:58
4597         Log: Back out change to h2xs till it passes its test.
4598      Branch: perl
4599            ! utils/h2xs.PL
4600 ____________________________________________________________________________
4601 [ 11384] By: nick                                  on 2001/07/16  14:00:10
4602         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
4603              From:  Jonathan Stowe <gellyfish@gellyfish.com>
4604              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
4605              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
4606      Branch: perl
4607            ! utils/h2xs.PL
4608 ____________________________________________________________________________
4609 [ 11383] By: nick                                  on 2001/07/16  13:53:12
4610         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
4611              From:  Robin Houston <robin@kitsite.com>
4612              Date:  Sun, 15 Jul 2001 18:22:31 +0100
4613              Message-Id:  <20010715182230.A11174@robin>
4614      Branch: perl
4615            ! hints/darwin.sh
4616 ____________________________________________________________________________
4617 [ 11382] By: nick                                  on 2001/07/16  13:52:49
4618         Log: Subject:  [PATCH perl@11372] re_dup
4619              From:  Radu Greab <radu@netsoft.ro>
4620              Date:  Sun, 15 Jul 2001 04:50:06 +0300
4621              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
4622      Branch: perl
4623            ! sv.c
4624 ____________________________________________________________________________
4625 [ 11379] By: nick                                  on 2001/07/16  13:35:39
4626         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
4627              From:  Robin Houston <robin@kitsite.com>
4628              Date:  Sat, 14 Jul 2001 14:28:50 +0100
4629              Message-Id:  <20010714142850.A10205@robin>
4630      Branch: perl
4631            ! ext/B/B/Deparse.pm
4632 ____________________________________________________________________________
4633 [ 11378] By: nick                                  on 2001/07/16  13:30:36
4634         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
4635              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
4636              Date:  Sat, 14 Jul 2001 22:17:42 +0900
4637              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
4638      Branch: perl
4639            + ext/Encode/Encode/euc-jp-0212.enc
4640            ! ext/Encode/Encode/Tcl.pm
4641 ____________________________________________________________________________
4642 [ 11377] By: nick                                  on 2001/07/16  13:17:28
4643         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
4644              From:  Andy Dougherty <doughera@lafayette.edu>
4645              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
4646              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
4647      Branch: perl
4648            ! hints/darwin.sh hints/rhapsody.sh
4649 ____________________________________________________________________________
4650 [ 11376] By: nick                                  on 2001/07/16  09:05:00
4651         Log: Integrate mainline
4652      Branch: perlio
4653           +> ext/Encode/Encode/7bit-greek.enc
4654           +> ext/Encode/Encode/7bit-latin1.enc
4655           +> ext/Encode/Encode/cns11643-1.enc
4656           +> ext/Encode/Encode/cns11643-2.enc
4657           +> ext/Encode/Encode/iso2022-cn.enc
4658           +> ext/Encode/Encode/iso2022-jp1.enc
4659           +> ext/Encode/Encode/iso2022-jp2.enc
4660           !> Changes Configure MANIFEST Makefile.SH
4661           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
4662           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
4663           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
4664           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
4665           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
4666 ____________________________________________________________________________
4667 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
4668         Log: integrate change#11374 from maint-5.6
4669              
4670              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
4671      Branch: perl
4672           !> utils/h2ph.PL
4673 ____________________________________________________________________________
4674 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
4675         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
4676      Branch: maint-5.6/perl
4677            ! utils/h2ph.PL
4678 ____________________________________________________________________________
4679 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
4680         Log: Update Changes.
4681      Branch: perl
4682            ! Changes patchlevel.h
4683 ____________________________________________________________________________
4684 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
4685         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
4686              From: Jonathan Stowe <gellyfish@gellyfish.com>
4687              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
4688              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
4689      Branch: perl
4690            ! utils/h2xs.PL
4691 ____________________________________________________________________________
4692 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
4693         Log: Subject: patch to add DEL to [:cntrl:]
4694              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4695              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
4696              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
4697      Branch: perl
4698            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
4699 ____________________________________________________________________________
4700 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
4701         Log: Metaconfig unit change for #11369; plus a dependency nit.
4702      Branch: metaconfig
4703            ! U/compline/nblock_io.U
4704      Branch: metaconfig/U/perl
4705            ! Extensions.U
4706 ____________________________________________________________________________
4707 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
4708         Log: #include <stdlib.h> so that exit() is prototyped,
4709              noticed by Hugo.
4710      Branch: perl
4711            ! Configure
4712 ____________________________________________________________________________
4713 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
4714         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
4715              From: Peter Prymmer <pvhp@forte.com>
4716              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
4717              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
4718      Branch: perl
4719            ! t/op/sprintf.t
4720 ____________________________________________________________________________
4721 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
4722         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
4723              From: Peter Prymmer <pvhp@forte.com>
4724              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
4725              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
4726      Branch: perl
4727            ! ext/Encode/Encode/Tcl.t
4728 ____________________________________________________________________________
4729 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
4730         Log: Add information about gcc 3.0 basic block profiling.
4731      Branch: perl
4732            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
4733 ____________________________________________________________________________
4734 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
4735         Log: Subject: Error in lib/PerlIO/Via.pm ?
4736              From: Mark-Jason Dominus <mjd@plover.com>
4737              Date: Fri, 13 Jul 2001 15:55:41 -0400
4738              Message-ID: <20010713195541.26751.qmail@plover.com>
4739      Branch: perl
4740            ! ext/PerlIO/Via/Via.pm
4741 ____________________________________________________________________________
4742 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
4743         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
4744              section from the Compiler section.
4745      Branch: perl
4746            ! myconfig.SH
4747 ____________________________________________________________________________
4748 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
4749         Log: Handle glibc style of constant definitions using enum
4750              with intervening #defines; from Brendan O'Dea.
4751      Branch: perl
4752            ! utils/h2ph.PL
4753 ____________________________________________________________________________
4754 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
4755         Log: Add LC_MESSAGES to the locale_h export tag (it already is
4756              in the Makefile.PL and thusly eligible for an XS constant)
4757              (see also maintperl #10543)
4758      Branch: perl
4759            ! ext/POSIX/POSIX.pm
4760 ____________________________________________________________________________
4761 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
4762         Log: Subject: Re: [patch] re_dup
4763              From: Abhijit Menon-Sen <ams@wiw.org>
4764              Date: Fri, 13 Jul 2001 21:41:09 +0530
4765              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
4766      Branch: perl
4767            ! sv.c
4768 ____________________________________________________________________________
4769 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
4770         Log: Subject: [patch] re_dup
4771              From: Doug MacEachern <dougm@covalent.net>
4772              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
4773              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
4774      Branch: perl
4775            ! sv.c
4776 ____________________________________________________________________________
4777 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
4778         Log: Update Changes.
4779      Branch: perl
4780            ! Changes patchlevel.h
4781 ____________________________________________________________________________
4782 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
4783         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
4784              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
4785              Date: Sat, 14 Jul 2001 00:06:30 +0900
4786              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
4787      Branch: perl
4788            + ext/Encode/Encode/7bit-greek.enc
4789            + ext/Encode/Encode/7bit-latin1.enc
4790            + ext/Encode/Encode/cns11643-1.enc
4791            + ext/Encode/Encode/cns11643-2.enc
4792            + ext/Encode/Encode/iso2022-cn.enc
4793            + ext/Encode/Encode/iso2022-jp1.enc
4794            + ext/Encode/Encode/iso2022-jp2.enc
4795            ! MANIFEST ext/Encode/Encode/Tcl.pm
4796            ! ext/Encode/Encode/iso2022-kr.enc
4797 ____________________________________________________________________________
4798 [ 11357] By: nick                                  on 2001/07/13  14:24:06
4799         Log: Blind integrate mainline (as of 5.7.2?)
4800      Branch: perlio
4801           !> AUTHORS Changes Porting/config.sh Porting/config_H
4802           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
4803           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
4804           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4805           !> win32/makefile.mk
4806 ____________________________________________________________________________
4807 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
4808         Log: Snip away the devel patchlevel.
4809      Branch: perl
4810            ! patchlevel.h
4811 ____________________________________________________________________________
4812 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
4813         Log: Bump the version to 5.7.2.
4814      Branch: perl
4815            ! Porting/config.sh Porting/config_H patchlevel.h
4816            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
4817            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4818            ! win32/makefile.mk
4819 ____________________________________________________________________________
4820 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
4821         Log: Update Changes.
4822      Branch: perl
4823            ! Changes
4824 ____________________________________________________________________________
4825 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
4826         Log: Reword.
4827      Branch: perl
4828            ! AUTHORS
4829 ____________________________________________________________________________
4830 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
4831         Log: AUTHORS update.
4832      Branch: perl
4833            ! AUTHORS
4834 ____________________________________________________________________________
4835 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
4836         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
4837              unless ithreads.
4838      Branch: perl
4839            ! makedef.pl
4840 ____________________________________________________________________________
4841 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
4842         Log: Integrate perlio.
4843      Branch: perl
4844           !> win32/distclean.bat
4845 ____________________________________________________________________________
4846 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
4847         Log: Test the encoding transform only iff we have PerlIO,
4848              noticed by H. Merijn Brand.
4849      Branch: perl
4850            ! ext/PerlIO/t/encoding.t
4851 ____________________________________________________________________________
4852 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
4853         Log: README.netware tweaks from Ananth Kesari.
4854      Branch: perl
4855            ! README.netware
4856 ____________________________________________________________________________
4857 [ 11346] By: nick                                  on 2001/07/13  09:18:51
4858         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
4859              to avoid /unicode vs /Unicode issues.
4860      Branch: perlio
4861            ! win32/distclean.bat
4862 ____________________________________________________________________________
4863 [ 11345] By: nick                                  on 2001/07/13  06:24:18
4864         Log: Integrate mainline
4865      Branch: perlio
4866           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
4867            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
4868           !> (integrate 63 files)
4869 ____________________________________________________________________________
4870 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
4871         Log: Add d_bincompat5005 information to perl -V.
4872      Branch: perl
4873            ! myconfig.SH
4874 ____________________________________________________________________________
4875 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
4876         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
4877              From: Abhijit Menon-Sen <ams@wiw.org>
4878              Date: Fri, 13 Jul 2001 07:12:36 +0530
4879              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
4880      Branch: perl
4881            ! sv.c
4882 ____________________________________________________________________________
4883 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
4884         Log: Remove unicode::distinct, as per Inaba Hiroto.
4885      Branch: perl
4886            - lib/unicode/distinct.pm
4887            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
4888            ! t/lib/1_compile.t
4889 ____________________________________________________________________________
4890 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
4891         Log: Paging for Dr Octothorpe.
4892      Branch: perl
4893            ! pod/perlfaq4.pod
4894 ____________________________________________________________________________
4895 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
4896         Log: cut-n-paste error noticed by mjd.
4897      Branch: perl
4898            ! pod/perlfaq4.pod
4899 ____________________________________________________________________________
4900 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
4901         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
4902              From: Peter Prymmer <pvhp@forte.com>
4903              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
4904              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
4905      Branch: perl
4906            ! pod/perlfaq4.pod
4907 ____________________________________________________________________________
4908 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
4909         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
4910              From: Randall Gellens <randy@qualcomm.com>
4911              Date: Thu, 12 Jul 2001 16:56:23 -0700
4912              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
4913      Branch: perl
4914            ! Porting/repository.pod
4915 ____________________________________________________________________________
4916 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
4917         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
4918      Branch: perl
4919            ! thread.h
4920 ____________________________________________________________________________
4921 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
4922         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
4923              From: coral <coral@moonlight.crystalflame.net>
4924              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
4925              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
4926      Branch: perl
4927            ! thread.h
4928 ____________________________________________________________________________
4929 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
4930         Log: Metaconfig unit change for #11134.
4931      Branch: metaconfig
4932            + U/threads/d_pthread_atfork.U
4933 ____________________________________________________________________________
4934 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
4935         Log: Add HAS_PTHREAD_ATFORK.
4936      Branch: perl
4937            ! Configure NetWare/config.wc NetWare/config_H.wc
4938            ! Porting/Glossary Porting/config.sh Porting/config_H
4939            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
4940            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
4941            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4942            ! win32/config.gc win32/config.vc win32/config_H.bc
4943            ! win32/config_H.gc win32/config_H.vc
4944 ____________________________________________________________________________
4945 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
4946         Log: Subject: [PATCH] File::Copy fails on tied handles
4947              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
4948              Date: Thu, 12 Jul 2001 15:18:51 -0700
4949              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
4950      Branch: perl
4951            ! lib/File/Copy.pm
4952 ____________________________________________________________________________
4953 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
4954         Log: Subject: [PATCH] Langinfo.t
4955              From: Nicholas Clark <nick@ccl4.org>
4956              Date: Thu, 12 Jul 2001 23:55:38 +0100
4957              Message-ID: <20010712235538.M5827@plum.flirble.org>
4958      Branch: perl
4959            ! ext/I18N/Langinfo/Langinfo.t
4960 ____________________________________________________________________________
4961 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
4962         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
4963              From: Peter Prymmer <pvhp@forte.com>
4964              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
4965              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
4966      Branch: perl
4967            ! pod/perl572delta.pod
4968 ____________________________________________________________________________
4969 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
4970         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
4971              From: Abhijit Menon-Sen <ams@wiw.org>
4972              Date: Fri, 13 Jul 2001 05:21:16 +0530
4973              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
4974      Branch: perl
4975            ! sv.c
4976 ____________________________________________________________________________
4977 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
4978         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
4979              From: Abhijit Menon-Sen <ams@wiw.org>
4980              Date: Fri, 13 Jul 2001 03:04:25 +0530
4981              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
4982      Branch: perl
4983            ! av.c
4984 ____________________________________________________________________________
4985 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
4986         Log: s/^M$//g
4987      Branch: perl
4988            ! win32/Makefile win32/makefile.mk
4989 ____________________________________________________________________________
4990 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
4991         Log: Update Changes.
4992      Branch: perl
4993            ! Changes patchlevel.h
4994 ____________________________________________________________________________
4995 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
4996         Log: Typo spotted by Philip Newton.
4997      Branch: perl
4998            ! pod/perl572delta.pod
4999 ____________________________________________________________________________
5000 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
5001         Log: Subject: [PATCH] fixes perl_clone of perl_clone
5002              From: Artur Bergman <artur@contiller.se>
5003              Date: Thu, 12 Jul 2001 20:57:09 +0200
5004              Message-ID: <B773BFA4.236B%artur@contiller.se>
5005      Branch: perl
5006            ! sv.c
5007 ____________________________________________________________________________
5008 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
5009         Log: Add README.uts from Hal Morris.
5010      Branch: perl
5011            + README.uts
5012            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
5013            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5014 ____________________________________________________________________________
5015 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
5016         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
5017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5018              Date: Thu, 12 Jul 2001 20:32:37 +0200
5019              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
5020      Branch: perl
5021            ! hints/aix.sh
5022 ____________________________________________________________________________
5023 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
5024         Log: Subject: Patch: document reg_data.what member
5025              From: Mark-Jason Dominus <mjd@plover.com>
5026              Message-ID: <20010712182532.14821.qmail@plover.com>
5027              Date: Thu, 12 Jul 2001 14:25:32 -0400
5028      Branch: perl
5029            ! regcomp.c regcomp.h
5030 ____________________________________________________________________________
5031 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
5032         Log: Subject: [PATCH] Perl_re_dup()
5033              From: Abhijit Menon-Sen <ams@wiw.org>
5034              Date: Thu, 12 Jul 2001 23:54:32 +0530
5035              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
5036      Branch: perl
5037            ! embed.h embed.pl perlapi.c proto.h sv.c
5038 ____________________________________________________________________________
5039 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
5040         Log: Regen Configure, modlib, toc.
5041      Branch: perl
5042            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5043            ! pod/perlmodlib.pod pod/perltoc.pod
5044 ____________________________________________________________________________
5045 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
5046         Log: The problem seems to be in PerlIO::Layer::->find() not
5047              accepting the ":encoding(blurflur)" arguments.
5048      Branch: perl
5049            ! lib/PerlIO.pm lib/open.pm
5050 ____________________________________________________________________________
5051 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
5052         Log: AIX doc update.
5053      Branch: perl
5054            ! README.aix pod/perl572delta.pod
5055 ____________________________________________________________________________
5056 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
5057         Log: Subject: AIX README update
5058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5059              Date: Thu, 12 Jul 2001 19:28:30 +0200
5060              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
5061      Branch: perl
5062            ! README.aix
5063 ____________________________________________________________________________
5064 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
5065         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
5066              From: Norton Allen <allen@huarp.harvard.edu>
5067              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
5068              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
5069      Branch: perl
5070            ! ext/IO/lib/IO/t/io_unix.t
5071 ____________________________________________________________________________
5072 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
5073         Log: Subject: [PATCH README.qnx hints/qnx.sh]
5074              From: Norton Allen <allen@huarp.harvard.edu>
5075              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
5076              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
5077      Branch: perl
5078            ! README.qnx hints/qnx.sh
5079 ____________________________________________________________________________
5080 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
5081         Log: Subject: [patch] faster PM_GETRE
5082              From: Doug MacEachern <dougm@covalent.net>
5083              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
5084              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
5085      Branch: perl
5086            ! op.h
5087 ____________________________________________________________________________
5088 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
5089         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
5090              From: Doug MacEachern <dougm@covalent.net>
5091              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
5092              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
5093      Branch: perl
5094            ! op.c
5095 ____________________________________________________________________________
5096 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
5097         Log: Tell where the nice Estonian database is.
5098      Branch: perl
5099            ! lib/open.pm
5100 ____________________________________________________________________________
5101 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
5102         Log: Retract #11309 since #11310 is a better fix.
5103      Branch: perl
5104            ! t/lib/1_compile.t
5105 ____________________________________________________________________________
5106 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
5107         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
5108              change#11300 needs to return the status of failed win32_spawnvp())
5109              
5110              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
5111              splitting correctly; remove unused variables; 'require' at run time
5112              rather than 'use' at compile time for I18N::Langinfo, since it
5113              isn't everyware
5114      Branch: perl
5115            ! lib/open.pm win32/win32.c
5116 ____________________________________________________________________________
5117 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
5118         Log: Temporary workaround.
5119      Branch: perl
5120            ! t/lib/1_compile.t
5121 ____________________________________________________________________________
5122 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
5123         Log: UCD typo in #11306 and add also more known-to-be-tested
5124              modules to the skip list.
5125      Branch: perl
5126            ! t/lib/1_compile.t
5127 ____________________________________________________________________________
5128 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
5129         Log: Rename Unicode::UCD to UnicodeCD to avoid
5130              messups with case-insensitive filesystems.
5131      Branch: perl
5132            + lib/UnicodeCD.pm lib/UnicodeCD.t
5133            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
5134            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
5135 ____________________________________________________________________________
5136 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
5137         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
5138              From: daniel@biz.bitpusher.com
5139              Date: Wed, 11 Jul 2001 23:25:47 -0700
5140              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
5141      Branch: perl
5142            ! lib/Tie/Array.pm t/op/splice.t
5143 ____________________________________________________________________________
5144 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
5145         Log: Subject: [PATCH] More accurate line numbers in messages
5146              From: Paul Johnson <paul@pjcj.net>
5147              Date: Thu, 12 Jul 2001 04:14:11 +0200
5148              Message-ID: <20010712041411.A3467@pjcj.net>
5149              
5150              (With prototyping and multiplicity tweaks.)
5151      Branch: perl
5152            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
5153 ____________________________________________________________________________
5154 [ 11304] By: nick                                  on 2001/07/12  12:53:40
5155         Log: Integrate mainline
5156      Branch: perlio
5157           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
5158           !> regexec.c thread.h
5159 ____________________________________________________________________________
5160 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
5161         Log: Cut-and-pasto in #11298.
5162      Branch: perl
5163            ! ext/ByteLoader/bytecode.h
5164 ____________________________________________________________________________
5165 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
5166         Log: Update the AIX known problems section.
5167      Branch: perl
5168            ! pod/perl572delta.pod
5169 ____________________________________________________________________________
5170 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
5171         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
5172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5173              Date: Thu, 12 Jul 2001 12:16:16 +0200
5174              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
5175      Branch: perl
5176            ! hints/aix.sh
5177 ____________________________________________________________________________
5178 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
5179         Log: Integrate perlio.
5180      Branch: perl
5181           !> makedef.pl win32/win32.c
5182 ____________________________________________________________________________
5183 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
5184         Log: Subject: [PATCH] fix for PMOP threadness failures
5185              From: Artur Bergman <artur@contiller.se>
5186              Date: Thu, 12 Jul 2001 09:48:06 +0200
5187              Message-ID: <B77322D6.22DD%artur@contiller.se>
5188      Branch: perl
5189            ! regexec.c
5190 ____________________________________________________________________________
5191 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
5192         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
5193              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5194              Date: Thu, 12 Jul 2001 09:09:48 +0200
5195              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
5196              
5197              More parentheses to keep bcc happy.
5198      Branch: perl
5199            ! ext/ByteLoader/bytecode.h
5200 ____________________________________________________________________________
5201 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
5202         Log: Subject: Re: [patch] pthread_atfork bandaid
5203              From: Doug MacEachern <dougm@covalent.net>
5204              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
5205              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
5206      Branch: perl
5207            ! thread.h
5208 ____________________________________________________________________________
5209 [ 11296] By: nick                                  on 2001/07/12  11:55:48
5210         Log: Exclude reentrant_buffer from .def file
5211      Branch: perlio
5212            ! makedef.pl
5213 ____________________________________________________________________________
5214 [ 11295] By: nick                                  on 2001/07/12  11:11:44
5215         Log: Honour void-ness of my_exit()
5216      Branch: perlio
5217            ! win32/win32.c
5218 ____________________________________________________________________________
5219 [ 11294] By: nick                                  on 2001/07/12  07:51:04
5220         Log: Integrate mainline
5221      Branch: perlio
5222           +> uts/sprintf_wrap.c
5223           !> (integrate 35 files)
5224 ____________________________________________________________________________
5225 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
5226         Log: Retract #11289.
5227      Branch: perl
5228            ! embed.h embed.pl perl.c proto.h thread.h
5229 ____________________________________________________________________________
5230 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
5231         Log: Now the :locale pseudolayer *almost* works...
5232      Branch: perl
5233            ! lib/open.pm
5234 ____________________________________________________________________________
5235 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
5236         Log: Locale encoding tweaks.
5237      Branch: perl
5238            ! lib/open.pm
5239 ____________________________________________________________________________
5240 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
5241         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
5242              From: Mark-Jason Dominus <mjd@plover.com>
5243              Date: Thu, 12 Jul 2001 00:59:31 -0400
5244              Message-ID: <20010712045931.8543.qmail@plover.com>
5245              
5246              Remove the chmod/umask leading zero warning.
5247      Branch: perl
5248            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
5249            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
5250 ____________________________________________________________________________
5251 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
5252         Log: (Retracted by #11289.)
5253      Branch: perl
5254            ! embed.h embed.pl perl.c proto.h thread.h
5255 ____________________________________________________________________________
5256 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
5257         Log: Needed by #11283.
5258      Branch: perl
5259            ! intrpvar.h
5260 ____________________________________________________________________________
5261 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
5262         Log: Metaconfig unit change for #11286.
5263      Branch: metaconfig/U/perl
5264            ! patchlevel.U
5265 ____________________________________________________________________________
5266 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
5267         Log: Subject: Re: [PATCH Configure] perl -V broken
5268              From: Andy Dougherty <doughera@lafayette.edu>
5269              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
5270              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
5271      Branch: perl
5272            ! Configure myconfig.SH
5273 ____________________________________________________________________________
5274 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
5275         Log: Retract #11166 (and #11237).
5276      Branch: perl
5277            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
5278            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
5279            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
5280 ____________________________________________________________________________
5281 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
5282         Log: UTS tweaks for Hal Morris.
5283      Branch: perl
5284            + uts/sprintf_wrap.c
5285            ! MANIFEST hints/uts.sh perl.h
5286 ____________________________________________________________________________
5287 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
5288         Log: Subject: [PATCH] Use reentrant API glibc
5289              From: Artur Bergman <artur@contiller.se>
5290              Date: Thu, 12 Jul 2001 00:58:21 +0200
5291              Message-ID: <B772A6AD.2288%artur@contiller.se>
5292      Branch: perl
5293            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
5294            ! sv.c
5295 ____________________________________________________________________________
5296 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
5297         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
5298              From: barries <barries@slaysys.com>
5299              Date: Wed, 11 Jul 2001 15:11:46 -0400
5300              Message-ID: <20010711151146.G24560@jester.slaysys.com>
5301      Branch: perl
5302            ! pp_sys.c t/lib/warnings/doio win32/win32.c
5303 ____________________________________________________________________________
5304 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
5305         Log: Subject: [patch] pthread_atfork bandaid
5306              From: Doug MacEachern <dougm@covalent.net>
5307              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
5308              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
5309      Branch: perl
5310            ! miniperlmain.c perl.c
5311 ____________________________________________________________________________
5312 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
5313         Log: Subject: [patch] perl_clone leaks
5314              From: Doug MacEachern <dougm@covalent.net>
5315              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
5316              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
5317      Branch: perl
5318            ! sv.c
5319 ____________________________________________________________________________
5320 [ 11279] By: nick                                  on 2001/07/11  15:49:38
5321         Log: Integrate mainline
5322      Branch: perlio
5323           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
5324           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
5325           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
5326           +> lib/Term/ANSIColor/README
5327           !> (integrate 54 files)
5328 ____________________________________________________________________________
5329 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
5330         Log: Update Changes.
5331      Branch: perl
5332            ! Changes patchlevel.h
5333 ____________________________________________________________________________
5334 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
5335         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
5336              From: Peter Prymmer <pvhp@forte.com>
5337              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
5338              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
5339              
5340              Backport of embed.pl to 5.003.
5341      Branch: perl
5342            ! embed.pl
5343 ____________________________________________________________________________
5344 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
5345         Log: Subject: Re: POSIX test #14 on UTS 
5346              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5347              Date: Wed, 11 Jul 2001 03:02:14 +0100
5348              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
5349      Branch: perl
5350            ! ext/POSIX/POSIX.t
5351 ____________________________________________________________________________
5352 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
5353         Log: Make the I32 an IV to preserve structure alignment and size.
5354      Branch: perl
5355            ! op.h
5356 ____________________________________________________________________________
5357 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
5358         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
5359              From: "Artur Bergman" <artur@contiller.se>
5360              Date: Wed, 11 Jul 2001 14:23:37 +0200
5361              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
5362              
5363              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
5364      Branch: perl
5365            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
5366            ! pod/perlapi.pod sv.c
5367 ____________________________________________________________________________
5368 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
5369         Log: Tweak until Pod::Parser gets updated.
5370      Branch: perl
5371            ! t/pod/special_seqs.xr
5372 ____________________________________________________________________________
5373 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
5374         Log: File::Spec usage tweak.
5375      Branch: perl
5376            ! lib/ExtUtils.t
5377 ____________________________________________________________________________
5378 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
5379         Log: Integrate #11263 from macperl; macos and macosx updates.
5380      Branch: perl
5381           !> pod/perlport.pod
5382 ____________________________________________________________________________
5383 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
5384         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
5385              From: Peter Prymmer <pvhp@forte.com>
5386              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
5387              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
5388      Branch: perl
5389            + ext/Time/HiRes/hints/dynixptx.pl
5390            ! MANIFEST hints/dynixptx.sh
5391 ____________________________________________________________________________
5392 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
5393         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
5394              From: Nicholas Clark <nick@ccl4.org>
5395              Date: Tue, 10 Jul 2001 23:17:43 +0100
5396              Message-ID: <20010710231742.B59620@plum.flirble.org>
5397      Branch: perl
5398            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
5399 ____________________________________________________________________________
5400 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
5401         Log: Subject: [DOC PATCH] Pluggable runops
5402              From: Paul Johnson <paul@pjcj.net>
5403              Date: Tue, 10 Jul 2001 21:53:28 +0200
5404              Message-ID: <20010710215328.B26577@pjcj.net>
5405      Branch: perl
5406            ! pod/perlguts.pod
5407 ____________________________________________________________________________
5408 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
5409         Log: Subject: [PATCH] Authors
5410              From: Artur Bergman <artur@contiller.se>
5411              Date: Tue, 10 Jul 2001 20:39:12 +0200
5412              Message-ID: <B771186F.21CD%artur@contiller.se>
5413      Branch: perl
5414            ! AUTHORS
5415 ____________________________________________________________________________
5416 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
5417         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
5418              From: Doug MacEachern <dougm@covalent.net>
5419              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
5420              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
5421      Branch: perl
5422            ! pp_ctl.c
5423 ____________________________________________________________________________
5424 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
5425         Log: Subject: doc patch; times() in scalar context
5426              From: mjd@plover.com
5427              Date: 10 Jul 2001 18:01:17 -0000
5428              Message-ID: <20010710180117.12477.qmail@plover.com>
5429      Branch: perl
5430            ! pod/perlfunc.pod
5431 ____________________________________________________________________________
5432 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
5433         Log: Subject: [PATCH] Small fix to pp_gmtime
5434              From: Artur Bergman <artur@contiller.se>
5435              Date: Tue, 10 Jul 2001 19:54:52 +0200
5436              Message-ID: <B7710E0B.21C5%artur@contiller.se>
5437      Branch: perl
5438            ! pp_sys.c
5439 ____________________________________________________________________________
5440 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
5441         Log: Integrate changes from mainline perl, add notes about
5442              Mac OS X and Mac OS.
5443      Branch: maint-5.6/macperl
5444            ! pod/perlport.pod
5445 ____________________________________________________________________________
5446 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
5447         Log: A proof of the dangers of package; ?
5448      Branch: perl
5449            ! t/lib/warnings/op
5450 ____________________________________________________________________________
5451 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
5452         Log: Regen toc and modlib.
5453      Branch: perl
5454            ! pod/perlmodlib.pod pod/perltoc.pod
5455 ____________________________________________________________________________
5456 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
5457         Log: Add compexcl(), casefold(), and casespec() interfaces;
5458              and make all interfaces to return hash references instead
5459              of hashes. 
5460      Branch: perl
5461            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5462 ____________________________________________________________________________
5463 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
5464         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
5465              From: "Philip Newton" <Philip.Newton@gmx.net>
5466              Date: Tue, 10 Jul 2001 09:55:59 +0200
5467              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
5468              
5469              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
5470              From: "Philip Newton" <Philip.Newton@gmx.net>
5471              Date: Tue, 10 Jul 2001 09:56:37 +0200
5472              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
5473      Branch: perl
5474            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5475            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
5476 ____________________________________________________________________________
5477 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
5478         Log: Subject: [patch] undef &xsub for 1,2
5479              From: Doug MacEachern <dougm@covalent.net>
5480              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
5481              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
5482              
5483              (This version of the patch with a comment from Gisle.)
5484      Branch: perl
5485            ! op.c
5486 ____________________________________________________________________________
5487 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
5488         Log: Mention package; deprecation and the Win32 problems.
5489      Branch: perl
5490            ! pod/perl572delta.pod
5491 ____________________________________________________________________________
5492 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
5493         Log: Subject: [PATCH] deprecate package with no arguments
5494              From: Robin Houston <robin@kitsite.com>
5495              Date: Tue, 10 Jul 2001 13:33:40 +0100
5496              Message-ID: <20010710133340.A13452@robin.kitsite.com>
5497      Branch: perl
5498            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
5499 ____________________________________________________________________________
5500 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
5501         Log: Upgrade to podlators 1.10.
5502      Branch: perl
5503            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
5504            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5505            ! pod/pod2man.PL pod/pod2text.PL
5506 ____________________________________________________________________________
5507 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
5508         Log: Upgrade to Term::ANSIColor 1.04.
5509      Branch: perl
5510            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
5511            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
5512 ____________________________________________________________________________
5513 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
5514         Log: Integrate perlio (the right fix for the ":layer(args)")
5515      Branch: perl
5516           !> perlio.c
5517 ____________________________________________________________________________
5518 [ 11252] By: nick                                  on 2001/07/10  06:58:14
5519         Log: Fix open(...,"...:layer(xxx)",...)
5520              - use memEQ not strEQ as there is '(' not '\0'
5521      Branch: perlio
5522            ! perlio.c
5523 ____________________________________________________________________________
5524 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
5525         Log: Telling the number of tests helps.
5526      Branch: perl
5527            ! ext/PerlIO/t/encoding.t
5528 ____________________________________________________________________________
5529 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
5530         Log: Require I18N::Langinfo, not use.
5531      Branch: perl
5532            ! lib/open.pm
5533 ____________________________________________________________________________
5534 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
5535         Log: Add a test for for PerlIO ":encoding(...)" layer.
5536      Branch: perl
5537            + ext/PerlIO/t/encoding.t
5538            ! MANIFEST ext/Encode/Encode.pm
5539 ____________________________________________________________________________
5540 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
5541         Log: PerlIO ":encoding(foobar)" temporary fix.
5542              Not really correct, I think, since the change means
5543              that prefixes match.
5544      Branch: perl
5545            ! perlio.c
5546 ____________________________________________________________________________
5547 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
5548         Log: Update to Math::BigInt 1.36.  The biggest news is
5549              the separation of the backend; now the pure Perl
5550              implementation is in Math::BigInt::Calc, but one
5551              can plugin, say, Math::BigInt::BitVect, and get
5552              considerable speedup.
5553      Branch: perl
5554            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
5555            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5556            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
5557            ! lib/Math/BigInt/t/mbimbf.t
5558 ____________________________________________________________________________
5559 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
5560         Log: Subject: Re: compatibility question
5561              From: Peter Prymmer <pvhp@forte.com>
5562              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
5563              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
5564      Branch: perl
5565            ! lib/ExtUtils/MM_VMS.pm
5566 ____________________________________________________________________________
5567 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
5568         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
5569              From: Norton Allen <allen@huarp.harvard.edu>
5570              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
5571              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
5572      Branch: perl
5573            ! ext/File/Glob/t/basic.t
5574 ____________________________________________________________________________
5575 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
5576         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
5577              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5578              Date: Tue, 10 Jul 2001 00:29:55 +0900
5579              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
5580      Branch: perl
5581            + ext/Encode/Encode/HZ.enc
5582            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
5583            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
5584            ! ext/Encode/Encode/iso2022-jp.enc
5585            ! ext/Encode/Encode/iso2022-kr.enc
5586 ____________________________________________________________________________
5587 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
5588         Log: Add in all them there macos/ files.
5589      Branch: maint-5.6/macperl
5590            + (add 577 files)
5591 ____________________________________________________________________________
5592 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
5593         Log: Add the new modules to the list of having those own tests.
5594      Branch: perl
5595            ! t/lib/1_compile.t
5596 ____________________________________________________________________________
5597 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
5598         Log: Add INOUT to control both ways at the same time.
5599      Branch: perl
5600            ! lib/open.pm
5601 ____________________________________________________________________________
5602 [ 11240] By: nick                                  on 2001/07/09  16:33:50
5603         Log: Integrate mainline
5604      Branch: perlio
5605           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5606           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
5607           !> (integrate 41 files)
5608 ____________________________________________________________________________
5609 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
5610         Log: More encoding mapping magic.
5611      Branch: perl
5612            ! lib/open.pm
5613 ____________________________________________________________________________
5614 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
5615         Log: Update Changes.
5616      Branch: perl
5617            ! Changes patchlevel.h
5618 ____________________________________________________________________________
5619 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
5620         Log: (Retracted by #11285).
5621              
5622              Subject: [PATCH] OPpCONST_OCTAL fixes
5623              From: Abhijit Menon-Sen <ams@wiw.org>
5624              Date: Mon, 9 Jul 2001 07:38:45 +0530
5625              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
5626      Branch: perl
5627            ! op.c
5628 ____________________________________________________________________________
5629 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
5630         Log: Add a pseudolayer ":locale" to the open pragma which
5631              will get the encoding from the locale.  Yet undocumented
5632              because I can't get the PerlIO :encoding(foobar) to work.
5633      Branch: perl
5634            ! ext/Encode/Encode.pm lib/open.pm
5635 ____________________________________________________________________________
5636 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
5637         Log: Add more encoding mappings.
5638      Branch: perl
5639            ! ext/Encode/Encode.pm
5640 ____________________________________________________________________________
5641 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
5642         Log: Document that using :encoding layer requires using Encode.
5643      Branch: perl
5644            ! ext/Encode/Encode.pm lib/PerlIO.pm
5645 ____________________________________________________________________________
5646 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
5647         Log: Netware tweak from Ananth Kesari.
5648      Branch: perl
5649            ! NetWare/netware.h
5650 ____________________________________________________________________________
5651 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
5652         Log: t/harness doesn't know about run/*.t
5653      Branch: perl
5654            ! t/harness
5655 ____________________________________________________________________________
5656 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
5657         Log: run/exit.t busted on windows
5658      Branch: perl
5659            ! t/run/exit.t
5660 ____________________________________________________________________________
5661 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
5662         Log: fix a couple of UCD.t tests that fail due to bad case
5663      Branch: perl
5664            ! lib/Unicode/UCD.t
5665 ____________________________________________________________________________
5666 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
5667         Log: test skip logic was broken
5668      Branch: perl
5669            ! ext/I18N/Langinfo/Langinfo.t
5670 ____________________________________________________________________________
5671 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
5672         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
5673              failure of ExtUtils.t#27 when built in debug mode)
5674      Branch: perl
5675            ! lib/ExtUtils/MM_Win32.pm
5676 ____________________________________________________________________________
5677 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
5678         Log: I18N::Langinfo is not available on windows
5679      Branch: perl
5680            ! win32/FindExt.pm
5681 ____________________________________________________________________________
5682 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
5683         Log: save a dTHX
5684      Branch: perl
5685            ! ext/POSIX/POSIX.xs
5686 ____________________________________________________________________________
5687 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
5688         Log: Update Changes.
5689      Branch: perl
5690            ! Changes patchlevel.h
5691 ____________________________________________________________________________
5692 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
5693         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
5694              as pointed out by Sarathy.
5695      Branch: perl
5696            ! ext/I18N/Langinfo/Langinfo.xs
5697 ____________________________________________________________________________
5698 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
5699         Log: Retract #11212.
5700      Branch: perl
5701            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
5702 ____________________________________________________________________________
5703 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
5704         Log: Bump up the VERSION of Cwd.xs.
5705      Branch: perl
5706            ! ext/Cwd/Makefile.PL
5707 ____________________________________________________________________________
5708 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
5709         Log: Retract #11220, the problem wasn't the missing leading zero.
5710              Here's the problem:
5711              $ ./perl -we 'chmod(oct("755"), ".")'
5712              Non-octal literal mode (493) specified at -e line 1.
5713              (Did you mean 0493 instead?)
5714      Branch: perl
5715            ! lib/ExtUtils/MM_Unix.pm
5716 ____________________________________________________________________________
5717 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
5718         Log: (Retracted by #11221)
5719              Change the PERM_RW and PERM_RWX to 0644 and 0755
5720              (add the leading zero).
5721      Branch: perl
5722            ! lib/ExtUtils/MM_Unix.pm
5723 ____________________________________________________________________________
5724 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
5725         Log: Integrate changes #11193, 11205, 11209 from macperl.
5726              
5727              Fix up AutoLoader to fudge for Mac paths in import().
5728              
5729              Allow symbols in try_symbol() to begin with "_".
5730              
5731              Small portability fix for Mac OS.
5732      Branch: perl
5733           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
5734 ____________________________________________________________________________
5735 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
5736         Log: Metaconfig unit change for #11217.
5737      Branch: metaconfig/U/perl
5738            ! Extensions.U
5739 ____________________________________________________________________________
5740 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
5741         Log: Detypo, problem noticed by Gerrit P. Haase.
5742      Branch: perl
5743            ! Configure config_h.SH
5744 ____________________________________________________________________________
5745 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
5746         Log: Cwd cleanups.
5747      Branch: perl
5748            ! ext/Cwd/Cwd.xs
5749 ____________________________________________________________________________
5750 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
5751         Log: Slight tweaks on #11213.
5752      Branch: perl
5753            ! toke.c
5754 ____________________________________________________________________________
5755 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
5756         Log: A missing dTHX noticed by Gerrit P. Haase.
5757      Branch: perl
5758            ! ext/POSIX/POSIX.xs
5759 ____________________________________________________________________________
5760 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
5761         Log: Subject: [PATCH toke.c] Simplify yytoke()
5762              From: Simon Cozens <simon@netthink.co.uk>
5763              Date: Sun, 8 Jul 2001 13:24:34 +0100
5764              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
5765              
5766              Split out pending_ident().
5767      Branch: perl
5768            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
5769 ____________________________________________________________________________
5770 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
5771         Log: (Retracted by #11223.)
5772              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
5773              Date: Wed, 05 Nov 1997 17:22:34 -0600
5774              From: Graham Barr <gbarr@ti.com>
5775              Message-Id: <3460FFBA.6DA51F46@ti.com>
5776      Branch: perl
5777            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
5778 ____________________________________________________________________________
5779 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
5780         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
5781      Branch: perl
5782            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5783            ! pod/perllocale.pod
5784 ____________________________________________________________________________
5785 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
5786         Log: Really do the test under the C locale.
5787      Branch: perl
5788            ! ext/I18N/Langinfo/Langinfo.t
5789 ____________________________________________________________________________
5790 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
5791         Log: Small portability fix for Mac OS.
5792      Branch: maint-5.6/macperl
5793            ! lib/Cwd.pm
5794 ____________________________________________________________________________
5795 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
5796         Log: Metaconfig unit change for #11207.
5797      Branch: metaconfig/U/perl
5798            ! Extensions.U
5799 ____________________________________________________________________________
5800 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
5801         Log: Add I18N::Langinfo, which is basically a wrapper around
5802              nl_langinfo(), which is an additional way to query locale
5803              specific information.
5804      Branch: perl
5805            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5806            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
5807            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
5808 ____________________________________________________________________________
5809 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
5810         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
5811              used in File::Find tests; replace with if.t.
5812      Branch: maint-5.6/macperl
5813            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
5814            ! t/pragma/warn/op
5815 ____________________________________________________________________________
5816 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
5817         Log: Allow symbols in try_symbol() to begin with "_".
5818      Branch: maint-5.6/macperl
5819            ! makedef.pl
5820 ____________________________________________________________________________
5821 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
5822         Log: Sync up the File::Find changes from the rewrite by
5823              Thomas Wegner, et al.
5824      Branch: maint-5.6/macperl
5825            + t/lib/filefind-taint.t
5826            ! lib/File/Find.pm t/lib/filefind.t
5827 ____________________________________________________________________________
5828 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
5829         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
5830              From: Thomas Wegner <wegner_thomas@yahoo.com>
5831              Date: Thu, 5 Jul 2001 20:31:25 +0200
5832              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
5833      Branch: maint-5.6/macperl
5834            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
5835 ____________________________________________________________________________
5836 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
5837         Log: Some more test portability fixes.
5838      Branch: maint-5.6/macperl
5839            ! t/lib/filecopy.t t/pragma/warn/pp_sys
5840 ____________________________________________________________________________
5841 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
5842         Log: The #11200 removed wrong (non-existent) target.  Duh.
5843      Branch: perl
5844            ! Makefile.SH
5845 ____________________________________________________________________________
5846 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
5847         Log: Zap the lib/re.pm before creating it.
5848      Branch: perl
5849            ! Makefile.SH
5850 ____________________________________________________________________________
5851 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
5852         Log: Another test.  Please ignore.
5853      Branch: maint-5.6/macperl
5854            ! README.macos
5855 ____________________________________________________________________________
5856 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
5857         Log: Portability fixes for a lot of tests, especially IO-related
5858              tests, and warnings, and the harness script.
5859      Branch: maint-5.6/macperl
5860            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
5861            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
5862            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
5863            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
5864            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
5865            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
5866            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
5867            ! t/pragma/warnings.t
5868 ____________________________________________________________________________
5869 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
5870         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
5871              From: Nicholas Clark <nick@ccl4.org>
5872              Date: Sat, 7 Jul 2001 21:00:17 +0100
5873              Message-ID: <20010707210017.H59620@plum.flirble.org>
5874      Branch: perl
5875            ! lib/h2xs.t
5876 ____________________________________________________________________________
5877 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
5878         Log: The UNICOS/mk SysV IPC problem has been fixed.
5879      Branch: perl
5880            ! pod/perl572delta.pod
5881 ____________________________________________________________________________
5882 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
5883         Log: Slight update tweaks on perlunicode.pod.
5884      Branch: perl
5885            ! pod/perlunicode.pod
5886 ____________________________________________________________________________
5887 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
5888         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
5889              From: Mark-Jason Dominus <mjd@plover.com>
5890              Date: Sat, 07 Jul 2001 13:04:04 -0400
5891              Message-ID: <20010707170404.32694.qmail@plover.com>
5892      Branch: perl
5893            ! ext/DB_File/DB_File.pm
5894 ____________________________________________________________________________
5895 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
5896         Log: Fix up AutoLoader to fudge for Mac paths in import().
5897      Branch: maint-5.6/macperl
5898            ! lib/AutoLoader.pm
5899 ____________________________________________________________________________
5900 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
5901         Log: Try to force the lib/re.pm to be there before entering
5902              the extensions builds, should help for parallel makes.
5903      Branch: perl
5904            ! Makefile.SH
5905 ____________________________________________________________________________
5906 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
5907         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
5908              From: Norton Allen <allen@huarp.harvard.edu>
5909              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
5910              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
5911      Branch: perl
5912            ! ext/POSIX/POSIX.xs
5913 ____________________________________________________________________________
5914 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
5915         Log: Subject: [PATCH] Re: op/arith.t
5916              From: Nicholas Clark <nick@ccl4.org>
5917              Date: Sat, 7 Jul 2001 13:04:54 +0100
5918              Message-ID: <20010707130454.D59620@plum.flirble.org>
5919      Branch: perl
5920            ! numeric.c toke.c
5921 ____________________________________________________________________________
5922 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
5923         Log: Subject: [PATCH] h2xs
5924              From: Nicholas Clark <nick@ccl4.org>
5925              Date: Fri, 6 Jul 2001 23:25:14 +0100
5926              Message-ID: <20010706232514.X59620@plum.flirble.org>
5927      Branch: perl
5928            ! utils/h2xs.PL
5929 ____________________________________________________________________________
5930 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
5931         Log: Subject: Re: bleedperl perl_alloc..free leakage
5932              From: Radu Greab <radu@netsoft.ro>
5933              Date: Fri, 6 Jul 2001 19:48:54 +0300
5934              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
5935              
5936              Leak-be-gone.
5937      Branch: perl
5938            ! op.c
5939 ____________________________________________________________________________
5940 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
5941         Log: Test again.  Please ignore.
5942      Branch: maint-5.6/macperl
5943            ! README.macos
5944 ____________________________________________________________________________
5945 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
5946         Log: Test.  Please ignore.
5947      Branch: maint-5.6/macperl
5948            ! README.macos
5949 ____________________________________________________________________________
5950 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
5951         Log: Include changes already sent in separately as patches,
5952              before branch was created.
5953      Branch: maint-5.6/macperl
5954            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
5955            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
5956            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
5957            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
5958            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
5959            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
5960            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
5961            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
5962            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
5963            ! t/pragma/strict.t
5964 ____________________________________________________________________________
5965 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
5966         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
5967              From: Norton Allen <allen@huarp.harvard.edu>
5968              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
5969              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
5970      Branch: perl
5971            ! utf8.h
5972 ____________________________________________________________________________
5973 [ 11183] By: nick                                  on 2001/07/06  16:27:40
5974         Log: Integrate mainline
5975      Branch: perlio
5976           +> (branch 42 files)
5977            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
5978            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
5979            - win32/bin/mdelete.bat
5980           !> (integrate 215 files)
5981 ____________________________________________________________________________
5982 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
5983         Log: The #11166 needed also these updated.
5984      Branch: perl
5985            ! lib/warnings.pm warnings.h
5986 ____________________________________________________________________________
5987 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
5988         Log: Update Changes.
5989      Branch: perl
5990            ! Changes patchlevel.h
5991 ____________________________________________________________________________
5992 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
5993         Log: Regen toc.
5994      Branch: perl
5995            ! pod/perltoc.pod
5996 ____________________________________________________________________________
5997 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
5998         Log: Nit from Abhijit.
5999      Branch: perl
6000            ! lib/CPAN.pm
6001 ____________________________________________________________________________
6002 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
6003         Log: Retract #11172.
6004      Branch: perl
6005            ! t/op/method.t
6006 ____________________________________________________________________________
6007 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
6008         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
6009              From: Norton Allen <allen@huarp.harvard.edu>
6010              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
6011              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
6012      Branch: perl
6013            ! lib/Cwd.pm
6014 ____________________________________________________________________________
6015 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
6016         Log: (Accidentally empty check-in.)
6017      Branch: perl
6018            ! utf8.h
6019 ____________________________________________________________________________
6020 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
6021         Log: Retract #11165 since Sarathy pointed out it'll not
6022              work properly under threads, the problem should be
6023              solved using "the savestack, either via SSNEW() or
6024              using a newSVpv()+SAVEFREESV() combo."
6025      Branch: perl
6026            ! ext/POSIX/POSIX.xs
6027 ____________________________________________________________________________
6028 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
6029         Log: Retract #11125 since NI-S pointed out it'll not work in
6030              cases where the extension has their own handcrafted INC
6031              et alia.
6032      Branch: perl
6033            ! lib/ExtUtils/MM_Unix.pm
6034 ____________________________________________________________________________
6035 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
6036         Log: Subject: RE: [PATCH] -I and MakeMaker again
6037              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6038              Date: Fri, 6 Jul 2001 09:18:29 +0200
6039              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
6040      Branch: perl
6041            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
6042            ! lib/ExtUtils/MM_Win32.pm
6043 ____________________________________________________________________________
6044 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
6045         Log: (Retracted by #11178)
6046              Subject: [PATCH t/op/method.t] SUPER:: strangeness
6047              From: Piers Cawley <pdcawley@iterative-software.com>
6048              Date: 06 Jul 2001 10:49:01 +0100
6049              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
6050      Branch: perl
6051            ! t/op/method.t
6052 ____________________________________________________________________________
6053 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
6054         Log: VOS README update from Paul Green.
6055      Branch: perl
6056            ! README.vos
6057 ____________________________________________________________________________
6058 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
6059         Log: Subject: [PATCH README.qnx hints/qnx.sh]
6060              From: Norton Allen <allen@huarp.harvard.edu>
6061              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
6062              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
6063      Branch: perl
6064            ! README.qnx hints/qnx.sh
6065 ____________________________________________________________________________
6066 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
6067         Log: Subject: [PATCH] Doc patch for Tie::Hash
6068              From: Artur Bergman <artur@contiller.se>
6069              Date: Thu, 05 Jul 2001 22:51:18 +0200
6070              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
6071      Branch: perl
6072            ! lib/Tie/Hash.pm
6073 ____________________________________________________________________________
6074 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
6075         Log: Subject: [PATCH] perlfaq4.pod
6076              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
6077              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
6078              Date: Thu, 5 Jul 2001 18:44:10 +0100 
6079      Branch: perl
6080            ! pod/perlfaq4.pod
6081 ____________________________________________________________________________
6082 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
6083         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
6084              From: Robin Houston <robin@kitsite.com>
6085              Date: Thu, 5 Jul 2001 18:33:21 +0100
6086              Message-ID: <20010705183321.A27345@robin.kitsite.com>
6087      Branch: perl
6088            ! ext/B/B/Deparse.pm
6089 ____________________________________________________________________________
6090 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
6091         Log: (Retracted by #11285.)
6092              
6093              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
6094              From: Abhijit Menon-Sen <ams@wiw.org>
6095              Date: Fri, 6 Jul 2001 01:26:32 +0530
6096              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
6097      Branch: perl
6098            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
6099            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
6100            ! warnings.pl
6101 ____________________________________________________________________________
6102 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
6103         Log: (Retracted by #11175)
6104              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
6105              From: Norton Allen <allen@huarp.harvard.edu>
6106              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
6107              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
6108      Branch: perl
6109            ! ext/POSIX/POSIX.xs
6110 ____________________________________________________________________________
6111 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
6112         Log: Unterminated C< (noticed by Richard Hatch), and few other
6113              small Unicode doc tweaks.
6114      Branch: perl
6115            ! pod/perlretut.pod
6116 ____________________________________________________________________________
6117 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
6118         Log: More flexible argument understanding; add charblocks() and
6119              charscripts(); make charblock() and charscript() two-way;
6120              add charinrange(); separate the $Unicode::UCD::VERSION and
6121              the version of the Unicode by adding UnicodeVersion().
6122      Branch: perl
6123            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6124 ____________________________________________________________________________
6125 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
6126         Log: Update Unicode::UCD on \p{In...}.
6127      Branch: perl
6128            ! lib/Unicode/UCD.pm
6129 ____________________________________________________________________________
6130 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
6131         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
6132              From: Norton Allen <allen@huarp.harvard.edu>
6133              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
6134              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
6135      Branch: perl
6136            ! lib/ExtUtils/MM_Unix.pm
6137 ____________________________________________________________________________
6138 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
6139         Log: POSIX-BC tweaks from Thomas Dorner.
6140      Branch: perl
6141            ! hints/posix-bc.sh perlio.h
6142 ____________________________________________________________________________
6143 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
6144         Log: Module updates for the delta.
6145      Branch: perl
6146            ! pod/perl572delta.pod
6147 ____________________________________________________________________________
6148 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
6149         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
6150              From: Norton Allen <allen@huarp.harvard.edu>
6151              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
6152              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
6153      Branch: perl
6154            ! ext/IO/lib/IO/t/io_sock.t
6155 ____________________________________________________________________________
6156 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
6157         Log: Subject: [PATCH perldiag.pod] Quick fixes
6158              From: Simon Cozens <simon@netthink.co.uk>
6159              Date: Wed, 4 Jul 2001 20:22:12 +0100
6160              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
6161      Branch: perl
6162            ! pod/perldiag.pod
6163 ____________________________________________________________________________
6164 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
6165         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
6166              From: Radu Greab <radu@netsoft.ro>
6167              Date: Wed, 4 Jul 2001 22:13:31 +0300
6168              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
6169      Branch: perl
6170            ! op.c sv.c t/op/pos.t
6171 ____________________________________________________________________________
6172 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
6173         Log: Subject: [PATCH] -I and MakeMaker again
6174              From: Michael G Schwern <schwern@pobox.com>
6175              Date: Wed, 4 Jul 2001 15:03:07 -0400
6176              Message-ID: <20010704150307.I20340@blackrider>
6177              
6178              (and retract #11145)
6179      Branch: perl
6180            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
6181            ! lib/ExtUtils/MakeMaker.pm
6182 ____________________________________________________________________________
6183 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
6184         Log: Subject: Re: PERFORCE change 11142 for review
6185              From: "Philip Newton" <Philip.Newton@gmx.net>
6186              Date: Wed, 4 Jul 2001 20:46:26 +0200
6187              Message-Id: <200107041841.VAA25380@taas.iki.fi>
6188      Branch: perl
6189            ! lib/ExtUtils/MakeMaker.pm
6190 ____________________________________________________________________________
6191 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
6192         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
6193              From: Jonathan Stowe <gellyfish@gellyfish.com>
6194              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
6195              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
6196      Branch: perl
6197            ! utils/pl2pm.PL
6198 ____________________________________________________________________________
6199 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
6200         Log: fix the binary compatibility issue when building with/without
6201              usemymalloc by exporting Perl_malloc() et al as simple wrappers
6202              around the system functions (this allows most extensions built
6203              using one mode to coexist with perls built in the other mode)
6204              
6205              XXX the Perl_mfree() wrapper might need to do return(free()) on
6206              platforms where Free_t isn't "void"
6207      Branch: perl
6208            ! embed.h embed.pl makedef.pl proto.h util.c
6209 ____________________________________________________________________________
6210 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
6211         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
6212              since it doesn't ensure threads other than the one calling fork()
6213              aren't holding any locks; the fix is to use pthread_atfork() to
6214              hold global locks
6215              
6216              building perl with -Dusemymalloc exacerbates the problem since
6217              Perl_malloc() holds a mutex, and perl's exec() calls New()
6218              
6219              XXX the code in win32thread.h may be needed on platforms that have
6220              no pthread_atfork()
6221      Branch: perl
6222            ! perl.c thread.h win32/win32thread.h
6223 ____________________________________________________________________________
6224 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
6225         Log: Integrate #11009 from maintperl.
6226      Branch: maint-5.6/macperl
6227           !> lib/ExtUtils/Manifest.pm
6228 ____________________________________________________________________________
6229 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
6230         Log: Flexing my Perforce muscles.
6231      Branch: maint-5.6/macperl
6232            ! README.macos
6233 ____________________________________________________________________________
6234 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
6235         Log: Update Changes.
6236      Branch: perl
6237            ! Changes patchlevel.h
6238 ____________________________________________________________________________
6239 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
6240         Log: Metaconfig unit change for #11146.
6241      Branch: metaconfig/U/perl
6242            ! d_fcntl_can_lock.U
6243 ____________________________________________________________________________
6244 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
6245         Log: Somehow the #ifdefs of the added code (in #11093) made
6246              HP-UX to fail the fcntl locking test, without the ifdefs
6247              the test seems to be working again.  Reason unknown:
6248              HP-UX cc doesn't complain either way.
6249      Branch: perl
6250            ! Configure
6251 ____________________________________________________________________________
6252 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
6253         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
6254      Branch: perl
6255            ! lib/ExtUtils/MM_Unix.pm
6256 ____________________________________________________________________________
6257 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
6258         Log: gcc -Wall nit.
6259      Branch: perl
6260            ! pp_hot.c
6261 ____________________________________________________________________________
6262 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
6263         Log: When removing tests updating the test count is a good idea, too.
6264      Branch: perl
6265            ! lib/Net/t/require.t
6266 ____________________________________________________________________________
6267 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
6268         Log: Document #11134 and add the new symbols to the list of
6269              of MakeMaker known ones.
6270      Branch: perl
6271            ! lib/ExtUtils/MakeMaker.pm
6272 ____________________________________________________________________________
6273 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
6274         Log: Microperl update.
6275      Branch: perl
6276            ! uconfig.h
6277 ____________________________________________________________________________
6278 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
6279         Log: Update the libnet tests as per #11138.
6280      Branch: perl
6281            - lib/Net/t/ph.t
6282            ! MANIFEST lib/Net/t/require.t
6283 ____________________________________________________________________________
6284 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
6285         Log: Regen toc and modlib.
6286      Branch: perl
6287            ! pod/perlmodlib.pod pod/perltoc.pod
6288 ____________________________________________________________________________
6289 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
6290         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
6291              Graham's request.
6292      Branch: perl
6293            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
6294            ! MANIFEST
6295 ____________________________________________________________________________
6296 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
6297         Log: Add the OS/390 harness results to the delta.
6298      Branch: perl
6299            ! pod/perl572delta.pod
6300 ____________________________________________________________________________
6301 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
6302         Log: Avoid the two study tests in OS/390 until the bug has been solved.
6303      Branch: perl
6304            ! t/op/study.t
6305 ____________________________________________________________________________
6306 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
6307         Log: DOS/DJGPP tweaks from Laszlo Molnar.
6308      Branch: perl
6309            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
6310 ____________________________________________________________________________
6311 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
6312         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
6313              From: Michael G Schwern <schwern@pobox.com>
6314              Date: Wed, 4 Jul 2001 00:01:16 -0400
6315              Message-ID: <20010704000116.C591@blackrider>
6316      Branch: perl
6317            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
6318 ____________________________________________________________________________
6319 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
6320         Log: The #11132 missed singleton characters (not part
6321              of a unilo..unihi range) in Unicode scripts.
6322      Branch: perl
6323            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
6324            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
6325            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
6326            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
6327            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
6328            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
6329            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
6330            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
6331            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
6332            ! lib/unicode/mktables.PL t/op/pat.t
6333 ____________________________________________________________________________
6334 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
6335         Log: Support preferentially the Unicode 'scripts' definition
6336              in the \p{In...} notation since according to Unicode the
6337              scripts concept is more natural for matching than using
6338              the somewhat artificial block names.  The block names are
6339              still available, though, and if there's a name conflict,
6340              the scripts one wins and the blocks one has to do with
6341              'Block' appended to its name.  For more information see
6342              
6343              http://www.unicode.org/unicode/reports/tr24/
6344      Branch: perl
6345            + lib/unicode/In/100.pl lib/unicode/In/101.pl
6346            + lib/unicode/In/102.pl lib/unicode/In/103.pl
6347            + lib/unicode/In/104.pl lib/unicode/In/105.pl
6348            + lib/unicode/In/106.pl lib/unicode/In/107.pl
6349            + lib/unicode/In/108.pl lib/unicode/In/109.pl
6350            + lib/unicode/In/110.pl lib/unicode/In/111.pl
6351            + lib/unicode/In/112.pl lib/unicode/In/113.pl
6352            + lib/unicode/In/114.pl lib/unicode/In/115.pl
6353            + lib/unicode/In/116.pl lib/unicode/In/117.pl
6354            + lib/unicode/In/118.pl lib/unicode/In/119.pl
6355            + lib/unicode/In/120.pl lib/unicode/In/121.pl
6356            + lib/unicode/In/122.pl lib/unicode/In/123.pl
6357            + lib/unicode/In/124.pl lib/unicode/In/125.pl
6358            + lib/unicode/In/126.pl lib/unicode/In/127.pl
6359            + lib/unicode/In/128.pl lib/unicode/In/129.pl
6360            + lib/unicode/In/130.pl lib/unicode/In/131.pl
6361            + lib/unicode/In/132.pl lib/unicode/In/133.pl
6362            + lib/unicode/In/134.pl lib/unicode/In/135.pl
6363            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
6364            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
6365            ! (edit 106 files)
6366 ____________________________________________________________________________
6367 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
6368         Log: Better document the difference between a block and a script.
6369      Branch: perl
6370            ! lib/Unicode/UCD.pm
6371 ____________________________________________________________________________
6372 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
6373         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
6374              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6375              Date: Tue, 3 Jul 2001 15:04:23 -0500
6376              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
6377      Branch: perl
6378            ! lib/CPAN.pm
6379 ____________________________________________________________________________
6380 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
6381         Log: Add tests for charscript().
6382      Branch: perl
6383            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6384 ____________________________________________________________________________
6385 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
6386         Log: Add charscript() to get the UTR#24 script names of characters.
6387      Branch: perl
6388            ! lib/Unicode/UCD.pm
6389 ____________________________________________________________________________
6390 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
6391         Log: Todo updates.
6392      Branch: perl
6393            ! pod/perltodo.pod
6394 ____________________________________________________________________________
6395 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
6396         Log: Unicode::UCD updates.
6397      Branch: perl
6398            ! lib/Unicode/UCD.pm
6399 ____________________________________________________________________________
6400 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
6401         Log: (Retracted by #11174)
6402              Subject: MakeMaker should pass through DEFINE and INC to subdirs
6403              From: Alan Burlison <Alan.Burlison@sun.com>
6404              Date: Tue, 03 Jul 2001 15:20:13 +0100
6405              Message-ID: <3B41D49D.A923D4F9@sun.com>
6406      Branch: perl
6407            ! lib/ExtUtils/MM_Unix.pm
6408 ____________________________________________________________________________
6409 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
6410         Log: Subject: Patch needed for UTS
6411              From: hom00@utsglobal.com (Hal Morris)
6412              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
6413              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
6414              
6415              Replace #11113 with a better version.
6416      Branch: perl
6417            ! perl.h
6418 ____________________________________________________________________________
6419 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
6420         Log: Subject: Re: POINTERRIGOR
6421              From: Andy Dougherty <doughera@lafayette.edu>
6422              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
6423              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
6424      Branch: perl
6425            ! util.c
6426 ____________________________________________________________________________
6427 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
6428         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
6429              From: "Philip Newton" <pnewton@gmx.de>
6430              Date: Tue, 3 Jul 2001 17:03:34 +0200
6431              Message-ID: <3B41FAE6.29564.660E117@localhost>
6432      Branch: perl
6433            ! pp_hot.c
6434 ____________________________________________________________________________
6435 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
6436         Log: Typos.
6437      Branch: perl
6438            ! INSTALL
6439 ____________________________________________________________________________
6440 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
6441         Log: Subject: [PATCH 5.6.1] debugger fixes
6442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6443              Date: Tue, 3 Jul 2001 03:38:18 -0400
6444              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
6445              
6446              The $^S is working again.
6447      Branch: perl
6448            ! lib/perl5db.pl
6449 ____________________________________________________________________________
6450 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
6451         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
6452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6453              Date: Tue, 3 Jul 2001 03:34:06 -0400
6454              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
6455      Branch: perl
6456            ! os2/OS2/Process/Process.pm
6457 ____________________________________________________________________________
6458 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
6459         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
6460              From: "Philip Newton" <Philip.Newton@gmx.net>
6461              Date: Tue, 3 Jul 2001 09:11:27 +0200
6462              Message-Id: <200107030706.KAA04596@taas.iki.fi>
6463      Branch: perl
6464            ! lib/FindBin.pm
6465 ____________________________________________________________________________
6466 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
6467         Log: Delta delta.
6468      Branch: perl
6469            ! pod/perl572delta.pod
6470 ____________________________________________________________________________
6471 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
6472         Log: Metaconfig unit change for 11115.
6473      Branch: metaconfig
6474            ! U/modified/libc.U
6475 ____________________________________________________________________________
6476 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
6477         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
6478              (from Richard Hatch) (this was the cause of pipes() and
6479              times() myeteriously not being found)
6480      Branch: perl
6481            ! Configure
6482 ____________________________________________________________________________
6483 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
6484         Log: Retract #10142, the real culprit found by Richard Hatch,
6485              coming soon to Configure near you.
6486      Branch: perl
6487            ! hints/aix.sh
6488 ____________________________________________________________________________
6489 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
6490         Log: (Replaced by #11124) UTS workaround from Hal Morris.
6491      Branch: perl
6492            ! perl.h
6493 ____________________________________________________________________________
6494 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
6495         Log: Subject: [PATCH] grok not grocking correctly
6496              From: Nicholas Clark <nick@ccl4.org>
6497              Date: Tue, 3 Jul 2001 00:19:08 +0100
6498              Message-ID: <20010703001908.H59620@plum.flirble.org>
6499      Branch: perl
6500            ! numeric.c
6501 ____________________________________________________________________________
6502 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
6503         Log: Subject: [PATCH Deparse.t] test just-posted patches
6504              From: Robin Houston <robin@kitsite.com>
6505              Date: Mon, 2 Jul 2001 23:46:15 +0100
6506              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
6507      Branch: perl
6508            ! ext/B/Deparse.t
6509 ____________________________________________________________________________
6510 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
6511         Log: Subject: [PATCH toke.c] autosplit into @F
6512              From: Robin Houston <robin@kitsite.com>
6513              Date: Mon, 2 Jul 2001 23:18:20 +0100
6514              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
6515      Branch: perl
6516            ! perl.c toke.c
6517 ____________________________________________________________________________
6518 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
6519         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
6520              From: Robin Houston <robin@kitsite.com>
6521              Date: Mon, 2 Jul 2001 23:00:48 +0100
6522              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
6523      Branch: perl
6524            ! ext/B/B/Deparse.pm
6525 ____________________________________________________________________________
6526 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
6527         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
6528              From: "Philip Newton" <Philip.Newton@gmx.net>
6529              Date: Mon, 2 Jul 2001 22:06:22 +0200
6530              (no Message-Id)
6531      Branch: perl
6532            ! ext/NDBM_File/hints/linux.pl
6533 ____________________________________________________________________________
6534 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
6535         Log: Subject: Re: Fixed pack problem - sort of
6536              From: Nicholas Clark <nick@ccl4.org>
6537              Date: Mon, 2 Jul 2001 20:59:20 +0100
6538              Message-ID: <20010702205919.F59620@plum.flirble.org>
6539      Branch: perl
6540            ! pp_pack.c t/op/pack.t
6541 ____________________________________________________________________________
6542 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
6543         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
6544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6545              Date: Mon, 2 Jul 2001 15:45:41 -0400
6546              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
6547      Branch: perl
6548            ! os2/os2.c
6549 ____________________________________________________________________________
6550 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
6551         Log: (Mistaken retraction)
6552      Branch: perl
6553            ! utils/pl2pm.PL
6554 ____________________________________________________________________________
6555 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
6556         Log: Detypo in #11103.
6557      Branch: perl
6558            ! utils/pl2pm.PL
6559 ____________________________________________________________________________
6560 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
6561         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
6562              From: Jonathan Stowe <gellyfish@gellyfish.com>
6563              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
6564              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
6565      Branch: perl
6566            ! utils/pl2pm.PL
6567 ____________________________________________________________________________
6568 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
6569         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
6570              From: "Craig A. Berry" <craigberry@mac.com>
6571              Date: Mon, 02 Jul 2001 14:11:23 -0500
6572              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
6573      Branch: perl
6574            ! lib/Unicode/UCD.pm
6575 ____________________________________________________________________________
6576 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
6577         Log: Subject: [PATCH] Re: op/numconvert.t failures
6578              From: Nicholas Clark <nick@ccl4.org>
6579              Date: Mon, 2 Jul 2001 20:10:48 +0100
6580              Message-ID: <20010702201048.E59620@plum.flirble.org>
6581      Branch: perl
6582            ! t/op/numconvert.t
6583 ____________________________________________________________________________
6584 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
6585         Log: Update Changes.
6586      Branch: perl
6587            ! Changes patchlevel.h
6588 ____________________________________________________________________________
6589 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
6590         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
6591              The real fix must be more involved.  The line of code all the leaky
6592              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
6593              line of Perl_newPMOP().
6594      Branch: perl
6595            ! op.h
6596 ____________________________________________________________________________
6597 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
6598         Log: Based on
6599              
6600              Subject: Re: sizeof(struct sembuf)
6601              From: Nicholas Clark <nick@ccl4.org>
6602              Date: Sun, 1 Jul 2001 22:26:48 +0100
6603              Message-ID: <20010701222648.W59620@plum.flirble.org>
6604              
6605              but do semop() always the slow way.
6606      Branch: perl
6607            ! doio.c
6608 ____________________________________________________________________________
6609 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
6610         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
6611              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6612              Date: Tue, 03 Jul 2001 00:56:30 +0900
6613              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
6614      Branch: perl
6615            ! ext/Encode/Encode/Tcl.t
6616 ____________________________________________________________________________
6617 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
6618         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
6619              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6620              Date: Tue, 03 Jul 2001 00:55:46 +0900
6621              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
6622      Branch: perl
6623            ! ext/Encode/Encode/Tcl.pm
6624 ____________________________________________________________________________
6625 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
6626         Log: Regen api and toc.
6627      Branch: perl
6628            ! pod/perlapi.pod pod/perltoc.pod
6629 ____________________________________________________________________________
6630 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
6631         Log: Metaconfig unit change for #11093.
6632      Branch: metaconfig/U/perl
6633            ! d_fcntl_can_lock.U
6634 ____________________________________________________________________________
6635 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
6636         Log: The fcntl locking test may hang if NFS locking messed up;
6637              break out with alarm(10).
6638      Branch: perl
6639            ! Configure
6640 ____________________________________________________________________________
6641 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
6642         Log: Move the mdelete.bat from win32/bin to win32.
6643      Branch: perl
6644            ! MANIFEST
6645 ____________________________________________________________________________
6646 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
6647         Log: Typo in #11083.
6648      Branch: perl
6649            ! ext/Time/Piece/Piece.t
6650 ____________________________________________________________________________
6651 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
6652         Log: Netware tweaks from Guruprasad.
6653      Branch: perl
6654            - NetWare/perlsdio.h
6655            ! MANIFEST NetWare/Makefile NetWare/interface.c
6656            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
6657            ! perlsdio.h
6658 ____________________________________________________________________________
6659 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
6660         Log: Subject: Re: [PATH] shared -> unique;
6661              From: Abhijit Menon-Sen <ams@wiw.org>
6662              Date: Wed, 27 Jun 2001 03:51:27 +0530
6663              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
6664      Branch: perl
6665            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
6666 ____________________________________________________________________________
6667 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
6668         Log: Subject: Re: AIX / gcc-3.0
6669              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6670              Date: Mon, 02 Jul 2001 15:20:21 +0200
6671              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
6672      Branch: perl
6673            ! hints/aix.sh
6674 ____________________________________________________________________________
6675 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
6676         Log: Subject: Re: Bug report: split splits on wrong pattern
6677              From: Abhijit Menon-Sen <ams@wiw.org>
6678              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
6679              Date: Mon, 2 Jul 2001 16:31:33 +0530
6680      Branch: perl
6681            ! pp_ctl.c
6682 ____________________________________________________________________________
6683 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
6684         Log: Subject: [PATCH 5.6.1] test harness
6685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6686              Date: Mon, 2 Jul 2001 06:29:21 -0400
6687              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
6688      Branch: perl
6689            ! lib/Test/Harness.pm
6690 ____________________________________________________________________________
6691 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
6692         Log: Subject: [PATCH 5.6.1] debugger goof
6693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6694              Date: Mon, 2 Jul 2001 06:27:22 -0400
6695              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
6696      Branch: perl
6697            ! lib/perl5db.pl
6698 ____________________________________________________________________________
6699 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
6700         Log: Subject: [PATCH 5.6.1] OS/2 cwd
6701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6702              Date: Mon, 2 Jul 2001 06:21:17 -0400
6703              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
6704      Branch: perl
6705            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
6706 ____________________________________________________________________________
6707 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
6708         Log: Make #11082 more OS/2-specific.
6709      Branch: perl
6710            ! ext/Time/Piece/Piece.t
6711 ____________________________________________________________________________
6712 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
6713         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
6714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6715              Date: Mon, 2 Jul 2001 06:06:34 -0400
6716              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
6717      Branch: perl
6718            ! ext/Time/Piece/Piece.t
6719 ____________________________________________________________________________
6720 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
6721         Log: Subject: [PATCH B::Deparse] version number & changes
6722              From: Robin Houston <robin@kitsite.com>  
6723              Date: Sun, 1 Jul 2001 17:17:29 +0100
6724              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
6725      Branch: perl
6726            ! ext/B/B/Deparse.pm
6727 ____________________________________________________________________________
6728 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
6729         Log: Subject: a small fix.
6730              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6731              Date: Mon, 2 Jul 2001 12:17:53 +0200
6732              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
6733      Branch: perl
6734            ! ext/Thread/Thread.xs
6735 ____________________________________________________________________________
6736 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
6737         Log: Subject: RE: perl@10907
6738              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6739              Date: Mon, 2 Jul 2001 12:06:16 +0200
6740              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
6741              
6742              Borland C vs PerlIO.
6743      Branch: perl
6744            ! win32/config.bc win32/config_H.bc
6745 ____________________________________________________________________________
6746 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
6747         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
6748              From: "H.M. Brand" <merijn@l1.procura.nl>
6749              Date: Mon, 02 Jul 2001 11:18:57 +0200
6750              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
6751      Branch: perl
6752            ! t/op/write.t
6753 ____________________________________________________________________________
6754 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
6755         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
6756              From: Michael G Schwern <schwern@pobox.com>
6757              Date: Mon, 2 Jul 2001 00:26:24 -0400
6758              Message-ID: <20010702002624.A18302@blackrider>
6759      Branch: perl
6760            - ext/util/mkbootstrap
6761 ____________________________________________________________________________
6762 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
6763         Log: Subject: [PATCH op.h] v minor comment tweak
6764              From: Robin Houston <robin@puffinry.freeserve.co.uk>
6765              Date: Mon, 2 Jul 2001 00:42:01 +0100
6766              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
6767      Branch: perl
6768            ! op.h
6769 ____________________________________________________________________________
6770 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
6771         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
6772      Branch: perl
6773            ! pod/perlfunc.pod
6774 ____________________________________________________________________________
6775 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
6776         Log: Subject: Re: sizeof(struct sembuf)
6777              From: Nicholas Clark <nick@ccl4.org>
6778              Date: Sun, 1 Jul 2001 19:23:16 +0100
6779              Message-ID: <20010701192316.V59620@plum.flirble.org>
6780              
6781              s/signaling/signalling/
6782      Branch: perl
6783            ! pod/perlfunc.pod
6784 ____________________________________________________________________________
6785 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
6786         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
6787              From: "Philip Newton" <Philip.Newton@gmx.net>
6788              Date: Sun, 1 Jul 2001 09:37:56 +0200
6789              Message-Id: <200107010733.KAA03920@taas.iki.fi>
6790      Branch: perl
6791            ! pod/perlvar.pod
6792 ____________________________________________________________________________
6793 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
6794         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
6795              From: "Philip Newton" <Philip.Newton@gmx.net>
6796              Date: Sun, 1 Jul 2001 09:37:56 +0200
6797              Message-Id: <200107010733.KAA03925@taas.iki.fi>
6798      Branch: perl
6799            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
6800 ____________________________________________________________________________
6801 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
6802         Log: Metaconfig unit change for #11070.
6803      Branch: metaconfig
6804            ! U/compline/randfunc.U
6805 ____________________________________________________________________________
6806 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
6807         Log: Subject: [PATCH perlsnap] its --> it's --> its
6808              From: "Philip Newton" <Philip.Newton@gmx.net>
6809              Date: Sun, 1 Jul 2001 09:37:56 +0200
6810              Message-Id: <200107010733.KAA03914@taas.iki.fi>
6811      Branch: perl
6812            ! Porting/config_H
6813 ____________________________________________________________________________
6814 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
6815         Log: Sync with Sarathy; integrate with perlio.
6816      Branch: perl
6817           !> gv.c
6818 ____________________________________________________________________________
6819 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
6820         Log: regenerate win32/config_H.?c files
6821      Branch: perl
6822            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6823 ____________________________________________________________________________
6824 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
6825         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
6826              naming discipline
6827              
6828              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
6829              because of this)
6830              
6831              fix a warning about "fd" being used without being set in Cwd.xs
6832      Branch: perl
6833            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
6834            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
6835            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
6836            ! win32/config.vc
6837 ____________________________________________________________________________
6838 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
6839         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
6840              within macro arguments") and warnings ("unary minus applied to
6841              unsigned type", among others)
6842      Branch: perl
6843            ! gv.c hv.c op.c pp.c sv.c toke.c
6844 ____________________________________________________________________________
6845 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
6846         Log: win32 fixes: more spurious CRs
6847      Branch: perl
6848            ! win32/mdelete.bat
6849 ____________________________________________________________________________
6850 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
6851         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
6852              from win32/bin (or it gets deleted by distclean); don't delete
6853              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
6854              NT (should be made Win9x specific, and added to makefile.mk)
6855      Branch: perl
6856           +> win32/mdelete.bat
6857            - win32/bin/mdelete.bat
6858            ! win32/Makefile win32/makefile.mk
6859 ____________________________________________________________________________
6860 [ 11063] By: nick                                  on 2001/07/01  18:54:09
6861         Log: Quick for for #ifdef mess
6862      Branch: perlio
6863            ! gv.c
6864 ____________________________________________________________________________
6865 [ 11062] By: nick                                  on 2001/07/01  18:47:42
6866         Log: Raw integrate - does not build #if mess in gv.c
6867      Branch: perlio
6868           !> (integrate 29 files)
6869 ____________________________________________________________________________
6870 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
6871         Log: Make 'compile' target a little less broken.
6872              Still very broken, though: -Wall warnings from
6873              the generated code, boot_Foo prototypes missing,
6874              can't autoload Fcntl::SEEK_CUR et alia, ...
6875      Branch: perl
6876            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
6877            ! utils/perlcc.PL x2p/Makefile.SH
6878 ____________________________________________________________________________
6879 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
6880         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
6881      Branch: perl
6882            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6883            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
6884 ____________________________________________________________________________
6885 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
6886         Log: Update Changes.
6887      Branch: perl
6888            ! Changes patchlevel.h
6889 ____________________________________________________________________________
6890 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
6891         Log: Still one typo, regen toc.
6892      Branch: perl
6893            ! lib/Unicode/UCD.pm pod/perltoc.pod
6894 ____________________________________________________________________________
6895 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
6896         Log: Detypos and regen toc.
6897      Branch: perl
6898            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
6899 ____________________________________________________________________________
6900 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
6901         Log: VERSION tweak.
6902      Branch: perl
6903            ! ext/List/Util/lib/List/Util.pm
6904 ____________________________________________________________________________
6905 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
6906         Log: Attempt at plugging the leak under ithreads detected by Doug.
6907      Branch: perl
6908            ! op.h
6909 ____________________________________________________________________________
6910 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
6911         Log: gcc -Wall lint after #11051.
6912      Branch: perl
6913            ! pp_sys.c
6914 ____________________________________________________________________________
6915 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
6916         Log: Integrate perlio.
6917      Branch: perl
6918           !> lib/File/Find/taint.t
6919 ____________________________________________________________________________
6920 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
6921         Log: Don't use the v-strings for module VERSIONs.
6922      Branch: perl
6923            ! lib/Unicode/UCD.pm
6924 ____________________________________________________________________________
6925 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
6926         Log: Code cleanup based on turning off the -woffs in IRIX.
6927              Not all of the gripes cleaned up (hairy code in hv.c and
6928              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
6929              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
6930              to the IRIX hints)
6931      Branch: perl
6932            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
6933            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
6934            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
6935            ! regcomp.c sv.c
6936 ____________________________________________________________________________
6937 [ 11050] By: nick                                  on 2001/06/30  20:46:46
6938         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
6939      Branch: perlio
6940            ! lib/File/Find/taint.t
6941 ____________________________________________________________________________
6942 [ 11049] By: nick                                  on 2001/06/30  18:13:33
6943         Log: Integrate mainline
6944      Branch: perlio
6945           +> NetWare/nwstdio.h NetWare/perlsdio.h
6946           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
6947           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
6948           +> lib/Unicode/UCD.t t/run/exit.t
6949           !> (integrate 60 files)
6950 ____________________________________________________________________________
6951 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
6952         Log: Delta delta.
6953      Branch: perl
6954            ! pod/perl572delta.pod
6955 ____________________________________________________________________________
6956 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
6957         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
6958              by CPAN.pm, use rather _00.
6959      Branch: perl
6960            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
6961            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
6962            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
6963            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
6964            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
6965            ! lib/ExtUtils/Embed.pm lib/Test.pm
6966 ____________________________________________________________________________
6967 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
6968         Log: Add a simple Unicode character database interface, Unicode::UCD.
6969      Branch: perl
6970            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
6971            ! MANIFEST
6972 ____________________________________________________________________________
6973 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
6974         Log: Subject: [PATCH] op/numconver.t
6975              From: Nicholas Clark <nick@ccl4.org>
6976              Date: Sat, 30 Jun 2001 15:40:10 +0100
6977              Message-ID: <20010630154010.I59620@plum.flirble.org>
6978      Branch: perl
6979            ! t/op/numconvert.t
6980 ____________________________________________________________________________
6981 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
6982         Log: The $^N is now taken (by #11038).
6983      Branch: perl
6984            ! t/base/lex.t
6985 ____________________________________________________________________________
6986 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
6987         Log: The #11040 had slipped to a wrong function...
6988      Branch: perl
6989            ! sv.c
6990 ____________________________________________________________________________
6991 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
6992         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
6993              the Configure library symbol probe mysteriously finds all
6994              symbols but those of pipe() and times().
6995      Branch: perl
6996            ! hints/aix.sh
6997 ____________________________________________________________________________
6998 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
6999         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
7000              From: Nicholas Clark <nick@ccl4.org>
7001              Date: Fri, 29 Jun 2001 23:49:07 +0100
7002              Message-ID: <20010629234907.D59620@plum.flirble.org>
7003      Branch: perl
7004            ! lib/ExtUtils.t
7005 ____________________________________________________________________________
7006 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
7007         Log: Subject: [PATCH] weakref fix 2, not yet there
7008              From: Artur Bergman <artur@contiller.se>
7009              Date: Sat, 30 Jun 2001 01:18:16 +0200
7010              Message-ID: <B762D957.1CC9%artur@contiller.se>
7011      Branch: perl
7012            ! sv.c
7013 ____________________________________________________________________________
7014 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
7015         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
7016              From: Michael G Schwern <schwern@pobox.com>
7017              Date: Fri, 29 Jun 2001 19:39:11 -0400
7018              Message-ID: <20010629193910.D25304@blackrider>
7019      Branch: perl
7020            + t/run/exit.t
7021            ! MANIFEST
7022 ____________________________________________________________________________
7023 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
7024         Log: Add support for $^N, the most-recently closed group.
7025      Branch: perl
7026            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
7027            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
7028            ! thrdvar.h
7029 ____________________________________________________________________________
7030 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
7031         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
7032              From: lvirden@cas.org
7033              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
7034              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
7035              
7036              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
7037              From: lvirden@cas.org
7038              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
7039              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
7040      Branch: perl
7041            ! README.solaris
7042 ____________________________________________________________________________
7043 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
7044         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
7045              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7046              Date: Sat, 30 Jun 2001 07:33:37 +0900
7047              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
7048              
7049              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
7050              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7051              Date: Sat, 30 Jun 2001 21:38:14 +0900
7052              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
7053      Branch: perl
7054            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
7055            + ext/Encode/Encode/7bit-kr.enc
7056            ! MANIFEST ext/Encode/Encode/Tcl.pm
7057 ____________________________________________________________________________
7058 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
7059         Log: NetWare tweaks from Guruprasad.
7060      Branch: perl
7061            + NetWare/nwstdio.h NetWare/perlsdio.h
7062            ! MANIFEST NetWare/Makefile NetWare/config.wc
7063            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
7064            ! NetWare/t/Readme.txt
7065 ____________________________________________________________________________
7066 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
7067         Log: More module $VERSION bump-ups.
7068      Branch: perl
7069            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
7070            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
7071            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
7072 ____________________________________________________________________________
7073 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
7074         Log: Doc update due to #11032.
7075      Branch: perl
7076            ! pod/perl572delta.pod
7077 ____________________________________________________________________________
7078 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
7079         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
7080              From: Peter Prymmer <pvhp@forte.com>
7081              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
7082              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
7083      Branch: perl
7084            ! ext/Time/HiRes/HiRes.xs
7085 ____________________________________________________________________________
7086 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
7087         Log: -lpthreads missing in AIX.
7088      Branch: perl
7089            ! hints/aix.sh
7090 ____________________________________________________________________________
7091 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
7092         Log: Subject: [PATCH] CLONE && weakrefs
7093              From: Artur Bergman <artur@contiller.se>
7094              Date: Fri, 29 Jun 2001 17:02:00 +0200
7095              Message-ID: <B7626508.1CA0%artur@contiller.se>
7096      Branch: perl
7097            ! sv.c
7098 ____________________________________________________________________________
7099 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
7100         Log: Subject: Re: Bug report: split splits on wrong pattern
7101              From: Radu Greab <radu@netsoft.ro>
7102              Date: Wed, 27 Jun 2001 21:50:52 +0300
7103              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
7104      Branch: perl
7105            ! pp_ctl.c t/op/split.t
7106 ____________________________________________________________________________
7107 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
7108         Log: Metaconfig unit change for #11027.
7109      Branch: metaconfig/U/perl
7110            ! d_modfl.U
7111 ____________________________________________________________________________
7112 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
7113         Log: I thought this Configure glitch for AIX was just recently fixed?
7114      Branch: perl
7115            ! Configure
7116 ____________________________________________________________________________
7117 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
7118         Log: Update Changes.
7119      Branch: perl
7120            ! Changes patchlevel.h
7121 ____________________________________________________________________________
7122 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
7123         Log: Subject: Re: perl@10967, File::Find, and Cwd
7124              From: Mike Guy <mjtg@cam.ac.uk>
7125              Date: Fri, 29 Jun 2001 14:56:49 +0100
7126              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
7127      Branch: perl
7128            ! lib/File/Find/taint.t
7129 ____________________________________________________________________________
7130 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
7131         Log: Update the sv_pvprintify() spec.
7132      Branch: perl
7133            ! pod/perltodo.pod
7134 ____________________________________________________________________________
7135 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
7136         Log: Known test failures update.
7137      Branch: perl
7138            ! pod/perl572delta.pod
7139 ____________________________________________________________________________
7140 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
7141         Log: Based on
7142              
7143              Subject: [PATCH @11016] More );) fixes
7144              From: Richard Soderberg <rs@crystalflame.net>
7145              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
7146              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
7147      Branch: perl
7148            ! ext/Thread/Thread.xs ext/Thread/typemap
7149 ____________________________________________________________________________
7150 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
7151         Log: Subject: [PATCH @11016] Fixes compile errors in four files
7152              From: Richard Soderberg <rs@crystalflame.net>
7153              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
7154              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
7155      Branch: perl
7156            ! mg.c pp.c pp_hot.c util.c
7157 ____________________________________________________________________________
7158 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
7159         Log: AIX hints tweaking continues, from Merijn Brand.
7160      Branch: perl
7161            ! hints/aix.sh
7162 ____________________________________________________________________________
7163 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
7164         Log: HP-UX needs gccversion sooner, from Merijn Brand.
7165      Branch: perl
7166            ! hints/hpux.sh
7167 ____________________________________________________________________________
7168 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
7169         Log: Subject: [PATCH 5.6.1] OS/2 docs
7170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7171              Date: Fri, 29 Jun 2001 02:34:12 -0400
7172              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
7173      Branch: perl
7174            ! README.os2 os2/Changes
7175 ____________________________________________________________________________
7176 [ 11017] By: nick                                  on 2001/06/29  10:20:30
7177         Log: Integrate mainline
7178      Branch: perlio
7179           +> (branch 37 files)
7180            - ext/ODBM_File/sdbm.t
7181           !> (integrate 211 files)
7182 ____________________________________________________________________________
7183 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
7184         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
7185              the modules found using a script written by Larry Schatzer Jr.
7186      Branch: perl
7187            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
7188            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
7189            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
7190            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7191            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
7192            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
7193            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
7194            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
7195            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
7196            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
7197            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
7198            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
7199            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
7200            ! lib/constant.pm lib/fields.pm lib/strict.pm
7201 ____________________________________________________________________________
7202 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
7203         Log: The latest JPL from the anoncvs.
7204      Branch: perl
7205            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7206 ____________________________________________________________________________
7207 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
7208         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
7209      Branch: perl
7210            ! t/op/pat.t
7211 ____________________________________________________________________________
7212 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
7213         Log: Worrying about insecure directories now is a bit too late.
7214      Branch: perl
7215            ! lib/File/Find/taint.t
7216 ____________________________________________________________________________
7217 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
7218         Log: Cannot DIE() in a void function,
7219              from Richard Hatch <rhatch@austin.ibm.com>.
7220      Branch: perl
7221            ! ext/IPC/SysV/SysV.xs
7222 ____________________________________________________________________________
7223 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
7224         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
7225              From: Peter Prymmer <pvhp@forte.com>
7226              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
7227              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
7228              
7229              (unfinished: time/hires tests 3, 5, 14 failing, but better
7230              than wholesale failure)
7231      Branch: perl
7232            ! ext/Time/HiRes/HiRes.xs
7233 ____________________________________________________________________________
7234 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
7235         Log: Subject: [PATCH 5.6.1] OS/2 improvements
7236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7237              Date: Thu, 28 Jun 2001 16:03:14 -0400
7238              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
7239      Branch: perl
7240            + os2/os2_base.t
7241            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
7242            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
7243            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
7244            ! os2/os2ish.h
7245 ____________________________________________________________________________
7246 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
7247         Log: Subject: Incrementing Extutils::Manifest's $VERSION
7248              From: Michael G Schwern <schwern@pobox.com>
7249              Date: Thu, 28 Jun 2001 13:13:49 -0400
7250              Message-ID: <20010628131349.A14738@blackrider>
7251      Branch: maint-5.6/perl
7252            ! lib/ExtUtils/Manifest.pm
7253 ____________________________________________________________________________
7254 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
7255         Log: AIX tweak from Merijn Brand.
7256      Branch: perl
7257            ! hints/aix.sh
7258 ____________________________________________________________________________
7259 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
7260         Log: Create the macperl branch.
7261      Branch: maint-5.6/macperl
7262           +> (branch 1728 files)
7263 ____________________________________________________________________________
7264 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
7265         Log: Update Changes.
7266      Branch: perl
7267            ! Changes patchlevel.h
7268 ____________________________________________________________________________
7269 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
7270         Log: More Perforce lore.
7271      Branch: perl
7272            ! Porting/repository.pod
7273 ____________________________________________________________________________
7274 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
7275         Log: Metaconfig unit changes for #11003.
7276      Branch: metaconfig/U/perl
7277            + d_nl_langinfo.U i_langinfo.U
7278 ____________________________________________________________________________
7279 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
7280         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
7281              Expected not to exist in non-UNIX excepting in VMS, where
7282              according to a quick web survey they just might.
7283      Branch: perl
7284            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
7285            ! Porting/config_H config_h.SH configure.com epoc/config.sh
7286            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
7287            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7288            ! win32/config.bc win32/config.gc win32/config.vc
7289 ____________________________________________________________________________
7290 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
7291         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
7292              in AIX is one is doing a 64-bit build.
7293      Branch: perl
7294            ! hints/aix.sh
7295 ____________________________________________________________________________
7296 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
7297         Log: Metaconfig unit changes for #11000.
7298      Branch: metaconfig/U/perl
7299            ! use64bits.U uselfs.U
7300 ____________________________________________________________________________
7301 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
7302         Log: Move use64bitint and use64bitall before uselargefiles.
7303      Branch: perl
7304            ! Configure
7305 ____________________________________________________________________________
7306 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
7307         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
7308              From: Robert Spier <rspier@pobox.com>
7309              Message-ID: <15162.41164.618712.841415@rls.cx>
7310              Date: Wed, 27 Jun 2001 23:13:16 -0400
7311      Branch: perl
7312            ! doio.c
7313 ____________________________________________________________________________
7314 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
7315         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
7316              From: Peter Prymmer <pvhp@forte.com>
7317              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
7318              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
7319      Branch: perl
7320            ! numeric.c
7321 ____________________________________________________________________________
7322 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
7323         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
7324              From: Peter Prymmer <pvhp@forte.com>
7325              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
7326              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
7327      Branch: perl
7328            ! configure.com ext/Digest/MD5/Makefile.PL
7329 ____________________________________________________________________________
7330 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
7331         Log: Update Changes.
7332      Branch: perl
7333            ! Changes patchlevel.h
7334 ____________________________________________________________________________
7335 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
7336         Log: Tiny EPOC updates.
7337      Branch: perl
7338            ! epoc/config.sh
7339 ____________________________________________________________________________
7340 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
7341         Log: The Test::More and Test::Simple tests required help
7342              thanks to our schizophrenic test scheme.
7343      Branch: perl
7344            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7345            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7346            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7347            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
7348            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
7349 ____________________________________________________________________________
7350 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
7351         Log: Upgrade to Test::Simple 0.09.
7352      Branch: perl
7353            + lib/Test/Simple/Changes
7354            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
7355            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
7356            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
7357            ! lib/Test/Simple/t/plan_is_noplan.t
7358 ____________________________________________________________________________
7359 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
7360         Log: Upgrade to Test::More 0.07.
7361      Branch: perl
7362            + lib/Test/More/Changes
7363            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
7364            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
7365            ! lib/Test/More/t/skipall.t
7366 ____________________________________________________________________________
7367 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
7368         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
7369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7370              Date: Wed, 27 Jun 2001 18:40:04 +0200
7371              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
7372      Branch: perl
7373            ! hints/hpux.sh
7374 ____________________________________________________________________________
7375 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
7376         Log: Subject: [PATCH README.qnx hints/qnx.sh]
7377              From: Norton Allen <allen@huarp.harvard.edu>
7378              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
7379              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
7380      Branch: perl
7381            ! README.qnx hints/qnx.sh
7382 ____________________________________________________________________________
7383 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
7384         Log: Subject: [PATCH] two little documentation nits
7385              From: Abhijit Menon-Sen <ams@wiw.org>
7386              Date: Wed, 27 Jun 2001 20:07:50 +0530
7387              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
7388      Branch: perl
7389            ! sv.c sv.h
7390 ____________________________________________________________________________
7391 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
7392         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
7393              From: Norton Allen <allen@huarp.harvard.edu>
7394              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
7395              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
7396      Branch: perl
7397            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
7398 ____________________________________________________________________________
7399 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
7400         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
7401              From: Michael G Schwern <schwern@pobox.com>
7402              Date: Wed, 27 Jun 2001 02:34:58 -0400
7403              Message-ID: <20010627023458.K23874@blackrider>
7404      Branch: perl
7405            ! vms/test.com
7406 ____________________________________________________________________________
7407 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
7408         Log: Add perl_clone_host() for Netware.
7409      Branch: perl
7410            ! NetWare/nw5.c
7411 ____________________________________________________________________________
7412 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
7413         Log: GCC 3.0 hints for HP-UX.
7414      Branch: perl
7415            ! hints/hpux.sh
7416 ____________________________________________________________________________
7417 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
7418         Log: In some Linux distributions the libndbm is broken
7419              (no null key support), therefore link with libgdbm
7420              (if available), since it has a working ndbm emulation,
7421              from Jonathan Stowe.
7422      Branch: perl
7423            + ext/NDBM_File/hints/linux.pl
7424            ! MANIFEST
7425 ____________________________________________________________________________
7426 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
7427         Log: Subject: [PATCH perl@10930] find.t hack for VMS
7428              From: "Craig A. Berry" <craigberry@mac.com>
7429              Date: Tue, 26 Jun 2001 23:40:25 -0500
7430              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
7431      Branch: perl
7432            ! lib/File/Find/find.t
7433 ____________________________________________________________________________
7434 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
7435         Log: AUTHORS updates.
7436      Branch: perl
7437            ! AUTHORS
7438 ____________________________________________________________________________
7439 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
7440         Log: Metaconfig unit change like #10980.
7441      Branch: metaconfig
7442            ! U/compline/d_stdstdio.U
7443 ____________________________________________________________________________
7444 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
7445         Log: "lose the it's", from Abhijit Menon-Sen.
7446              ("It's" not searched, pods not searched.)
7447      Branch: perl
7448            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
7449            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
7450            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
7451            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
7452            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7453            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
7454 ____________________________________________________________________________
7455 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
7456         Log: "lose the looses", from Abhijit Menon-Sen.
7457      Branch: perl
7458            ! ext/B/B/Assembler.pm gv.c
7459 ____________________________________________________________________________
7460 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
7461         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
7462      Branch: perl
7463            ! hints/os390.sh
7464 ____________________________________________________________________________
7465 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
7466         Log: DEC C 5.3 on the VAX simply doesn't seem to like
7467              compiling the MD5 extension, disable it there for now,
7468              from Peter Prymmer.
7469      Branch: perl
7470            ! configure.com
7471 ____________________________________________________________________________
7472 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
7473         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
7474              From: Jonathan Stowe <gellyfish@gellyfish.com>
7475              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
7476              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
7477      Branch: perl
7478            ! pod/perlfaq3.pod
7479 ____________________________________________________________________________
7480 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
7481         Log: Subject: [PATCH 5.6.1] perlxs misprints
7482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7483              Date: Tue, 26 Jun 2001 17:20:00 -0400
7484              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
7485      Branch: perl
7486            ! pod/perlxs.pod
7487 ____________________________________________________________________________
7488 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
7489         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
7490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7491              Date: Tue, 26 Jun 2001 17:27:07 -0400
7492              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
7493      Branch: perl
7494            ! lib/ExtUtils/MM_Unix.pm
7495 ____________________________________________________________________________
7496 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
7497         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
7498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7499              Date: Tue, 26 Jun 2001 17:23:24 -0400
7500              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
7501      Branch: perl
7502            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
7503 ____________________________________________________________________________
7504 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
7505         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
7506              by Olaf Flebbe.
7507      Branch: perl
7508            ! perl.h
7509 ____________________________________________________________________________
7510 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
7511         Log: Detypo.
7512      Branch: perl
7513            ! lib/Memoize/t/tie_sdbm.t
7514 ____________________________________________________________________________
7515 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
7516         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
7517      Branch: perl
7518            ! win32/perllib.c
7519 ____________________________________________________________________________
7520 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
7521         Log: Subject: [patch] perl_clone+CvFILE
7522              From: Doug MacEachern <dougm@covalent.net>
7523              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
7524              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
7525      Branch: perl
7526            ! sv.c
7527 ____________________________________________________________________________
7528 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
7529         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
7530              From: Mark-Jason Dominus <mjd@plover.com>
7531              Date: Tue, 26 Jun 2001 12:33:01 -0400
7532              Message-ID: <20010626163301.31298.qmail@plover.com>
7533      Branch: perl
7534            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7535 ____________________________________________________________________________
7536 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
7537         Log: Update Changes.
7538      Branch: perl
7539            ! Changes patchlevel.h
7540 ____________________________________________________________________________
7541 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
7542         Log: Also catfile() needs now to explicitly exported.
7543      Branch: perl
7544            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7545 ____________________________________________________________________________
7546 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
7547         Log: Regen toc.
7548      Branch: perl
7549            ! pod/perltoc.pod
7550 ____________________________________________________________________________
7551 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
7552         Log: Nonexistent pod command.
7553      Branch: perl
7554            ! pod/perl572delta.pod
7555 ____________________________________________________________________________
7556 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
7557         Log: Be more portable in the quest for tmpdir.
7558      Branch: perl
7559            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7560 ____________________________________________________________________________
7561 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
7562         Log: Be more portable in finding out the home directory,
7563              and use File::Spec to do the concat.
7564              (Come to think of it, couldn't File::Spec provide
7565              for a ->homedir method?)
7566      Branch: perl
7567            ! lib/Net/Config.pm
7568 ____________________________________________________________________________
7569 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
7570         Log: Doc patch for #10959.
7571      Branch: perl
7572            ! pod/perlfunc.pod
7573 ____________________________________________________________________________
7574 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
7575         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
7576              From: "Philip Newton" <pnewton@gmx.de>
7577              Date: Tue, 26 Jun 2001 16:26:47 +0200
7578              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
7579      Branch: perl
7580            ! pod/perldata.pod
7581 ____________________________________________________________________________
7582 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
7583         Log: Subject: [PATH] shared -> unique;
7584              From: "Artur Bergman" <artur@contiller.se>
7585              Date: Tue, 26 Jun 2001 16:18:40 +0200
7586              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
7587              
7588              Because "shared" isn't: it's read-only.
7589      Branch: perl
7590            ! toke.c xsutils.c
7591 ____________________________________________________________________________
7592 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
7593         Log: Escape multiline croak messages.
7594      Branch: perl
7595            ! t/op/ver.t
7596 ____________________________________________________________________________
7597 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
7598         Log: No more pragma/*.t for minitest.
7599      Branch: perl
7600            ! Makefile.SH
7601 ____________________________________________________________________________
7602 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
7603         Log: AUTHORS updates.
7604      Branch: perl
7605            ! AUTHORS
7606 ____________________________________________________________________________
7607 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
7608         Log: delta updates.
7609      Branch: perl
7610            ! pod/perl572delta.pod
7611 ____________________________________________________________________________
7612 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
7613         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
7614              From: Artur Bergman <artur@contiller.se> 
7615              Date: Tue, 26 Jun 2001 15:32:53 +0200
7616              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
7617      Branch: perl
7618            ! makedef.pl sv.c sv.h win32/perllib.c
7619 ____________________________________________________________________________
7620 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
7621         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
7622              From: Jonathan Stowe <gellyfish@gellyfish.com>
7623              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
7624              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
7625              
7626              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
7627      Branch: perl
7628            + ext/Time/HiRes/hints/sco.pl
7629            ! MANIFEST
7630 ____________________________________________________________________________
7631 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
7632         Log: Subject: [PATCH 5.6.1] static build
7633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7634              Date: Tue, 26 Jun 2001 04:22:25 -0400
7635              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
7636      Branch: perl
7637            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
7638            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
7639 ____________________________________________________________________________
7640 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
7641         Log: DJGPP patches from Laszlo Molnar.
7642      Branch: perl
7643            ! djgpp/djgpp.c perl.c util.c
7644 ____________________________________________________________________________
7645 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
7646         Log: Netware patches from Ananth Kesari.
7647      Branch: perl
7648            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
7649            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
7650            ! NetWare/nwtinfo.h
7651 ____________________________________________________________________________
7652 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
7653         Log: Detypo.
7654      Branch: perl
7655            ! ext/Errno/Errno_pm.PL
7656 ____________________________________________________________________________
7657 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
7658         Log: There seems to be two ways of spelling the $^O in *STEP.
7659      Branch: perl
7660            ! ext/Errno/Errno_pm.PL
7661 ____________________________________________________________________________
7662 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
7663         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
7664              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
7665      Branch: perl
7666            ! ext/Errno/Errno_pm.PL
7667 ____________________________________________________________________________
7668 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
7669         Log: Known bugs update.
7670      Branch: perl
7671            ! pod/perl572delta.pod
7672 ____________________________________________________________________________
7673 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
7674         Log: The default installation of Cygwin has 500 as root's uid.
7675      Branch: perl
7676            ! lib/User/pwent.t
7677 ____________________________________________________________________________
7678 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
7679         Log: Be even more relaxed (re-allow having only one entry).
7680      Branch: perl
7681            ! t/op/grent.t t/op/pwent.t
7682 ____________________________________________________________________________
7683 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
7684         Log: Test failure updates.
7685      Branch: perl
7686            ! pod/perl572delta.pod
7687 ____________________________________________________________________________
7688 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
7689         Log: MPE/iX test tweaks from Mark Bixby.
7690      Branch: perl
7691            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
7692            ! t/io/fs.t t/op/stat.t
7693 ____________________________________________________________________________
7694 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
7695         Log: Microperl findings.
7696      Branch: perl
7697            ! perl.h pp_sys.c
7698 ____________________________________________________________________________
7699 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
7700         Log: Touch uconfig.h.
7701      Branch: perl
7702            ! uconfig.h
7703 ____________________________________________________________________________
7704 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
7705         Log: Subject: [PATCH] Proposed fix for Pod::Man
7706              From: Rob Napier <rnapier@employees.org>
7707              Date: Mon, 25 Jun 2001 15:49:24 -0400
7708              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
7709              
7710              Cater for Solaris nroff brokenness (shortchanges daisywheel
7711              printers, but hey, we also no more support PDPs.)
7712      Branch: perl
7713            ! lib/Pod/Man.pm
7714 ____________________________________________________________________________
7715 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
7716         Log: Typo in #10937.
7717      Branch: perl
7718            ! ext/POSIX/sigaction.t
7719 ____________________________________________________________________________
7720 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
7721         Log: SIGCONT not trappable in VMS.
7722      Branch: perl
7723            ! ext/POSIX/sigaction.t
7724 ____________________________________________________________________________
7725 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
7726         Log: Subject: [DRAFT] Encode-Tcl.t
7727              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7728              Date: Tue, 26 Jun 2001 03:38:08 +0900
7729              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
7730      Branch: perl
7731            + ext/Encode/Encode/Tcl.t
7732            ! MANIFEST ext/Encode/Encode/Tcl.pm
7733 ____________________________________________________________________________
7734 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
7735         Log: Because of #10932 retract also the perlfunc hunk of #10910.
7736      Branch: perl
7737            ! pod/perlfunc.pod
7738 ____________________________________________________________________________
7739 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
7740         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
7741              by Ilya Zakharevich in
7742              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
7743      Branch: perl
7744            ! XSUB.h
7745 ____________________________________________________________________________
7746 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
7747         Log: Typo in #10889.
7748      Branch: perl
7749            ! hints/uts.sh
7750 ____________________________________________________________________________
7751 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
7752         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
7753              From: Abhijit Menon-Sen <ams@wiw.org>
7754              Date: Mon, 25 Jun 2001 23:45:45 +0530
7755              Message-ID: <20010625234545.A5022@lustre.linux.in>
7756      Branch: perl
7757            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
7758 ____________________________________________________________________________
7759 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
7760         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
7761              From: Michael G Schwern <schwern@pobox.com>
7762              Date: Mon, 25 Jun 2001 14:35:51 -0400
7763              Message-ID: <20010625143551.H13819@blackrider>
7764      Branch: perl
7765            ! lib/Test.pm
7766 ____________________________________________________________________________
7767 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
7768         Log: Update Changes.
7769      Branch: perl
7770            ! Changes patchlevel.h
7771 ____________________________________________________________________________
7772 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
7773         Log: Regen toc and modlib.
7774      Branch: perl
7775            ! pod/perlmodlib.pod pod/perltoc.pod
7776 ____________________________________________________________________________
7777 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
7778         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
7779              for the benefit of C++ compilers, as suggested by Guruprasad.
7780      Branch: perl
7781            ! embed.pl proto.h
7782 ____________________________________________________________________________
7783 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
7784         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
7785              From: Jonathan Stowe <gellyfish@gellyfish.com>
7786              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
7787              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
7788      Branch: perl
7789            ! pod/perlfaq5.pod
7790 ____________________________________________________________________________
7791 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
7792         Log: Missed from #10925.
7793      Branch: perl
7794            ! gv.c
7795 ____________________________________________________________________________
7796 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
7797         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
7798              From: Robin Houston <robin@kitsite.com>
7799              Date: Sat, 19 May 2001 16:19:34 +0100
7800              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
7801      Branch: perl
7802            ! cv.h gv.h op.c
7803 ____________________________________________________________________________
7804 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
7805         Log: Netware README tweak.
7806      Branch: perl
7807            ! README.netware
7808 ____________________________________________________________________________
7809 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
7810         Log: Subject: [PATCH] Re: overload.t fails
7811              From: Abhijit Menon-Sen <ams@wiw.org>
7812              Date: Mon, 25 Jun 2001 14:52:20 +0530
7813              Message-ID: <20010625145220.A24114@lustre.linux.in>
7814      Branch: perl
7815            ! lib/overload.t
7816 ____________________________________________________________________________
7817 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
7818         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
7819              From: Mike Guy <mjtg@cam.ac.uk>
7820              Date: Mon, 25 Jun 2001 11:43:23 +0100
7821              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
7822      Branch: perl
7823            ! lib/Carp.pm
7824 ____________________________________________________________________________
7825 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
7826         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
7827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7828              Date: Sun, 24 Jun 2001 05:17:05 -0400
7829              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
7830      Branch: perl
7831            ! os2/os2ish.h
7832 ____________________________________________________________________________
7833 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
7834         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
7835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7836              Date: Mon, 25 Jun 2001 05:52:27 -0400
7837              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
7838      Branch: perl
7839            ! hints/os2.sh
7840 ____________________________________________________________________________
7841 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
7842         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
7843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7844              Date: Mon, 25 Jun 2001 05:23:35 -0400
7845              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
7846      Branch: perl
7847            ! os2/os2.c
7848 ____________________________________________________________________________
7849 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
7850         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
7851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7852              Date: Mon, 25 Jun 2001 05:04:32 -0400
7853              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
7854      Branch: perl
7855            ! os2/OS2/REXX/DLL/DLL.pm
7856 ____________________________________________________________________________
7857 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
7858         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
7859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7860              Date: Mon, 25 Jun 2001 05:02:36 -0400
7861              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
7862      Branch: perl
7863            ! mg.c os2/dl_os2.c os2/os2.c
7864 ____________________________________________________________________________
7865 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
7866         Log: Subject: Re: [PATCH 5.6.1] misprints
7867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7868              Date: Mon, 25 Jun 2001 04:50:50 -0400
7869              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
7870      Branch: perl
7871            ! os2/os2.c pp_sys.c
7872 ____________________________________________________________________________
7873 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
7874         Log: Add Test::More and Test::Simple to the delta.
7875      Branch: perl
7876            ! pod/perl572delta.pod
7877 ____________________________________________________________________________
7878 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
7879         Log: Add Test::More, from Michael G Schwern.
7880      Branch: perl
7881            + lib/Test/More.pm lib/Test/More/t/More.t
7882            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7883            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7884            + t/lib/Test/More/Catch.pm
7885            ! MANIFEST
7886 ____________________________________________________________________________
7887 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
7888         Log: Add Test::Simple from Michael G Schwern.
7889      Branch: perl
7890            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
7891            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
7892            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
7893            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
7894            + t/lib/Test/Simple/Catch.pm
7895            + t/lib/Test/Simple/sample_tests/death.plx
7896            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
7897            + t/lib/Test/Simple/sample_tests/extras.plx
7898            + t/lib/Test/Simple/sample_tests/five_fail.plx
7899            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
7900            + t/lib/Test/Simple/sample_tests/one_fail.plx
7901            + t/lib/Test/Simple/sample_tests/require.plx
7902            + t/lib/Test/Simple/sample_tests/success.plx
7903            + t/lib/Test/Simple/sample_tests/too_few.plx
7904            + t/lib/Test/Simple/sample_tests/two_fail.plx
7905            ! MANIFEST
7906 ____________________________________________________________________________
7907 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
7908         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
7909              From: "Craig A. Berry" <craigberry@mac.com>
7910              Date: Sun, 24 Jun 2001 23:41:36 -0500
7911              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
7912      Branch: perl
7913            ! pp_sys.c
7914 ____________________________________________________________________________
7915 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
7916         Log: Upgrade to Attribute::Handlers 0.70.
7917      Branch: perl
7918            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
7919            ! MANIFEST lib/Attribute/Handlers.pm
7920 ____________________________________________________________________________
7921 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
7922         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
7923              From: Abhijit Menon-Sen <ams@wiw.org>
7924              Date: Sat, 23 Jun 2001 05:17:44 +0530
7925              Message-ID: <20010623051744.A18583@lustre.linux.in>
7926              
7927              (Can't think of a good place to put tests.)
7928      Branch: perl
7929            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
7930 ____________________________________________________________________________
7931 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
7932         Log: Subject: [PATCH] t/op/pat.t typo fix
7933              From: Richard Soderberg <rs@crystalflame.net>
7934              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
7935              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
7936      Branch: perl
7937            ! t/op/pat.t
7938 ____________________________________________________________________________
7939 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
7940         Log: Move the pack warnings to their own file, as pointed
7941              out by Spider.
7942      Branch: perl
7943            + t/lib/warnings/pp_pack
7944            ! MANIFEST t/lib/warnings/pp
7945 ____________________________________________________________________________
7946 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
7947         Log: Update Changes.
7948      Branch: perl
7949            ! Changes patchlevel.h
7950 ____________________________________________________________________________
7951 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
7952         Log: Partially fix a problem noticed by IRIX compiler:
7953              the initialization of parse_start was bypassed by
7954              several gotos.  Now initialized to zero, which may
7955              not be the best choice.
7956      Branch: perl
7957            ! regcomp.c
7958 ____________________________________________________________________________
7959 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
7960         Log: Relax the group and password tests back to moaning only
7961              if no matches at all are found.  (Even with a small sample
7962              I could find many sites where there are, umm, anomalies in
7963              the said databases.)       
7964      Branch: perl
7965            ! t/op/grent.t t/op/pwent.t
7966 ____________________________________________________________________________
7967 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
7968         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
7969      Branch: perl
7970            ! pp_ctl.c
7971 ____________________________________________________________________________
7972 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
7973         Log: De-cut-and-pasto in #10902.
7974      Branch: perl
7975            ! pp_ctl.c
7976 ____________________________________________________________________________
7977 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
7978         Log: The #10771 didn't take?
7979      Branch: perl
7980            ! pp_ctl.c
7981 ____________________________________________________________________________
7982 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
7983         Log: Undo the filetests part of #10900, under multiplicity
7984              weird errors take place.
7985      Branch: perl
7986            ! pp_sys.c
7987 ____________________________________________________________________________
7988 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
7989         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
7990      Branch: perl
7991            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
7992 ____________________________________________________________________________
7993 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
7994         Log: (Replaced by #10922)
7995              
7996              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
7997              From: Tony Bowden <tony@kasei.com>
7998              Date: Sun, 24 Jun 2001 17:32:40 +0100
7999              Message-ID: <20010624173240.A16293@blackstar.co.uk>
8000              
8001              Document (well, mention) shortmess() and longmess()
8002              to rob people of their fun of reinventing the weel.
8003      Branch: perl
8004            ! lib/Carp.pm
8005 ____________________________________________________________________________
8006 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
8007         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
8008              From: Brian Jepson <bjepson@oreilly.com>
8009              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
8010              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
8011      Branch: perl
8012            ! pp_sys.c
8013 ____________________________________________________________________________
8014 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
8015         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
8016              From: Robin Barker <rmb1@cise.npl.co.uk> 
8017              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
8018              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
8019      Branch: perl
8020            ! lib/CPAN.pm
8021 ____________________________________________________________________________
8022 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
8023         Log: Memoize patch from mjd.
8024      Branch: perl
8025            ! lib/Memoize/t/tie_storable.t
8026 ____________________________________________________________________________
8027 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
8028         Log: Spec the sv_pvprintify() a bit more.
8029      Branch: perl
8030            ! pod/perltodo.pod
8031 ____________________________________________________________________________
8032 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
8033         Log: Upgrade to Memoize 0.65.
8034      Branch: perl
8035            + lib/Memoize/t/array_confusion.t
8036            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8037            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
8038            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8039            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
8040            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
8041            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
8042            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8043            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
8044            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
8045            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
8046            ! lib/Memoize/t/tie_storable.t
8047 ____________________________________________________________________________
8048 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
8049         Log: Metaconfig unit change for #10892.
8050      Branch: metaconfig
8051            ! U/modified/Options.U
8052 ____________________________________________________________________________
8053 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
8054         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
8055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8056              Date: Sun, 24 Jun 2001 05:24:40 -0400
8057              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
8058      Branch: perl
8059            ! Configure hints/os2.sh
8060 ____________________________________________________________________________
8061 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
8062         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
8063              From: Mike Guy <mjtg@cam.ac.uk>
8064              Date: Sun, 24 Jun 2001 15:28:39 +0100
8065              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
8066              
8067              Fix an ancient (5.002) bug.
8068      Branch: perl
8069            ! lib/Carp/Heavy.pm
8070 ____________________________________________________________________________
8071 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
8072         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
8073              variables.
8074      Branch: perl
8075            ! pp_sys.c
8076 ____________________________________________________________________________
8077 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
8078         Log: Make UTS as per #10888.
8079      Branch: perl
8080            ! hints/uts.sh
8081 ____________________________________________________________________________
8082 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
8083         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
8084      Branch: perl
8085            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
8086            ! mpeix/mpeixish.h perl.h unixish.h
8087 ____________________________________________________________________________
8088 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
8089         Log: AUTHORS update.
8090      Branch: perl
8091            ! AUTHORS
8092 ____________________________________________________________________________
8093 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
8094         Log: Subject: Encode::Tcl for multibyte doesnot work
8095              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8096              Date: Sun, 24 Jun 2001 22:48:21 +0900
8097              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
8098      Branch: perl
8099            ! ext/Encode/Encode/Tcl.pm
8100 ____________________________________________________________________________
8101 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
8102         Log: Subject: [PATCH] Remove tautology in error messages
8103              From: Mike Guy <mjtg@cam.ac.uk>
8104              Date: Sun, 24 Jun 2001 13:31:00 +0100
8105              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
8106      Branch: perl
8107            ! pp_sys.c
8108 ____________________________________________________________________________
8109 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
8110         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
8111      Branch: perl
8112            ! hints/darwin.sh
8113 ____________________________________________________________________________
8114 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
8115         Log: Subject: Re: [PATCH 5.6.1] test suite
8116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8117              Date: Sun, 24 Jun 2001 05:47:05 -0400
8118              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
8119              
8120              Test suite fixes.
8121      Branch: perl
8122            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
8123 ____________________________________________________________________________
8124 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
8125         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
8126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8127              Date: Sun, 24 Jun 2001 05:37:19 -0400
8128              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
8129      Branch: perl
8130            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
8131 ____________________________________________________________________________
8132 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
8133         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
8134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8135              Date: Sun, 24 Jun 2001 05:34:50 -0400
8136              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
8137              
8138              Pacify compiler warnings.
8139      Branch: perl
8140            ! pp_sys.c
8141 ____________________________________________________________________________
8142 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
8143         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
8144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8145              Date: Sun, 24 Jun 2001 05:21:18 -0400
8146              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
8147              
8148              Enable compression of executables during link time.
8149      Branch: perl
8150            ! hints/os2.sh
8151 ____________________________________________________________________________
8152 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
8153         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
8154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8155              Date: Sun, 24 Jun 2001 05:15:11 -0400
8156              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
8157              
8158              Add ordinals to the export list for Perl DLL.
8159              (Breaks intra-version DLL compatibility.)
8160      Branch: perl
8161            ! makedef.pl
8162 ____________________________________________________________________________
8163 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
8164         Log: Allow (displaying and) re-editing the Subject in perlbug.
8165              Also abstract the Subject quality control into a function.
8166      Branch: perl
8167            ! utils/perlbug.PL
8168 ____________________________________________________________________________
8169 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
8170         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
8171      Branch: perl
8172            ! utils/perlbug.PL
8173 ____________________________________________________________________________
8174 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
8175         Log: Regen toc and modlib.
8176      Branch: perl
8177            ! pod/perlmodlib.pod pod/perltoc.pod
8178 ____________________________________________________________________________
8179 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
8180         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
8181              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
8182              attribute semantics as much as possible, or 'ntsec' which uses
8183              native NTFS semantics.)  (See also #10877.)
8184      Branch: perl
8185            ! perl.c
8186 ____________________________________________________________________________
8187 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
8188         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
8189      Branch: perl
8190            ! lib/Test/Harness.pm
8191 ____________________________________________________________________________
8192 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
8193         Log: Just zap the -uPerlio.
8194      Branch: perl
8195            ! ext/B/Stash.t
8196 ____________________________________________________________________________
8197 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
8198         Log: Do not test PerlIO if PerlIO not used.
8199      Branch: perl
8200            ! ext/PerlIO/PerlIO.t
8201 ____________________________________________________________________________
8202 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
8203         Log: Regen perlapi.
8204      Branch: perl
8205            ! pod/perlapi.pod
8206 ____________________________________________________________________________
8207 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
8208         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
8209              From: Nicholas Clark <nick@ccl4.org>
8210              Date: Sat, 23 Jun 2001 22:55:47 +0100
8211              Message-ID: <20010623225547.Z98663@plum.flirble.org>
8212      Branch: perl
8213            ! numeric.c
8214 ____________________________________________________________________________
8215 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
8216         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
8217              From: Prymmer/Kahn <pvhp@best.com>
8218              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
8219              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
8220      Branch: perl
8221            ! lib/h2xs.t
8222 ____________________________________________________________________________
8223 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
8224         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
8225              cygwin does not taint cwd, just like win32.
8226      Branch: perl
8227            ! lib/File/Find/taint.t t/op/taint.t
8228 ____________________________________________________________________________
8229 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
8230         Log: Retract #10865, the patch should be unnecessary.
8231              (But seemingly helpful in Cygwin?  Strange.)
8232      Branch: perl
8233            ! lib/Memoize/t/tie_ndbm.t
8234 ____________________________________________________________________________
8235 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
8236         Log: Misplaced test file; plus Cygwin filesystem semantics.
8237      Branch: perl
8238            + ext/SDBM_File/sdbm.t
8239            - ext/ODBM_File/sdbm.t
8240            ! MANIFEST
8241 ____________________________________________________________________________
8242 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
8243         Log: (Retracted by #10867.)
8244      Branch: perl
8245            ! lib/Memoize/t/tie_ndbm.t
8246 ____________________________________________________________________________
8247 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
8248         Log: Metaconfig unit change for #10863.
8249      Branch: metaconfig/U/perl
8250            ! Extensions.U
8251 ____________________________________________________________________________
8252 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
8253         Log: In Cygwin do not build NDBM_File and ODBM_File unless
8254              -lndbm and -ldbm are available.
8255      Branch: perl
8256            ! Configure config_h.SH
8257 ____________________________________________________________________________
8258 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
8259         Log: More Cygwin filesystem semantics.
8260      Branch: perl
8261            ! t/io/fs.t t/op/stat.t
8262 ____________________________________________________________________________
8263 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
8264         Log: More DOSish permission semantics for Cygwin.
8265      Branch: perl
8266            ! lib/AnyDBM_File.t
8267 ____________________________________________________________________________
8268 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
8269         Log: Cygwin too has different permission semantics.
8270      Branch: perl
8271            ! ext/GDBM_File/gdbm.t
8272 ____________________________________________________________________________
8273 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
8274         Log: The group (and assumedly passwd) databases can have
8275              only one entry (this is the case in cygwin).
8276      Branch: perl
8277            ! t/op/grent.t t/op/pwent.t
8278 ____________________________________________________________________________
8279 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
8280         Log: Also in Cygwin use Socket to figure out domainname
8281              (if any) (avoids trying to call external 'domainname',
8282              which doesn't at the moment exist in Cygwin)
8283      Branch: perl
8284            ! lib/Net/Domain.pm
8285 ____________________________________________________________________________
8286 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
8287         Log: Remove also the lib$Foo.def, not just $Foo.def.
8288      Branch: perl
8289            ! lib/ExtUtils/MM_Unix.pm
8290 ____________________________________________________________________________
8291 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
8292         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
8293      Branch: perl
8294            ! unixish.h
8295 ____________________________________________________________________________
8296 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
8297         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
8298              to match the whole isprint(), only the space character.
8299      Branch: perl
8300            ! handy.h pod/perlre.pod t/op/pat.t
8301 ____________________________________________________________________________
8302 [ 10854] By: nick                                  on 2001/06/23  08:09:33
8303         Log: Integrate mainline
8304      Branch: perlio
8305           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
8306           !> lib/ExtUtils.t lib/File/Find/taint.t
8307           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
8308           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
8309           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
8310 ____________________________________________________________________________
8311 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
8312         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
8313              with its floats    in os390 and s390 (UTS).
8314      Branch: perl
8315            ! lib/Math/BigInt/t/bigintpm.t
8316 ____________________________________________________________________________
8317 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
8318         Log: Add also UTS (s390) to the non-IEEE float platforms.
8319      Branch: perl
8320            ! t/op/sprintf.t
8321 ____________________________________________________________________________
8322 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
8323         Log: Subject: RFC: what are applicable standards for exponent sizes?
8324              From: Peter Prymmer <pvhp@forte.com>
8325              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
8326              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
8327      Branch: perl
8328            ! t/op/sprintf.t
8329 ____________________________________________________________________________
8330 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
8331         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
8332              From: Peter Prymmer <pvhp@forte.com>
8333              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
8334              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
8335      Branch: perl
8336            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
8337 ____________________________________________________________________________
8338 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
8339         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
8340              From: Peter Prymmer <pvhp@forte.com>
8341              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
8342              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
8343      Branch: perl
8344            ! lib/ExtUtils.t
8345 ____________________________________________________________________________
8346 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
8347         Log: Retract #10845.
8348      Branch: perl
8349            ! lib/File/Find/taint.t
8350 ____________________________________________________________________________
8351 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
8352         Log: Yet another error message.
8353      Branch: perl
8354            ! t/op/mkdir.t
8355 ____________________________________________________________________________
8356 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
8357         Log: The croak message for nonexistent socket functions may vary.
8358      Branch: perl
8359            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
8360 ____________________________________________________________________________
8361 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
8362         Log: (Retracted by #10848.)
8363      Branch: perl
8364            ! lib/File/Find/taint.t
8365 ____________________________________________________________________________
8366 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
8367         Log: Integrate perlio.
8368      Branch: perl
8369           !> lib/File/Find/taint.t t/op/write.t
8370 ____________________________________________________________________________
8371 [ 10843] By: nick                                  on 2001/06/22  21:24:51
8372         Log: Back out debug in taint.t
8373      Branch: perlio
8374            ! lib/File/Find/taint.t
8375 ____________________________________________________________________________
8376 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
8377         Log: setitimer() does not exist in Unicos, despite of what
8378              Configure thinks, from Mark P. Lutz.
8379      Branch: perl
8380            ! hints/unicos.sh
8381 ____________________________________________________________________________
8382 [ 10841] By: nick                                  on 2001/06/22  21:19:36
8383         Log: Skip cwd test on Win32 ???
8384      Branch: perlio
8385            ! lib/File/Find/taint.t
8386 ____________________________________________________________________________
8387 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
8388         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
8389              and Tru64 gcc -Wall happy.
8390      Branch: perl
8391            ! mg.c
8392 ____________________________________________________________________________
8393 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
8394         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
8395      Branch: perl
8396            ! ext/IPC/SysV/Semaphore.pm
8397 ____________________________________________________________________________
8398 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
8399         Log: Metaconfig unit change for #10837.
8400      Branch: metaconfig/U/perl
8401            ! Cross.U
8402 ____________________________________________________________________________
8403 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
8404         Log: Cleanup of the cross-compilation unit.
8405      Branch: perl
8406            ! Configure
8407 ____________________________________________________________________________
8408 [ 10836] By: nick                                  on 2001/06/22  20:45:12
8409         Log: Skip |- based op/write.t on Win32 as well as VMS
8410      Branch: perlio
8411            ! t/op/write.t
8412 ____________________________________________________________________________
8413 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
8414         Log: Integrate perlio.
8415      Branch: perl
8416           !> util.c
8417 ____________________________________________________________________________
8418 [ 10834] By: nick                                  on 2001/06/22  20:41:54
8419         Log: Integrate mainline
8420      Branch: perlio
8421           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8422           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
8423           !> vos/config.ga.h
8424 ____________________________________________________________________________
8425 [ 10833] By: nick                                  on 2001/06/22  20:22:58
8426         Log: Patcho fix.
8427      Branch: perlio
8428            ! util.c
8429 ____________________________________________________________________________
8430 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
8431         Log: Metaconfig unit changes for #10831.
8432      Branch: metaconfig
8433            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
8434 ____________________________________________________________________________
8435 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
8436         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
8437              From: Andy Dougherty <doughera@lafayette.edu>
8438              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
8439              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
8440      Branch: perl
8441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8442            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
8443 ____________________________________________________________________________
8444 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
8445         Log: MPE/iX prototype nits from Mark Bixby.
8446      Branch: perl
8447            ! pp_sys.c
8448 ____________________________________________________________________________
8449 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
8450         Log: Detypo.
8451      Branch: perl
8452            ! util.c
8453 ____________________________________________________________________________
8454 [ 10828] By: nick                                  on 2001/06/22  15:33:37
8455         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
8456      Branch: perlio
8457           +> lib/h2xs.t
8458           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
8459           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
8460           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
8461           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
8462           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8463           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
8464           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
8465           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
8466           !> vms/vmsish.h
8467 ____________________________________________________________________________
8468 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
8469         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
8470              Date: Fri, 22 Jun 2001 10:08:35 -0500
8471              From: "Craig A. Berry" <craigberry@mac.com>
8472              Message-Id: <a05101001b75908704194@[192.168.56.145]>
8473      Branch: perl
8474            ! vms/vms.c vms/vmsish.h
8475 ____________________________________________________________________________
8476 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
8477         Log: NetWare scripts tweak from Ananth Kesari.
8478      Branch: perl
8479            ! NetWare/t/NWScripts.pl
8480 ____________________________________________________________________________
8481 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
8482         Log: Update Changes.
8483      Branch: perl
8484            ! Changes patchlevel.h
8485 ____________________________________________________________________________
8486 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
8487         Log: Add .i and .s targets.
8488      Branch: perl
8489            ! Makefile.SH
8490 ____________________________________________________________________________
8491 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
8492         Log: Upgrade to Locale::Maketext 1.03.
8493      Branch: perl
8494            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8495            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
8496 ____________________________________________________________________________
8497 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
8498         Log: Upgrade to I18N::LangTags 0.26.
8499      Branch: perl
8500            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
8501            ! lib/I18N/LangTags/test.pl
8502 ____________________________________________________________________________
8503 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
8504         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
8505              Philip Newton.
8506      Branch: perl
8507            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8508            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8509 ____________________________________________________________________________
8510 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
8511         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
8512              From: Prymmer/Kahn <pvhp@best.com>
8513              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
8514              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
8515      Branch: perl
8516            + lib/h2xs.t
8517            ! MANIFEST utils/h2xs.PL
8518 ____________________________________________________________________________
8519 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
8520         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
8521              From: Prymmer/Kahn <pvhp@best.com>
8522              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
8523              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
8524      Branch: perl
8525            ! lib/ExtUtils.t
8526 ____________________________________________________________________________
8527 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
8528         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
8529              From: Prymmer/Kahn <pvhp@best.com>
8530              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
8531              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
8532      Branch: perl
8533            ! t/pod/plainer.t
8534 ____________________________________________________________________________
8535 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
8536         Log: AUTHORS update.
8537      Branch: perl
8538            ! AUTHORS
8539 ____________________________________________________________________________
8540 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
8541         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
8542              From: "Craig A. Berry" <craigberry@mac.com>
8543              Date: Thu, 21 Jun 2001 18:20:38 -0500
8544              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
8545      Branch: perl
8546            ! ext/POSIX/POSIX.xs
8547 ____________________________________________________________________________
8548 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
8549         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
8550              From: "Craig A. Berry" <craigberry@mac.com>
8551              Date: Thu, 21 Jun 2001 09:58:52 -0500
8552              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
8553      Branch: perl
8554            ! ext/B/Deparse.t t/op/write.t
8555 ____________________________________________________________________________
8556 [ 10814] By: nick                                  on 2001/06/22  08:13:09
8557         Log: Integrate mainline.
8558      Branch: perlio
8559           !> (integrate 46 files)
8560 ____________________________________________________________________________
8561 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
8562         Log: Change the prefixes only if $prefix is unset,
8563              as originally patched by Marcel Grunauer.
8564      Branch: perl
8565            ! hints/darwin.sh hints/rhapsody.sh
8566 ____________________________________________________________________________
8567 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
8568         Log: Subject: Re: Patch for hints/darwin.sh
8569              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
8570              Date: Thu, 21 Jun 2001 11:23:46 -0700
8571              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
8572      Branch: perl
8573            ! hints/darwin.sh hints/rhapsody.sh
8574 ____________________________________________________________________________
8575 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
8576         Log: Add .PHONY targets for non-file targets,
8577              from Wilfredo Sánchez.  Should help saying
8578              "make install" on case-insensitive filesystems.
8579      Branch: perl
8580            ! Makefile.SH
8581 ____________________________________________________________________________
8582 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
8583         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
8584              From: Doug MacEachern <dougm@covalent.net>
8585              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
8586              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
8587              
8588              plus reword the getcwd() comment, plus use getcwd() buffer
8589              size minus one.
8590      Branch: perl
8591            ! util.c
8592 ____________________________________________________________________________
8593 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
8594         Log: More gprofing from Doug MacEachern.
8595      Branch: perl
8596            ! Makefile.SH
8597 ____________________________________________________________________________
8598 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
8599         Log: Metaconfig unit change for #10807.
8600      Branch: metaconfig/U/perl
8601            ! d_sfio.U
8602 ____________________________________________________________________________
8603 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
8604         Log: Tell that you are removing the unneeded -lsfio.
8605      Branch: perl
8606            ! Configure
8607 ____________________________________________________________________________
8608 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
8609         Log: More MPE/iX tweaks from Mark Bixby.
8610      Branch: perl
8611            ! perl.c t/op/magic.t
8612 ____________________________________________________________________________
8613 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
8614         Log: The fchdir() proto is supposed to live in <unistd.h>.
8615      Branch: perl
8616            ! ext/Cwd/Cwd.xs
8617 ____________________________________________________________________________
8618 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
8619         Log: This town is too small for the Cwd extension and me,
8620              it would seem...
8621      Branch: perl
8622            ! ext/Cwd/Cwd.xs
8623 ____________________________________________________________________________
8624 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
8625         Log: Metaconfig unit change for #10802.
8626      Branch: metaconfig/U/perl
8627            ! d_modfl.U
8628 ____________________________________________________________________________
8629 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
8630         Log: More d'ohs.
8631      Branch: perl
8632            ! Configure
8633 ____________________________________________________________________________
8634 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
8635         Log: Off-by-one.  I'm so classic.
8636      Branch: perl
8637            ! util.c
8638 ____________________________________________________________________________
8639 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
8640         Log: Update Changes.
8641      Branch: perl
8642            ! Changes patchlevel.h
8643 ____________________________________________________________________________
8644 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
8645         Log: Subject: Documentation patch for Net::FTP
8646              From: Marcel Grunauer <marcel@codewerk.com>
8647              Date: Wed, 20 Jun 2001 23:03:26 +0200
8648              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
8649      Branch: perl
8650            ! lib/Net/FTP.pm
8651 ____________________________________________________________________________
8652 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
8653         Log: Retract the #10417 mg.c and embed.pl parts because of
8654              strange SEGVs in 64bit x86 FreeBSD observed by
8655              Nicholas Clark.
8656      Branch: perl
8657            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
8658 ____________________________________________________________________________
8659 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
8660         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
8661      Branch: perl
8662            ! Configure NetWare/config.wc NetWare/config_H.wc
8663            ! Porting/Glossary Porting/config.sh Porting/config_H
8664            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8665            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8666            ! vos/config.ga.h win32/config.bc win32/config.gc
8667            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8668            ! win32/config_H.vc
8669 ____________________________________________________________________________
8670 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
8671         Log: Cwd tweak from Doug MacEachern.
8672      Branch: perl
8673            ! ext/Cwd/Cwd.xs
8674 ____________________________________________________________________________
8675 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
8676         Log: Protect the fchdir() and lstat() with ifdefs.
8677              fchdir() needs a Configure probe.
8678      Branch: perl
8679            ! ext/Cwd/Cwd.xs
8680 ____________________________________________________________________________
8681 [ 10794] By: nick                                  on 2001/06/21  17:11:35
8682         Log: Integrate mainline
8683      Branch: perlio
8684           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
8685           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
8686           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
8687           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
8688           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
8689           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
8690           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
8691           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
8692            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
8693            - lib/File/Glob/case.t lib/File/Glob/global.t
8694            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
8695            - lib/File/Temp/posix.t lib/File/Temp/security.t
8696            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
8697            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
8698            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
8699            - lib/Text/Wrap/wrap.t
8700           !> (integrate 41 files)
8701 ____________________________________________________________________________
8702 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
8703         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
8704              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8705              Date: Thu, 21 Jun 2001 13:04:54 -0500
8706              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
8707      Branch: perl
8708            ! ext/Cwd/Cwd.xs
8709 ____________________________________________________________________________
8710 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
8711         Log: Subject: [PATCH pod] overlong =item
8712              From: Robin Barker <rmb1@cise.npl.co.uk>
8713              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
8714              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
8715      Branch: perl
8716            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8717            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8718 ____________________________________________________________________________
8719 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
8720         Log: Subject: [PATCH perlio.c] format 
8721              From: Robin Barker <rmb1@cise.npl.co.uk>
8722              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
8723              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
8724      Branch: perl
8725            ! perlio.c
8726 ____________________________________________________________________________
8727 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
8728         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
8729              From: Radu Greab <radu@netsoft.ro>
8730              Date: Thu, 21 Jun 2001 19:06:02 +0300
8731              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
8732      Branch: perl
8733            ! pod/perlapi.pod sv.c
8734 ____________________________________________________________________________
8735 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
8736         Log: The metaconfig unit changes for #10788.
8737      Branch: metaconfig/U/perl
8738            ! Cross.U fflushall.U
8739 ____________________________________________________________________________
8740 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
8741         Log: Cross-configuration changes: make $from to rm the files
8742              before copying them over (this means that he rm can be
8743              removed from the fflushall test), create $targetmkdir      
8744              (not documented in install since it is supposed to internal
8745              use only), make $run to copy over the executable only if
8746              a stamp file .xok doesn't already exist (to avoid unnecessary
8747              copying of the executable)
8748      Branch: perl
8749            ! Configure Makefile.SH
8750 ____________________________________________________________________________
8751 [ 10787] By: nick                                  on 2001/06/21  14:16:18
8752         Log: Integrate mainline
8753      Branch: perlio
8754           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
8755           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
8756           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
8757            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
8758           !> (integrate 34 files)
8759 ____________________________________________________________________________
8760 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
8761         Log: Re-add the files as text.
8762      Branch: perl
8763            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
8764 ____________________________________________________________________________
8765 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
8766         Log: Delete the binary files.
8767      Branch: perl
8768            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
8769 ____________________________________________________________________________
8770 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
8771         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
8772              From: Andy Dougherty <doughera@lafayette.edu>
8773              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
8774              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
8775      Branch: perl
8776            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
8777            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
8778            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
8779            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
8780 ____________________________________________________________________________
8781 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
8782         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
8783              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
8784              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
8785              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
8786              
8787              Setting umask to something friendlier.
8788      Branch: perl
8789            ! installman installperl
8790 ____________________________________________________________________________
8791 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
8792         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
8793              Resort MANIFEST with sort -f, looks much better.
8794      Branch: perl
8795            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
8796            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
8797            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
8798            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
8799            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
8800            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
8801            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
8802            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
8803            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
8804            - lib/File/Glob/case.t lib/File/Glob/global.t
8805            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
8806            - lib/File/Temp/posix.t lib/File/Temp/security.t
8807            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
8808            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
8809            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
8810            - lib/Text/Wrap/wrap.t
8811            ! MANIFEST
8812 ____________________________________________________________________________
8813 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
8814         Log: Upgrade to I18N::LangTags 0.25.
8815      Branch: perl
8816            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
8817            ! lib/I18N/LangTags/List.pm
8818 ____________________________________________________________________________
8819 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
8820         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
8821              From: Richard Soderberg <rs@crystalflame.net>
8822              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
8823              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
8824      Branch: perl
8825            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
8826            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
8827 ____________________________________________________________________________
8828 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
8829         Log: Test obsoleted by change #10777.
8830      Branch: perl
8831            ! t/op/sub_lval.t
8832 ____________________________________________________________________________
8833 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
8834         Log: Case of confused test numbering.
8835      Branch: perl
8836            ! t/op/pat.t
8837 ____________________________________________________________________________
8838 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
8839         Log: Subject: Re: Opinion on undef lvalue
8840              From: Abhijit Menon-Sen <ams@wiw.org>
8841              Date: Sun, 17 Jun 2001 13:04:46 +0530
8842              Message-ID: <20010617130446.B27925@lustre.linux.in>
8843              
8844              Allow lvalue subs to return undef in array context.
8845      Branch: perl
8846            ! pp_hot.c
8847 ____________________________________________________________________________
8848 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
8849         Log: Just a guess that using the same hack for cygwin as
8850              for win32 might help.
8851      Branch: perl
8852            ! lib/File/Find/find.t
8853 ____________________________________________________________________________
8854 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
8855         Log: NetWare tweaks from Guruprasad.
8856      Branch: perl
8857            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
8858            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
8859            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
8860            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
8861 ____________________________________________________________________________
8862 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
8863         Log: Subject: Re: perl@10722: Bogus warnings on REs 
8864              From: Hugo <hv@crypt.compulink.co.uk>
8865              Date: Thu, 21 Jun 2001 09:51:17 +0100
8866              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
8867              
8868              Unroll to avoid a UTS compiler bug.
8869      Branch: perl
8870            ! regcomp.c
8871 ____________________________________________________________________________
8872 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
8873         Log: Subject: Re: [PATCH] Make /o work under i?threads
8874              From: Artur Bergman <artur@contiller.se>
8875              Date: Thu, 21 Jun 2001 14:38:03 +0200
8876              Message-ID: <B757B74A.184D%artur@contiller.se>
8877      Branch: perl
8878            ! t/op/pat.t
8879 ____________________________________________________________________________
8880 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
8881         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
8882              From: Artur Bergman <artur@contiller.se> 
8883              Date: Thu, 21 Jun 2001 14:27:33 +0200
8884              Message-ID: <B757B4D4.1849%artur@contiller.se>
8885              
8886              Plus extra parentheses.
8887      Branch: perl
8888            ! op.h
8889 ____________________________________________________________________________
8890 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
8891         Log: Subject: [PATCH] Make /o work under i?threads
8892              From: Richard Soderberg <rs@crystalflame.net>
8893              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
8894              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
8895      Branch: perl
8896            ! pp_ctl.c
8897 ____________________________________________________________________________
8898 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
8899         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
8900              From: Artur Bergman <artur@contiller.se>
8901              Date: Thu, 21 Jun 2001 14:04:54 +0200
8902              Message-ID: <B757AF86.1842%artur@contiller.se>
8903      Branch: perl
8904            ! op.h
8905 ____________________________________________________________________________
8906 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
8907         Log: Subject: Re: perl@10765: sv.c not OK on win32
8908              From: Artur Bergman <artur@contiller.se>
8909              Date: Thu, 21 Jun 2001 10:31:06 +0200
8910              Message-ID: <B7577D69.182C%artur@contiller.se>
8911      Branch: perl
8912            ! sv.c
8913 ____________________________________________________________________________
8914 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
8915         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
8916              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8917              Date: Thu, 21 Jun 2001 06:23:56 -0400
8918              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
8919              
8920              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
8921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8922              Date: Thu, 21 Jun 2001 06:32:21 -0400
8923              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
8924      Branch: perl
8925            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
8926 ____________________________________________________________________________
8927 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
8928         Log: Subject: [PATCH] make syslog test more verbose
8929              From: Robert Spier <rspier@pobox.com>
8930              Date: Thu, 21 Jun 2001 00:54:32 -0400
8931              Message-ID: <15153.32264.295807.333073@rls.cx>
8932      Branch: perl
8933            ! ext/Sys/Syslog/syslog.t
8934 ____________________________________________________________________________
8935 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
8936         Log: Subject: op/study.t refinements
8937              From: Hugo <hv@crypt.compulink.co.uk>
8938              Date: Thu, 21 Jun 2001 00:29:07 +0100
8939              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
8940      Branch: perl
8941            ! t/op/study.t
8942 ____________________________________________________________________________
8943 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
8944         Log: Update Changes.
8945      Branch: perl
8946            ! Changes patchlevel.h
8947 ____________________________________________________________________________
8948 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
8949         Log: Subject: Re: [PATCH] djgpp updates
8950              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8951              Date: Wed, 20 Jun 2001 10:05:15 +0200
8952              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
8953      Branch: perl
8954            ! djgpp/config.over
8955 ____________________________________________________________________________
8956 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
8957         Log: Fix for ID 20010619.002 "When building hash, hash keys that
8958              are function calls are not being called", from Abhijit.
8959      Branch: perl
8960            ! t/base/lex.t toke.c
8961 ____________________________________________________________________________
8962 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
8963         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
8964      Branch: perl
8965            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
8966            + lib/Locale/Maketext/test.pl
8967            - lib/Locale/Maketext.t
8968            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8969            ! lib/Locale/Maketext/TPJ13.pod
8970 ____________________________________________________________________________
8971 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
8972         Log: Metaconfig unit change for #10760.
8973      Branch: metaconfig
8974            ! U/modified/Cppsym.U
8975 ____________________________________________________________________________
8976 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
8977         Log: Do not remove the ccsym* Cppsym* files since
8978              they are useful for metaconfig units coming after us.
8979              (This is the Configure nit mentioned in #10752.)
8980      Branch: perl
8981            ! Configure
8982 ____________________________________________________________________________
8983 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
8984         Log: Update to I18N::LangTags 0.24, from Sean Burke.
8985      Branch: perl
8986            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
8987            + lib/I18N/LangTags/README
8988            - lib/I18N/LangTags/List.pod
8989            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
8990 ____________________________________________________________________________
8991 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
8992         Log: Regen headers.
8993      Branch: perl
8994            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
8995            ! pod/perlapi.pod proto.h
8996 ____________________________________________________________________________
8997 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
8998         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
8999              From: Artur Bergman <artur@contiller.se>
9000              Date: Wed, 20 Jun 2001 11:31:32 +0200
9001              Message-ID: <B7563A14.17D8%artur@contiller.se>
9002      Branch: perl
9003            ! embed.pl hv.c intrpvar.h sv.c sv.h
9004 ____________________________________________________________________________
9005 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
9006         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
9007              From: Tim Sweetman <tim@aldigital.co.uk> 
9008              Date: Wed, 13 Jun 2001 14:25:17 +0100 
9009              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
9010      Branch: perl
9011            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
9012 ____________________________________________________________________________
9013 [ 10755] By: nick                                  on 2001/06/20  16:12:37
9014         Log: Integrate mainline
9015      Branch: perlio
9016           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
9017           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
9018           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
9019           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
9020           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
9021           !> t/op/study.t util.c
9022 ____________________________________________________________________________
9023 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
9024         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
9025              but not Makefile)
9026      Branch: maint-5.6/perl
9027            ! win32/Makefile
9028 ____________________________________________________________________________
9029 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
9030         Log: Security tweak on readlink().
9031      Branch: perl
9032            ! pp_sys.c
9033 ____________________________________________________________________________
9034 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
9035         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
9036      Branch: perl
9037            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
9038            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
9039            ! mpeix/relink t/op/pwent.t
9040 ____________________________________________________________________________
9041 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
9042         Log: Reinstate #10725 (with probe for alarm()).
9043      Branch: perl
9044            ! t/op/study.t
9045 ____________________________________________________________________________
9046 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
9047         Log: Replace our implementation of realpath() with OpenBSD's
9048              (src/lib/libc/stdlib/realpath.c 1.4).
9049      Branch: perl
9050            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
9051            ! pod/perldiag.pod proto.h util.c
9052 ____________________________________________________________________________
9053 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
9054         Log: Integrate perlio.
9055      Branch: perl
9056           !> perlio.c
9057 ____________________________________________________________________________
9058 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
9059         Log: No point in going into memory-saving contortions
9060              with getcwd() since there's a danger of buffer overflow.
9061              Also make the POSIX extension to use sv_getcwd().
9062              Finally, a missed proto.h fragment.
9063      Branch: perl
9064            ! ext/POSIX/POSIX.xs proto.h util.c
9065 ____________________________________________________________________________
9066 [ 10747] By: nick                                  on 2001/06/20  12:38:26
9067         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
9068      Branch: perlio
9069            ! perlio.c
9070 ____________________________________________________________________________
9071 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
9072         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
9073              From: Graham Barr <gbarr@pobox.com>
9074              Date: Wed, 20 Jun 2001 11:05:49 +0100
9075              Message-ID: <20010620110549.I19188@pobox.com>
9076              
9077              reported in        
9078              
9079              Subject: Bug in IO::Socket::INET module (repeat)
9080              From: "Harmon S. Nine" <hnine@netarx.com>
9081              Date: Tue, 19 Jun 2001 09:41:35 -0400
9082              Message-ID: <3B2F568F.8080605@netarx.com>
9083              
9084              The bug was that the IO::Socket::INET constructor
9085              did not allow a 'LocalPort' of 0.
9086      Branch: perl
9087            ! ext/IO/lib/IO/Socket/INET.pm
9088 ____________________________________________________________________________
9089 [ 10745] By: nick                                  on 2001/06/20  08:56:39
9090         Log: Integrate mainline.
9091      Branch: perlio
9092           !> (integrate 37 files)
9093 ____________________________________________________________________________
9094 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
9095         Log: After some reading I don't think we can blindly
9096              use systems' realpath().  Too many security problems,
9097              too many buggy implementations.
9098              
9099              TODO: the realpath() emulation code in util.c doesn't
9100              seem fully operational?  (readlink(), for example?)
9101      Branch: perl
9102            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
9103            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
9104            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
9105            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
9106            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
9107            ! win32/config_H.gc win32/config_H.vc
9108 ____________________________________________________________________________
9109 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
9110         Log: Metaconfig unit change for #10738.
9111      Branch: metaconfig
9112            ! U/compline/d_gconvert.U
9113 ____________________________________________________________________________
9114 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
9115         Log: Integrate change #10739 from maintperl:
9116              
9117              C<eval "/x$\r\n/x"> fails to compile correctly 
9118      Branch: perl
9119           !> t/op/pat.t toke.c
9120 ____________________________________________________________________________
9121 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
9122         Log: Retract #10725 (Hugo asked NOT to apply the patch)
9123      Branch: perl
9124            ! t/op/study.t
9125 ____________________________________________________________________________
9126 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
9127         Log: The test.third results were funnily named because of the
9128              new test scheme.
9129      Branch: perl
9130            ! t/TEST
9131 ____________________________________________________________________________
9132 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
9133         Log: C<eval "/x$\r\n/x"> fails to compile correctly
9134      Branch: maint-5.6/perl
9135            ! t/op/pat.t toke.c
9136 ____________________________________________________________________________
9137 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
9138         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
9139              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9140              Date: Tue, 19 Jun 2001 19:15:40 -0400
9141              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
9142              
9143              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
9144              because "1e+129" being expected but "1.e+129" being returned.
9145              The culprit (at least in Tru64) is the use of gcvt().
9146      Branch: perl
9147            ! Configure
9148 ____________________________________________________________________________
9149 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
9150         Log: Subject: [PATCH perl@10722] test hunting on VMS
9151              From: "Craig A. Berry" <craigberry@mac.com>
9152              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
9153              Date: Tue, 19 Jun 2001 18:59:01 -0500
9154      Branch: perl
9155            ! vms/test.com
9156 ____________________________________________________________________________
9157 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
9158         Log: Subject: [PATCH] s/typos//
9159              From: Abhijit Menon-Sen <ams@wiw.org>
9160              Date: Wed, 20 Jun 2001 02:15:02 +0530
9161              Message-ID: <20010620021502.A14541@lustre.linux.in>
9162              
9163              Without the op.h s/bearword/bareword/ hunk, see
9164              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
9165      Branch: perl
9166            ! util.c
9167 ____________________________________________________________________________
9168 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
9169         Log: Metaconfig unit change for #10732 and #10733.
9170      Branch: metaconfig/U/perl
9171            ! fflushall.U
9172 ____________________________________________________________________________
9173 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
9174         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
9175              From: "Craig A. Berry" <craigberry@mac.com>
9176              Date: Tue, 19 Jun 2001 17:19:48 -0500
9177              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
9178      Branch: perl
9179            ! configure.com vms/descrip_mms.template
9180 ____________________________________________________________________________
9181 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
9182         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
9183              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9184              Date: Tue, 19 Jun 2001 16:48:07 -0400
9185              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
9186              
9187              Further fixes to fflush(NULL) detection.
9188      Branch: perl
9189            ! Configure
9190 ____________________________________________________________________________
9191 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
9192         Log: AIX test -s hangs with non-existent files?
9193              (A genuine logic bug in Configure, but AIX also broken?)
9194      Branch: perl
9195            ! Configure
9196 ____________________________________________________________________________
9197 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
9198         Log: AUTHORS updates.
9199      Branch: perl
9200            ! AUTHORS
9201 ____________________________________________________________________________
9202 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
9203         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
9204              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9205              Date: Tue, 19 Jun 2001 15:33:25 -0400
9206              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
9207      Branch: perl
9208            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
9209            ! t/lib/warnings/pp
9210 ____________________________________________________________________________
9211 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
9212         Log: Integrate perlio.
9213      Branch: perl
9214           !> lib/File/Find/find.t win32/distclean.bat
9215 ____________________________________________________________________________
9216 [ 10728] By: nick                                  on 2001/06/19  18:24:53
9217         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
9218      Branch: perlio
9219            ! lib/File/Find/find.t win32/distclean.bat
9220 ____________________________________________________________________________
9221 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
9222         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
9223              also add information how to find out whether one has PerlIO.
9224      Branch: perl
9225            ! pod/perlfunc.pod
9226 ____________________________________________________________________________
9227 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
9228         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
9229              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9230              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
9231              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
9232      Branch: perl
9233            ! pod/perlfunc.pod
9234 ____________________________________________________________________________
9235 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
9236         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
9237              From: Hugo <hv@crypt.compulink.co.uk>
9238              Date: Tue, 19 Jun 2001 12:37:30 +0100
9239              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
9240      Branch: perl
9241            ! t/op/study.t
9242 ____________________________________________________________________________
9243 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
9244         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
9245              From: Hugo <hv@crypt.compulink.co.uk>
9246              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
9247              Date: Tue, 19 Jun 2001 13:15:17 +0100
9248      Branch: perl
9249            ! util.c
9250 ____________________________________________________________________________
9251 [ 10723] By: nick                                  on 2001/06/19  14:46:15
9252         Log: Integrate mainline
9253      Branch: perlio
9254           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
9255           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
9256           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
9257           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
9258           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
9259           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
9260            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9261            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9262            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9263            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9264            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9265            - ext/Thread/unsync4.t
9266           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
9267           !> djgpp/config.over djgpp/fixpmain
9268           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
9269           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
9270           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
9271 ____________________________________________________________________________
9272 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
9273         Log: Update Changes.
9274      Branch: perl
9275            ! Changes patchlevel.h
9276 ____________________________________________________________________________
9277 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
9278         Log: The existence shall be MANIFESted.
9279      Branch: perl
9280            ! MANIFEST
9281 ____________________________________________________________________________
9282 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
9283         Log: The old libnet.cfg is first searched from the current directory,
9284              only then from the module path.
9285      Branch: perl
9286            ! utils/libnetcfg.PL
9287 ____________________________________________________________________________
9288 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
9289         Log: NetWare tweaks from Guruprasad.
9290      Branch: perl
9291            ! NetWare/Makefile NetWare/config.wc
9292 ____________________________________________________________________________
9293 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
9294         Log: Subject: [PATCH] djgpp updates
9295              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9296              Date: Tue, 19 Jun 2001 10:59:06 +0200
9297              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
9298      Branch: perl
9299            ! djgpp/config.over djgpp/fixpmain
9300 ____________________________________________________________________________
9301 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
9302         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
9303              From: Prymmer/Kahn <pvhp@best.com>
9304              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
9305              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
9306      Branch: perl
9307            ! win32/Makefile
9308 ____________________________________________________________________________
9309 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
9310         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
9311              to happen right after the inclusion of <inttypes.h>,
9312              from Edward Moy.
9313      Branch: perl
9314            ! handy.h perl.h
9315 ____________________________________________________________________________
9316 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
9317         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
9318              From: Doug MacEachern <dougm@covalent.net>
9319              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
9320              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
9321      Branch: perl
9322            ! ext/DynaLoader/DynaLoader_pm.PL
9323 ____________________________________________________________________________
9324 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
9325         Log: Revert #10656 for perfomance reasons but leave in the
9326              use of Hv*() macros -- in comments, so that grepping the
9327              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
9328              suggested by Sarathy, also by Abhijit.)
9329      Branch: perl
9330            ! hv.c
9331 ____________________________________________________________________________
9332 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
9333         Log: Subject: [patch] .s MakeMaker suffix
9334              From: Doug MacEachern <dougm@covalent.net>
9335              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
9336              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
9337      Branch: perl
9338            ! lib/ExtUtils/MM_Unix.pm
9339 ____________________________________________________________________________
9340 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
9341         Log: One test lost in the big shuffle restored.
9342      Branch: perl
9343            + ext/IPC/SysV/ipcsysv.t
9344            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
9345 ____________________________________________________________________________
9346 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
9347         Log: Rename the old non-standard threads tests so that
9348              they won't be invoked.
9349      Branch: perl
9350            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
9351            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
9352            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
9353            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
9354            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
9355            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
9356            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9357            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9358            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9359            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9360            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9361            - ext/Thread/unsync4.t
9362            ! MANIFEST
9363 ____________________________________________________________________________
9364 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
9365         Log: Integrate perlio.
9366      Branch: perl
9367           !> win32/config_sh.PL
9368 ____________________________________________________________________________
9369 [ 10709] By: nick                                  on 2001/06/19  08:18:18
9370         Log: Integrate mainline
9371      Branch: perlio
9372           +> (branch 40 files)
9373            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
9374            - lib/strict/subs lib/strict/vars lib/warnings/1global
9375            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
9376            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
9377            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
9378            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
9379            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
9380            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
9381            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
9382            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
9383            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
9384            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
9385            - lib/warnings/utf8 lib/warnings/util
9386           !> (integrate 57 files)
9387 ____________________________________________________________________________
9388 [ 10708] By: nick                                  on 2001/06/19  07:57:10
9389         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
9390      Branch: perlio
9391            ! win32/config_sh.PL
9392 ____________________________________________________________________________
9393 [ 10707] By: nick                                  on 2001/06/19  07:05:07
9394         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
9395      Branch: perl
9396            ! perly.c perly.y perly_c.diff vms/perly_c.vms
9397 ____________________________________________________________________________
9398 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
9399         Log: More perl572delta tweaks.
9400      Branch: perl
9401            ! pod/perl572delta.pod
9402 ____________________________________________________________________________
9403 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
9404         Log: Update perl572delta.
9405      Branch: perl
9406            ! pod/perl572delta.pod
9407 ____________________________________________________________________________
9408 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
9409         Log: VOS updates from Paul Green.
9410      Branch: perl
9411            ! vos/Changes vos/build.cm vos/perl.bind
9412 ____________________________________________________________________________
9413 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
9414         Log: Update the vos/config.*.* files.
9415      Branch: perl
9416            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9417            ! vos/config.ga.h
9418 ____________________________________________________________________________
9419 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
9420         Log: Add a makefile for more painless adding of symbols to the
9421              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
9422              takes care of the adding)
9423      Branch: perl
9424            + vos/Makefile
9425 ____________________________________________________________________________
9426 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
9427         Log: Make libnetcfg by default display the libnet configuration,
9428              -c to change, add -i for old config, document all options,
9429              regen toc.
9430      Branch: perl
9431            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
9432 ____________________________________________________________________________
9433 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
9434         Log: gcc -Wall sweep.
9435      Branch: perl
9436            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
9437 ____________________________________________________________________________
9438 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
9439         Log: So there.
9440      Branch: perl
9441            ! universal.c
9442 ____________________________________________________________________________
9443 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
9444         Log: Document the need for sv_printify().
9445              
9446              Document that 'use utf8' has been considered.
9447              
9448              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
9449      Branch: perl
9450            ! pod/perltodo.pod universal.c
9451 ____________________________________________________________________________
9452 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
9453         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
9454              From: Nicholas Clark <nick@ccl4.org>
9455              Date: Mon, 18 Jun 2001 23:29:23 +0100
9456              Message-ID: <20010618232923.I98663@plum.flirble.org>
9457      Branch: perl
9458            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
9459            ! ext/Sys/Syslog/Makefile.PL
9460 ____________________________________________________________________________
9461 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
9462         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
9463              From: Scott.L.Miller@Compaq.com
9464              Date: Mon, 18 Jun 2001 10:12:27 -0500
9465              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
9466      Branch: perl
9467            ! lib/perl5db.pl pod/perldebug.pod
9468 ____________________________________________________________________________
9469 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
9470         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
9471              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9472              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
9473              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
9474      Branch: perl
9475            ! lib/Carp/Heavy.pm
9476 ____________________________________________________________________________
9477 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
9478         Log: Subject: [PATCH] Documentation changes for CLONE
9479              From: Artur Bergman <artur@contiller.se>
9480              Date: Mon, 18 Jun 2001 22:06:37 +0200
9481              Message-ID: <B7542BEC.1719%artur@contiller.se>
9482      Branch: perl
9483            ! pod/perlmod.pod pod/perlsub.pod
9484 ____________________________________________________________________________
9485 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
9486         Log: Subject: Re: configure.com
9487              From: "Craig A. Berry" <craigberry@mac.com>
9488              Date: Mon, 18 Jun 2001 16:04:38 -0500
9489              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
9490      Branch: perl
9491            ! configure.com
9492 ____________________________________________________________________________
9493 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
9494         Log: Subject: PL_nullstash + perl_clone()
9495              From: Doug MacEachern <dougm@covalent.net>
9496              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
9497              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
9498      Branch: perl
9499            ! sv.c
9500 ____________________________________________________________________________
9501 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
9502         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
9503              From: davem@fdgroup.co.uk
9504              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
9505              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
9506      Branch: perl
9507            ! embed.pl pod/perlapi.pod
9508 ____________________________________________________________________________
9509 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
9510         Log: More cross-compilation defaults gleaned from -Dcc
9511              if it is CPU-OS-gcc.
9512      Branch: metaconfig
9513            ! U/modified/libc.U
9514      Branch: metaconfig/U/perl
9515            ! Cross.U
9516      Branch: perl
9517            ! Configure INSTALL
9518 ____________________________________________________________________________
9519 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
9520         Log: Update Changes.
9521      Branch: perl
9522            ! Changes patchlevel.h
9523 ____________________________________________________________________________
9524 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
9525         Log: Subject: [PATCH 5.7.1] sv.c documentation
9526              From: davem@fdgroup.co.uk
9527              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
9528              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
9529      Branch: perl
9530            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
9531            ! sv.c sv.h
9532 ____________________________________________________________________________
9533 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
9534         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
9535              From: "Jon Gunnip" <jongunnip@hotmail.com>
9536              Date: Sun, 17 Jun 2001 18:24:29 -0400
9537              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
9538      Branch: perl
9539            ! pod/perlvar.pod
9540 ____________________________________________________________________________
9541 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
9542         Log: Move the locale/strict/warnings helper files back
9543              under the t/lib; this way the amount of non-installabled
9544              stuff under lib/ stays smaller.
9545      Branch: perl
9546            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
9547            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
9548            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
9549            + t/lib/warnings/5nolint t/lib/warnings/6default
9550            + t/lib/warnings/7fatal t/lib/warnings/8signal
9551            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
9552            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
9553            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
9554            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
9555            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
9556            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
9557            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
9558            + t/lib/warnings/taint t/lib/warnings/toke
9559            + t/lib/warnings/universal t/lib/warnings/utf8
9560            + t/lib/warnings/util
9561            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
9562            - lib/strict/subs lib/strict/vars lib/warnings/1global
9563            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
9564            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
9565            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
9566            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
9567            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
9568            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
9569            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
9570            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
9571            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
9572            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
9573            - lib/warnings/utf8 lib/warnings/util
9574            ! MANIFEST installperl lib/locale.t lib/strict.t
9575 ____________________________________________________________________________
9576 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
9577         Log: Split off the pack/unpack code, from Nicholas Clark.
9578      Branch: perl
9579            + pp_pack.c
9580            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
9581            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
9582            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9583 ____________________________________________________________________________
9584 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
9585         Log: Guard the SysV IPC tests against being invoked in
9586              SysV-IPC-less places.
9587      Branch: perl
9588            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
9589 ____________________________________________________________________________
9590 [ 10683] By: nick                                  on 2001/06/18  12:24:42
9591         Log: Integrate mainline (new test scheme now ok on Linux).
9592      Branch: perlio
9593           +> lib/warnings.t
9594           !> dump.c sv.c
9595 ____________________________________________________________________________
9596 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
9597         Log: Add the locale.c and numeric.c to the microperl sources.
9598      Branch: perl
9599            ! Makefile.micro win32/Makefile
9600 ____________________________________________________________________________
9601 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
9602         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
9603              From: Abhijit Menon-Sen <ams@wiw.org>
9604              Date: Mon, 18 Jun 2001 14:23:44 +0530
9605              Message-ID: <20010618142344.A13136@lustre.linux.in>
9606      Branch: perl
9607            ! dump.c
9608 ____________________________________________________________________________
9609 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
9610         Log: Subject: Re: [PATCH] more anonymous stash cleanups
9611              From: Abhijit Menon-Sen <ams@wiw.org>
9612              Date: Mon, 18 Jun 2001 15:50:32 +0530
9613              Message-ID: <20010618155032.A13223@lustre.linux.in>
9614              
9615              Plus the comment left in as suggested by NI-S.
9616      Branch: perl
9617            ! sv.c
9618 ____________________________________________________________________________
9619 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
9620         Log: One missed file.
9621      Branch: perl
9622            + lib/warnings.t
9623 ____________________________________________________________________________
9624 [ 10678] By: nick                                  on 2001/06/18  08:05:29
9625         Log: Integrate mainline (part2 - the deletes)
9626      Branch: perlio
9627            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
9628            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
9629            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
9630            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
9631            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
9632            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
9633            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
9634            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
9635            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
9636            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
9637            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
9638 ____________________________________________________________________________
9639 [ 10677] By: nick                                  on 2001/06/18  08:04:44
9640         Log: Integrate mainline (part1)
9641      Branch: perlio
9642           +> (branch 376 files)
9643            - (delete 219 files)
9644           !> (integrate 151 files)
9645 ____________________________________________________________________________
9646 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
9647         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
9648              No doubt I made some mistakes like missed some files or
9649              misnamed some files.  The naming rules were more or less:
9650              (1) if the module is from CPAN, follows its ways, be it
9651              t/*.t or test.pl.
9652              (2) otherwise if there are multiple tests for a module
9653              put them in a t/
9654              (3) otherwise if there's only one test put it in Module.t
9655              (4) helper files go to module/ (locale, strict, warnings)
9656              (5) use longer filenames now that we can (but e.g. the
9657              compat-0.6.t and the Text::Balanced test files still
9658              were renamed to be more civil against the 8.3 people)
9659              installperl was updated appropriately not to install the
9660              *.t files or the help files from under lib.
9661              
9662              TODO: some helper files still remain under t/ that could
9663              follow their 'masters'.  UPDATE: On second thoughts, why
9664              should they.  They can continue to live under t/lib, and
9665              in fact the locale/strict/warnings helpers that were moved
9666              could be moved back.  This way the amount of non-installable
9667              stuff under lib/ stays smaller.
9668      Branch: perl
9669            + (add 253 files)
9670            - (delete 254 files)
9671            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
9672 ____________________________________________________________________________
9673 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
9674         Log: The warning no more comes from util.c, it comes from numeric.c.
9675      Branch: perl
9676            ! README.tru64
9677 ____________________________________________________________________________
9678 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
9679         Log: Subject: Re: anyone good at casting spells?
9680              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9681              Date: Sun, 17 Jun 2001 21:21:04 -0400
9682              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
9683      Branch: perl
9684            ! ext/POSIX/POSIX.xs hv.h
9685 ____________________________________________________________________________
9686 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
9687         Log: Protect the (original) thread tests against testing if no 5.005
9688              threads have been configured.
9689      Branch: perl
9690            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9691            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9692            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9693            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9694            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9695            ! ext/Thread/unsync4.t
9696 ____________________________________________________________________________
9697 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
9698         Log: Try the new test scanning scheme on Text::Abbrev.
9699      Branch: perl
9700            + lib/Text/Abbrev.t
9701            - lib/Text/Abbrev/t/abbrev.t
9702            ! MANIFEST
9703 ____________________________________________________________________________
9704 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
9705         Log: Change the scan policy of the *.t and test.pl files,
9706              now the *.t do not need to live in a t/ directory.
9707      Branch: perl
9708            ! t/TEST t/harness
9709 ____________________________________________________________________________
9710 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
9711         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
9712              From: Ilmari Karonen <iltzu@sci.fi>
9713              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
9714              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
9715      Branch: perl
9716            ! pod/perlfaq7.pod
9717 ____________________________________________________________________________
9718 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
9719         Log: Quench the warnings from Tru64; the HP-UX is still
9720              broken because it really, REALLY, doesn't like the
9721              HvARRAY() being lvalue:
9722              
9723              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
9724              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
9725      Branch: perl
9726            ! hv.c
9727 ____________________________________________________________________________
9728 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
9729         Log: Integrate change #10667 from maintperl:
9730              
9731              change#10449 broke the special-case that makes lexicals inside the
9732              eval"" within DB::DB() visible
9733      Branch: perl
9734           !> op.c
9735 ____________________________________________________________________________
9736 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
9737         Log: change#10449 broke the special-case that makes lexicals inside the
9738              eval"" within DB::DB() visible
9739      Branch: maint-5.6/perl
9740            ! op.c
9741 ____________________________________________________________________________
9742 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
9743         Log: Still spurious output; indent the code a bit.
9744              
9745              TODO1: separate the utility functions like MkDir
9746              into a helper script?
9747              
9748              TODO2: I see a lot of repetition in the filepath()
9749              and dirpath() calls.
9750      Branch: perl
9751            ! t/lib/filefind.t t/lib/findtaint.t
9752 ____________________________________________________________________________
9753 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
9754         Log: Regen modlib, toc.
9755      Branch: perl
9756            ! pod/perlmodlib.pod pod/perltoc.pod
9757 ____________________________________________________________________________
9758 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
9759         Log: Add libnetcfg to perlutil.
9760      Branch: perl
9761            ! pod/perlutil.pod
9762 ____________________________________________________________________________
9763 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
9764         Log: Initial integration of libnet-1.0703.
9765              The Configure script renamed as libnetcfg, will be
9766              installed along other utilities.
9767      Branch: perl
9768            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
9769            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
9770            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
9771            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
9772            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
9773            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
9774            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
9775            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
9776            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
9777            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
9778            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
9779            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9780            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
9781            + utils/libnetcfg.PL
9782            ! MANIFEST utils.lst utils/Makefile
9783 ____________________________________________________________________________
9784 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
9785         Log: Less potentially test-harness-confusing output.
9786      Branch: perl
9787            ! lib/Memoize/t/expire_module_t.t
9788 ____________________________________________________________________________
9789 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
9790         Log: The final print annoys make test.
9791      Branch: perl
9792            ! t/lib/filefind.t t/lib/findtaint.t
9793 ____________________________________________________________________________
9794 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
9795         Log: Add an option for handling dangling symbolic links.
9796      Branch: perl
9797            ! lib/File/Find.pm t/lib/filefind.t
9798 ____________________________________________________________________________
9799 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
9800         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
9801              From: Thomas Wegner <wegner_thomas@yahoo.com>
9802              Date: Sun, 17 Jun 2001 14:43:11 +0200
9803              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
9804      Branch: perl
9805            + t/lib/findtaint.t
9806            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
9807 ____________________________________________________________________________
9808 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
9809         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
9810              From: Jonathan Stowe <gellyfish@gellyfish.com>
9811              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
9812              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
9813      Branch: perl
9814            ! lib/ExtUtils/MM_Unix.pm
9815 ____________________________________________________________________________
9816 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
9817         Log: Subject: [PATCH] more anonymous stash cleanups
9818              From: Abhijit Menon-Sen <ams@wiw.org>
9819              Date: Sun, 17 Jun 2001 11:44:06 +0530
9820              Message-ID: <20010617114406.A25203@lustre.linux.in>
9821      Branch: perl
9822            ! op.c
9823 ____________________________________________________________________________
9824 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
9825         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
9826              From: Abhijit Menon-Sen <ams@wiw.org>
9827              Date: Sun, 17 Jun 2001 08:02:59 +0530
9828              Message-ID: <20010617080259.A28776@lustre.linux.in>
9829              
9830              Subject: [PATCH #2/7] xhv_eiter
9831              From: Abhijit Menon-Sen <ams@wiw.org>
9832              Date: Sun, 17 Jun 2001 08:13:18 +0530
9833              Message-ID: <20010617081318.B28776@lustre.linux.in>
9834              
9835              Subject: [PATCH #3/7] xhv_fill
9836              From: Abhijit Menon-Sen <ams@wiw.org>
9837              Date: Sun, 17 Jun 2001 08:25:16 +0530
9838              Message-ID: <20010617082516.C28776@lustre.linux.in>
9839              
9840              Subject: [PATCH #4/7] xhv_keys
9841              From: Abhijit Menon-Sen <ams@wiw.org>
9842              Date: Sun, 17 Jun 2001 08:36:17 +0530
9843              Message-ID: <20010617083617.D28776@lustre.linux.in>
9844              
9845              Subject: [PATCH #5/7] xhv_max
9846              From: Abhijit Menon-Sen <ams@wiw.org>
9847              Date: Sun, 17 Jun 2001 08:39:48 +0530
9848              Message-ID: <20010617083948.E28776@lustre.linux.in>
9849              
9850              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
9851              From: Abhijit Menon-Sen <ams@wiw.org>
9852              Date: Sun, 17 Jun 2001 08:51:11 +0530
9853              Message-ID: <20010617085111.F28776@lustre.linux.in>
9854      Branch: perl
9855            ! hv.c
9856 ____________________________________________________________________________
9857 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
9858         Log: Update Changes.
9859      Branch: perl
9860            ! Changes patchlevel.h
9861 ____________________________________________________________________________
9862 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
9863         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
9864              From: Abhijit Menon-Sen <ams@wiw.org>
9865              Date: Sat, 16 Jun 2001 07:41:19 +0530
9866              Message-ID: <20010616074119.A24720@lustre.linux.in>
9867      Branch: perl
9868            ! hv.c perl.c vms/vmsish.h win32/win32.h
9869 ____________________________________________________________________________
9870 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
9871         Log: Document tests failing when threaded, since we now have more.
9872      Branch: perl
9873            ! pod/perl572delta.pod
9874 ____________________________________________________________________________
9875 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
9876         Log: -Wall cleanup.
9877      Branch: perl
9878            ! ext/Thread/Thread.xs
9879 ____________________________________________________________________________
9880 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
9881         Log: pthread_attr_setstacksize() isn't absolutely necessary
9882              to call, only iff THREAD_CREATE_NEEDS_STACK.
9883      Branch: perl
9884            ! ext/Thread/Thread.xs
9885 ____________________________________________________________________________
9886 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
9887         Log: -Wall strays.
9888      Branch: perl
9889            ! perl.c util.c
9890 ____________________________________________________________________________
9891 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
9892         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
9893              (and INT64_MIN) brokenness.
9894      Branch: perl
9895            ! hints/darwin.sh perl.h
9896 ____________________________________________________________________________
9897 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
9898         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
9899              From: Nicholas Clark <nick@ccl4.org>
9900              Date: Sun, 17 Jun 2001 00:16:05 +0100
9901              Message-ID: <20010617001605.V98663@plum.flirble.org>
9902      Branch: perl
9903            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
9904            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9905            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9906 ____________________________________________________________________________
9907 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
9908         Log: Add perlnetware to docs; regen toc; supply skeleton
9909              docs for some Memoize submodules.
9910      Branch: perl
9911            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
9912            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9913            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
9914            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9915            ! win32/Makefile win32/makefile.mk
9916 ____________________________________________________________________________
9917 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
9918         Log: pod cleanup.
9919      Branch: perl
9920            ! README.netware
9921 ____________________________________________________________________________
9922 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
9923         Log: Integrate Memoize 0.64.  Few tweaks were required in
9924              the test scripts.  Note that the speed and expire*
9925              tests take several dozen seconds to run.
9926      Branch: perl
9927            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
9928            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
9929            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9930            + lib/Memoize/README lib/Memoize/SDBM_File.pm
9931            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
9932            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
9933            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
9934            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
9935            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
9936            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
9937            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
9938            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
9939            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
9940            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
9941            ! MANIFEST t/lib/1_compile.t
9942 ____________________________________________________________________________
9943 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
9944         Log: Document the cross-compilation options.
9945      Branch: perl
9946            ! Cross/README INSTALL
9947 ____________________________________________________________________________
9948 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
9949         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
9950      Branch: perl
9951            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
9952            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
9953            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
9954            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
9955            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
9956            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
9957            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
9958            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
9959            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
9960            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
9961            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
9962            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
9963            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
9964            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
9965            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
9966            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
9967            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
9968            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
9969            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
9970            + lib/ExtUtils/MM_NW5.pm
9971            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
9972            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
9973            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
9974            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
9975            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
9976            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
9977            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
9978            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
9979            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
9980            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
9981            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
9982            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
9983            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
9984            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
9985            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
9986            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
9987            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
9988            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
9989            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
9990            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
9991            ! util.h x2p/a2py.c
9992 ____________________________________________________________________________
9993 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
9994         Log: Resort MANIFEST.
9995      Branch: perl
9996            ! MANIFEST
9997 ____________________________________________________________________________
9998 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
9999         Log: Integrate perlio.
10000      Branch: perl
10001           +> win32/win32io.c
10002           !> MANIFEST perlio.c perliol.h win32/makefile.mk
10003 ____________________________________________________________________________
10004 [ 10640] By: nick                                  on 2001/06/16  18:38:31
10005         Log: Disable :win32 layer as default till I get it working
10006      Branch: perlio
10007            ! MANIFEST perlio.c
10008 ____________________________________________________________________________
10009 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
10010         Log: Try the new scheme by moving the Text::Abbrev test
10011              to a new place under lib.
10012      Branch: perl
10013            + lib/Text/Abbrev/t/abbrev.t
10014            - t/lib/abbrev.t
10015            ! MANIFEST
10016 ____________________________________________________________________________
10017 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
10018         Log: Make the code even more dynamical so that testname
10019              suffix length can change.
10020      Branch: perl
10021            ! lib/Test/Harness.pm t/TEST
10022 ____________________________________________________________________________
10023 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
10024         Log: Allow for deeper t/ and also a single test.pl.
10025      Branch: perl
10026            ! t/TEST t/harness
10027 ____________________________________________________________________________
10028 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
10029         Log: #define fix from Nicholas Clark.
10030      Branch: perl
10031            ! ext/POSIX/POSIX.xs
10032 ____________________________________________________________________________
10033 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
10034         Log: Initialization is nice.
10035      Branch: perl
10036            ! lib/Test/Harness.pm
10037 ____________________________________________________________________________
10038 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
10039         Log: Make t/TEST and t/harness to test also the t/ tests
10040              under the main lib/ and ext/ directories.  Fix Test::Harness
10041              to dynamically change the width of its "foo/bar....ok" output.
10042      Branch: perl
10043            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
10044 ____________________________________________________________________________
10045 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
10046         Log: Subject: [PATCH] Re: perl@10611 
10047              From: Nicholas Clark <nick@ccl4.org>
10048              Date: Sat, 16 Jun 2001 16:52:47 +0100
10049              Message-ID: <20010616165247.O98663@plum.flirble.org>
10050              
10051              The .xs parts, too.
10052      Branch: perl
10053            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
10054            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
10055 ____________________________________________________________________________
10056 [ 10632] By: nick                                  on 2001/06/16  16:44:35
10057         Log: Work-in-progress win32 layer semi-functional, checking 
10058              for UNIX breakage.
10059      Branch: perlio
10060            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
10061 ____________________________________________________________________________
10062 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
10063         Log: Subject: [PATCH] Re: perl@10611 
10064              From: Nicholas Clark <nick@ccl4.org>
10065              Date: Sat, 16 Jun 2001 16:52:47 +0100
10066              Message-ID: <20010616165247.O98663@plum.flirble.org>
10067      Branch: perl
10068            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
10069            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
10070            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
10071            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
10072            ! lib/ExtUtils/Constant.pm
10073 ____________________________________________________________________________
10074 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
10075         Log: Metaconfig unit change for #10629.
10076      Branch: metaconfig
10077            ! U/modified/Finish.U
10078 ____________________________________________________________________________
10079 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
10080         Log: The extraction changed directories.
10081      Branch: perl
10082            ! Configure
10083 ____________________________________________________________________________
10084 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
10085         Log: Math::BigInt 1.35 from Tels.
10086      Branch: perl
10087            + t/lib/mbimbf.t
10088            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10089            ! t/lib/bigfltpm.t t/lib/bigintpm.t
10090 ____________________________________________________________________________
10091 [ 10627] By: nick                                  on 2001/06/16  14:54:52
10092         Log: Work in progress UNIX-side edit of win32 PerLIO layer
10093      Branch: perlio
10094            + win32/win32io.c
10095            ! perlio.c win32/makefile.mk
10096 ____________________________________________________________________________
10097 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
10098         Log: Subject: [PATCH 5.6.1] os2/diff-configure
10099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10100              Date: Fri, 15 Jun 2001 01:19:36 -0400
10101              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
10102              
10103              Empty all of it because I think #10624 made even the
10104              last patch hunk unnecessary.
10105      Branch: perl
10106            ! os2/diff.configure
10107 ____________________________________________________________________________
10108 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
10109         Log: Metaconfig unit change for 10624.
10110      Branch: metaconfig
10111            ! U/modified/libc.U
10112      Branch: perl
10113            ! config_h.SH
10114 ____________________________________________________________________________
10115 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
10116         Log: Move the initialization of libnames to the beginning so
10117              that can one 'seed' it (as OS/2 does.)
10118      Branch: perl
10119            ! Configure
10120 ____________________________________________________________________________
10121 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
10122         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
10123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10124              Date: Fri, 15 Jun 2001 19:10:57 -0400
10125              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
10126      Branch: perl
10127            ! os2/OS2/REXX/DLL/DLL.pm
10128 ____________________________________________________________________________
10129 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
10130         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
10131              From: "Craig A. Berry" <craigberry@mac.com>
10132              Date: Fri, 15 Jun 2001 17:00:03 -0500
10133              Message-Id: <a05101007b750342599be@[172.16.52.1]>
10134      Branch: perl
10135            ! vms/descrip_mms.template
10136 ____________________________________________________________________________
10137 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
10138         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
10139              From: "Craig A. Berry" <craigberry@mac.com>
10140              Date: Fri, 15 Jun 2001 18:39:42 -0500
10141              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
10142      Branch: perl
10143            ! lib/File/Spec/VMS.pm t/lib/extutils.t
10144 ____________________________________________________________________________
10145 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
10146         Log: Integrate perlio.
10147      Branch: perl
10148           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
10149           !> t/io/utf8.t t/lib/io_scalar.t
10150 ____________________________________________________________________________
10151 [ 10619] By: nick                                  on 2001/06/15  21:05:19
10152         Log: Generated files
10153      Branch: perlio
10154            ! embed.h proto.h
10155 ____________________________________________________________________________
10156 [ 10618] By: nick                                  on 2001/06/15  20:27:42
10157         Log: Fix open.pm to work via XS-implemented method calls rather
10158              than *open::layers variables which caused all the HV/AV hassle.
10159      Branch: perlio
10160            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
10161            ! t/lib/io_scalar.t
10162 ____________________________________________________________________________
10163 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
10164         Log: Integrate perlio.
10165      Branch: perl
10166           !> lib/ExtUtils/Constant.pm
10167 ____________________________________________________________________________
10168 [ 10616] By: nick                                  on 2001/06/15  18:46:47
10169         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
10170      Branch: perlio
10171            ! lib/ExtUtils/Constant.pm
10172 ____________________________________________________________________________
10173 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
10174         Log: Integrate perlio.
10175      Branch: perl
10176           !> ext/Socket/Socket.xs
10177 ____________________________________________________________________________
10178 [ 10614] By: nick                                  on 2001/06/15  18:33:37
10179         Log: MULTIPLICITY fix for Socket.xs
10180      Branch: perlio
10181            ! ext/Socket/Socket.xs
10182 ____________________________________________________________________________
10183 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
10184         Log: Subject: Re: perl@10611
10185              From: Doug MacEachern <dougm@covalent.net>
10186              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
10187              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
10188      Branch: perl
10189            ! ext/Socket/Socket.xs
10190 ____________________________________________________________________________
10191 [ 10612] By: nick                                  on 2001/06/15  16:14:38
10192         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
10193      Branch: perlio
10194           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10195           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
10196           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
10197           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
10198           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
10199           !> utils/h2ph.PL
10200 ____________________________________________________________________________
10201 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
10202         Log: Update Changes.
10203      Branch: perl
10204            ! Changes patchlevel.h
10205 ____________________________________________________________________________
10206 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
10207         Log: Upping the test count.
10208      Branch: perl
10209            ! t/lib/filefind.t
10210 ____________________________________________________________________________
10211 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
10212         Log: Integrate perlio.
10213      Branch: perl
10214           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10215 ____________________________________________________________________________
10216 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
10217         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
10218              From: andreas.koenig@anima.de (Andreas J. Koenig)
10219              Date: 15 Jun 2001 13:30:39 +0200
10220              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
10221              
10222              Record the grim history.
10223      Branch: perl
10224            ! lib/File/Find.pm
10225 ____________________________________________________________________________
10226 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
10227         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
10228              From: Brian McCauley <nobull@mail.com>
10229              Date: 15 Jun 2001 07:51:26 +0100
10230              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
10231      Branch: perl
10232            ! lib/File/Find.pm t/lib/filefind.t
10233 ____________________________________________________________________________
10234 [ 10606] By: nick                                  on 2001/06/15  14:00:08
10235         Log: regen_config_h for Win32.
10236      Branch: perlio
10237            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10238 ____________________________________________________________________________
10239 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
10240         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
10241              From: Peter Prymmer <pvhp@forte.com>
10242              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
10243              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
10244      Branch: perl
10245            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
10246 ____________________________________________________________________________
10247 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
10248         Log: Some filesystems require writability for rename/unlink.
10249      Branch: perl
10250            ! opcode.pl
10251 ____________________________________________________________________________
10252 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
10253         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
10254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
10255              Date: Fri, 15 Jun 2001 12:08:53 +0200
10256              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
10257      Branch: perl
10258            ! perlio.c
10259 ____________________________________________________________________________
10260 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
10261         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
10262              From: Mike Guy <mjtg@cam.ac.uk>
10263              Date: Fri, 15 Jun 2001 14:11:49 +0100
10264              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
10265      Branch: perl
10266            ! opcode.pl
10267 ____________________________________________________________________________
10268 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
10269         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
10270              From: Nicholas Clark <nick@ccl4.org>
10271              Date: Thu, 14 Jun 2001 23:52:56 +0100
10272              Message-ID: <20010614235256.G98663@plum.flirble.org>
10273      Branch: perl
10274            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
10275            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10276 ____________________________________________________________________________
10277 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
10278         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
10279              From: Russ Allbery <rra@stanford.edu>
10280              Date: 14 Jun 2001 13:24:43 -0700
10281              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
10282      Branch: perl
10283            ! ext/GDBM_File/GDBM_File.pm
10284 ____________________________________________________________________________
10285 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
10286         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
10287              From: Nicholas Clark <nick@ccl4.org>
10288              Date: Thu, 14 Jun 2001 20:37:47 +0100
10289              Message-ID: <20010614203747.F98663@plum.flirble.org>
10290      Branch: perl
10291            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10292            ! t/lib/gdbm.t
10293 ____________________________________________________________________________
10294 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
10295         Log: Integrate perlio.
10296      Branch: perl
10297           !> makedef.pl sv.c
10298 ____________________________________________________________________________
10299 [ 10597] By: nick                                  on 2001/06/15  11:08:13
10300         Log: Check that HVs with HvNAME() != NULL are really stashes before
10301              treating them as such. Also be more defensive on the GvCV.
10302              Win32 fork and dprof now working again. 
10303      Branch: perlio
10304            ! sv.c
10305 ____________________________________________________________________________
10306 [ 10596] By: nick                                  on 2001/06/15  10:11:20
10307         Log: Integrate mainline.
10308      Branch: perlio
10309           +> Cross/README
10310           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
10311           !> Porting/config_H config_h.SH configure.com epoc/config.sh
10312           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
10313           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10314           !> vos/config.ga.h win32/config.bc win32/config.gc
10315           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10316           !> win32/config_H.vc
10317 ____________________________________________________________________________
10318 [ 10595] By: nick                                  on 2001/06/15  09:37:17
10319         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
10320              - Win32 (VC++) now builds but fails:
10321              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
10322              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
10323              write.t    - open(...,"|-") not implemented on Win32 
10324      Branch: perlio
10325            ! makedef.pl
10326 ____________________________________________________________________________
10327 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
10328         Log: Integrate perlio.
10329      Branch: perl
10330           !> perlio.c win32/makefile.mk
10331 ____________________________________________________________________________
10332 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
10333         Log: Metaconfig unit changes for #10592.
10334      Branch: metaconfig
10335            + U/modified/i_varhdr.U U/modified/startsh.U
10336            - U/a_dvisory/crosscompile.U U/target/Target.U
10337            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
10338            ! U/compline/bitpbyte.U U/compline/byteorder.U
10339            ! U/compline/ccflags.U U/compline/charsize.U
10340            ! U/compline/d_casti32.U U/compline/d_castneg.U
10341            ! U/compline/d_closedir.U U/compline/d_fd_set.U
10342            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
10343            ! U/compline/d_keepsig.U U/compline/d_open3.U
10344            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
10345            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
10346            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
10347            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
10348            ! U/compline/doublesize.U U/compline/floatsize.U
10349            ! U/compline/nblock_io.U U/compline/orderlib.U
10350            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
10351            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
10352            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
10353            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
10354            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
10355            ! U/modified/spitshell.U U/threads/archname.U
10356            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
10357            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
10358            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
10359            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
10360            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
10361      Branch: metaconfig/U/perl
10362            + Cross.U
10363            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
10364            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
10365            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
10366            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
10367            ! stdio_streams.U uselfs.U
10368 ____________________________________________________________________________
10369 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
10370         Log: The first steps towards cross-compilation.
10371              
10372              Abstract execution of compiled test executables with $run,
10373              and abstract transfer of files with $to and $from.
10374              
10375              Under cross-compilation the $run, $to, and $from will point
10376              to appropriate wrapper scripts, by default ssh and scp,
10377              but also rsh, rcp, and cp are supported.  If not
10378              cross-compiling, they will be set to '', ':', and ':',
10379              respectively.
10380              
10381              With these patches I was able to get Configure for
10382              iPAQ ARM Linux on an Intel Linux about 95% right
10383              (only a few tests failed to execute or they produced
10384              incorrect results), and I was able to compile
10385              a functional miniperl.
10386              
10387              The symbol crosscompile renamed to be usecrosscompile,
10388              the corresponding C symbol from CROSSCOMPILE to
10389              USE_CROSS_COMPILE.
10390      Branch: perl
10391            ! Configure Cross/README Makefile.SH Porting/Glossary
10392            ! Porting/config.sh Porting/config_H config_h.SH configure.com
10393            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
10394            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10395            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10396            ! win32/config.gc win32/config.vc win32/config_H.bc
10397            ! win32/config_H.gc win32/config_H.vc
10398 ____________________________________________________________________________
10399 [ 10591] By: nick                                  on 2001/06/14  20:00:12
10400         Log: Steps along the road toward Win32 building again.
10401      Branch: perlio
10402            ! perlio.c win32/makefile.mk
10403 ____________________________________________________________________________
10404 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
10405         Log: Integrate perlio.
10406      Branch: perl
10407           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10408 ____________________________________________________________________________
10409 [ 10589] By: nick                                  on 2001/06/14  13:54:07
10410         Log: Routine regen_config_h for Win32
10411      Branch: perlio
10412            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10413 ____________________________________________________________________________
10414 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
10415         Log: Integrate perlio.
10416      Branch: perl
10417           +> perlyline.pl
10418           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
10419 ____________________________________________________________________________
10420 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
10421         Log: A placeholder.
10422      Branch: perl
10423            + Cross/README
10424 ____________________________________________________________________________
10425 [ 10586] By: nick                                  on 2001/06/14  08:25:07
10426         Log: Add new step to run_byacc which:
10427              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
10428              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
10429      Branch: perlio
10430            + perlyline.pl
10431            ! MANIFEST Makefile.SH perly.c
10432 ____________________________________________________________________________
10433 [ 10585] By: nick                                  on 2001/06/14  08:22:29
10434         Log: Integrate mainline
10435      Branch: perlio
10436           +> locale.c numeric.c
10437           !> Changes cygwin/Makefile.SHs embed.h embed.pl
10438           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
10439           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
10440           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
10441           !> x2p/Makefile.SH
10442 ____________________________________________________________________________
10443 [ 10584] By: nick                                  on 2001/06/14  08:05:53
10444         Log: Hack to remove insecure directories from PATH so test will run.
10445      Branch: perlio
10446            ! t/lib/filefind.t
10447 ____________________________________________________________________________
10448 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
10449         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
10450      Branch: perl
10451            - t/lib/mbimbf.t
10452            ! MANIFEST
10453 ____________________________________________________________________________
10454 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
10455         Log: Detypo.
10456      Branch: perl
10457            ! x2p/Makefile.SH
10458 ____________________________________________________________________________
10459 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
10460         Log: de-$CONFIG continues.
10461      Branch: perl
10462            ! cygwin/Makefile.SHs x2p/Makefile.SH
10463 ____________________________________________________________________________
10464 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
10465         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
10466              From: Nicholas Clark <nick@ccl4.org>
10467              Date: Wed, 13 Jun 2001 21:20:13 +0100
10468              Message-ID: <20010613212013.D98663@plum.flirble.org>
10469      Branch: perl
10470            ! opcode.pl
10471 ____________________________________________________________________________
10472 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
10473         Log: Subject: splitting util.c
10474              From: Hugo <hv@crypt.compulink.co.uk>
10475              Date: Thu, 14 Jun 2001 00:41:08 +0100
10476              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
10477      Branch: perl
10478            + locale.c numeric.c
10479            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
10480            ! pod/perlapi.pod proto.h util.c
10481 ____________________________________________________________________________
10482 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
10483         Log: Upgrade to Math::BigInt 1.34 from Tels.
10484      Branch: perl
10485            + t/lib/mbimbf.t
10486            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10487            ! t/lib/bigfltpm.t t/lib/bigintpm.t
10488 ____________________________________________________________________________
10489 [ 10577] By: nick                                  on 2001/06/13  19:02:48
10490         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
10491      Branch: perlio
10492           !> (integrate 125 files)
10493 ____________________________________________________________________________
10494 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
10495         Log: Update Changes.
10496      Branch: perl
10497            ! Changes patchlevel.h
10498 ____________________________________________________________________________
10499 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
10500         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
10501              From: "Craig A. Berry" <craigberry@mac.com>
10502              Date: Wed, 13 Jun 2001 13:24:28 -0500
10503              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
10504      Branch: perl
10505            ! ext/re/Makefile.PL
10506 ____________________________________________________________________________
10507 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
10508         Log: Mc.u.c. for #10573.
10509      Branch: metaconfig
10510            ! U/threads/usethreads.U
10511 ____________________________________________________________________________
10512 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
10513         Log: It would be also be good if I could type.
10514      Branch: perl
10515            ! Configure
10516 ____________________________________________________________________________
10517 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
10518         Log: Metaconfig unit change for #10571.
10519      Branch: metaconfig
10520            ! U/threads/usethreads.U
10521 ____________________________________________________________________________
10522 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
10523         Log: A non-empty default is a good thing.
10524      Branch: perl
10525            ! Configure
10526 ____________________________________________________________________________
10527 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
10528         Log: Metaconfig unit change for #10569.
10529      Branch: metaconfig
10530            ! U/threads/usethreads.U
10531 ____________________________________________________________________________
10532 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
10533         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
10534              extremely experimental, not even prompted for.
10535      Branch: perl
10536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10537            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
10538            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10539            ! win32/config.bc win32/config.gc win32/config.vc
10540 ____________________________________________________________________________
10541 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
10542         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
10543      Branch: perl
10544            ! pod/perlfaq6.pod
10545 ____________________________________________________________________________
10546 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
10547         Log: Integrate perlio; conflicts, accept Nick's versions.
10548      Branch: perl
10549           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10550           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
10551 ____________________________________________________________________________
10552 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
10553         Log: Subject: Re: ext/ + -Wall
10554              From: Doug MacEachern <dougm@covalent.net>
10555              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
10556              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
10557      Branch: perl
10558            ! XSUB.h lib/ExtUtils/xsubpp perl.h
10559 ____________________________________________________________________________
10560 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
10561         Log: Similar logic as DB_File.xs, using the modern macros and
10562              defines them to older ones for older Perls where PERL_VERSION
10563              is not defined, from Doug MacEachern.
10564      Branch: perl
10565            ! ext/Storable/Storable.xs
10566 ____________________________________________________________________________
10567 [ 10564] By: nick                                  on 2001/06/13  15:22:01
10568         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
10569              and using that instead (name lookups are sequential search for now).
10570      Branch: perlio
10571            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10572            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
10573 ____________________________________________________________________________
10574 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
10575         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
10576              From: "Richard Soderberg" <rs@crystalflame.net>
10577              Date: Sat, 26 May 2001 06:44:20 -0700
10578              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
10579      Branch: perl
10580            ! sv.c t/op/glob.t
10581 ____________________________________________________________________________
10582 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
10583         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
10584              From: "Craig A. Berry" <craigberry@mac.com>
10585              Date: Tue, 12 Jun 2001 23:55:26 -0500
10586              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
10587      Branch: perl
10588            ! ext/re/Makefile.PL ext/re/re.xs
10589 ____________________________________________________________________________
10590 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
10591         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
10592              suggested by NI-S.
10593      Branch: perl
10594            ! XSUB.h malloc.c perl.h
10595 ____________________________________________________________________________
10596 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
10597         Log: Regen toc.
10598      Branch: perl
10599            ! pod/perltoc.pod
10600 ____________________________________________________________________________
10601 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
10602         Log: Subject: [patch] perl.gprof control
10603              From: Doug MacEachern <dougm@covalent.net>
10604              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
10605              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
10606      Branch: perl
10607            ! miniperlmain.c perl.h
10608 ____________________________________________________________________________
10609 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
10610         Log: Subject: Re: ext/ + -Wall
10611              From: Doug MacEachern <dougm@covalent.net>
10612              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
10613              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
10614              
10615              Document ax and break up dXSARGS.
10616      Branch: perl
10617            ! XSUB.h pod/perlapi.pod
10618 ____________________________________________________________________________
10619 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
10620         Log: More AIX tweakage from Merijn.
10621      Branch: perl
10622            ! hints/aix.sh
10623 ____________________________________________________________________________
10624 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
10625         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
10626              From: "Craig A. Berry" <craigberry@mac.com>
10627              Date: Tue, 12 Jun 2001 22:57:45 -0500
10628              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
10629      Branch: perl
10630            ! vms/descrip_mms.template
10631 ____________________________________________________________________________
10632 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
10633         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
10634              From: "Craig A. Berry" <craigberry@mac.com>
10635              Date: Tue, 12 Jun 2001 22:21:39 -0500
10636              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
10637      Branch: perl
10638            ! configure.com util.c
10639 ____________________________________________________________________________
10640 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
10641         Log: New AIX dynaloading code from Jens-Uwe Mager.
10642              Does break binary compatibility.
10643      Branch: perl
10644            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
10645 ____________________________________________________________________________
10646 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
10647         Log: VMS DEC C compiler found nits by Peter Prymmer.
10648      Branch: perl
10649            ! util.c
10650 ____________________________________________________________________________
10651 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
10652         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
10653              From: Peter Prymmer <pvhp@forte.com>
10654              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
10655              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
10656      Branch: perl
10657            ! t/lib/filecomp.t
10658 ____________________________________________________________________________
10659 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
10660         Log: I wonder how many $CONFIGs still lurk in the shadows.
10661      Branch: perl
10662            ! pod/Makefile.SH x2p/cflags.SH
10663 ____________________________________________________________________________
10664 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
10665         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
10666      Branch: perl
10667            ! pod/checkpods.PL
10668 ____________________________________________________________________________
10669 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
10670         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
10671      Branch: perl
10672            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
10673 ____________________________________________________________________________
10674 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
10675         Log: Subject: [patch] rid local_patches warnings
10676              From: Doug MacEachern <dougm@covalent.net>
10677              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
10678              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
10679      Branch: perl
10680            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
10681 ____________________________________________________________________________
10682 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
10683         Log: Subject: Re: ext/ + -Wall
10684              From: Doug MacEachern <dougm@covalent.net>
10685              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
10686              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
10687      Branch: perl
10688            ! ext/attrs/attrs.xs
10689 ____________________________________________________________________________
10690 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
10691         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
10692              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10693              Date: Tue, 12 Jun 2001 14:36:20 -0400
10694              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
10695      Branch: perl
10696            ! pod/perlretut.pod
10697 ____________________________________________________________________________
10698 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
10699         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
10700              From: Mike Guy <mjtg@cam.ac.uk>
10701              Date: Tue, 12 Jun 2001 19:10:31 +0100
10702              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
10703              
10704              Subject: Re: [ID 20010612.001] out of memory during regex compilation
10705              From: Mike Guy <mjtg@cam.ac.uk>
10706              Date: Tue, 12 Jun 2001 19:21:01 +0100
10707              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
10708      Branch: perl
10709            ! pod/perlop.pod
10710 ____________________________________________________________________________
10711 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
10712         Log: AIX tweaks from Merijn H. Brand.
10713      Branch: perl
10714            ! hints/aix.sh
10715 ____________________________________________________________________________
10716 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
10717         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
10718              From: "Brendan O'Dea" <bod@compusol.com.au>
10719              Date: Wed, 13 Jun 2001 05:16:47 +1000
10720              Message-ID: <20010613051647.A8945@compusol.com.au>
10721      Branch: maint-5.6/perl
10722            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10723 ____________________________________________________________________________
10724 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
10725         Log: Subject: Small bcopy cleanup
10726              From: Andy Dougherty <doughera@lafayette.edu>
10727              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
10728              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
10729      Branch: perl
10730            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
10731 ____________________________________________________________________________
10732 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
10733         Log: Subject: [PATCH] Re: ext/ + -Wall
10734              From: Nicholas Clark <nick@ccl4.org>
10735              Date: Wed, 13 Jun 2001 00:04:30 +0100
10736              Message-ID: <20010613000430.M5901@plum.flirble.org>
10737      Branch: perl
10738            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
10739 ____________________________________________________________________________
10740 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
10741         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
10742              From: Nicholas Clark <nick@ccl4.org>
10743              Date: Tue, 12 Jun 2001 23:53:07 +0100
10744              Message-ID: <20010612235307.L5901@plum.flirble.org>
10745      Branch: perl
10746            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10747 ____________________________________________________________________________
10748 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
10749         Log: MPE/iX tweaks from Mark Bixby.
10750      Branch: perl
10751            ! hints/mpeix.sh mpeix/mpeixish.h util.c
10752 ____________________________________________________________________________
10753 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
10754         Log: Update Changes.
10755      Branch: perl
10756            ! Changes patchlevel.h
10757 ____________________________________________________________________________
10758 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
10759         Log: One less -Wall whine (found under DEBUGGING).
10760      Branch: perl
10761            ! x2p/Makefile.SH x2p/a2p.c
10762 ____________________________________________________________________________
10763 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
10764         Log: s/case-independent/case-insensitive/g
10765      Branch: perl
10766            ! pod/perldebug.pod
10767 ____________________________________________________________________________
10768 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
10769         Log: As suggested in    
10770              
10771              Subject: Re: ext/ + -Wall
10772              From: Gurusamy Sarathy <gsar@ActiveState.com>
10773              Date: Mon, 11 Jun 2001 23:34:31 -0700
10774              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
10775      Branch: perl
10776            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
10777            ! perl.h
10778 ____________________________________________________________________________
10779 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
10780         Log: Subject: ext/ + -Wall
10781              From: Doug MacEachern <dougm@covalent.net>
10782              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
10783              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
10784      Branch: perl
10785            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
10786            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
10787            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
10788            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
10789            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
10790            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
10791            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
10792            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
10793            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
10794            ! lib/ExtUtils/xsubpp
10795 ____________________________________________________________________________
10796 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
10797         Log: Subject: [PATCH] anonymous stashes
10798              From: Abhijit Menon-Sen <ams@wiw.org>
10799              Date: Tue, 12 Jun 2001 12:47:04 +0530
10800              Message-ID: <20010612124704.A29029@lustre.linux.in>
10801      Branch: perl
10802            ! dump.c gv.c sv.c xsutils.c
10803 ____________________________________________________________________________
10804 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
10805         Log: One more test for $^S.
10806      Branch: perl
10807            ! t/op/magic.t
10808 ____________________________________________________________________________
10809 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
10810         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
10811              From: Abhijit Menon-Sen <ams@wiw.org>
10812              Date: Tue, 12 Jun 2001 17:35:55 +0530
10813              Message-ID: <20010612173555.A32426@lustre.linux.in>
10814      Branch: perl
10815            ! mg.c t/op/magic.t
10816 ____________________________________________________________________________
10817 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
10818         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
10819              From: Mike Guy <mjtg@cam.ac.uk>
10820              Date: Tue, 12 Jun 2001 13:14:15 +0100
10821              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
10822      Branch: perl
10823            ! pod/perlop.pod
10824 ____________________________________________________________________________
10825 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
10826         Log: AUTHORS updates.
10827      Branch: perl
10828            ! AUTHORS
10829 ____________________________________________________________________________
10830 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
10831         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
10832              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
10833              Content-Transfer-Encoding: 7bit
10834              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
10835      Branch: perl
10836            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
10837 ____________________________________________________________________________
10838 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
10839         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
10840              From: "Philip Newton" <Philip.Newton@gmx.net>
10841              Date: Mon, 11 Jun 2001 07:08:03 +0200
10842              Message-Id: <200106120802.LAA08992@taas.iki.fi>
10843      Branch: perl
10844            ! t/base/term.t
10845 ____________________________________________________________________________
10846 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
10847         Log: Cleanup the a2p.c for -Wall.
10848      Branch: perl
10849            ! x2p/Makefile.SH x2p/a2p.c
10850 ____________________________________________________________________________
10851 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
10852         Log: File::Find update for MacOS from Chris Nandor.
10853      Branch: perl
10854            ! lib/File/Find.pm t/lib/filefind.t
10855 ____________________________________________________________________________
10856 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
10857         Log: gcc -Wall nits picked out by a non-UNIX system
10858              (courtesy of Mark Bixby)
10859      Branch: perl
10860            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
10861            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
10862            ! pp_sys.c util.c
10863 ____________________________________________________________________________
10864 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
10865         Log: Metaconfig unit change for #10522.  (The d_modfl changes
10866              placate metalint.)
10867      Branch: metaconfig/U/perl
10868            ! d_modfl.U d_u32align.U
10869 ____________________________________________________________________________
10870 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
10871         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
10872              be "./try 2>&1 >/dev/null".
10873      Branch: perl
10874            ! Configure
10875 ____________________________________________________________________________
10876 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
10877         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
10878              From: "Craig A. Berry" <craigberry@mac.com>
10879              Date: Mon, 11 Jun 2001 14:00:32 -0500
10880              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
10881      Branch: perl
10882            ! configure.com
10883 ____________________________________________________________________________
10884 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
10885         Log: Move the full \p\P lists to perlunicode.
10886      Branch: perl
10887            ! pod/perlretut.pod pod/perlunicode.pod
10888 ____________________________________________________________________________
10889 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
10890         Log: VOS build tweak for 5.6.1 from Paul Green.
10891      Branch: maint-5.6/perl
10892            ! vos/build.cm
10893 ____________________________________________________________________________
10894 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
10895         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
10896              From: "Craig A. Berry" <craigberry@mac.com>
10897              Date: Fri, 8 Jun 2001 18:08:18 -0500
10898              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
10899      Branch: perl
10900            ! vms/vms.c
10901 ____________________________________________________________________________
10902 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
10903         Log: Update Changes.
10904      Branch: perl
10905            ! Changes patchlevel.h
10906 ____________________________________________________________________________
10907 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
10908         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
10909      Branch: perl
10910            ! vos/config.alpha.h vos/config.ga.h
10911 ____________________________________________________________________________
10912 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
10913         Log: VOS updates from Paul Green for @10476.
10914      Branch: perl
10915            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
10916            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10917            ! vos/config.ga.h vos/configure_perl.cm
10918 ____________________________________________________________________________
10919 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
10920         Log: Subject: [PATCH] Not many people know this ...
10921              From: Mike Guy <mjtg@cam.ac.uk>
10922              Date: Mon, 11 Jun 2001 14:55:15 +0100
10923              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
10924      Branch: perl
10925            ! pod/perldebug.pod
10926 ____________________________________________________________________________
10927 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
10928         Log: Add final commas to lists as suggested by Philip Newton.
10929      Branch: perl
10930            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10931 ____________________________________________________________________________
10932 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
10933         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
10934              Date: Sun, 10 Jun 2001 23:35:38 -0400
10935              From: Chris Nandor <pudge@pobox.com>
10936              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
10937      Branch: perl
10938            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
10939            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
10940            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
10941            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
10942            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
10943            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
10944            ! t/op/write.t t/pragma/strict.t
10945 ____________________________________________________________________________
10946 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
10947         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
10948              From: Chris Nandor <pudge@pobox.com>
10949              Date: Mon, 11 Jun 2001 08:24:28 -0400
10950              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
10951      Branch: perl
10952            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
10953            ! t/lib/io_dir.t
10954 ____________________________________________________________________________
10955 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
10956         Log: One more run_byacc (a hand-tweaked version had slipped in).
10957      Branch: perl
10958            ! perly.c vms/perly_c.vms
10959 ____________________________________________________________________________
10960 [ 10509] By: nick                                  on 2001/06/11  07:49:15
10961         Log: Integrate mainline
10962      Branch: perlio
10963           !> Makefile.SH embed.h embed.pl global.sym
10964           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
10965           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
10966           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
10967           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
10968 ____________________________________________________________________________
10969 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
10970         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
10971              From: Mike Guy <mjtg@cam.ac.uk>
10972              Reply-To: mjtg@cam.ac.uk
10973              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
10974      Branch: perl
10975            ! lib/ExtUtils/Manifest.pm
10976 ____________________________________________________________________________
10977 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
10978         Log: Subject: [PATCH] ExtUtils::Constant
10979              From: Nicholas Clark <nick@ccl4.org>
10980              Date: Sun, 10 Jun 2001 23:25:41 +0100
10981              Message-ID: <20010610232540.C76396@plum.flirble.org>
10982      Branch: perl
10983            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10984 ____________________________________________________________________________
10985 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
10986         Log: Integrate perlio.
10987      Branch: perl
10988           !> iperlsys.h
10989 ____________________________________________________________________________
10990 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
10991         Log: Move the grok_number and its lieutenant grok_numeric_radix
10992              from sv.c statics to util.c and public.
10993      Branch: perl
10994            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
10995            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
10996 ____________________________________________________________________________
10997 [ 10504] By: nick                                  on 2001/06/10  17:47:06
10998         Log: Fix (valid) -Wall warnings in perlio.c
10999      Branch: perlio
11000            ! iperlsys.h
11001 ____________________________________________________________________________
11002 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
11003         Log: Update perly_c.diff, update perly.fixer to edit away
11004              some of the -Wall noise.
11005      Branch: perl
11006            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
11007 ____________________________________________________________________________
11008 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
11009         Log: Check the version of byacc.
11010      Branch: perl
11011            ! Makefile.SH
11012 ____________________________________________________________________________
11013 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
11014         Log: Subject: [PATCH] perly.y overhaul
11015              From: Simon Cozens <simon@netthink.co.uk>
11016              Date: Sun, 10 Jun 2001 16:56:54 +0100
11017              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
11018              
11019              Plus make run_byacc.
11020      Branch: perl
11021            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
11022 ____________________________________________________________________________
11023 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
11024         Log: Integrate perlio.
11025      Branch: perl
11026           !> perlio.c perlsfio.h
11027 ____________________________________________________________________________
11028 [ 10499] By: nick                                  on 2001/06/10  15:01:08
11029         Log: Integrate mainline
11030      Branch: perlio
11031           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
11032           !> t/pragma/locale.t util.c
11033 ____________________________________________________________________________
11034 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
11035         Log: Put some meat on the perl572delta bones.  The list of
11036              selected bug fixes needs more work, as does still the
11037              whole document.
11038      Branch: perl
11039            ! pod/perl572delta.pod
11040 ____________________________________________________________________________
11041 [ 10497] By: nick                                  on 2001/06/10  12:27:51
11042         Log: Paper over a crack or two with USE_SFIO
11043      Branch: perlio
11044            ! perlio.c perlsfio.h
11045 ____________________________________________________________________________
11046 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
11047         Log: Update Changes.
11048      Branch: perl
11049            ! Changes patchlevel.h
11050 ____________________________________________________________________________
11051 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
11052         Log: Subject: Re: pragma/locale.t #107
11053              From: Hugo <hv@crypt.compulink.co.uk>
11054              Date: Sun, 10 Jun 2001 11:23:30 +0100
11055              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
11056              
11057              Encapsulate the scan of the decimal radix separator.
11058      Branch: perl
11059            ! embed.h embed.pl proto.h sv.c
11060 ____________________________________________________________________________
11061 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
11062         Log: Try to grok numbers both with the locale specific separator
11063              and with the usual "." (if different from the lss); add a test
11064              to locale.t to do also a little bit of math in addition to just
11065              equalness testing; remove extraneous logic as suggested in
11066              
11067              Subject: Re: pragma/locale.t #107
11068              From: Nicholas Clark <nick@ccl4.org>
11069              Date: Sat, 9 Jun 2001 22:37:36 +0100
11070              Message-ID: <20010609223735.Y76396@plum.flirble.org>
11071      Branch: perl
11072            ! sv.c t/pragma/locale.t
11073 ____________________________________________________________________________
11074 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
11075         Log: Metaconfig unit change for #10492.
11076      Branch: metaconfig/U/perl
11077            ! Extensions.U
11078 ____________________________________________________________________________
11079 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
11080         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
11081              From: Artur Bergman <artur@contiller.se> 
11082              Date: Sat, 09 Jun 2001 21:03:51 +0200
11083              Message-ID: <B7483FB6.1398%artur@contiller.se>
11084      Branch: perl
11085            ! Configure
11086 ____________________________________________________________________________
11087 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
11088         Log: Integrate perlio.
11089      Branch: perl
11090           !> perlsfio.h
11091 ____________________________________________________________________________
11092 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
11093         Log: Do locale specific separator if only in locale.
11094      Branch: perl
11095            ! util.c
11096 ____________________________________________________________________________
11097 [ 10489] By: nick                                  on 2001/06/09  19:13:25
11098         Log: Make XS/Typemap compile (but fail) with sfio
11099      Branch: perlio
11100            ! perlsfio.h
11101 ____________________________________________________________________________
11102 [ 10488] By: nick                                  on 2001/06/09  19:12:51
11103         Log: Re-integrate mainline
11104      Branch: perlio
11105           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
11106           !> proto.h sv.c util.c
11107 ____________________________________________________________________________
11108 [ 10487] By: nick                                  on 2001/06/09  16:26:29
11109         Log: Integrate mainline
11110      Branch: perlio
11111           !> (integrate 31 files)
11112 ____________________________________________________________________________
11113 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
11114         Log: Subject: [PATCH] New attempt to clone callack
11115              From: Artur Bergman <artur@contiller.se> 
11116              Date: Thu, 07 Jun 2001 11:52:16 +0200
11117              Message-ID: <B7451B6F.12B7%artur@contiller.se>
11118      Branch: perl
11119            ! embedvar.h intrpvar.h perlapi.h sv.c
11120 ____________________________________________________________________________
11121 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
11122         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
11123      Branch: perl
11124            ! embed.h embed.pl perl.h proto.h sv.c util.c
11125 ____________________________________________________________________________
11126 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
11127         Log: Subject: Re: pragma/locale.t #107
11128              From: Nicholas Clark <nick@ccl4.org>
11129              Date: Sat, 9 Jun 2001 16:26:10 +0100
11130              Message-ID: <20010609162609.V76396@plum.flirble.org>
11131              
11132              A missing NVification.
11133      Branch: perl
11134            ! sv.c
11135 ____________________________________________________________________________
11136 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
11137         Log: Redo the #10482, there already was a test script for formats.
11138      Branch: perl
11139            - t/io/format.t
11140            ! MANIFEST t/op/write.t
11141 ____________________________________________________________________________
11142 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
11143         Log: Twisted format testing, from Merijn.
11144      Branch: perl
11145            + t/io/format.t
11146            ! MANIFEST
11147 ____________________________________________________________________________
11148 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
11149         Log: More \p{In...} testing, combined with \N{...}.
11150      Branch: perl
11151            ! lib/utf8_heavy.pl t/op/pat.t
11152 ____________________________________________________________________________
11153 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
11154         Log: Metaconfig changes for #10479.
11155      Branch: metaconfig
11156            ! U/Glossary.patch
11157      Branch: metaconfig/U/perl
11158            ! d_modfl.U
11159 ____________________________________________________________________________
11160 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
11161         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
11162      Branch: perl
11163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11164            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
11165            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11166            ! win32/config.bc win32/config.gc win32/config.vc
11167 ____________________________________________________________________________
11168 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
11169         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
11170              From: "Craig A. Berry" <craigberry@mac.com>
11171              Date: Thu, 7 Jun 2001 14:27:20 -0500
11172              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
11173      Branch: perl
11174            ! vms/perlvms.pod
11175 ____________________________________________________________________________
11176 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
11177         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
11178              From: Gisle Aas <gisle@ActiveState.com>
11179              Date: 07 Jun 2001 17:04:29 -0700
11180              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
11181      Branch: perl
11182            ! ext/re/re.xs
11183 ____________________________________________________________________________
11184 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
11185         Log: Update Changes.
11186      Branch: perl
11187            ! Changes patchlevel.h
11188 ____________________________________________________________________________
11189 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
11190         Log: Regen Glossary et alia.
11191      Branch: perl
11192            ! Porting/Glossary Porting/config.sh Porting/config_H
11193 ____________________________________________________________________________
11194 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
11195         Log: Metaconfig unit changes for #10473.
11196      Branch: metaconfig/U/perl
11197            ! d_modfl.U
11198 ____________________________________________________________________________
11199 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
11200         Log: Harumph, also AIX will spill its guts (i.e. dump core)
11201              if an executable contains modfl() but it hasn't been
11202              compiled right (in the case of AIX, with cc -qlongdouble).
11203      Branch: perl
11204            ! Configure
11205 ____________________________________________________________________________
11206 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
11207         Log: integrate change#10471 from mainline
11208              
11209              in change#10451, check that CvOUTSIDE is a CV before looking in
11210              (it can apparently be SVt_NULL during global destruction)
11211      Branch: maint-5.6/perl
11212           !> op.c
11213 ____________________________________________________________________________
11214 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
11215         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
11216              (it can apparently be SVt_NULL during global destruction)
11217      Branch: perl
11218            ! op.c
11219 ____________________________________________________________________________
11220 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
11221         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
11222              From: Robin Barker <rmb1@cise.npl.co.uk>
11223              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
11224              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
11225      Branch: perl
11226            ! lib/diagnostics.pm pod/perldiag.pod
11227 ____________________________________________________________________________
11228 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
11229         Log: Subject: [PATCH perl@10439] long =item
11230              From: Robin Barker <rmb1@cise.npl.co.uk>
11231              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
11232              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
11233      Branch: perl
11234            ! README.amiga lib/Attribute/Handlers.pm
11235            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11236 ____________________________________________________________________________
11237 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
11238         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
11239              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
11240              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
11241              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
11242      Branch: perl
11243            ! pod/perlguts.pod
11244 ____________________________________________________________________________
11245 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
11246         Log: Integrate perlio.
11247      Branch: perl
11248           !> sv.c
11249 ____________________________________________________________________________
11250 [ 10466] By: nick                                  on 2001/06/07  10:25:40
11251         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
11252              whitespace tweaks.
11253              Still coredumps in pragma/overload.t - what a nice hard fail that is...
11254      Branch: perlio
11255            ! sv.c
11256 ____________________________________________________________________________
11257 [ 10465] By: nick                                  on 2001/06/07  08:41:58
11258         Log: Raw integrate of mainline for S_grok_number debug
11259              (sv.c has MULTIPLICITY issues as well as whatever else ...)
11260      Branch: perlio
11261            - plan9/perlplan9.doc plan9/perlplan9.pod
11262           !> (integrate 46 files)
11263 ____________________________________________________________________________
11264 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
11265         Log: The proper prototyping for #10463.
11266      Branch: perl
11267            ! embed.h embed.pl proto.h sv.c
11268 ____________________________________________________________________________
11269 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
11270         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
11271              From: Nicholas Clark <nick@ccl4.org>
11272              Date: Thu, 7 Jun 2001 00:29:59 +0100
11273              Message-ID: <20010607002959.Z76396@plum.flirble.org>
11274      Branch: perl
11275            ! sv.c
11276 ____________________________________________________________________________
11277 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
11278         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
11279              From: "Craig A. Berry" <craigberry@mac.com>
11280              Date: Wed, 06 Jun 2001 17:54:30 -0500
11281              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
11282      Branch: perl
11283            ! vms/perlvms.pod
11284 ____________________________________________________________________________
11285 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
11286         Log: Podify the remaining README.platform files;
11287              merge README.plan9 and plan9/perlplan9.pod;
11288              delete plan9/perlplan9.* (the perlplan.doc needs to
11289              be regenerated in Plan 9); make the =head1 and =head2
11290              in the README.platform to be a little more verbose
11291              (skipped README.os2 not to anger Ilya) so that they
11292              look better in the toc; regen toc.
11293      Branch: perl
11294            - plan9/perlplan9.doc plan9/perlplan9.pod
11295            ! MANIFEST README.aix README.amiga README.apollo README.beos
11296            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
11297            ! README.hpux README.hurd README.machten README.macos
11298            ! README.micro README.mint README.mpeix README.os390
11299            ! README.plan9 README.qnx README.solaris README.threads
11300            ! README.tru64 README.vmesa README.vms README.vos README.win32
11301            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11302            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11303 ____________________________________________________________________________
11304 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
11305         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
11306              From: Mike Guy <mjtg@cam.ac.uk>
11307              Reply-To: mjtg@cam.ac.uk
11308              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
11309      Branch: perl
11310            ! pod/perlguts.pod
11311 ____________________________________________________________________________
11312 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
11313         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
11314              From: Mike Guy <mjtg@cam.ac.uk>
11315              Reply-To: mjtg@cam.ac.uk
11316              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
11317      Branch: perl
11318            ! pod/perlsec.pod
11319 ____________________________________________________________________________
11320 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
11321         Log: Disable long doubles from pre-5.0 Tru64s.
11322      Branch: perl
11323            ! README.tru64 hints/dec_osf.sh
11324 ____________________________________________________________________________
11325 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
11326         Log: The #10455 exposed that modfl() is fundamentally busted
11327              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
11328              testing it.
11329      Branch: perl
11330            ! hints/dec_osf.sh
11331 ____________________________________________________________________________
11332 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
11333         Log: Metaconfig unit change for #10455.
11334      Branch: metaconfig/U/perl
11335            ! d_modfl.U
11336 ____________________________________________________________________________
11337 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
11338         Log: Configure check for geborken modfl(), inspired by
11339              
11340              Subject: Re: [20010118.017] op/int.t failure 
11341              From: Hugo <hv@crypt.compulink.co.uk>
11342              Date: Tue, 05 Jun 2001 13:43:27 +0100
11343              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
11344      Branch: perl
11345            ! Configure
11346 ____________________________________________________________________________
11347 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
11348         Log: Integrate changes #10450 and #10451 from maintperl:
11349              
11350              optimize change#10448 slightly (don't repeat search in eval""s lexical
11351              scope, since that has already been searched)
11352              
11353              change#9108 needs subtler treatment for case of closures created
11354              within eval""
11355      Branch: perl
11356           !> op.c t/op/misc.t
11357 ____________________________________________________________________________
11358 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
11359         Log: MakeMaker magic to compile (when no dynamic loading)
11360              List/Util.xsc as (ListUtil.c and) ListUtil.o since
11361              POSIX-BC (BS2000) linker has an evil limitation of
11362              being unable to include in the same executable several
11363              object files with the same name - case-insensitively -
11364              because otherwise we conflict with util.c.
11365              Strictly speaking currently required only in POSIX-BC
11366              but probably will do no harm elsewhere where static
11367              linking is required.
11368      Branch: perl
11369            ! ext/List/Util/Makefile.PL
11370 ____________________________________________________________________________
11371 [ 10452] By: nick                                  on 2001/06/06  08:59:51
11372         Log: Integrate mainline.
11373      Branch: perlio
11374           +> lib/Attribute/Handlers/demo/Demo.pm
11375           +> lib/Attribute/Handlers/demo/Descriptions.pm
11376           +> lib/Attribute/Handlers/demo/MyClass.pm
11377           +> lib/Attribute/Handlers/demo/demo.pl
11378           +> lib/Attribute/Handlers/demo/demo2.pl
11379           +> lib/Attribute/Handlers/demo/demo3.pl
11380           +> lib/Attribute/Handlers/demo/demo4.pl
11381           +> lib/Attribute/Handlers/demo/demo_call.pl
11382           +> lib/Attribute/Handlers/demo/demo_chain.pl
11383           +> lib/Attribute/Handlers/demo/demo_cycle.pl
11384           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
11385           +> lib/Attribute/Handlers/demo/demo_phases.pl
11386           +> lib/Attribute/Handlers/demo/demo_range.pl
11387           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
11388           +> uts/strtol_wrap.c
11389           !> (integrate 91 files)
11390 ____________________________________________________________________________
11391 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
11392         Log: change#9108 needs subtler treatment for case of closures created
11393              within eval""
11394      Branch: maint-5.6/perl
11395            ! op.c t/op/misc.t
11396 ____________________________________________________________________________
11397 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
11398         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
11399              scope, since that has already been searched)
11400      Branch: maint-5.6/perl
11401            ! op.c
11402 ____________________________________________________________________________
11403 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
11404         Log: Integrate change #10448 from maintperl; lexicals
11405              outside an eval"" weren't resolved correctly inside a subroutine
11406              definition inside the eval"" if they were not already referenced
11407              in the toplevel of the eval""-ed code
11408      Branch: perl
11409           !> cop.h op.c pp_ctl.c t/op/misc.t
11410 ____________________________________________________________________________
11411 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
11412         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
11413              outside an eval"" weren't resolved correctly inside a subroutine
11414              definition inside the eval"" if they were not already referenced
11415              in the toplevel of the eval""-ed code
11416      Branch: maint-5.6/perl
11417            ! cop.h op.c pp_ctl.c t/op/misc.t
11418 ____________________________________________________________________________
11419 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
11420         Log: Subject: [PATCH] perl570delta.pod
11421              From: Peter Scott <Peter@PSDT.com> 
11422              Date: Tue, 05 Jun 2001 18:51:02 -0700
11423              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
11424      Branch: perl
11425            ! pod/perl570delta.pod
11426 ____________________________________________________________________________
11427 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
11428         Log: The fudge factor is no more needed.  I hope.
11429      Branch: perl
11430            ! t/lib/posix.t
11431 ____________________________________________________________________________
11432 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
11433         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
11434              From: Hugo <hv@crypt.compulink.co.uk>
11435              Date: Tue, 05 Jun 2001 12:58:19 +0100
11436              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
11437      Branch: perl
11438            ! util.c
11439 ____________________________________________________________________________
11440 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
11441         Log: Make up prototypes only for those who have the functions
11442              but not the prototypes.
11443      Branch: perl
11444            ! perl.h
11445 ____________________________________________________________________________
11446 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
11447         Log: Subject: Re: Not OK: perl@10439 on win32 
11448              From: Prymmer/Kahn <pvhp@best.com> 
11449              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
11450              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
11451      Branch: perl
11452            ! perl.h util.c
11453 ____________________________________________________________________________
11454 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
11455         Log: The metaconfig units changes for #10441.
11456      Branch: metaconfig
11457            ! U/modified/Extract.U U/modified/Extractall.U
11458            ! U/modified/Finish.U
11459 ____________________________________________________________________________
11460 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
11461         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
11462      Branch: perl
11463            ! Configure
11464 ____________________________________________________________________________
11465 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
11466         Log: Unnecessary fuzziness undone, noted by Mike Guy.
11467      Branch: perl
11468            ! t/op/tr.t
11469 ____________________________________________________________________________
11470 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
11471         Log: Update Changes.
11472      Branch: perl
11473            ! Changes patchlevel.h
11474 ____________________________________________________________________________
11475 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
11476         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
11477              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
11478              leakage patch.
11479      Branch: perl
11480            ! t/op/misc.t
11481 ____________________________________________________________________________
11482 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
11483         Log: Test case for #10433/#10424.
11484      Branch: perl
11485            ! t/op/misc.t
11486 ____________________________________________________________________________
11487 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
11488         Log: Subject: One fix for strtoul not setting errno
11489              From: hom00@utsglobal.com (Hal Morris)
11490              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
11491              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
11492      Branch: perl
11493            + uts/strtol_wrap.c
11494            ! MANIFEST hints/uts.sh
11495 ____________________________________________________________________________
11496 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
11497         Log: Metaconfig units changes for #10434.
11498      Branch: metaconfig
11499            ! U/modified/Cppsym.U
11500      Branch: metaconfig/U/perl
11501            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
11502            + d_syscallproto.U d_usleepproto.U
11503            ! longdblfio.U quadfio.U
11504 ____________________________________________________________________________
11505 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
11506         Log: Configure tweaks; add prototype probes, make the cpp symbols
11507              probe to cast, not whine; test for %Ld and %Lf before %lld and
11508              %llf because the L is the ANSI way.
11509      Branch: perl
11510            ! Configure config_h.SH configure.com epoc/config.sh
11511            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
11512            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11513            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
11514 ____________________________________________________________________________
11515 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
11516         Log: Sigh.  This is what #10424 was supposed to check in.
11517      Branch: perl
11518            ! op.c sv.c sv.h
11519 ____________________________________________________________________________
11520 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
11521         Log: More verbose failure.
11522      Branch: perl
11523            ! t/op/ver.t
11524 ____________________________________________________________________________
11525 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
11526         Log: The .pm changes to go with #10428.
11527      Branch: perl
11528            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
11529            ! ext/Sys/Syslog/Syslog.pm
11530 ____________________________________________________________________________
11531 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
11532         Log: On second thoughts show to utf8 skippage message only
11533              on failures, it's too confusing otherwise,
11534      Branch: perl
11535            ! t/pragma/locale.t
11536 ____________________________________________________________________________
11537 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
11538         Log: Do not import anything from Encode.
11539      Branch: perl
11540            ! ext/MIME/Base64/QuotedPrint.pm
11541 ____________________________________________________________________________
11542 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
11543         Log: The #10402 didn't take.  Weird.
11544      Branch: perl
11545            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
11546            ! ext/Sys/Syslog/Syslog.xs
11547 ____________________________________________________________________________
11548 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
11549         Log: Eradicate traces of 'asciirange' re subpragma.
11550      Branch: perl
11551            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
11552            ! pod/perldiag.pod
11553 ____________________________________________________________________________
11554 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
11555         Log: use is a compile-time thing.
11556      Branch: perl
11557            ! ext/MIME/Base64/QuotedPrint.pm
11558 ____________________________________________________________________________
11559 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
11560         Log: Subject: [PATCH perl@10419] -Wall casting patch
11561              From: Robin Barker <rmb1@cise.npl.co.uk>
11562              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
11563              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
11564      Branch: perl
11565            ! ext/Devel/DProf/DProf.xs mg.c
11566 ____________________________________________________________________________
11567 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
11568         Log: Subject: [PATCH #2] introducing SVpad_TYPED
11569              From: Abhijit Menon-Sen <ams@wiw.org>
11570              Date: Mon, 4 Jun 2001 12:26:02 +0530
11571              Message-ID: <20010604122602.A5775@lustre.linux.in>
11572      Branch: perl
11573            ! op.c sv.c sv.h
11574 ____________________________________________________________________________
11575 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
11576         Log: testsuite for change#10192 (from Gisle Aas)
11577      Branch: perl
11578            + t/op/override.t
11579            ! MANIFEST
11580 ____________________________________________________________________________
11581 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
11582         Log: integrate changes#10414-10416 from mainline
11583              
11584              Potential buffer overrun if the radix separator is more than
11585              one byte.  Also, under locales, prefer the locale-specific
11586              separator over the old boring ".".
11587              
11588              "10.", that is, decimal numbers can have no decimal part at all.
11589              
11590              The non-locale places need love, too.
11591      Branch: maint-5.6/perl
11592           !> perl.h sv.c
11593 ____________________________________________________________________________
11594 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
11595         Log: Missed from #10420.
11596      Branch: perl
11597            ! epoc/config.sh
11598 ____________________________________________________________________________
11599 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
11600         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
11601              often this prototype goes with HAS_SETRESUID_PROTO.
11602      Branch: perl
11603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11604            ! config_h.SH configure.com perl.h uconfig.h
11605 ____________________________________________________________________________
11606 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
11607         Log: Update Changes.
11608      Branch: perl
11609            ! Changes patchlevel.h
11610 ____________________________________________________________________________
11611 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
11612         Log: -Wall "subscript has type `char'" cleanup.
11613      Branch: perl
11614            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
11615 ____________________________________________________________________________
11616 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
11617         Log: Various "cast to pointer from integer of different size"
11618              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
11619              wide but I32 (int) only 32 bits wide).
11620              
11621              WARNING: the classnum and tagnum changes in Storable.xs
11622              may not be wise, they may be breaking binary compatibility
11623              (in 64-bit platforms), asked Raphael Manfredi about the changes.
11624      Branch: perl
11625            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
11626            ! mg.c proto.h
11627 ____________________________________________________________________________
11628 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
11629         Log: The non-locale places need love, too.
11630      Branch: perl
11631            ! perl.h
11632 ____________________________________________________________________________
11633 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
11634         Log: "10.", that is, decimal numbers can have no decimal part at all.
11635      Branch: perl
11636            ! perl.h
11637 ____________________________________________________________________________
11638 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
11639         Log: Potential buffer overrun if the radix separator is more than
11640              one byte.  Also, under locales, prefer the locale-specific
11641              separator over the old boring ".".
11642      Branch: perl
11643            ! perl.h sv.c
11644 ____________________________________________________________________________
11645 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
11646         Log: Integrate change #10412 from maintperl; locale is now
11647              per-cop, not per-op; plus retweak the locale.t to always
11648              list the skipped utf8 locales.
11649      Branch: perl
11650            ! t/pragma/locale.t
11651           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
11652           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
11653 ____________________________________________________________________________
11654 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
11655         Log: rationalize locale handling to fix the bugs uncovered by change#10394
11656              
11657              the major issue was that the runtime was looking at PL_hints rather
11658              than op_private to notice whether locale was enabled
11659              
11660              the secondary issue was that many locale-sensitive numeric ops didn't
11661              have HINT_LOCALE propagated into their op_private
11662              
11663              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
11664              instead of per-op, just like HINT_BYTE and the hints for lexical
11665              warnings (this makes the hint available to every op via PL_curcop)
11666              
11667              pragma/locale.t may need to be reworked with these fixes in mind
11668              (it currently passes its tests)
11669      Branch: maint-5.6/perl
11670            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
11671            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
11672 ____________________________________________________________________________
11673 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
11674         Log: More verbose debugging.
11675      Branch: perl
11676            ! t/pragma/locale.t
11677 ____________________________________________________________________________
11678 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
11679         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
11680              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11681              Date: Sat, 2 Jun 2001 22:53:33 +0100
11682              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
11683      Branch: perl
11684            ! regcomp.c t/pragma/warn/regcomp
11685 ____________________________________________________________________________
11686 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
11687         Log: Mention that lexicalizing $a or $b is a bad idea if one
11688              wants to use sort().
11689      Branch: perl
11690            ! pod/perlvar.pod
11691 ____________________________________________________________________________
11692 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
11693         Log: Tweak the test to be happy if the accuracy is 'good enough'.
11694      Branch: perl
11695            ! t/lib/posix.t
11696 ____________________________________________________________________________
11697 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
11698         Log: Upgrade to Attribute::Handlers 0.70.
11699              
11700              NOTE: this unearthed the "too late for CHECK block" bug,
11701              that's why the 1_compile.t change.
11702      Branch: perl
11703            + lib/Attribute/Handlers/demo/Demo.pm
11704            + lib/Attribute/Handlers/demo/Descriptions.pm
11705            + lib/Attribute/Handlers/demo/MyClass.pm
11706            + lib/Attribute/Handlers/demo/demo.pl
11707            + lib/Attribute/Handlers/demo/demo2.pl
11708            + lib/Attribute/Handlers/demo/demo3.pl
11709            + lib/Attribute/Handlers/demo/demo4.pl
11710            + lib/Attribute/Handlers/demo/demo_call.pl
11711            + lib/Attribute/Handlers/demo/demo_chain.pl
11712            + lib/Attribute/Handlers/demo/demo_cycle.pl
11713            + lib/Attribute/Handlers/demo/demo_hashdir.pl
11714            + lib/Attribute/Handlers/demo/demo_phases.pl
11715            + lib/Attribute/Handlers/demo/demo_range.pl
11716            + lib/Attribute/Handlers/demo/demo_rawdata.pl
11717            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
11718            ! t/lib/attrhand.t
11719 ____________________________________________________________________________
11720 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
11721         Log: One less -Wall whine.
11722      Branch: perl
11723            ! regcomp.c
11724 ____________________________________________________________________________
11725 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
11726         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
11727      Branch: perl
11728           !> t/op/eval.t
11729 ____________________________________________________________________________
11730 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
11731         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
11732              aren't "normally" visible inside eval""s contained in subs unless
11733              a cloned reference to them already exists)
11734              
11735              strangely enough, t/harness didn't show this up as a failure
11736              (harness needs fixing?)
11737      Branch: maint-5.6/perl
11738            ! t/op/eval.t
11739 ____________________________________________________________________________
11740 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
11741         Log: Update to Text::Balanced 1.85.
11742      Branch: perl
11743            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
11744 ____________________________________________________________________________
11745 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
11746         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
11747              From: Nicholas Clark <nick@ccl4.org>
11748              Date: Sun, 3 Jun 2001 17:54:36 +0100
11749              Message-ID: <20010603175436.E76396@plum.flirble.org> 
11750      Branch: perl
11751            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
11752            ! ext/Sys/Syslog/Syslog.xs
11753 ____________________________________________________________________________
11754 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
11755         Log: Unused variables.
11756      Branch: perl
11757            ! util.c
11758 ____________________________________________________________________________
11759 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
11760         Log: Subject: [PATCH] APIfy op_clear 
11761              From: Simon Cozens <simon@netthink.co.uk>
11762              Date: Sun, 3 Jun 2001 13:51:46 +0100
11763              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
11764              
11765              (despite the subject line, op_null is APIfied by the patch)
11766      Branch: perl
11767            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11768 ____________________________________________________________________________
11769 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
11770         Log: Subject: [PATCH] t/lib/extutils.t
11771              From: Nicholas Clark <nick@ccl4.org>
11772              Date: Sat, 2 Jun 2001 23:57:05 +0100
11773              Message-ID: <20010602235705.Q12698@plum.flirble.org>
11774      Branch: perl
11775            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11776 ____________________________________________________________________________
11777 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
11778         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
11779              From: Prymmer/Kahn <pvhp@best.com>
11780              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
11781              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
11782      Branch: perl
11783            ! win32/Makefile win32/makefile.mk
11784 ____________________________________________________________________________
11785 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
11786         Log: Subject: Re: 'decimal digits' macro? 
11787              From: Hugo <hv@crypt.compulink.co.uk>
11788              Date: Sun, 03 Jun 2001 04:26:36 +0100
11789              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
11790      Branch: perl
11791            ! handy.h t/lib/posix.t t/op/tr.t
11792 ____________________________________________________________________________
11793 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
11794         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
11795              From: Hugo <hv@crypt.compulink.co.uk>
11796              Date: Sun, 03 Jun 2001 14:56:30 +0100
11797              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
11798      Branch: perl
11799            ! util.c
11800 ____________________________________________________________________________
11801 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
11802         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
11803      Branch: perl
11804           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
11805           !> vms/perly_c.vms
11806 ____________________________________________________________________________
11807 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
11808         Log: fix leakage of lexicals at file scope into subroutines that were
11809              declared before them; this appears to be a longstanding bug that
11810              meant that lexicals at file scope were never "deintroduced", meaning
11811              their scope range was never properly closed, and their visibility
11812              extended to all subsequent eval""s or requires
11813              
11814              added a test case
11815              
11816              seems to also fix a case of bogus duplicate warnings
11817      Branch: maint-5.6/perl
11818            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
11819            ! vms/perly_c.vms
11820 ____________________________________________________________________________
11821 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
11822         Log: More VMS tweaks from Craig A. Berry.
11823      Branch: perl
11824            ! configure.com t/lib/extutils.t
11825 ____________________________________________________________________________
11826 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
11827         Log: -Wall cleanup continues.
11828      Branch: perl
11829            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
11830            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
11831            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
11832            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
11833            ! run.c toke.c util.c
11834 ____________________________________________________________________________
11835 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
11836         Log: The metaconfig unit change for #10390.
11837      Branch: metaconfig/U/perl
11838            ! gccvers.U
11839 ____________________________________________________________________________
11840 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
11841         Log: Drop the -ansi from the default gcc flags.
11842              
11843              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
11844              that struct cannot be compared with a flat integer, such as STRLEN.
11845              The -ansi will also cause a lot of noise in Solaris because of:
11846              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
11847      Branch: perl
11848            ! Configure
11849 ____________________________________________________________________________
11850 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
11851         Log: Integrate perlio.
11852      Branch: perl
11853           !> pod/perlapi.pod util.c
11854 ____________________________________________________________________________
11855 [ 10388] By: nick                                  on 2001/06/02  08:01:12
11856         Log: Integrate mainline
11857      Branch: perlio
11858           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
11859           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
11860           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
11861           !> t/lib/1_compile.t t/lib/mimeqp.t
11862 ____________________________________________________________________________
11863 [ 10387] By: nick                                  on 2001/06/02  07:39:17
11864         Log: Tweak util.c's atof2 for MULTIPLICITY
11865      Branch: perlio
11866            ! util.c
11867 ____________________________________________________________________________
11868 [ 10386] By: nick                                  on 2001/06/02  07:38:33
11869         Log: Integrate mainline
11870      Branch: perlio
11871           !> (integrate 41 files)
11872 ____________________________________________________________________________
11873 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
11874         Log: Add Attribute::Handlers 0.61 from Damian Conway.
11875      Branch: perl
11876            + lib/Attribute/Handlers.pm t/lib/attrhand.t
11877            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
11878 ____________________________________________________________________________
11879 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
11880         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
11881              From: Peter Prymmer <pvhp@forte.com>
11882              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
11883              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
11884      Branch: perl
11885            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
11886 ____________________________________________________________________________
11887 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
11888         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
11889              From: Jeff Pinyan <jeffp@crusoe.net>
11890              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
11891              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
11892      Branch: perl
11893            ! lib/File/Find.pm
11894 ____________________________________________________________________________
11895 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
11896         Log: Subject: [PATCH perl@10381] configure.com tweaks
11897              From: "Craig A. Berry" <craigberry@mac.com>
11898              Date: Fri, 1 Jun 2001 13:55:43 -0500
11899              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
11900      Branch: perl
11901            ! configure.com
11902 ____________________________________________________________________________
11903 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
11904         Log: Update Changes.
11905      Branch: perl
11906            ! Changes patchlevel.h
11907 ____________________________________________________________________________
11908 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
11909         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
11910              From: Mike Guy <mjtg@cam.ac.uk>
11911              Date: Fri, 01 Jun 2001 18:17:02 +0100
11912              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
11913      Branch: perl
11914            ! lib/perl5db.pl
11915 ____________________________________________________________________________
11916 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
11917         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
11918              From: Hugo <hv@crypt.compulink.co.uk>
11919              Date: Thu, 31 May 2001 20:49:48 +0100
11920              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
11921      Branch: perl
11922            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
11923            ! util.c
11924 ____________________________________________________________________________
11925 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
11926         Log: Zero() is not available in x2p (or, rather, some of its
11927              implementations like memzero() might not be available.)
11928      Branch: perl
11929            ! x2p/hash.c
11930 ____________________________________________________________________________
11931 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
11932         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
11933              From: Michael G Schwern <schwern@pobox.com>
11934              Date: Fri, 1 Jun 2001 12:00:29 +0100
11935              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
11936              
11937              (But use Zero() instead of memset.)
11938      Branch: perl
11939            ! x2p/hash.c
11940 ____________________________________________________________________________
11941 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
11942         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
11943              From: Jeff Pinyan <jeffp@crusoe.net>
11944              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
11945              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
11946      Branch: perl
11947            ! pod/perldiag.pod regcomp.c t/op/pat.t
11948 ____________________________________________________________________________
11949 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
11950         Log: Retract #10324 and #10333; not needed.
11951      Branch: perl
11952            ! hints/irix_6.sh hints/linux.sh
11953 ____________________________________________________________________________
11954 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
11955         Log: The #10370 wasn't quite right.
11956      Branch: perl
11957            ! ext/XS/Typemap/Typemap.xs
11958 ____________________________________________________________________________
11959 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
11960         Log: The metaconfig units changes for #10372.
11961      Branch: metaconfig/U/perl
11962            + d_realpath.U d_sresgproto.U d_sresuproto.U
11963            ! gccvers.U i_db.U
11964 ____________________________________________________________________________
11965 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
11966         Log: Configure tweaks; record the Berkeley DB version,
11967              probe for realpath(), for setresuid() and setresgid()
11968              prototypes; use realpath() (try to be paranoid enough),
11969              use the setres[ug]id prototypes because glibc has the functions
11970              but not their prototypes; add -Wall -ansi to gcc ccflags;
11971              regen toc.
11972      Branch: perl
11973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11974            ! config_h.SH configure.com epoc/config.sh
11975            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
11976            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
11977            ! vos/config.ga.def win32/config.bc win32/config.gc
11978            ! win32/config.vc
11979 ____________________________________________________________________________
11980 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
11981         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
11982              From: Michael G Schwern <schwern@pobox.com>
11983              Date: Fri, 1 Jun 2001 11:28:14 +0100
11984              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
11985      Branch: perl
11986            ! lib/attributes.pm xsutils.c
11987 ____________________________________________________________________________
11988 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
11989         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
11990              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11991              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
11992              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
11993      Branch: perl
11994            ! ext/XS/Typemap/Typemap.xs
11995 ____________________________________________________________________________
11996 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
11997         Log: Subject: [patch] Cwd.xs optimizations/abstraction
11998              From: Doug MacEachern <dougm@covalent.net>
11999              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
12000              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
12001      Branch: perl
12002            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
12003            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
12004 ____________________________________________________________________________
12005 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
12006         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!])
12007              From: Nicholas Clark <nick@ccl4.org>
12008              Date: Thu, 31 May 2001 23:56:40 +0100
12009              Message-ID: <20010531235640.F12698@plum.flirble.org>
12010              
12011              Make the test work also under only static extensions
12012              (sh Configure -Uusedl fakes this nicely)
12013      Branch: perl
12014            ! t/lib/extutils.t
12015 ____________________________________________________________________________
12016 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
12017         Log: Subject: [PATCH hv.c] Eliminating trigraph
12018              From: Michael G Schwern <schwern@pobox.com>
12019              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
12020              Date: Fri, 1 Jun 2001 11:49:56 +0100
12021      Branch: perl
12022            ! hv.c
12023 ____________________________________________________________________________
12024 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
12025         Log: Subject: Re: [PATCH] Tests for File::Compare 
12026              From: "Philip Newton" <Philip.Newton@gmx.net>
12027              Date: Thu, 31 May 2001 19:44:05 +0200
12028              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
12029              
12030              Unnecessary "quotation marks".
12031      Branch: perl
12032            ! t/lib/filecomp.t
12033 ____________________________________________________________________________
12034 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
12035         Log: Integrate perlio.
12036      Branch: perl
12037           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
12038 ____________________________________________________________________________
12039 [ 10364] By: nick                                  on 2001/06/01  10:13:31
12040         Log: Cleanup dll.base and dll.exp created by GCC builds.
12041      Branch: perlio
12042            ! lib/ExtUtils/MM_Win32.pm
12043 ____________________________________________________________________________
12044 [ 10363] By: nick                                  on 2001/06/01  10:02:17
12045         Log: Make filecomp test work on CRLF platforms by adding binmode.
12046      Branch: perlio
12047            ! t/lib/filecomp.t
12048 ____________________________________________________________________________
12049 [ 10362] By: nick                                  on 2001/06/01  08:37:17
12050         Log: Integrate mainline
12051      Branch: perlio
12052           !> Changes Configure patchlevel.h perlio.c
12053 ____________________________________________________________________________
12054 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
12055         Log: panic:claustrophobia.
12056      Branch: perl
12057            ! perlio.c
12058 ____________________________________________________________________________
12059 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
12060         Log: Update Changes.
12061      Branch: perl
12062            ! Changes patchlevel.h
12063 ____________________________________________________________________________
12064 [ 10359] By: nick                                  on 2001/05/31  12:35:50
12065         Log: Integrate mainline.
12066      Branch: perlio
12067           +> t/lib/filecomp.t
12068           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
12069           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
12070 ____________________________________________________________________________
12071 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
12072         Log: Integrate perlio.
12073      Branch: perl
12074           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
12075           !> win32/config_H.vc
12076 ____________________________________________________________________________
12077 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
12078         Log: Metaconfig unit change for #10356.
12079      Branch: metaconfig
12080            ! U/installdirs/inc_version_list.U
12081 ____________________________________________________________________________
12082 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
12083         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
12084              (idea from Sarathy; implementation from Andy)
12085      Branch: perl
12086            ! Configure
12087 ____________________________________________________________________________
12088 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
12089         Log: More AUTHORS.
12090      Branch: perl
12091            ! AUTHORS
12092 ____________________________________________________________________________
12093 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
12094         Log: Subject: Re: [PATCH] Tests for File::Compare
12095              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
12096              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
12097              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
12098      Branch: perl
12099            + t/lib/filecomp.t
12100            ! MANIFEST t/lib/1_compile.t
12101 ____________________________________________________________________________
12102 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
12103         Log: Subject: [PATCH] DEBUG_* macro cleanups
12104              From: Abhijit Menon-Sen <ams@wiw.org>
12105              Date: Thu, 31 May 2001 12:16:22 +0530
12106              Message-ID: <20010531121622.B4829@lustre.linux.in>
12107              
12108              Subject: Re: [PATCH] DEBUG_* macro cleanups
12109              From: Abhijit Menon-Sen <ams@wiw.org>
12110              Date: Thu, 31 May 2001 13:57:01 +0530
12111              Message-ID: <20010531135701.A21775@lustre.linux.in>
12112              
12113              (The DEBUG_ definitions in perl.h changed to use the
12114              STMT_START and STMT_END.)
12115      Branch: perl
12116            ! perl.h pp_ctl.c sv.c toke.c
12117 ____________________________________________________________________________
12118 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
12119         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
12120              From: Abhijit Menon-Sen <ams@wiw.org>
12121              Date: Thu, 31 May 2001 08:27:55 +0530
12122              Message-ID: <20010531082755.A10018@lustre.linux.in>
12123      Branch: perl
12124            ! ext/Storable/Storable.xs gv.c perl.c
12125 ____________________________________________________________________________
12126 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
12127         Log: Subject: [PATCH] AUTHORS
12128              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12129              Date: Thu, 31 May 2001 01:27:59 -0500
12130              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
12131              
12132              Subject: Re: [PATCH] AUTHORS
12133              From: "Philip Newton" <Philip.Newton@gmx.net>
12134              Date: Thu, 31 May 2001 10:08:06 +0200
12135              (Message-Id missing?)
12136      Branch: perl
12137            ! AUTHORS
12138 ____________________________________________________________________________
12139 [ 10350] By: nick                                  on 2001/05/31  11:40:43
12140         Log: win32 - dmake regen_config_h
12141      Branch: perlio
12142            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12143 ____________________________________________________________________________
12144 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
12145         Log: Subject: Re: [PATCH util.c] More warning cleanups.
12146              From: "Philip Newton" <Philip.Newton@gmx.net>
12147              Date: Thu, 31 May 2001 07:41:36 +0200
12148              Message-Id: <200105310538.IAA25458@taku.hut.fi>
12149              
12150              Undo C++-ism that snekt in.
12151      Branch: perl
12152            ! util.c
12153 ____________________________________________________________________________
12154 [ 10348] By: nick                                  on 2001/05/31  11:36:46
12155         Log: Tolerate Win32 numerics
12156      Branch: perlio
12157            ! t/pragma/warn/toke
12158 ____________________________________________________________________________
12159 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
12160         Log: Integrate perlio.
12161      Branch: perl
12162           !> perlio.c win32/win32.h
12163 ____________________________________________________________________________
12164 [ 10346] By: nick                                  on 2001/05/31  10:54:55
12165         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
12166              perlio.c change 10255.
12167      Branch: perlio
12168            ! perlio.c
12169 ____________________________________________________________________________
12170 [ 10345] By: nick                                  on 2001/05/31  10:01:57
12171         Log: Conditionaly put back some "unused" dTHX which are used
12172              with PERL_IMPLICIT_SYS
12173      Branch: perlio
12174            ! perlio.c
12175 ____________________________________________________________________________
12176 [ 10344] By: nick                                  on 2001/05/31  10:00:59
12177         Log: Fix Win32 for new spelling IN_BYTES 
12178      Branch: perlio
12179            ! win32/win32.h
12180 ____________________________________________________________________________
12181 [ 10343] By: nick                                  on 2001/05/31  08:01:32
12182         Log: perlio.c -Wall cleaner under MULTIPLICITY
12183              - still minor noise with linux stdio
12184      Branch: perlio
12185            ! perlio.c
12186 ____________________________________________________________________________
12187 [ 10342] By: nick                                  on 2001/05/31  07:52:23
12188         Log: Integrate mainline.
12189      Branch: perlio
12190           !> (integrate 42 files)
12191 ____________________________________________________________________________
12192 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
12193         Log: AUTHORS updates.
12194      Branch: perl
12195            ! AUTHORS
12196 ____________________________________________________________________________
12197 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
12198         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
12199              From: Peter Prymmer <pvhp@forte.com>
12200              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
12201              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
12202      Branch: perl
12203            ! t/lib/md5-file.t
12204 ____________________________________________________________________________
12205 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
12206         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
12207              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
12208              to match the pragma name; various robustness cleanups.
12209      Branch: perl
12210            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
12211            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
12212 ____________________________________________________________________________
12213 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
12214         Log: More -Wall sweeping.
12215      Branch: perl
12216            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
12217            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
12218            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
12219            ! regcomp.c sv.c toke.c utf8.c
12220 ____________________________________________________________________________
12221 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
12222         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
12223              From: Nicholas Clark <nick@ccl4.org>
12224              Date: Wed, 30 May 2001 22:34:41 +0100
12225              Message-ID: <20010530223441.Y86445@plum.flirble.org>
12226      Branch: perl
12227            ! t/op/cmp.t
12228 ____________________________________________________________________________
12229 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
12230         Log: It's is not, it isn't ain't, and it's it's, not its,
12231              if you mean it is. If you don't, it's its. Then too,
12232              it's hers. It isn't her's. It isn't our's either.
12233              It's ours, and likewise yours and theirs.
12234              -- Oxford University Press, Edpress News
12235      Branch: perl
12236            ! lib/autouse.pm
12237 ____________________________________________________________________________
12238 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
12239         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
12240      Branch: perl
12241            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
12242            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
12243            ! x2p/str.c x2p/walk.c xsutils.c
12244 ____________________________________________________________________________
12245 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
12246         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
12247              From: Michael G Schwern <schwern@pobox.com>
12248              Date: Wed, 30 May 2001 17:10:38 +0100
12249              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
12250              
12251              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
12252              From: Abhijit Menon-Sen <ams@wiw.org>
12253              Date: Wed, 30 May 2001 23:16:13 +0530
12254              Message-ID: <20010530231613.A31933@lustre.linux.in>
12255      Branch: perl
12256            ! perl.c t/run/runenv.t
12257 ____________________________________________________________________________
12258 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
12259         Log: (Retracted by #10375.)
12260              
12261              IRIX hints patch from Merijn Broeren.
12262              
12263              TODO: (this and the earlier Linux hints patch) should be solved
12264              at Configure level.  Merijn: -ldb should not be used on any platform
12265              for perl, just when linking DBFile itself. Trying to be helpful here
12266              is counterproductive.
12267      Branch: perl
12268            ! hints/irix_6.sh
12269 ____________________________________________________________________________
12270 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
12271         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
12272              From: Nicholas Clark <nick@ccl4.org>
12273              Date: Wed, 30 May 2001 23:20:58 +0100
12274              Message-ID: <20010530232058.B86445@plum.flirble.org>
12275      Branch: perl
12276            ! doop.c
12277 ____________________________________________________________________________
12278 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
12279         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
12280              From: Michael G Schwern <schwern@pobox.com> 
12281              Date: Wed, 30 May 2001 15:24:20 +0100
12282              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
12283      Branch: perl
12284            ! t/pragma/autouse.t
12285 ____________________________________________________________________________
12286 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
12287         Log: The regex trick wasn't a good idea.
12288      Branch: perl
12289            ! pod/perlfaq4.pod
12290 ____________________________________________________________________________
12291 [ 10329] By: nick                                  on 2001/05/30  18:34:35
12292         Log: Integrate mainline
12293      Branch: perlio
12294           !> (integrate 40 files)
12295 ____________________________________________________________________________
12296 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
12297         Log: Update Changes.
12298      Branch: perl
12299            ! Changes patchlevel.h
12300 ____________________________________________________________________________
12301 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
12302         Log: The metaconfig unit change for #10325.
12303      Branch: metaconfig
12304            + U/modified/afs.U
12305 ____________________________________________________________________________
12306 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
12307         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
12308              is now wrong.
12309      Branch: perl
12310            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
12311 ____________________________________________________________________________
12312 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
12313         Log: Introduce $Config{afsroot}.
12314      Branch: perl
12315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12316            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
12317            ! win32/config.gc win32/config.vc
12318 ____________________________________________________________________________
12319 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
12320         Log: (Retracted by #10375.)
12321              
12322              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
12323      Branch: perl
12324            ! hints/linux.sh
12325 ____________________________________________________________________________
12326 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
12327         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
12328              (Also Configure tweaks needed; coming up soon.)
12329      Branch: perl
12330            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
12331 ____________________________________________________________________________
12332 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
12333         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
12334              From: Michael G Schwern <schwern@pobox.com>
12335              Date: Sun, 27 May 2001 10:29:43 +0100
12336              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
12337      Branch: perl
12338            ! lib/perl5db.pl
12339 ____________________________________________________________________________
12340 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
12341         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
12342              and Abhijit Menon-Sen.
12343      Branch: perl
12344            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
12345            ! perl.c pp_sys.c regcomp.c
12346 ____________________________________________________________________________
12347 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
12348         Log: Fix the BOOT section to call myU2time properly.
12349      Branch: perl
12350            ! ext/Time/HiRes/HiRes.xs
12351 ____________________________________________________________________________
12352 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
12353         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
12354              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
12355              Date: Wed, 30 May 2001 09:44:29 -0400
12356              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
12357              
12358              Detypo; plus add one more trick.
12359      Branch: perl
12360            ! pod/perlfaq4.pod
12361 ____________________________________________________________________________
12362 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
12363         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)
12364              From: Michael G Schwern <schwern@pobox.com>
12365              Date: Wed, 30 May 2001 14:39:06 +0100
12366              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
12367      Branch: perl
12368            ! lib/autouse.pm t/pragma/autouse.t
12369 ____________________________________________________________________________
12370 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
12371         Log: Subject: Re: AIX and gcc (moving targets)
12372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12373              Date: Wed, 30 May 2001 15:25:08 +0200
12374              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
12375      Branch: perl
12376            ! ext/Time/HiRes/HiRes.xs
12377 ____________________________________________________________________________
12378 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
12379         Log: Subject: [PATCH t/TEST] sorting tests
12380              From: Michael G Schwern <schwern@pobox.com>
12381              Date: Wed, 30 May 2001 10:24:02 +0100
12382              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
12383      Branch: perl
12384            ! t/TEST
12385 ____________________________________________________________________________
12386 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
12387         Log: Subject: [ID 20010529.002] typos in man page perlre
12388              From: bart@cg681574-a.adubn1.nj.home.com 
12389              Date: Tue, 29 May 2001 13:58:59 -0500
12390              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
12391      Branch: perl
12392            ! pod/perlre.pod
12393 ____________________________________________________________________________
12394 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
12395         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
12396              From: "Craig A. Berry" <craigberry@mac.com>
12397              Date: Tue, 29 May 2001 23:23:45 -0500
12398              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
12399      Branch: perl
12400            ! t/lib/extutils.t t/pragma/autouse.t
12401 ____________________________________________________________________________
12402 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
12403         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)
12404              From: David Dyck <dcd@tc.fluke.com>
12405              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
12406              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
12407      Branch: perl
12408            ! t/lib/filefind.t
12409 ____________________________________________________________________________
12410 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
12411         Log: AIX hints update for gcc from Merijn H. Brand.
12412      Branch: perl
12413            ! hints/aix.sh
12414 ____________________________________________________________________________
12415 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
12416         Log: Retract #10295 and #10296: a more generic solution
12417              is needed (there's something funny with gcc on AIX).
12418      Branch: perl
12419            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
12420 ____________________________________________________________________________
12421 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
12422         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
12423              From: Hugo <hv@crypt.compulink.co.uk>
12424              Date: Wed, 30 May 2001 11:59:19 +0100
12425              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
12426              
12427              localizing $@ has unfortunate semantics - if you die past
12428              a local $@, the die message is lost.
12429      Branch: perl
12430            ! lib/utf8_heavy.pl
12431 ____________________________________________________________________________
12432 [ 10309] By: nick                                  on 2001/05/30  08:23:02
12433         Log: Integrate mainline (autouse works again.)
12434      Branch: perlio
12435           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
12436           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
12437           !> pod/perlvar.pod t/op/cmp.t
12438 ____________________________________________________________________________
12439 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
12440         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
12441              From: David Dyck <dcd@tc.fluke.com>
12442              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
12443              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
12444      Branch: perl
12445            ! lib/File/Find.pm
12446 ____________________________________________________________________________
12447 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
12448         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
12449              From: Nicholas Clark <nick@ccl4.org>
12450              Date: Tue, 29 May 2001 23:16:09 +0100
12451              Message-ID: <20010529231609.U86445@plum.flirble.org>
12452              
12453              Make the test output slightly clearer by distinguishing
12454              between '' and undef.
12455      Branch: perl
12456            ! t/op/cmp.t
12457 ____________________________________________________________________________
12458 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
12459         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
12460              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12461              Date: Tue, 29 May 2001 19:15:19 -0400
12462              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
12463      Branch: perl
12464            ! hints/os2.sh
12465 ____________________________________________________________________________
12466 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
12467         Log: Subject: perlvar.pod addition
12468              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
12469              Date: Fri, 25 May 2001 20:23:12 +0200
12470              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
12471              
12472              Subject: Re: perlvar.pod addition
12473              From: "Abigail" <abigail@foad.org> 
12474              Date: Fri, 25 May 2001 22:00:39 +0200
12475              Message-ID: <20010525200039.28029.qmail@foad.org>
12476              
12477              Mention $a and $b in perlvar.
12478      Branch: perl
12479            ! pod/perlvar.pod
12480 ____________________________________________________________________________
12481 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
12482         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
12483              From: Jeff Pinyan <jeffp@crusoe.net>
12484              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
12485              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
12486      Branch: perl
12487            ! pod/perlvar.pod
12488 ____________________________________________________________________________
12489 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
12490         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
12491              From: Jeff Pinyan <jeffp@crusoe.net>
12492              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
12493              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
12494      Branch: perl
12495            ! pod/perlfaq6.pod
12496 ____________________________________________________________________________
12497 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
12498         Log: Mention Time::localtime and Time::gmtime.
12499      Branch: perl
12500            ! ext/Time/Piece/Piece.pm
12501 ____________________________________________________________________________
12502 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
12503         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
12504              From: Michael G Schwern <schwern@pobox.com>
12505              Date: Tue, 29 May 2001 18:51:32 +0100
12506              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
12507      Branch: perl
12508            ! pod/perlfaq4.pod
12509 ____________________________________________________________________________
12510 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
12511         Log: Retract #10243.
12512      Branch: perl
12513            ! lib/autouse.pm
12514 ____________________________________________________________________________
12515 [ 10299] By: nick                                  on 2001/05/29  18:41:19
12516         Log: Post weekend integrate mainline (fails one test pragma/autouse).
12517      Branch: perlio
12518           +> (branch 29 files)
12519           !> (integrate 91 files)
12520 ____________________________________________________________________________
12521 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
12522         Log: Update Changes.
12523      Branch: perl
12524            ! Changes patchlevel.h
12525 ____________________________________________________________________________
12526 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
12527         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
12528              before Perl_load_module/Perl_call_method and restore the value
12529              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
12530      Branch: perl
12531            ! utf8.c
12532 ____________________________________________________________________________
12533 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
12534         Log: Subject: Re: AIX and gcc (moving targets)
12535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12536              Date: Tue, 29 May 2001 17:59:40 +0200
12537              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
12538      Branch: perl
12539            ! ext/Storable/Makefile.PL
12540 ____________________________________________________________________________
12541 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
12542         Log: Subject: Re: AIX and gcc (moving targets)
12543              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12544              Date: Tue, 29 May 2001 12:32:57 +0200
12545              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
12546      Branch: perl
12547            ! ext/POSIX/Makefile.PL
12548 ____________________________________________________________________________
12549 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
12550         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
12551              From: Michael G Schwern <schwern@pobox.com>
12552              Date: Tue, 29 May 2001 09:53:29 +0100
12553              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
12554              
12555              (#10280 retracted)
12556      Branch: perl
12557            ! lib/Test/Harness.pm t/lib/test-harness.t
12558 ____________________________________________________________________________
12559 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
12560         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
12561              From: Michael G Schwern <schwern@pobox.com>
12562              Date: Tue, 29 May 2001 09:19:52 +0100
12563              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
12564      Branch: perl
12565            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
12566            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
12567            + t/lib/Test/todo.t
12568            ! MANIFEST lib/Test.pm t/TEST
12569 ____________________________________________________________________________
12570 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
12571         Log: From: Michael G Schwern <schwern@pobox.com>
12572              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
12573              Date: Tue, 29 May 2001 08:26:09 +0100
12574              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
12575      Branch: perl
12576            ! t/TEST
12577 ____________________________________________________________________________
12578 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
12579         Log: Add tests for Time::gmtime and Time::localtime.
12580      Branch: perl
12581            + t/lib/time-gmtime.t t/lib/time-localtime.t
12582            ! MANIFEST t/lib/1_compile.t
12583 ____________________________________________________________________________
12584 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
12585         Log: Add test for File::stat.
12586      Branch: perl
12587            + t/lib/filestat.t
12588            ! MANIFEST t/lib/1_compile.t
12589 ____________________________________________________________________________
12590 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
12591         Log: Add test for Net::servent.
12592      Branch: perl
12593            + t/lib/net-sent.t
12594            ! MANIFEST t/lib/1_compile.t
12595 ____________________________________________________________________________
12596 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
12597         Log: Add test for Net::protoent.
12598      Branch: perl
12599            + t/lib/net-pent.t
12600            ! MANIFEST t/lib/1_compile.t
12601 ____________________________________________________________________________
12602 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
12603         Log: Add test for Net::netent.
12604      Branch: perl
12605            + t/lib/net-nent.t
12606            ! MANIFEST t/lib/1_compile.t
12607 ____________________________________________________________________________
12608 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
12609         Log: Add test for User::grent.  Portability doubtful.
12610      Branch: perl
12611            + t/lib/user-grent.t
12612            ! MANIFEST t/lib/1_compile.t
12613 ____________________________________________________________________________
12614 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
12615         Log: Add test for User::pwent.
12616              Probably will fall down somewhere for portability reasons.
12617      Branch: perl
12618            + t/lib/user-pwent.t
12619            ! MANIFEST t/lib/1_compile.t
12620 ____________________________________________________________________________
12621 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
12622         Log: Metaconfig units changes for #10283.
12623      Branch: metaconfig
12624            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
12625            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
12626            ! U/installdirs/sitescript.U U/modified/Signal.U
12627 ____________________________________________________________________________
12628 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
12629         Log: Subject: [PATCH 5.6.1] signal names in Configure
12630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12631              Date: Tue, 29 May 2001 03:52:25 -0400
12632              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
12633              
12634              Subject: [PATCH 5.6.1] older perl in Configure
12635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12636              Date: Tue, 29 May 2001 03:55:40 -0400
12637              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
12638              
12639              Subject: [PATCH 5.6.1] goofs in Configure
12640              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12641              Date: Tue, 29 May 2001 04:13:07 -0400
12642              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
12643              
12644              Configure portability tweaks.
12645      Branch: perl
12646            ! Configure
12647 ____________________________________________________________________________
12648 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
12649         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
12650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12651              Date: Tue, 29 May 2001 04:07:06 -0400
12652              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
12653      Branch: perl
12654            ! os2/os2.c
12655 ____________________________________________________________________________
12656 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
12657         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
12658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12659              Date: Tue, 29 May 2001 04:01:38 -0400
12660              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
12661      Branch: perl
12662            ! hints/os2.sh os2/Makefile.SHs
12663 ____________________________________________________________________________
12664 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
12665         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
12666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12667              Date: Tue, 29 May 2001 03:50:18 -0400
12668              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
12669      Branch: perl
12670            ! lib/Test/Harness.pm
12671 ____________________________________________________________________________
12672 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
12673         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
12674      Branch: perl
12675            ! lib/utf8_heavy.pl
12676 ____________________________________________________________________________
12677 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
12678         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
12679              From: Hugo <hv@crypt.compulink.co.uk>
12680              Date: Tue, 29 May 2001 03:03:45 +0100
12681              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
12682              
12683              Explanation why the $@ always gets the UTF8 flag when under use utf8--
12684              because we told it to have the flag when under use utf8.
12685      Branch: perl
12686            ! pp_ctl.c
12687 ____________________________________________________________________________
12688 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
12689         Log: At least a partial fix for 20010528.004.
12690      Branch: perl
12691            ! lib/utf8_heavy.pl
12692 ____________________________________________________________________________
12693 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
12694         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
12695              From: Nicholas Clark <nick@ccl4.org> 
12696              Date: Mon, 28 May 2001 23:39:38 +0100
12697              Message-ID: <20010528233938.M86445@plum.flirble.org>
12698              
12699              More portable non-zero UV.
12700      Branch: perl
12701            ! t/lib/extutils.t
12702 ____________________________________________________________________________
12703 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
12704         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
12705              From: Nicholas Clark <nick@ccl4.org>
12706              Date: Mon, 28 May 2001 22:46:09 +0100
12707              Message-ID: <20010528224608.L86445@plum.flirble.org>
12708              
12709              Test also "make clean".
12710      Branch: perl
12711            ! t/lib/extutils.t
12712 ____________________________________________________________________________
12713 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
12714         Log: Subject: Re: Would -Wno-unused -Wall be better?
12715              From: Michael G Schwern <schwern@pobox.com>
12716              Date: Tue, 29 May 2001 00:55:54 +0100
12717              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
12718      Branch: perl
12719            ! pp.h
12720 ____________________________________________________________________________
12721 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
12722         Log: Add a test for 20010528.007, fixed in #10272.
12723      Branch: perl
12724            ! t/op/misc.t toke.c
12725 ____________________________________________________________________________
12726 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
12727         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
12728              From: Hugo <hv@crypt.compulink.co.uk>
12729              Date: Tue, 29 May 2001 00:23:23 +0100
12730              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
12731      Branch: perl
12732            ! toke.c
12733 ____________________________________________________________________________
12734 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
12735         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
12736              From: Michael G Schwern <schwern@pobox.com>
12737              Date: Tue, 29 May 2001 00:42:59 +0100
12738              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
12739      Branch: perl
12740            ! t/pragma/autouse.t
12741 ____________________________________________________________________________
12742 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
12743         Log: Some shells seemingly arrange the signal handlers differently
12744              (bug id 20010521.004).
12745      Branch: perl
12746            ! t/lib/sigaction.t
12747 ____________________________________________________________________________
12748 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
12749         Log: Regen perlmodlib.
12750      Branch: perl
12751            ! pod/perlmodlib.pod
12752 ____________________________________________________________________________
12753 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
12754         Log: Update Changes.
12755      Branch: perl
12756            ! Changes patchlevel.h
12757 ____________________________________________________________________________
12758 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
12759         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
12760              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12761              Date: Mon, 28 May 2001 14:56:35 -0500
12762              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
12763      Branch: perl
12764            ! pod/perlnewmod.pod
12765 ____________________________________________________________________________
12766 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
12767         Log: Regen toc.
12768      Branch: perl
12769            ! pod/perltoc.pod
12770 ____________________________________________________________________________
12771 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
12772         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
12773              From: "Richard Soderberg" <rs@crystalflame.net>
12774              Date: Mon, 28 May 2001 12:31:23 -0700
12775              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
12776      Branch: perl
12777            ! t/op/splice.t
12778 ____________________________________________________________________________
12779 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
12780         Log: The #10260 was too bold: locales and utf8 still do not mix.
12781      Branch: perl
12782            ! t/pragma/locale.t
12783 ____________________________________________________________________________
12784 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
12785         Log: Subject: [PATCH] Pod nitpicks
12786              From: "Richard Soderberg" <rs@crystalflame.net>
12787              Date: Mon, 28 May 2001 10:08:58 -0700
12788              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
12789      Branch: perl
12790            ! pod/perl571delta.pod pod/perlapi.pod sv.h
12791 ____________________________________________________________________________
12792 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
12793         Log: Upgrade to I18N::LangTags 0.22.
12794      Branch: perl
12795            + lib/I18N/LangTags/List.pod
12796            ! MANIFEST lib/I18N/LangTags.pm
12797 ____________________________________________________________________________
12798 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
12799         Log: A slightly more serious bug found by -Mutf8; op/misc and
12800              lib/complex dumped core.
12801      Branch: perl
12802            ! regexec.c
12803 ____________________________________________________________________________
12804 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
12805         Log: Various buglets shaken out by -Mutf8.
12806      Branch: perl
12807            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
12808            ! t/pragma/locale.t
12809 ____________________________________________________________________________
12810 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
12811         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
12812      Branch: perl
12813            ! t/lib/carp.t
12814 ____________________________________________________________________________
12815 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
12816         Log: Subject: [PATCH] todo patch
12817              From: Artur Bergman <artur@contiller.se> 
12818              Date: Mon, 28 May 2001 17:03:51 +0200
12819              Message-ID: <B7383577.F34%artur@contiller.se>
12820      Branch: perl
12821            ! pod/perltodo.pod
12822 ____________________________________________________________________________
12823 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
12824         Log: Subject: typo in perlguts.pod
12825              From: "John P. Linderman" <jpl@research.att.com>
12826              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
12827              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
12828      Branch: perl
12829            ! pod/perlguts.pod
12830 ____________________________________________________________________________
12831 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
12832         Log: Subject: AIX and gcc (moving targets)
12833              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12834              Date: Mon, 28 May 2001 12:54:04 +0200
12835              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
12836      Branch: perl
12837            ! hints/aix.sh
12838 ____________________________________________________________________________
12839 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
12840         Log: Subject: Re: perlio + multiple perl_alloc..destruct
12841              From: Doug MacEachern <dougm@covalent.net>
12842              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
12843              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
12844      Branch: perl
12845            ! perlio.c
12846 ____________________________________________________________________________
12847 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
12848         Log: The #10251 wasn't quite up-to-the-code.
12849      Branch: perl
12850            ! t/op/misc.t
12851 ____________________________________________________________________________
12852 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
12853         Log: Test case for bug 20010526.004, fixed in #10252.
12854      Branch: perl
12855            ! t/op/taint.t
12856 ____________________________________________________________________________
12857 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
12858         Log: Subject: Re: [ID 20010526.004] Taint looses value
12859              From: Hugo <hv@crypt.compulink.co.uk>
12860              Date: Sun, 27 May 2001 20:39:32 +0100
12861              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
12862      Branch: perl
12863            ! sv.c
12864 ____________________________________________________________________________
12865 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
12866         Log: Test case for 20010422.005, fixed by #10250.
12867      Branch: perl
12868            ! t/op/misc.t
12869 ____________________________________________________________________________
12870 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
12871         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
12872              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12873              Date: Mon, 28 May 2001 06:39:12 -0400
12874              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
12875      Branch: perl
12876            ! toke.c
12877 ____________________________________________________________________________
12878 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
12879         Log: Linerewrapping.
12880      Branch: perl
12881            ! lib/open.pm
12882 ____________________________________________________________________________
12883 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
12884         Log: Updates on the modules list.
12885      Branch: perl
12886            ! t/lib/1_compile.t
12887 ____________________________________________________________________________
12888 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
12889         Log: Add a test for PerlIO.
12890              
12891              (I probably got the crlf/raw thing wrong for clrfy platforms...)
12892      Branch: perl
12893            + t/lib/perlio.t
12894            ! MANIFEST lib/PerlIO.pm
12895 ____________________________________________________________________________
12896 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
12897         Log: Add a test for carp et alia.
12898      Branch: perl
12899            + t/lib/carp.t
12900            ! MANIFEST
12901 ____________________________________________________________________________
12902 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
12903         Log: Adding the new test would be swell.
12904      Branch: perl
12905            + t/pragma/autouse.t
12906 ____________________________________________________________________________
12907 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
12908         Log: Add a test for the autouse pragma.
12909      Branch: perl
12910            ! MANIFEST
12911 ____________________________________________________________________________
12912 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
12913         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
12914              From: dLux <dlux@spam.sch.bme.hu>
12915              Date: Sun, 27 May 2001 16:14:26 +0200
12916              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
12917      Branch: perl
12918            ! lib/autouse.pm
12919 ____________________________________________________________________________
12920 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
12921         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
12922              From: "Richard Soderberg" <rs@crystalflame.net>
12923              Date: Mon, 28 May 2001 03:56:36 -0700
12924              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
12925      Branch: perl
12926            ! utils/dprofpp.PL
12927 ____________________________________________________________________________
12928 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
12929         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
12930              From: "Stephen P. Potter" <spp@spotter.yi.org>
12931              Date: Tue, 22 May 2001 11:40:25 -0400
12932              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
12933              
12934              Subject: Re: [ID 20010522.003] Time::Local module bug
12935              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
12936              Date: Tue, 22 May 2001 11:50:19 -0400
12937              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
12938      Branch: perl
12939            ! lib/Time/Local.pm
12940 ____________________________________________________________________________
12941 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
12942         Log: The PERL_DL_NONLAZY can have whitespace in front.
12943      Branch: perl
12944            ! t/lib/extutils.t
12945 ____________________________________________________________________________
12946 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
12947         Log: Document strftime() and strptime().
12948      Branch: perl
12949            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
12950 ____________________________________________________________________________
12951 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
12952         Log: Make Time::Piece::strptime() to be a function, not a method.
12953      Branch: perl
12954            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
12955 ____________________________________________________________________________
12956 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
12957         Log: Tweak the test to be more portable.
12958      Branch: perl
12959            ! t/lib/extutils.t
12960 ____________________________________________________________________________
12961 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
12962         Log: Subject: PATCH: Re: Re: Attributes that tie
12963              From: Leon Brocard <acme@astray.com>
12964              Date: Sun, 27 May 2001 12:37:29 +0100
12965              Message-ID: <20010527123729.A22663@ns0.astray.com>
12966              
12967              Document that variable attributes are not currently usable
12968              for tieing.  (An ugly limitation that should be fixed.)
12969      Branch: perl
12970            ! lib/attributes.pm
12971 ____________________________________________________________________________
12972 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
12973         Log: Microperl tweaks.
12974      Branch: perl
12975            ! Makefile.micro uconfig.h uconfig.sh
12976 ____________________________________________________________________________
12977 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
12978         Log: Add make target for microperl (kind of silly, but convenient).
12979      Branch: perl
12980            ! Makefile.SH
12981 ____________________________________________________________________________
12982 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
12983         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
12984              for microperl.)
12985      Branch: perl
12986            ! doio.c
12987 ____________________________________________________________________________
12988 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
12989         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
12990              From: rspier@pobox.com (Robert Spier)
12991              Date: Sat, 26 May 2001 20:05:23 -0400
12992              Message-ID: <15120.17603.148648.12430@rls.cx>
12993              
12994              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
12995              From: rspier@pobox.com (Robert Spier)
12996              Date: Sun, 27 May 2001 00:23:12 -0400
12997              Message-ID: <15120.33072.511966.767230@rls.cx>
12998      Branch: perl
12999            ! doio.c pod/perlfunc.pod
13000 ____________________________________________________________________________
13001 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
13002         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
13003      Branch: perl
13004            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13005 ____________________________________________________________________________
13006 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
13007         Log: Add README.tru64.
13008      Branch: perl
13009            + README.tru64
13010 ____________________________________________________________________________
13011 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
13012         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
13013      Branch: perl
13014            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13015            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
13016            ! MANIFEST
13017 ____________________________________________________________________________
13018 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
13019         Log: Integrate I18N::LangTags from Sean Burke.
13020              
13021              TODO: the language list from RFC 3066 needs to be integrated
13022              and made available somehow.  The list is included in the
13023              I18N-LangTags 0.21 distribution, but it is undocumented
13024              and unconnected to the module.
13025      Branch: perl
13026            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
13027            ! MANIFEST
13028 ____________________________________________________________________________
13029 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
13030         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
13031              envisioned by Sarathy.
13032      Branch: perl
13033            ! t/op/ver.t toke.c
13034 ____________________________________________________________________________
13035 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
13036         Log: Subject: [ID 20010525.001] Pod typo nits fixed
13037              From: lvirden@cas.org
13038              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
13039              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
13040              
13041              minus the perlsolaris decimation plus the
13042              
13043              Subject: Re: [ID 20010525.001] Pod typo nits fixed
13044              From: "Philip Newton" <Philip.Newton@gmx.net>
13045              Date: Fri, 25 May 2001 18:05:55 +0200
13046              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
13047      Branch: perl
13048            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
13049            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
13050            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
13051            ! pod/perlutil.pod pod/perlxstut.pod
13052 ____________________________________________________________________________
13053 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
13054         Log: return clauses are nice.
13055      Branch: perl
13056            ! sv.c
13057 ____________________________________________________________________________
13058 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
13059         Log: Subject: change 10199 backwards?
13060              From: Doug MacEachern <dougm@covalent.net>
13061              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
13062              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
13063      Branch: perl
13064            ! sv.c
13065 ____________________________________________________________________________
13066 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
13067         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
13068              From: Hugo <hv@crypt.compulink.co.uk>
13069              Date: Sat, 26 May 2001 17:05:12 +0100
13070              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
13071      Branch: perl
13072            + t/op/gmagic.t
13073            ! MANIFEST doop.c embed.h embed.pl global.sym
13074            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
13075            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
13076 ____________________________________________________________________________
13077 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
13078         Log: Regen headers for #10221.
13079      Branch: perl
13080            ! global.sym objXSUB.h perlapi.c
13081 ____________________________________________________________________________
13082 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
13083         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
13084              From: Juha Laiho <juha.laiho@Elma.Net>
13085              Date: Thu, 3 May 2001 09:51:30 +0300
13086              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
13087      Branch: perl
13088            ! embed.pl
13089 ____________________________________________________________________________
13090 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
13091         Log: Subject: Re: [PATCH] Re: stability of sort()?
13092              From: "John P. Linderman" <jpl@research.att.com>
13093              Date: Sat, 26 May 2001 13:27:19 -0400
13094              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
13095      Branch: perl
13096            ! pod/perlfunc.pod
13097 ____________________________________________________________________________
13098 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
13099         Log: Integrate perlio.
13100      Branch: perl
13101           !> pod/perlguts.pod
13102 ____________________________________________________________________________
13103 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
13104         Log: Subject: [PATCH perl@10210] PerlIO for VMS
13105              From: "Craig A. Berry" <craigberry@mac.com>
13106              Date: Sat, 26 May 2001 09:34:11 -0500
13107              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
13108      Branch: perl
13109            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
13110            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
13111            ! vms/vmsish.h
13112 ____________________________________________________________________________
13113 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
13114         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
13115              From: David Dyck <dcd@tc.fluke.com>
13116              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
13117              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
13118      Branch: perl
13119            ! lib/perl5db.pl
13120 ____________________________________________________________________________
13121 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
13122         Log: Subject: utf8 regexp tests
13123              From: Hugo <hv@crypt.compulink.co.uk>
13124              Date: Fri, 25 May 2001 22:35:01 +0100
13125              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
13126      Branch: perl
13127            ! t/op/regexp.t
13128 ____________________________________________________________________________
13129 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
13130         Log: Subject: [PATCH] Re: stability of sort()?
13131              From: Nicholas Clark <nick@ccl4.org>
13132              Date: Fri, 25 May 2001 22:40:19 +0100
13133              Message-ID: <20010525224019.B86445@plum.flirble.org>
13134      Branch: perl
13135            ! pod/perlfunc.pod
13136 ____________________________________________________________________________
13137 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
13138         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
13139              From: John Peacock <jpeacock@rowman.com>
13140              Date: Thu, 24 May 2001 22:14:01 -0400
13141              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
13142      Branch: perl
13143            ! mg.c scope.c sv.c
13144 ____________________________________________________________________________
13145 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
13146         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
13147              From: Nicholas Clark <nick@ccl4.org>
13148              Date: Sun, 20 May 2001 19:24:13 +0100
13149              Message-ID: <20010520192413.G83222@plum.flirble.org>
13150      Branch: perl
13151            + lib/ExtUtils/Constant.pm t/lib/extutils.t
13152            ! MANIFEST utils/h2xs.PL
13153 ____________________________________________________________________________
13154 [ 10212] By: nick                                  on 2001/05/26  09:49:28
13155         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
13156              add a few more notes there on use of mortals on the stack.
13157      Branch: perlio
13158            ! pod/perlguts.pod
13159 ____________________________________________________________________________
13160 [ 10211] By: nick                                  on 2001/05/26  09:05:36
13161         Log: Integrate mainline
13162      Branch: perlio
13163           +> t/lib/fcntl.t t/pragma/vars.t
13164           !> (integrate 49 files)
13165 ____________________________________________________________________________
13166 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
13167         Log: Update Changes.
13168      Branch: perl
13169            ! Changes patchlevel.h
13170 ____________________________________________________________________________
13171 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
13172         Log: Based on
13173              
13174              Subject: [PATCH pp.c] Wrapping pack("C",256)
13175              From: Simon Cozens <simon@netthink.co.uk>
13176              Date: Sat, 12 May 2001 17:58:41 +0100
13177              Message-ID: <20010512175841.A6132@netthink.co.uk>
13178      Branch: perl
13179            ! pod/perldiag.pod pp.c t/pragma/warn/pp
13180 ____________________________________________________________________________
13181 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
13182         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
13183              From: "Brendan O'Dea" <bod@compusol.com.au>
13184              Date: Fri, 25 May 2001 11:18:29 +1000
13185              Message-ID: <20010525111829.A28411@compusol.com.au>
13186              
13187              (Slightly modified.)
13188      Branch: perl
13189            ! lib/Term/Cap.pm
13190 ____________________________________________________________________________
13191 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
13192         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
13193              From: Hugo <hv@crypt.compulink.co.uk>
13194              Date: Fri, 25 May 2001 02:13:25 +0100
13195              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
13196      Branch: perl
13197            ! t/op/misc.t
13198 ____________________________________________________________________________
13199 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
13200         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
13201              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
13202              Date: Fri, 25 May 2001 10:25:36 +0900
13203              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
13204      Branch: perl
13205            ! regcomp.c regexec.c
13206 ____________________________________________________________________________
13207 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
13208         Log: Subject: [PATCH #2] stash autovivification and method call error messages
13209              From: Ilmari Karonen <iltzu@sci.fi>
13210              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
13211              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
13212      Branch: perl
13213            ! gv.c pp_hot.c t/op/method.t
13214 ____________________________________________________________________________
13215 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
13216         Log: Add make target and documentation for gprof profiling.
13217      Branch: perl
13218            ! Makefile.SH pod/perlhack.pod
13219 ____________________________________________________________________________
13220 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
13221         Log: Subject: Don't think about UTF8 
13222              From: Mike Guy <mjtg@cam.ac.uk> 
13223              Date: Tue, 22 May 2001 14:35:39 +0100
13224              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
13225      Branch: perl
13226            ! sv.h
13227 ____________________________________________________________________________
13228 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
13229         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
13230              From: Geraint A Edwards <gedge@serf.org> 
13231              Date: Thu, 24 May 2001 22:51:24 +0100
13232              Message-Id: <20010524225124.A34981@cymru.serf.org>
13233      Branch: perl
13234            ! x2p/find2perl.PL
13235 ____________________________________________________________________________
13236 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
13237         Log: DB_File has its own attribute story.
13238      Branch: perl
13239            ! ext/DB_File/DB_File.xs
13240 ____________________________________________________________________________
13241 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
13242         Log: Subject: Re: Making perl with -Wall
13243              From: Andy Dougherty <doughera@lafayette.edu>
13244              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
13245              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
13246      Branch: perl
13247            ! perl.h
13248 ____________________________________________________________________________
13249 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
13250         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
13251              From: "Richard Soderberg" <rs@crystalflame.net>
13252              Date: Thu, 24 May 2001 08:58:16 -0700
13253              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
13254      Branch: perl
13255            ! sv.c
13256 ____________________________________________________________________________
13257 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
13258         Log: IV/UV casting fixes from Nicholas Clark.
13259      Branch: perl
13260            ! perl.h pp_sys.c util.c
13261 ____________________________________________________________________________
13262 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
13263         Log: Subject: Re: Making perl with -Wall
13264              From: Michael G Schwern <schwern@pobox.com>
13265              Date: Thu, 24 May 2001 15:40:28 +0100
13266              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
13267      Branch: perl
13268            ! malloc.c perl.h
13269 ____________________________________________________________________________
13270 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
13271         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
13272              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13273              Date: Tue, 22 May 2001 11:49:37 +0200
13274              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
13275      Branch: metaconfig
13276            ! U/modified/Oldsym.U
13277      Branch: metaconfig/U/perl
13278            ! patchlevel.U
13279      Branch: perl
13280            ! Configure config_h.SH myconfig.SH
13281 ____________________________________________________________________________
13282 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
13283         Log: Under versiononly install also the scripts with the version suffix.
13284              (e.g. .../bin/h2xs5.7.1)
13285      Branch: perl
13286            ! installperl
13287 ____________________________________________________________________________
13288 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
13289         Log: Subject: [PATCH] Stop segfault in mg.c:636
13290              From: "Richard Soderberg" <rs@crystalflame.net>
13291              Date: Thu, 24 May 2001 05:51:52 -0700
13292              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
13293      Branch: perl
13294            ! mg.c
13295 ____________________________________________________________________________
13296 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
13297         Log: Iteration continues; hopefully convergently.
13298      Branch: perl
13299            ! t/lib/b-stash.t
13300 ____________________________________________________________________________
13301 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
13302         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
13303              From: Gisle Aas <gisle@ActiveState.com>
13304              Date: 23 May 2001 16:13:10 -0700
13305              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
13306      Branch: perl
13307            ! op.c toke.c
13308 ____________________________________________________________________________
13309 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
13310         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
13311              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13312              Date: Thu, 24 May 2001 05:05:22 -0500
13313              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
13314      Branch: perl
13315            ! lib/dumpvar.pl lib/perl5db.pl
13316 ____________________________________________________________________________
13317 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
13318         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
13319              From: David Dyck <dcd@tc.fluke.com>
13320              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
13321              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
13322      Branch: perl
13323            ! lib/perl5db.pl
13324 ____________________________________________________________________________
13325 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
13326         Log: Tiny pod nits on READMEs, mostly whitespace issues.
13327      Branch: perl
13328            ! README.amiga README.dos README.macos README.mpeix README.vmesa
13329            ! README.win32
13330 ____________________________________________________________________________
13331 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
13332         Log: The DG/UX part of the 20010521.005.
13333      Branch: perl
13334            ! README.dgux
13335 ____________________________________________________________________________
13336 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
13337         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
13338              From: Hugo <hv@crypt.compulink.co.uk>
13339              Date: Mon, 21 May 2001 16:32:02 +0100
13340              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
13341      Branch: perl
13342            ! regcomp.c t/op/misc.t
13343 ____________________________________________________________________________
13344 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
13345         Log: Subject: [PATCH] Extra UNIVERSAL tests
13346              From: Mike Guy <mjtg@cam.ac.uk>
13347              Date: Wed, 23 May 2001 12:29:20 +0100
13348              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
13349      Branch: perl
13350            ! t/op/universal.t
13351 ____________________________________________________________________________
13352 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
13353         Log: Subject: [PATCH] Remove EQ keyword
13354              From: Mike Guy <mjtg@cam.ac.uk>
13355              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
13356              Date: Wed, 23 May 2001 11:17:29 +0100
13357      Branch: perl
13358            ! keywords.h keywords.pl
13359 ____________________________________________________________________________
13360 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
13361         Log: Subject: [PATCH] lib/perl5db.pl
13362              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13363              Date: Wed, 23 May 2001 02:18:03 -0500
13364              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
13365      Branch: perl
13366            ! lib/perl5db.pl
13367 ____________________________________________________________________________
13368 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
13369         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
13370              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13371              Date: Tue, 22 May 2001 23:34:41 -0500
13372              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
13373      Branch: perl
13374            ! lib/Term/Cap.pm
13375 ____________________________________________________________________________
13376 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
13377         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
13378              From: davem@fdgroup.co.uk
13379              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
13380              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
13381      Branch: perl
13382            ! emacs/e2ctags.pl
13383 ____________________________________________________________________________
13384 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
13385         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
13386              From: Michael G Schwern <schwern@pobox.com>
13387              Date: Tue, 22 May 2001 14:15:09 +0100
13388              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
13389      Branch: perl
13390            ! lib/vars.pm
13391 ____________________________________________________________________________
13392 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
13393         Log: Subject: [PATCH lib/vars.pm] Odd code nit
13394              From: Michael G Schwern <schwern@pobox.com>
13395              Date: Tue, 22 May 2001 14:14:28 +0100
13396              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
13397      Branch: perl
13398            ! lib/vars.pm
13399 ____________________________________________________________________________
13400 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
13401         Log: Use the new use vars feature.
13402      Branch: perl
13403            ! t/lib/b-stash.t
13404 ____________________________________________________________________________
13405 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
13406         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
13407              From: Mike Guy <mjtg@cam.ac.uk>
13408              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13409              Date: Tue, 22 May 2001 13:11:39 +0100
13410      Branch: perl
13411            + t/pragma/vars.t
13412            ! MANIFEST lib/vars.pm t/lib/1_compile.t
13413 ____________________________________________________________________________
13414 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
13415         Log: -qlongdouble considered harmful by Merijn.
13416      Branch: perl
13417            ! hints/aix.sh
13418 ____________________________________________________________________________
13419 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
13420         Log: Update Changes.
13421      Branch: perl
13422            ! Changes patchlevel.h
13423 ____________________________________________________________________________
13424 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
13425         Log: Add a test of its very own for Fcntl.  Hopefully portable.
13426      Branch: perl
13427            + t/lib/fcntl.t
13428            ! MANIFEST
13429 ____________________________________________________________________________
13430 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
13431         Log: Must be trickier for 'minitest' not to die.
13432      Branch: perl
13433            ! t/op/taint.t
13434 ____________________________________________________________________________
13435 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
13436         Log: Can't declare other people's variables.
13437      Branch: perl
13438            ! t/lib/b-stash.t
13439 ____________________________________________________________________________
13440 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
13441         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
13442      Branch: perl
13443            ! doio.c t/op/taint.t
13444 ____________________________________________________________________________
13445 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
13446         Log: The OS/2 variable needs to be declared.
13447      Branch: perl
13448            ! t/lib/b-stash.t
13449 ____________________________________________________________________________
13450 [ 10170] By: nick                                  on 2001/05/20  16:48:29
13451         Log: Integrate mainline
13452      Branch: perlio
13453           !> (integrate 41 files)
13454 ____________________________________________________________________________
13455 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
13456         Log: Small perlsec updates: clarify the taintedness of filename
13457              globbing; suggest using Scalar::Util::tainted().
13458      Branch: perl
13459            ! pod/perlsec.pod
13460 ____________________________________________________________________________
13461 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
13462         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
13463              From: Dave Mitchell <davem@fdgroup.co.uk>
13464              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
13465              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
13466      Branch: perl
13467            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
13468            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
13469            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
13470            ! xsutils.c
13471 ____________________________________________________________________________
13472 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
13473         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
13474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13475              Date: Sat, 19 May 2001 04:08:46 -0400
13476              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
13477      Branch: perl
13478            ! lib/ExtUtils/Mksymlists.pm makedef.pl
13479 ____________________________________________________________________________
13480 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
13481         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
13482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13483              Date: Sat, 19 May 2001 04:30:45 -0400
13484              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
13485      Branch: perl
13486            ! os2/os2.c
13487 ____________________________________________________________________________
13488 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
13489         Log: Subject: [PATCH 5.6.1] build bugs OS/2
13490              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13491              Date: Sat, 19 May 2001 04:35:28 -0400
13492              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
13493      Branch: perl
13494            ! os2/Makefile.SHs os2/os2.c
13495 ____________________________________________________________________________
13496 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
13497         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
13498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13499              Date: Sat, 19 May 2001 04:04:23 -0400
13500              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
13501              
13502              (In bleadperl patched b-stash.t instead of b.t)
13503      Branch: perl
13504            ! t/lib/b-stash.t t/lib/bigfltpm.t
13505 ____________________________________________________________________________
13506 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
13507         Log: Subject: [PATCH 5.6.1] perl5db
13508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13509              Date: Sat, 19 May 2001 03:49:09 -0400
13510              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
13511      Branch: perl
13512            ! lib/perl5db.pl
13513 ____________________________________________________________________________
13514 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
13515         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
13516              From: Gisle Aas <gisle@ActiveState.com>
13517              Date: 18 May 2001 14:24:51 -0700
13518              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
13519      Branch: perl
13520            ! pp_ctl.c
13521 ____________________________________________________________________________
13522 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
13523         Log: Subject: [PATCH] Chomp should not always stringify
13524              From: Gisle Aas <gisle@ActiveState.com>
13525              Date: 18 May 2001 07:55:25 -0700
13526              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
13527      Branch: perl
13528            ! doop.c t/op/chop.t
13529 ____________________________________________________________________________
13530 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
13531         Log: Integrate perlio.
13532      Branch: perl
13533           !> pod/perlfunc.pod
13534 ____________________________________________________________________________
13535 [ 10159] By: nick                                  on 2001/05/20  09:39:46
13536         Log: Document some more of open's features.
13537      Branch: perlio
13538            ! pod/perlfunc.pod
13539 ____________________________________________________________________________
13540 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
13541         Log: back out change#10153 (it has compatibility issues such as the
13542              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
13543              benefit for 5.6.x doesn't seem worth the risk)
13544      Branch: maint-5.6/perl
13545            ! toke.c
13546 ____________________________________________________________________________
13547 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
13548         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
13549      Branch: perl
13550            ! x2p/s2p.PL
13551 ____________________________________________________________________________
13552 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
13553         Log: Update Changes.
13554      Branch: perl
13555            ! Changes patchlevel.h
13556 ____________________________________________________________________________
13557 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
13558         Log: Integrate change #10144 from maintperl.
13559              
13560              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
13561      Branch: perl
13562           !> win32/config.bc win32/config.gc win32/config.vc
13563           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13564 ____________________________________________________________________________
13565 [ 10154] By: nick                                  on 2001/05/18  07:23:03
13566         Log: Integrate mainline.
13567      Branch: perlio
13568           +> README.dgux t/lib/i18n-collate.t utils.lst
13569           !> (integrate 49 files)
13570 ____________________________________________________________________________
13571 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
13572         Log: Integrate change #7224 from mainline into maintperl.
13573              
13574              Allow @+ and @- to be doublequoted, from Simon Cozens. 
13575              (Approved by Larry, see Tom's comment in 20000830.005.)
13576      Branch: maint-5.6/perl
13577           !> toke.c
13578 ____________________________________________________________________________
13579 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
13580         Log: Subject: [PATCH bleadperl] small lookbehind fix
13581              From: Hugo <hv@crypt.compulink.co.uk>
13582              Date: Fri, 18 May 2001 00:07:19 +0100
13583              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
13584      Branch: perl
13585            ! regexec.c
13586 ____________________________________________________________________________
13587 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
13588         Log: Detypos.
13589      Branch: perl
13590            ! installman utils.lst
13591 ____________________________________________________________________________
13592 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
13593         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
13594              in 20001222.001.
13595      Branch: perl
13596            ! t/lib/glob-basic.t
13597 ____________________________________________________________________________
13598 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
13599         Log: Subject: [PATCH] Test for bug 20010515.004
13600              From: Benjamin Sugars <bsugars@canoe.ca>
13601              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
13602              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
13603      Branch: perl
13604            ! t/op/misc.t
13605 ____________________________________________________________________________
13606 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
13607         Log: Integrate #10145 from maintperl.
13608              
13609              fix for ID 20010515.004 (needs test)
13610      Branch: perl
13611           !> pp_hot.c
13612 ____________________________________________________________________________
13613 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
13614         Log: Thinko noticed by Doug MacEachern.
13615      Branch: perl
13616            ! thread.h
13617 ____________________________________________________________________________
13618 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
13619         Log: Subject: Re: [PATCH] HERE mark in regex
13620              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13621              Date: Thu, 17 May 2001 12:20:33 -0400
13622              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
13623      Branch: perl
13624            ! t/op/re_tests
13625 ____________________________________________________________________________
13626 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
13627         Log: fix for ID 20010515.004 (needs test)
13628      Branch: maint-5.6/perl
13629            ! pp_hot.c
13630 ____________________________________________________________________________
13631 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
13632         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
13633      Branch: maint-5.6/perl
13634            ! win32/config.bc win32/config.gc win32/config.vc
13635            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13636 ____________________________________________________________________________
13637 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
13638         Log: Macrofy the getspecific (and use it also in util.c)
13639      Branch: perl
13640            ! thread.h util.c
13641 ____________________________________________________________________________
13642 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
13643         Log: Use the unchecked thread-specific key fetch also in Tru64.
13644      Branch: perl
13645            ! thread.h
13646 ____________________________________________________________________________
13647 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
13648         Log: Subject: [PATCH 5.6.1]Quick thread speedup
13649              From: Dan Sugalski <dan@sidhe.org> 
13650              Date: Wed, 16 May 2001 18:05:19 -0400
13651              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
13652      Branch: perl
13653            ! thread.h util.c
13654 ____________________________________________________________________________
13655 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
13656         Log: I think this is quite enough testing for a deprecated feature.
13657      Branch: perl
13658            + t/lib/i18n-collate.t
13659            ! MANIFEST t/lib/1_compile.t
13660 ____________________________________________________________________________
13661 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
13662         Log: More HP-UX lore from Jeff Okamoto.
13663      Branch: perl
13664            ! README.hpux
13665 ____________________________________________________________________________
13666 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
13667         Log: Sort utils.lst for easier maintenance.
13668      Branch: perl
13669            ! utils.lst
13670 ____________________________________________________________________________
13671 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
13672         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13673              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13674              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
13675              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
13676              
13677              Add pod2latex to utils.lst.
13678      Branch: perl
13679            ! MANIFEST utils.lst
13680 ____________________________________________________________________________
13681 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
13682         Log: Subject: Re: [PATCH] HERE mark in regex
13683              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13684              Date: Wed, 16 May 2001 13:04:43 -0400
13685              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
13686      Branch: perl
13687            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
13688            ! t/op/regmesg.t t/pragma/warn/regcomp
13689 ____________________________________________________________________________
13690 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
13691         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13692              From: Simon Cozens <simon@netthink.co.uk>
13693              Date: Wed, 16 May 2001 18:02:08 +0100
13694              Message-ID: <20010516180208.A6458@netthink.co.uk>
13695      Branch: perl
13696            ! installman utils.lst
13697 ____________________________________________________________________________
13698 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
13699         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
13700              From: "Philip Newton" <pnewton@gmx.de>
13701              Date: Tue, 15 May 2001 15:09:30 +0200
13702              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
13703              
13704              Test case for #10128.
13705      Branch: perl
13706            ! t/pragma/warn/pp_hot
13707 ____________________________________________________________________________
13708 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
13709         Log: Update Changes.
13710      Branch: perl
13711            ! Changes patchlevel.h
13712 ____________________________________________________________________________
13713 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
13714         Log: Deprecate pseudo-hashes.
13715      Branch: perl
13716            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
13717 ____________________________________________________________________________
13718 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
13719         Log: HP-UX hints update from Merijn.
13720      Branch: perl
13721            ! hints/hpux.sh
13722 ____________________________________________________________________________
13723 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
13724         Log: README.hpux update from Merijn.
13725      Branch: perl
13726            ! README.hpux
13727 ____________________________________________________________________________
13728 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
13729         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
13730              From: Simon Cozens <simon@netthink.co.uk>
13731              Date: Wed, 16 May 2001 15:57:55 +0100
13732              Message-ID: <20010516155755.A4728@netthink.co.uk>
13733      Branch: perl
13734            + utils.lst
13735            ! MANIFEST installman installperl
13736 ____________________________________________________________________________
13737 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
13738         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
13739              From: "Philip Newton" <pnewton@gmx.de>
13740              Date: Tue, 15 May 2001 16:31:05 +0200
13741              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
13742              
13743              Fix PERL_Y2KWARN test to check before rather than after appending.
13744      Branch: perl
13745            ! pp_hot.c
13746 ____________________________________________________________________________
13747 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
13748         Log: Regen Porting stuff.
13749      Branch: perl
13750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13751            ! config_h.SH
13752 ____________________________________________________________________________
13753 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
13754         Log: Metaconfig unit change for #10125.
13755      Branch: metaconfig
13756            ! U/modified/Oldconfig.U
13757 ____________________________________________________________________________
13758 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
13759         Log: Use OSVERS.
13760      Branch: perl
13761            ! Configure config_h.SH perl.c
13762 ____________________________________________________________________________
13763 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
13764         Log: Regen toc.
13765      Branch: perl
13766            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13767 ____________________________________________________________________________
13768 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
13769         Log: Adding the README.dgux to the MANIFEST would be a good idea.
13770      Branch: perl
13771            ! MANIFEST
13772 ____________________________________________________________________________
13773 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
13774         Log: Move the stack desire definition to thread.h.
13775      Branch: perl
13776            ! ext/Thread/Thread.xs thread.h
13777 ____________________________________________________________________________
13778 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
13779         Log: DG-UX threading patches, including a README.dgux,
13780              from Takis Psarogiannakopoulos.
13781      Branch: perl
13782            + README.dgux
13783            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
13784 ____________________________________________________________________________
13785 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
13786         Log: Subject: [PATCH B::Deparse] More on /x regexes
13787              From: Robin Houston <robin@kitsite.com>
13788              Date: Tue, 15 May 2001 19:09:35 +0100
13789              Message-ID: <20010515190935.A27268@penderel>
13790      Branch: perl
13791            ! ext/B/B/Deparse.pm
13792 ____________________________________________________________________________
13793 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
13794         Log: Document that the core time() may be rounding rather
13795              than truncating, would have saved at least my confusion.
13796      Branch: perl
13797            ! ext/Time/HiRes/HiRes.pm
13798 ____________________________________________________________________________
13799 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
13800         Log: Subject: perl-current/t/time-hires.t
13801              From: John Peacock <jpeacock@rowman.com>
13802              Date: Fri, 11 May 2001 14:09:41 -0400
13803              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
13804      Branch: perl
13805            ! t/lib/time-hires.t
13806 ____________________________________________________________________________
13807 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
13808         Log: Subject: [PATCH dump.c] Op private flags
13809              From: Simon Cozens <simon@netthink.co.uk>
13810              Date: Sun, 13 May 2001 20:20:36 +0100
13811              Message-ID: <20010513202036.A21896@netthink.co.uk>
13812      Branch: perl
13813            ! dump.c
13814 ____________________________________________________________________________
13815 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
13816         Log: Upgrade to Switch 2.03.
13817      Branch: perl
13818            ! lib/Switch.pm
13819 ____________________________________________________________________________
13820 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
13821         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
13822              to PERL_CONFIG_SH and use it consistently.
13823      Branch: maint-5.6/perl
13824           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13825           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
13826           !> myconfig.SH writemain.SH
13827 ____________________________________________________________________________
13828 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
13829         Log: Metaconfig units changes for #10113.
13830      Branch: metaconfig
13831            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
13832 ____________________________________________________________________________
13833 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
13834         Log: The problem described in 20010514.031 still wasn't
13835              fully cured, there were remnants of $CONFIG when
13836              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
13837              to avoid future conflicts.
13838      Branch: perl
13839            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13840            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
13841            ! myconfig.SH writemain.SH
13842 ____________________________________________________________________________
13843 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
13844         Log: Half of #10107 got lost.
13845      Branch: perl
13846            ! ext/B/B/Deparse.pm
13847 ____________________________________________________________________________
13848 [ 10111] By: nick                                  on 2001/05/15  08:39:14
13849         Log: Integrate mainline.
13850      Branch: perlio
13851           +> ext/POSIX/hints/uts.pl
13852            - Todo Todo-5.6 t/camel-III/vstring.t
13853           !> (integrate 48 files)
13854 ____________________________________________________________________________
13855 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
13856         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
13857              From: Robin Houston <robin@kitsite.com>
13858              Date: Mon, 14 May 2001 22:27:08 +0100
13859              Message-ID: <20010514222708.A22963@penderel>
13860      Branch: perl
13861            ! t/TestInit.pm
13862 ____________________________________________________________________________
13863 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
13864         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
13865              From: Robin Houston <robin@kitsite.com>
13866              Date: Mon, 14 May 2001 22:16:43 +0100
13867              Message-ID: <20010514221643.A22437@penderel>
13868      Branch: perl
13869            ! ext/B/B/Deparse.pm
13870 ____________________________________________________________________________
13871 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
13872         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
13873              From: Robin Houston <robin@kitsite.com>
13874              Date: Mon, 14 May 2001 22:03:44 +0100
13875              Message-ID: <20010514220344.A20643@penderel>
13876      Branch: perl
13877            ! ext/B/B/Deparse.pm
13878 ____________________________________________________________________________
13879 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
13880         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
13881              From: Robin Houston <robin@kitsite.com>
13882              Date: Mon, 14 May 2001 22:10:07 +0100
13883              Message-ID: <20010514221007.A21118@penderel>
13884      Branch: perl
13885            ! ext/B/B/Deparse.pm
13886 ____________________________________________________________________________
13887 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
13888         Log: Fix for 20010514.037; substr() didn't invalidate the locale
13889              collation magic.
13890      Branch: perl
13891            ! pp.c
13892 ____________________________________________________________________________
13893 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
13894         Log: Update Changes.
13895      Branch: perl
13896            ! Changes patchlevel.h
13897 ____________________________________________________________________________
13898 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
13899         Log: Retract #10094.
13900      Branch: perl
13901            ! lib/Pod/Text.pm
13902 ____________________________________________________________________________
13903 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
13904         Log: Integrate change #10100 from maintperl.
13905              
13906              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
13907              bug ID 20010514.027)
13908      Branch: perl
13909           !> mg.c pp_ctl.c
13910 ____________________________________________________________________________
13911 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
13912         Log: Document the deprecatedness of suidperl.
13913      Branch: perl
13914            ! INSTALL pod/perlfaq1.pod
13915 ____________________________________________________________________________
13916 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
13917         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
13918              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13919              Date: Mon, 14 May 2001 09:38:59 -0400
13920              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
13921      Branch: perl
13922            ! lib/ExtUtils/MM_Unix.pm
13923 ____________________________________________________________________________
13924 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
13925         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
13926              bug ID 20010514.027)
13927              
13928              TODO: this needs a testsuite addition
13929      Branch: maint-5.6/perl
13930            ! mg.c pp_ctl.c
13931 ____________________________________________________________________________
13932 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
13933         Log: More DWIMminess for Class::Struct: calling the array or hash
13934              accessors only with one argument, an array or a hash reference,
13935              sets the underlying array or hash.  This mirrors nicely also
13936              the usage in the constructor.
13937              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
13938      Branch: perl
13939            ! lib/Class/Struct.pm t/lib/class-struct.t
13940 ____________________________________________________________________________
13941 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
13942         Log: Reference cmp'ing should go through the whole stringification
13943              process shebang, as pointed out by Sarathy in #10091.
13944      Branch: perl
13945            ! pp.c
13946 ____________________________________________________________________________
13947 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
13948         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
13949              From: Simon Cozens <simon@netthink.co.uk>
13950              Date: Sat, 12 May 2001 16:36:27 +0100
13951              Message-ID: <20010512163627.A5522@netthink.co.uk>
13952              
13953              with some additions salvaged from Todo and Todo-5.6 before
13954              retiring them.
13955      Branch: perl
13956            - Todo Todo-5.6
13957            ! MANIFEST pod/perltodo.pod
13958 ____________________________________________________________________________
13959 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
13960         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
13961              From: "Golubev I. N." <gin@mo.msk.ru>
13962              Date: Mon, 07 May 2001 14:33:34 (GMT)
13963              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
13964      Branch: perl
13965            ! perl.h
13966 ____________________________________________________________________________
13967 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
13968         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
13969              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13970              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
13971              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
13972      Branch: perl
13973            ! lib/ExtUtils/MM_Unix.pm
13974 ____________________________________________________________________________
13975 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
13976         Log: (Retracted by #10104.)
13977              
13978              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
13979              From: barries <barries@slaysys.com>
13980              Date: Sat, 12 May 2001 01:28:10 -0400
13981              Message-ID: <20010512012810.B26358@jester.slaysys.com>
13982      Branch: perl
13983            ! lib/Pod/Text.pm
13984 ____________________________________________________________________________
13985 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
13986         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
13987              From: Mike Guy <mjtg@cam.ac.uk>
13988              Date: Sat, 12 May 2001 19:24:33 +0100
13989              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
13990      Branch: perl
13991            ! lib/AutoSplit.pm
13992 ____________________________________________________________________________
13993 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
13994         Log: Yet another HP-UX hints tweak from Merijn.
13995      Branch: perl
13996            ! hints/hpux.sh
13997 ____________________________________________________________________________
13998 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
13999         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
14000              isn't defined (changes#9366,9368,9370 from mainline without the
14001              pp_scmp() change)
14002      Branch: maint-5.6/perl
14003            ! pp.c pp.h pp_hot.c
14004 ____________________________________________________________________________
14005 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
14006         Log: The sorting seems to happen now automatically.
14007      Branch: perl
14008            ! t/lib/glob-basic.t
14009 ____________________________________________________________________________
14010 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
14011         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
14012              From: Benjamin Sugars <bsugars@canoe.ca>
14013              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
14014              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
14015      Branch: perl
14016            ! pod/perlfunc.pod
14017 ____________________________________________________________________________
14018 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
14019         Log: Subject: Re: undef(&foo) does not work for XS functions
14020              From: Doug MacEachern <dougm@covalent.net>
14021              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
14022              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
14023      Branch: perl
14024            ! op.c
14025 ____________________________________________________________________________
14026 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
14027         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
14028              From: Peter Prymmer <pvhp@forte.com>
14029              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
14030              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
14031      Branch: perl
14032            ! t/op/append.t
14033 ____________________________________________________________________________
14034 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
14035         Log: Update Changes.
14036      Branch: perl
14037            ! Changes patchlevel.h
14038 ____________________________________________________________________________
14039 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
14040         Log: Remove the 'asciir' re subpragma.  Should instead implement
14041              the 'physical vs logical' range scheme:
14042              
14043              \xAA-\xCC is a native physical range, you want that range of
14044              codepoints in your native encoding.  In EBCDIC the codepoints
14045              in the gaps (between i-j and r-s) should be included.
14046              
14047              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
14048              codepoints in Unicode.
14049              
14050              a-z is a logical range, you want that range of 'logical' codepoints
14051              in your native encoding.  In EBCDIC the codepoints in the gaps
14052              (between i-j and r-s) should not be included.
14053              
14054              Mixed cases (a-\xAA, etc) should either be errors, or maybe
14055              the 'logical' endpoints should be converted to native/Unicode
14056              codepoints, and the range handled as a physical range.
14057              
14058              'Logical endpoints' are to be recognized only in the A-Z, a-z,
14059              and 0-9 ranges.  Probably a warning should be given for mixed
14060              cases like A-z or a-9 (since such expressions are encoding
14061              dependent), with a recommendation to use physical ranges.
14062      Branch: perl
14063            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
14064            ! t/op/regexp.t
14065 ____________________________________________________________________________
14066 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
14067         Log: Make the test to cleanup the test directory tree
14068              both before and after the testing so that we always
14069              have a clean slate to work with.
14070      Branch: perl
14071            ! t/lib/filefind.t
14072 ____________________________________________________________________________
14073 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
14074         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
14075              From: Jon Eveland <jweveland@yahoo.com>
14076              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
14077              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
14078      Branch: perl
14079            ! pod/perlfunc.pod
14080 ____________________________________________________________________________
14081 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
14082         Log: Merge the camel-III/vstring.t with op/ver.t.
14083      Branch: perl
14084            - t/camel-III/vstring.t
14085            ! MANIFEST t/TEST t/harness t/op/ver.t
14086 ____________________________________________________________________________
14087 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
14088         Log: Add test.deparse make target.
14089      Branch: perl
14090            ! Makefile.SH
14091 ____________________________________________________________________________
14092 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
14093         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
14094              From: Robin Houston <robin@kitsite.com>
14095              Date: Fri, 11 May 2001 12:02:22 +0100
14096              Message-ID: <20010511120222.A11529@penderel>
14097      Branch: perl
14098            ! ext/B/B/Deparse.pm t/op/method.t
14099 ____________________________________________________________________________
14100 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
14101         Log: A nicely working combination for UTS from Hal Morris.
14102      Branch: perl
14103            + ext/POSIX/hints/uts.pl
14104            ! MANIFEST hints/uts.sh
14105 ____________________________________________________________________________
14106 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
14107         Log: i_ieeefp=undef for UTS.
14108      Branch: perl
14109            ! hints/uts.sh
14110 ____________________________________________________________________________
14111 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
14112         Log: Subject: RE: rand(0) is rand(1)
14113              From: Larry Shatzer <lshatzer@islanddata.com>
14114              Date: Thu, 10 May 2001 11:09:27 -0700
14115              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
14116      Branch: perl
14117            ! pod/perlfunc.pod
14118 ____________________________________________________________________________
14119 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
14120         Log: Subject: [patch] make op_{clear,null} public
14121              From: Doug MacEachern <dougm@covalent.net>
14122              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
14123              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
14124      Branch: perl
14125            ! embed.h embed.pl op.c proto.h
14126 ____________________________________________________________________________
14127 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
14128         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
14129              From: Robin Houston <robin@kitsite.com>
14130              Date: Thu, 10 May 2001 18:54:59 +0100
14131              Message-ID: <20010510185459.A5995@penderel>
14132      Branch: perl
14133            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
14134 ____________________________________________________________________________
14135 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
14136         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
14137              From: Robin Houston <robin@kitsite.com>
14138              Date: Thu, 10 May 2001 12:56:39 +0100
14139              Message-ID: <20010510125639.A2119@penderel>
14140      Branch: perl
14141            ! ext/B/B/Deparse.pm
14142 ____________________________________________________________________________
14143 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
14144         Log: Retract #10070, not ready yet.
14145      Branch: perl
14146            ! ext/B/B/Deparse.pm
14147 ____________________________________________________________________________
14148 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
14149         Log: The metaconfig unit change for #10071.
14150      Branch: metaconfig
14151            ! U/modified/mallocsrc.U
14152 ____________________________________________________________________________
14153 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
14154         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
14155      Branch: perl
14156            ! Configure
14157 ____________________________________________________________________________
14158 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
14159         Log: (Retracted by #10073)
14160              
14161              Subject: Re: [PATCH t/TEST] B::Deparse tester 
14162              From: Hugo <hv@crypt.compulink.co.uk>
14163              Date: Thu, 10 May 2001 05:48:09 +0100
14164              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
14165      Branch: perl
14166            ! ext/B/B/Deparse.pm
14167 ____________________________________________________________________________
14168 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
14169         Log: Add a for(func()) test.
14170      Branch: perl
14171            ! t/cmd/for.t
14172 ____________________________________________________________________________
14173 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
14174         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
14175              From: Robin Houston <robin@kitsite.com>
14176              Date: Thu, 10 May 2001 13:50:08 +0100
14177              Message-ID: <20010510135008.A2454@penderel>
14178      Branch: perl
14179            ! ext/B/B/Deparse.pm
14180 ____________________________________________________________________________
14181 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
14182         Log: A thinko in #10065.
14183      Branch: perl
14184            ! hv.c
14185 ____________________________________________________________________________
14186 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
14187         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
14188              From: Robin Houston <robin@kitsite.com>
14189              Date: Thu, 10 May 2001 02:10:34 +0100
14190              Message-ID: <20010510021034.A19421@penderel>
14191      Branch: perl
14192            ! ext/B/B.xs ext/B/B/Deparse.pm
14193 ____________________________________________________________________________
14194 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
14195         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
14196              From: Doug MacEachern <dougm@covalent.net>
14197              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
14198              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
14199      Branch: perl
14200            ! hv.c
14201 ____________________________________________________________________________
14202 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
14203         Log: One more workaround for the UTS compiler from Hal Morris.
14204      Branch: perl
14205            ! perl.h
14206 ____________________________________________________________________________
14207 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
14208         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
14209              From: Robin Houston <robin@kitsite.com>
14210              Date: Thu, 10 May 2001 01:02:08 +0100
14211              Message-ID: <20010510010208.A18200@penderel>
14212      Branch: perl
14213            ! ext/B/B/Debug.pm
14214 ____________________________________________________________________________
14215 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
14216         Log: Subject: [PATCH] Simplify deb_curcv() a bit
14217              From: Benjamin Sugars <bsugars@canoe.ca>
14218              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
14219              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
14220      Branch: perl
14221            ! run.c
14222 ____________________________________________________________________________
14223 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
14224         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
14225              From: Benjamin Sugars <bsugars@canoe.ca>
14226              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
14227              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
14228      Branch: perl
14229            ! t/lib/io_scalar.t
14230 ____________________________________________________________________________
14231 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
14232         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
14233              From: Peter Prymmer <pvhp@forte.com>
14234              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
14235              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
14236      Branch: perl
14237            ! t/lib/md5-file.t
14238 ____________________________________________________________________________
14239 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
14240         Log: Subject: [PATCH t/TEST] B::Deparse tester
14241              From: Robin Houston <robin@kitsite.com>
14242              Date: Wed, 9 May 2001 19:17:50 +0100
14243              Message-ID: <20010509191750.A16940@penderel>
14244      Branch: perl
14245            ! ext/B/O.pm t/TEST
14246 ____________________________________________________________________________
14247 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
14248         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
14249              From: Jeff Pinyan <jeffp@crusoe.net>
14250              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
14251              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
14252      Branch: perl
14253            ! lib/Pod/Html.pm
14254 ____________________________________________________________________________
14255 [ 10057] By: nick                                  on 2001/05/09  18:37:56
14256         Log: Integrate mainline.
14257      Branch: perlio
14258           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
14259           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
14260 ____________________________________________________________________________
14261 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
14262         Log: Update Changes.
14263      Branch: perl
14264            ! Changes patchlevel.h
14265 ____________________________________________________________________________
14266 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
14267         Log: Integrate perlio.
14268      Branch: perl
14269           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14270 ____________________________________________________________________________
14271 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
14272         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
14273              From: Benjamin Sugars <bsugars@canoe.ca>
14274              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
14275              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
14276      Branch: perl
14277            ! perlio.c
14278 ____________________________________________________________________________
14279 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
14280         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
14281              From: Benjamin Sugars <bsugars@canoe.ca>
14282              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
14283              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
14284      Branch: perl
14285            ! ext/PerlIO/Scalar/Scalar.xs
14286 ____________________________________________________________________________
14287 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
14288         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
14289              From: Jeff Pinyan <jeffp@crusoe.net>
14290              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
14291              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
14292      Branch: perl
14293            ! lib/Pod/Html.pm
14294 ____________________________________________________________________________
14295 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
14296         Log: EPOC tweak from Olaf Flebbe.
14297      Branch: perl
14298            ! epoc/epocish.h
14299 ____________________________________________________________________________
14300 [ 10050] By: nick                                  on 2001/05/09  14:37:57
14301         Log: win32, regen_config_h
14302      Branch: perlio
14303            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14304 ____________________________________________________________________________
14305 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
14306         Log: Integrate perlio.
14307      Branch: perl
14308           !> pp_sys.c
14309 ____________________________________________________________________________
14310 [ 10048] By: nick                                  on 2001/05/09  11:59:50
14311         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
14312              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
14313      Branch: perlio
14314            ! pp_sys.c
14315 ____________________________________________________________________________
14316 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
14317         Log: Integrate perlio.
14318      Branch: perl
14319           !> run.c
14320 ____________________________________________________________________________
14321 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
14322         Log: Subject: Re: Less warnings during configure
14323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14324              Date: Wed, 09 May 2001 13:12:49 +0200
14325              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
14326      Branch: perl
14327            ! hints/hpux.sh
14328 ____________________________________________________________________________
14329 [ 10045] By: nick                                  on 2001/05/09  09:56:59
14330         Log: MULTIPLICITY/DEBUGGING build fix.
14331      Branch: perlio
14332            ! run.c
14333 ____________________________________________________________________________
14334 [ 10044] By: nick                                  on 2001/05/09  09:46:37
14335         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
14336      Branch: perlio
14337           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
14338            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
14339           !> (integrate 65 files)
14340 ____________________________________________________________________________
14341 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
14342         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14343              From: Robin Houston <robin@kitsite.com>
14344              Date: Tue, 8 May 2001 19:38:00 +0100
14345              Message-ID: <20010508193800.A4389@penderel>
14346              
14347              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14348              From: Robin Houston <robin@kitsite.com>
14349              Date: Tue, 8 May 2001 20:03:57 +0100
14350              Message-ID: <20010508200357.A4614@penderel>
14351              
14352              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14353              From: Robin Houston <robin@kitsite.com>
14354              Date: Wed, 9 May 2001 00:12:05 +0100
14355              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
14356      Branch: perl
14357            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
14358 ____________________________________________________________________________
14359 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
14360         Log: Retract #10031.
14361      Branch: perl
14362            ! pod/perlfunc.pod
14363 ____________________________________________________________________________
14364 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
14365         Log: The metaconfig unit changes for #10040.
14366      Branch: metaconfig/U/perl
14367            ! Checkcc.U d_dlsymun.U dlsrc.U
14368 ____________________________________________________________________________
14369 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
14370         Log: The Configure half of
14371              
14372              Subject: Less warnings during configure
14373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14374              Date: Tue, 08 May 2001 08:44:02 +0200
14375              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
14376      Branch: perl
14377            ! Configure
14378 ____________________________________________________________________________
14379 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
14380         Log: Subject: Less warnings during configure
14381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14382              Date: Tue, 08 May 2001 08:44:02 +0200
14383              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
14384      Branch: perl
14385            ! hints/hpux.sh
14386 ____________________________________________________________________________
14387 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
14388         Log: Don't forget to whine about \d__\d.
14389      Branch: perl
14390            ! t/pragma/warn/toke toke.c
14391 ____________________________________________________________________________
14392 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
14393         Log: Allow underscores also in the exponent part.
14394      Branch: perl
14395            ! t/pragma/warn/toke toke.c
14396 ____________________________________________________________________________
14397 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
14398         Log: CodeMagicCD doesn't look like an *I*DE.
14399      Branch: perl
14400            ! pod/perlfaq3.pod
14401 ____________________________________________________________________________
14402 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
14403         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
14404              to be consistently down).
14405      Branch: perl
14406            ! pod/perlfaq3.pod
14407 ____________________________________________________________________________
14408 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
14409         Log: Upgrade to Text::Balanced 1.84.
14410      Branch: perl
14411            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
14412 ____________________________________________________________________________
14413 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
14414         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
14415              From: Benjamin Sugars <bsugars@canoe.ca>
14416              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
14417              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
14418      Branch: perl
14419            ! run.c
14420 ____________________________________________________________________________
14421 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
14422         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
14423              From: Peter Prymmer <pvhp@forte.com>
14424              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
14425              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
14426      Branch: perl
14427            ! t/pod/plainer.t
14428 ____________________________________________________________________________
14429 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
14430         Log: (Retracted by #10042)
14431              
14432              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
14433              From: "Philip Newton" <pnewton@gmx.de>
14434              Date: Tue, 8 May 2001 09:18:10 +0200
14435              Message-ID: <3AF7B9D2.28861.603732@localhost>
14436      Branch: perl
14437            ! pod/perlfunc.pod
14438 ____________________________________________________________________________
14439 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
14440         Log: Subject: [PATCH B::Deparse] Document known bugs
14441              From: Robin Houston <robin@kitsite.com>
14442              Date: Tue, 8 May 2001 01:53:34 +0100
14443              Message-ID: <20010508015334.A32394@penderel>
14444      Branch: perl
14445            ! ext/B/B/Deparse.pm
14446 ____________________________________________________________________________
14447 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
14448         Log: Subject: Re: Perl book, magazine and website updates.
14449              From: "Philip Newton" <pnewton@gmx.de>
14450              Date: Mon, 7 May 2001 17:03:58 +0200
14451              Message-ID: <3AF6D57E.5387.1E29930@localhost>
14452      Branch: perl
14453            ! pod/perlfaq2.pod
14454 ____________________________________________________________________________
14455 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
14456         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
14457              From: Peter Prymmer <pvhp@forte.com>
14458              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
14459              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
14460      Branch: perl
14461            ! t/io/fflush.t
14462 ____________________________________________________________________________
14463 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
14464         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
14465              From: Robin Houston <robin@kitsite.com>
14466              Date: Tue, 8 May 2001 01:14:55 +0100
14467              Message-ID: <20010508011455.A32162@penderel>
14468      Branch: perl
14469            ! ext/B/B/Deparse.pm
14470 ____________________________________________________________________________
14471 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
14472         Log: Typo in #10025.
14473      Branch: perl
14474            ! hints/uts.sh
14475 ____________________________________________________________________________
14476 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
14477         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
14478      Branch: perl
14479            ! hints/uts.sh
14480 ____________________________________________________________________________
14481 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
14482         Log: Subject: Re: [ID 20010506.045] question about hash syntax
14483              From: Peter Scott <Peter@PSDT.com>
14484              Date: Sun, 06 May 2001 13:10:40 -0700
14485              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
14486      Branch: perl
14487            ! pod/perl56delta.pod
14488 ____________________________________________________________________________
14489 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
14490         Log: Configure should figure out the list of dynamic extensions
14491              just fine in UTS-- and in fact it does, as reported by Hal Morris.
14492      Branch: perl
14493            ! hints/uts.sh
14494 ____________________________________________________________________________
14495 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
14496         Log: Update Changes.
14497      Branch: perl
14498            ! Changes patchlevel.h
14499 ____________________________________________________________________________
14500 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
14501         Log: Subject: [PATCH regcomp.c] Insecure regexes
14502              From: Robin Houston <robin@kitsite.com>
14503              Date: Mon, 7 May 2001 21:56:12 +0100
14504              Message-ID: <20010507215612.A31114@penderel>
14505      Branch: perl
14506            ! regcomp.c
14507 ____________________________________________________________________________
14508 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
14509         Log: Drop the foobar.perl.com references for now until Simon
14510              gets them sorted out.
14511      Branch: perl
14512            ! pod/perlfaq2.pod
14513 ____________________________________________________________________________
14514 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
14515         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
14516              From: Prymmer/Kahn <pvhp@best.com>
14517              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
14518              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
14519      Branch: perl
14520            ! lib/Devel/SelfStubber.pm
14521 ____________________________________________________________________________
14522 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
14523         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
14524              From: Prymmer/Kahn <pvhp@best.com>
14525              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
14526              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
14527      Branch: perl
14528            ! win32/Makefile
14529 ____________________________________________________________________________
14530 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
14531         Log: s/WebTechnique's/WebTechniques/
14532      Branch: perl
14533            ! pod/perlfaq2.pod
14534 ____________________________________________________________________________
14535 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
14536         Log: Llama 3 updates from Randal.
14537      Branch: perl
14538            ! pod/perlfaq2.pod
14539 ____________________________________________________________________________
14540 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
14541         Log: Subject: [PATCH] Help -Dt show correct pad variables
14542              From: Benjamin Sugars <ben.sugars@home.com>
14543              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
14544              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
14545      Branch: perl
14546            ! embed.h embed.pl proto.h run.c
14547 ____________________________________________________________________________
14548 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
14549         Log: Subject: [PATCH] Document C<our $foo : shared>
14550              From: Benjamin Sugars <ben.sugars@home.com>
14551              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
14552              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
14553      Branch: perl
14554            ! pod/perlfunc.pod
14555 ____________________________________________________________________________
14556 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
14557         Log: Subject: [PATCH B::Deparse] undefined folded constants
14558              From: Robin Houston <robin@kitsite.com>
14559              Date: Sun, 6 May 2001 17:19:09 +0100
14560              Message-ID: <20010506171909.A7046@penderel>
14561      Branch: perl
14562            ! ext/B/B/Deparse.pm
14563 ____________________________________________________________________________
14564 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
14565         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
14566              From: Robin Houston <robin@kitsite.com>
14567              Message-ID: <20010506164654.A6848@penderel>
14568              Date: Sun, 6 May 2001 16:46:54 +0100
14569      Branch: perl
14570            ! ext/B/B/Deparse.pm
14571 ____________________________________________________________________________
14572 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
14573         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
14574              From: Robin Houston <robin@kitsite.com>
14575              Date: Sun, 6 May 2001 14:47:02 +0100
14576              Message-ID: <20010506144702.A6308@penderel>
14577      Branch: perl
14578            ! t/op/my_stash.t
14579 ____________________________________________________________________________
14580 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
14581         Log: Subject: Perl book, magazine and website updates.
14582              From: Simon Cozens <simon@netthink.co.uk>
14583              Date: Sun, 6 May 2001 16:55:36 +0100
14584              Message-ID: <20010506165536.A1795@netthink.co.uk>
14585      Branch: perl
14586            ! pod/perlbook.pod pod/perlfaq2.pod
14587 ____________________________________________________________________________
14588 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
14589         Log: Tweaks on the Tru64 prof options.
14590      Branch: perl
14591            ! pod/perlhack.pod
14592 ____________________________________________________________________________
14593 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
14594         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
14595              From: Robin Houston <robin@kitsite.com>
14596              Date: Sun, 6 May 2001 14:40:51 +0100
14597              Message-ID: <20010506144051.A6279@penderel>
14598      Branch: perl
14599            ! t/pod/testp2pt.pl
14600 ____________________________________________________________________________
14601 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
14602         Log: Subject: [PATCH B::Deparse] scoping
14603              From: Robin Houston <robin@kitsite.com>
14604              Date: Sun, 6 May 2001 14:36:56 +0100
14605              Message-ID: <20010506143656.A4006@penderel>
14606      Branch: perl
14607            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
14608 ____________________________________________________________________________
14609 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
14610         Log: Document the undefinedness of bitshifting out of range.
14611      Branch: perl
14612            ! pod/perlop.pod
14613 ____________________________________________________________________________
14614 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
14615         Log: Retract #10003 and update the IDE descriptions a bit.
14616      Branch: perl
14617            ! pod/perlfaq3.pod
14618 ____________________________________________________________________________
14619 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
14620         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
14621              From: Prymmer/Kahn <pvhp@best.com>
14622              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
14623              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
14624      Branch: perl
14625            ! win32/Makefile win32/buildext.pl win32/config.bc
14626            ! win32/config.gc win32/config.vc
14627 ____________________________________________________________________________
14628 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
14629         Log: (Retracted by #10005.)
14630      Branch: perl
14631            ! pod/perlfaq3.pod
14632 ____________________________________________________________________________
14633 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
14634         Log: It's "psed", not "sed".
14635      Branch: perl
14636            ! x2p/s2p.PL
14637 ____________________________________________________________________________
14638 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
14639         Log: Update Changes.
14640      Branch: perl
14641            ! Changes patchlevel.h
14642 ____________________________________________________________________________
14643 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
14644         Log: Subject: Re: bleadperl make install fails due to "psed"
14645              From: andreas.koenig@anima.de (Andreas J. Koenig)
14646              Date: 05 May 2001 18:23:28 +0200
14647              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
14648      Branch: perl
14649            ! x2p/Makefile.SH x2p/s2p.PL
14650 ____________________________________________________________________________
14651 [  9999] By: jhi                                   on 2001/05/05  18:28:09
14652         Log: AUTHORS updates.
14653      Branch: perl
14654            ! AUTHORS
14655 ____________________________________________________________________________
14656 [  9998] By: jhi                                   on 2001/05/05  18:16:00
14657         Log: Updates on the pods related to the modules included since 5.6.
14658              
14659              TODO: perltodo really could use major updating.
14660      Branch: perl
14661            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
14662            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
14663            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
14664            ! pod/perlsyn.pod pod/perltodo.pod
14665 ____________________________________________________________________________
14666 [  9997] By: jhi                                   on 2001/05/05  17:35:17
14667         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
14668              from Kurt Skauen.
14669      Branch: perl
14670            + hints/atheos.sh
14671            ! MANIFEST
14672 ____________________________________________________________________________
14673 [  9996] By: jhi                                   on 2001/05/05  17:25:00
14674         Log: Add preemptive #undefs for some of the shorter and more prone
14675              to collision regcomp.h #defines.  (Background: the MASK collided
14676              with a system header #define in Rhapsody.)
14677      Branch: perl
14678            ! regcomp.h
14679 ____________________________________________________________________________
14680 [  9995] By: jhi                                   on 2001/05/05  13:24:21
14681         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
14682              From: Nicholas Clark <nick@ccl4.org>
14683              Date: Sat, 5 May 2001 14:46:39 +0100
14684              Message-ID: <20010505144639.O53513@plum.flirble.org>
14685              
14686              Add a test for the constants (if any) being processed correctly.
14687      Branch: perl
14688            ! utils/h2xs.PL
14689 ____________________________________________________________________________
14690 [  9994] By: jhi                                   on 2001/05/05  02:11:03
14691         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
14692              From: Peter Prymmer <pvhp@forte.com>
14693              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
14694              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
14695      Branch: perl
14696            ! t/lib/b-stash.t
14697 ____________________________________________________________________________
14698 [  9993] By: jhi                                   on 2001/05/05  02:03:49
14699         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
14700              From: Peter Prymmer <pvhp@forte.com>
14701              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
14702              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
14703      Branch: perl
14704            ! perlio.c vms/vmsish.h
14705 ____________________________________________________________________________
14706 [  9992] By: jhi                                   on 2001/05/04  17:21:12
14707         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
14708              From: Robin Barker <rmb1@cise.npl.co.uk>
14709              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
14710              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
14711      Branch: perl
14712            + t/pod/plainer.t
14713            ! MANIFEST
14714 ____________________________________________________________________________
14715 [  9991] By: jhi                                   on 2001/05/04  16:47:45
14716         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
14717              From: Robin Barker <rmb1@cise.npl.co.uk>
14718              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
14719              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
14720      Branch: perl
14721            ! regcomp.c
14722 ____________________________________________________________________________
14723 [  9990] By: jhi                                   on 2001/05/04  14:37:20
14724         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
14725              From: Prymmer/Kahn <pvhp@best.com>
14726              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
14727              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
14728      Branch: perl
14729            ! t/lib/b-stash.t
14730 ____________________________________________________________________________
14731 [  9989] By: jhi                                   on 2001/05/04  14:03:58
14732         Log: Introduce perl572delta, update Todo, add the missing
14733              mention about signal safety since 5.7.1 (though this
14734              requires verification and more details.)
14735      Branch: perl
14736            + pod/perl572delta.pod
14737            ! MANIFEST Todo pod/perl571delta.pod
14738 ____________________________________________________________________________
14739 [  9988] By: jhi                                   on 2001/05/04  12:41:51
14740         Log: Subject: [PATCH perl@9944] long =item
14741              From: Robin Barker <rmb1@cise.npl.co.uk>
14742              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
14743              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
14744      Branch: perl
14745            ! ext/Time/HiRes/HiRes.pm
14746 ____________________________________________________________________________
14747 [  9987] By: jhi                                   on 2001/05/04  12:39:19
14748         Log: The #9901 had removed one line essential for EBCDIC.
14749      Branch: perl
14750            ! regcomp.c
14751 ____________________________________________________________________________
14752 [  9986] By: jhi                                   on 2001/05/04  12:30:23
14753         Log: Subject: cygwin/Makefile.SHs INSTALL patch
14754              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
14755              Date: Mon, 08 Jan 2001 04:59:21 +0200
14756              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
14757      Branch: perl
14758            ! cygwin/Makefile.SHs
14759 ____________________________________________________________________________
14760 [  9985] By: jhi                                   on 2001/05/04  03:51:39
14761         Log: Encode/IO doc tweaks.
14762      Branch: perl
14763            ! ext/Encode/Encode.pm
14764 ____________________________________________________________________________
14765 [  9984] By: jhi                                   on 2001/05/04  03:29:34
14766         Log: Remove GDBM_File from the dynamic extensions for UTS,
14767              GDBM is not a standard feature.
14768      Branch: perl
14769            ! hints/uts.sh
14770 ____________________________________________________________________________
14771 [  9983] By: jhi                                   on 2001/05/04  03:22:59
14772         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
14773      Branch: perl
14774            ! pod/perlretut.pod
14775 ____________________________________________________________________________
14776 [  9982] By: jhi                                   on 2001/05/03  23:21:03
14777         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
14778              From: Benjamin Sugars <bsugars@canoe.ca>
14779              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
14780              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
14781      Branch: perl
14782            ! dump.c
14783 ____________________________________________________________________________
14784 [  9981] By: jhi                                   on 2001/05/03  23:20:05
14785         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
14786              From: Benjamin Sugars <bsugars@canoe.ca>
14787              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
14788              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
14789      Branch: perl
14790            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14791 ____________________________________________________________________________
14792 [  9980] By: jhi                                   on 2001/05/03  23:15:29
14793         Log: Integrate perlio.
14794      Branch: perl
14795           !> ext/Encode/Encode.pm
14796 ____________________________________________________________________________
14797 [  9979] By: jhi                                   on 2001/05/03  16:54:59
14798         Log: Install psed man page.
14799      Branch: perl
14800            ! installman
14801 ____________________________________________________________________________
14802 [  9978] By: jhi                                   on 2001/05/03  16:45:58
14803         Log: Remove unused files; noted by Sarathy.
14804      Branch: perl
14805            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
14806            ! MANIFEST
14807 ____________________________________________________________________________
14808 [  9977] By: jhi                                   on 2001/05/03  16:42:30
14809         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
14810              From: Andy Dougherty <doughera@lafayette.edu>
14811              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
14812              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
14813      Branch: perl
14814            ! INSTALL
14815 ____________________________________________________________________________
14816 [  9976] By: nick                                  on 2001/05/03  16:40:42
14817         Log: Allow $answer = encode($object,$text); like it says in docs.
14818      Branch: perlio
14819            ! ext/Encode/Encode.pm
14820 ____________________________________________________________________________
14821 [  9975] By: nick                                  on 2001/05/03  16:22:30
14822         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
14823              to be in scope (fair enough), and also a package variable (our) for eval to see it.
14824      Branch: perlio
14825            ! ext/Encode/Encode.pm
14826 ____________________________________________________________________________
14827 [  9974] By: nick                                  on 2001/05/03  15:48:17
14828         Log: Integrate mainline.
14829      Branch: perlio
14830           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
14831           +> t/lib/filter-simple.t t/lib/next.t
14832           !> (integrate 70 files)
14833 ____________________________________________________________________________
14834 [  9973] By: jhi                                   on 2001/05/03  13:09:09
14835         Log: Update Changes.
14836      Branch: perl
14837            ! Changes patchlevel.h
14838 ____________________________________________________________________________
14839 [  9972] By: jhi                                   on 2001/05/03  12:58:33
14840         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
14841              From: Prymmer/Kahn <pvhp@best.com>
14842              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
14843              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
14844      Branch: perl
14845            ! t/io/fflush.t
14846 ____________________________________________________________________________
14847 [  9971] By: jhi                                   on 2001/05/03  12:57:26
14848         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
14849              From: Prymmer/Kahn <pvhp@best.com>
14850              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
14851              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
14852      Branch: perl
14853            ! win32/FindExt.pm
14854 ____________________________________________________________________________
14855 [  9970] By: jhi                                   on 2001/05/03  02:42:46
14856         Log: Can't croak sans thread context, from Doug MacEachern.
14857      Branch: perl
14858            ! toke.c
14859 ____________________________________________________________________________
14860 [  9969] By: jhi                                   on 2001/05/03  01:23:48
14861         Log: Subject: Random input test and Perl
14862              From: Ilya Zakharevich <ilya@math.berkeley.edu>
14863              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
14864              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
14865      Branch: perl
14866            ! toke.c
14867 ____________________________________________________________________________
14868 [  9968] By: jhi                                   on 2001/05/02  22:17:21
14869         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
14870              From: Peter Prymmer <pvhp@forte.com>
14871              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
14872              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
14873      Branch: perl
14874            ! pod/perlfunc.pod pod/perlport.pod
14875 ____________________________________________________________________________
14876 [  9967] By: jhi                                   on 2001/05/02  20:12:45
14877         Log: Workaround for UTS compiler casting bug from Hal Morris.
14878      Branch: perl
14879            ! perl.h
14880 ____________________________________________________________________________
14881 [  9966] By: jhi                                   on 2001/05/02  18:31:37
14882         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
14883              From: Dan Sugalski <dan@sidhe.org>
14884              Date: Wed, 02 May 2001 15:23:22 -0400
14885              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
14886      Branch: perl
14887            ! perl.c vms/vms.c
14888 ____________________________________________________________________________
14889 [  9965] By: jhi                                   on 2001/05/02  18:21:29
14890         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
14891      Branch: perl
14892            ! pod/perlfunc.pod
14893 ____________________________________________________________________________
14894 [  9964] By: jhi                                   on 2001/05/02  18:15:01
14895         Log: Document large files in INSTALL, document also the %x
14896              limitation if not use64bitint, closes bug 20010326.007.
14897      Branch: perl
14898            ! INSTALL
14899 ____________________________________________________________________________
14900 [  9963] By: jhi                                   on 2001/05/02  17:24:47
14901         Log: perlmodlib tweaks; regen pods.
14902      Branch: perl
14903            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
14904            ! pod/perltoc.pod
14905 ____________________________________________________________________________
14906 [  9962] By: jhi                                   on 2001/05/02  17:14:00
14907         Log: Fix for a segfault, from Marc Lehmann.
14908      Branch: perl
14909            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
14910 ____________________________________________________________________________
14911 [  9961] By: jhi                                   on 2001/05/02  15:55:53
14912         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
14913              From: "Philip Newton" <pnewton@gmx.de>
14914              Date: Wed, 2 May 2001 18:39:03 +0200
14915              Message-ID: <3AF05447.15525.173B588@localhost>
14916      Branch: perl
14917            ! pod/perlop.pod
14918 ____________________________________________________________________________
14919 [  9960] By: jhi                                   on 2001/05/02  15:35:37
14920         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
14921              From: Dan Sugalski <dan@sidhe.org>
14922              Date: Wed, 02 May 2001 11:37:27 -0400
14923              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
14924      Branch: perl
14925            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
14926            ! thread.h vms/vms.c vms/vmsish.h
14927 ____________________________________________________________________________
14928 [  9959] By: jhi                                   on 2001/05/02  15:21:08
14929         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
14930              From: Benjamin Sugars <bsugars@canoe.ca>
14931              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
14932              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
14933      Branch: perl
14934            ! ext/PerlIO/Scalar/Scalar.xs
14935 ____________________________________________________________________________
14936 [  9958] By: jhi                                   on 2001/05/02  15:15:53
14937         Log: Bug in #9915, spotted by Mike Guy.
14938      Branch: perl
14939            ! installperl
14940 ____________________________________________________________________________
14941 [  9957] By: jhi                                   on 2001/05/02  13:26:01
14942         Log: Add a test for not griping about references as array
14943              indices if the reference has magic in it (overloaded
14944              methods).
14945      Branch: perl
14946            ! pod/perldiag.pod t/pragma/warn/pp_hot
14947 ____________________________________________________________________________
14948 [  9956] By: jhi                                   on 2001/05/02  13:07:01
14949         Log: Retracted a bit too much in #9952.
14950      Branch: perl
14951            ! t/pragma/sub_lval.t
14952 ____________________________________________________________________________
14953 [  9955] By: jhi                                   on 2001/05/02  13:05:38
14954         Log: Test for #9952.
14955      Branch: perl
14956            ! t/op/tie.t
14957 ____________________________________________________________________________
14958 [  9954] By: jhi                                   on 2001/05/02  11:48:18
14959         Log: Additional note on the encoding example: one cannot
14960              convert string constants in-place.
14961      Branch: perl
14962            ! ext/Encode/Encode.pm
14963 ____________________________________________________________________________
14964 [  9953] By: jhi                                   on 2001/05/02  11:43:51
14965         Log: Note that if you have recent enough Perl you already
14966              have Filter::Util::Call.
14967      Branch: perl
14968            ! lib/Filter/Simple.pm
14969 ____________________________________________________________________________
14970 [  9952] By: jhi                                   on 2001/05/02  11:31:53
14971         Log: Retract changes #8254 and #8255, causes coredump in
14972              'tie FH, "main"', reported by Abigail, culprit found by
14973              Benjamin Sugars.  Mirrors maintperl change #9950.
14974      Branch: perl
14975            ! op.c t/pragma/sub_lval.t
14976 ____________________________________________________________________________
14977 [  9951] By: jhi                                   on 2001/05/02  11:14:29
14978         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
14979      Branch: perl
14980            + t/lib/MyFilter.pm
14981 ____________________________________________________________________________
14982 [  9950] By: gsar                                  on 2001/05/02  03:17:11
14983         Log: revert integration of changes#8254,8255 in change#8620 (causes
14984              a coredump in C<tie FH, 'foo'>; the idea itself may need better
14985              rationalization)
14986      Branch: maint-5.6/perl
14987            ! op.c t/pragma/sub_lval.t
14988 ____________________________________________________________________________
14989 [  9949] By: gsar                                  on 2001/05/02  02:56:32
14990         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
14991              
14992              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14993              
14994              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14995      Branch: maint-5.6/perl
14996           !> hints/svr5.sh
14997 ____________________________________________________________________________
14998 [  9948] By: gsar                                  on 2001/05/02  02:49:15
14999         Log: pod/find.t breaks on VMS (from Craig Berry)
15000      Branch: maint-5.6/perl
15001            ! t/pod/find.t
15002 ____________________________________________________________________________
15003 [  9947] By: jhi                                   on 2001/05/02  02:43:09
15004         Log: Add an encoding conversion example.
15005      Branch: perl
15006            ! ext/Encode/Encode.pm
15007 ____________________________________________________________________________
15008 [  9946] By: jhi                                   on 2001/05/02  01:34:22
15009         Log: Another coat of paint but still nowhere finished.
15010              Need to decide on the semantics of strptime(): should
15011              strptime() be a function instead of a method?  To do
15012              the week/monthname-strptiming the i18n/l10n bullet needs
15013              to be bitten with gusto.
15014      Branch: perl
15015            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15016 ____________________________________________________________________________
15017 [  9945] By: jhi                                   on 2001/05/01  23:40:52
15018         Log: Update Changes.
15019      Branch: perl
15020            ! Changes patchlevel.h
15021 ____________________________________________________________________________
15022 [  9944] By: jhi                                   on 2001/05/01  23:33:37
15023         Log: Add known-to-be-tested modules to the list-to-be-skipped.
15024      Branch: perl
15025            ! t/lib/1_compile.t
15026 ____________________________________________________________________________
15027 [  9943] By: jhi                                   on 2001/05/01  23:24:40
15028         Log: Subject: BorlandC++ fix
15029              From: "Vadim Konovalov" <watman@inbox.ru>
15030              Date: Mon, 30 Apr 2001 20:12:26 -0700
15031              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
15032      Branch: perl
15033            ! win32/makefile.mk
15034 ____________________________________________________________________________
15035 [  9942] By: jhi                                   on 2001/05/01  23:18:02
15036         Log: Update to Filter::Simple 0.60, create a test for it.
15037      Branch: perl
15038            + t/lib/filter-simple.t
15039            ! MANIFEST lib/Filter/Simple.pm
15040 ____________________________________________________________________________
15041 [  9941] By: jhi                                   on 2001/05/01  19:47:24
15042         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
15043              From: Hugo <hv@crypt.compulink.co.uk>
15044              Date: Tue, 01 May 2001 20:12:20 +0100
15045              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
15046      Branch: perl
15047            ! pp_hot.c t/op/re_tests
15048 ____________________________________________________________________________
15049 [  9940] By: jhi                                   on 2001/05/01  19:42:16
15050         Log: Integrate perlio.
15051      Branch: perl
15052           !> lib/base.pm t/lib/fields.t
15053 ____________________________________________________________________________
15054 [  9939] By: jhi                                   on 2001/05/01  19:39:51
15055         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
15056              From: Benjamin Sugars <bsugars@canoe.ca>
15057              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
15058              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
15059      Branch: perl
15060            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15061 ____________________________________________________________________________
15062 [  9938] By: jhi                                   on 2001/05/01  19:34:09
15063         Log: Add NEXT, a pseudo-class for method redispatching.
15064              <Damian>NEXT.pm probably offers more bang-for-buck
15065              than anything else I've ever written.</Damian>
15066      Branch: perl
15067            + lib/NEXT.pm t/lib/next.t
15068            ! MANIFEST
15069 ____________________________________________________________________________
15070 [  9937] By: jhi                                   on 2001/05/01  19:21:41
15071         Log: Update to Switch 2.02.
15072      Branch: perl
15073            ! lib/Switch.pm t/lib/switch.t
15074 ____________________________________________________________________________
15075 [  9936] By: nick                                  on 2001/05/01  19:09:21
15076         Log: Fix for base.pm clobbering $VERSION
15077      Branch: perlio
15078            ! lib/base.pm
15079 ____________________________________________________________________________
15080 [  9935] By: nick                                  on 2001/05/01  18:54:38
15081         Log: Test for base.pm clobbering $VERSION.
15082      Branch: perlio
15083            ! t/lib/fields.t
15084 ____________________________________________________________________________
15085 [  9934] By: jhi                                   on 2001/05/01  18:39:10
15086         Log: Add information about Scalar::Util::blessed.
15087      Branch: perl
15088            ! pod/perlobj.pod
15089 ____________________________________________________________________________
15090 [  9933] By: jhi                                   on 2001/05/01  18:33:51
15091         Log: Subject: Extra UNIVERSAL documentation
15092              From: Mike Guy <mjtg@cam.ac.uk>
15093              Date: Tue, 01 May 2001 20:12:11 +0100
15094              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
15095      Branch: perl
15096            ! pod/perlobj.pod
15097 ____________________________________________________________________________
15098 [  9932] By: jhi                                   on 2001/05/01  18:26:54
15099         Log: Subject: Autoflush in tests as appropriate
15100              From: Mike Guy <mjtg@cam.ac.uk>
15101              Date: Tue, 01 May 2001 20:05:31 +0100
15102              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
15103      Branch: perl
15104            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
15105            ! t/op/taint.t
15106 ____________________________________________________________________________
15107 [  9931] By: jhi                                   on 2001/05/01  18:02:29
15108         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
15109              From: Benjamin Sugars <bsugars@canoe.ca>
15110              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
15111              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
15112      Branch: perl
15113            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15114 ____________________________________________________________________________
15115 [  9930] By: jhi                                   on 2001/05/01  15:12:26
15116         Log: Subject: Re: Finally got a round tuit
15117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15118              Date: Tue, 01 May 2001 14:14:10 +0200
15119              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
15120              
15121              The -DP part, slightly modified.
15122      Branch: perl
15123            ! perl.c
15124 ____________________________________________________________________________
15125 [  9929] By: jhi                                   on 2001/05/01  14:17:15
15126         Log: Subject: Re: Finally got a round tuit
15127              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15128              Date: Tue, 01 May 2001 16:34:06 +0200
15129              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
15130              
15131              cpp and optimization tweaks for HP-UX.
15132      Branch: perl
15133            ! hints/hpux.sh
15134 ____________________________________________________________________________
15135 [  9928] By: jhi                                   on 2001/05/01  13:24:20
15136         Log: Tune the scan_num() comments to reality.
15137      Branch: perl
15138            ! toke.c
15139 ____________________________________________________________________________
15140 [  9927] By: jhi                                   on 2001/05/01  13:14:01
15141         Log: Subject: [PATCH B::Deparse] optimised sort
15142              From: Robin Houston <robin@kitsite.com>
15143              Date: Tue, 1 May 2001 14:07:12 +0100
15144              Message-ID: <20010501140712.A4266@penderel>
15145      Branch: perl
15146            ! ext/B/B/Deparse.pm
15147 ____________________________________________________________________________
15148 [  9926] By: jhi                                   on 2001/05/01  13:10:53
15149         Log: Subject: [PATCH t/lib/b-deparse.t] 
15150              From: Robin Houston <robin@kitsite.com>
15151              Date: Tue, 1 May 2001 13:37:42 +0100
15152              Message-ID: <20010501133742.A4082@penderel>
15153      Branch: perl
15154            ! t/lib/b-deparse.t
15155 ____________________________________________________________________________
15156 [  9925] By: jhi                                   on 2001/05/01  13:10:13
15157         Log: Subject: [PATCH B::Deparse] for(;;), sort
15158              From: Robin Houston <robin@kitsite.com>
15159              Date: Tue, 1 May 2001 13:35:00 +0100
15160              Message-ID: <20010501133500.A4061@penderel>
15161      Branch: perl
15162            ! ext/B/B/Deparse.pm
15163 ____________________________________________________________________________
15164 [  9924] By: jhi                                   on 2001/05/01  13:09:22
15165         Log: Subject: [PATCH B::Deparse] do, warn, use
15166              From: Robin Houston <robin@kitsite.com>
15167              Date: Tue, 1 May 2001 13:31:03 +0100
15168              Message-ID: <20010501133103.A4041@penderel>
15169      Branch: perl
15170            ! ext/B/B/Deparse.pm
15171 ____________________________________________________________________________
15172 [  9923] By: jhi                                   on 2001/05/01  11:45:36
15173         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
15174              From: Benjamin Sugars <ben.sugars@home.com>
15175              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
15176              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
15177      Branch: perl
15178            + t/io/fflush.t
15179            ! MANIFEST
15180 ____________________________________________________________________________
15181 [  9922] By: jhi                                   on 2001/05/01  11:35:42
15182         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
15183              From: Peter Prymmer <pvhp@forte.com>
15184              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
15185              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
15186      Branch: perl
15187            ! t/lib/selfstubber.t
15188 ____________________________________________________________________________
15189 [  9921] By: jhi                                   on 2001/04/30  16:34:33
15190         Log: Subject: [PATCH B::Concise] suppress warning
15191              From: Robin Houston <robin@kitsite.com>
15192              Date: Mon, 30 Apr 2001 16:09:49 +0100
15193              Message-ID: <20010430160949.A25086@penderel>
15194      Branch: perl
15195            ! ext/B/B/Concise.pm
15196 ____________________________________________________________________________
15197 [  9920] By: jhi                                   on 2001/04/30  13:56:04
15198         Log: Strip the *markers* from #9919.
15199      Branch: perl
15200            ! pod/perlfaq.pod pod/perlfaq5.pod
15201 ____________________________________________________________________________
15202 [  9919] By: jhi                                   on 2001/04/30  13:54:04
15203         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
15204              From: Gwyn Judd <b.judd@xtra.co.nz>
15205              Date: Sun, 29 Apr 2001 01:47:49 +1200
15206              Message-ID: <20010429014749.A4418@thislove>
15207      Branch: perl
15208            ! pod/perlfaq.pod pod/perlfaq5.pod
15209 ____________________________________________________________________________
15210 [  9918] By: jhi                                   on 2001/04/30  13:13:54
15211         Log: More_tweakage.
15212      Branch: perl
15213            ! pod/perldata.pod pod/perldiag.pod
15214 ____________________________________________________________________________
15215 [  9917] By: jhi                                   on 2001/04/30  13:01:27
15216         Log: Update Changes.
15217      Branch: perl
15218            ! Changes patchlevel.h
15219 ____________________________________________________________________________
15220 [  9916] By: jhi                                   on 2001/04/30  12:57:03
15221         Log: T_w_e_a_k_a_g_e.
15222      Branch: perl
15223            ! pod/perldata.pod pod/perldiag.pod
15224 ____________________________________________________________________________
15225 [  9915] By: jhi                                   on 2001/04/30  12:39:29
15226         Log: Install s2p also as psed.
15227              
15228              TODO: psed documentation?
15229      Branch: perl
15230            ! installperl
15231 ____________________________________________________________________________
15232 [  9914] By: jhi                                   on 2001/04/30  12:29:21
15233         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
15234              From: Jens Hamisch <jens@Strawberry.COM>
15235              Date: Fri, 27 Apr 2001 17:00:36 +0200
15236              Message-ID: <20010427170036.K1372@Strawberry.COM>
15237              
15238              SOCKS5_VERSION_NAME is the right symbol to detect
15239              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
15240              function called socks5_init() is available, and even that is
15241              not universal, most SOCKS5 installations use SOCKSinit()).
15242      Branch: perl
15243            ! perlio.c
15244 ____________________________________________________________________________
15245 [  9913] By: jhi                                   on 2001/04/30  12:22:15
15246         Log: Allow a zero timeout on IO::Socket accept and connect--
15247              though one really shouldn't do that.  Based on
15248              
15249              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
15250              From: "John Holdsworth" <coldwave@bigfoot.com>
15251              Date: Sun, 4 Feb 2001 12:48:18 +0100
15252              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
15253      Branch: perl
15254            ! ext/IO/lib/IO/Socket.pm
15255 ____________________________________________________________________________
15256 [  9912] By: jhi                                   on 2001/04/30  11:27:27
15257         Log: Save the spot of regprev (see #9911) for binary compatibility;
15258              regen API.
15259      Branch: perl
15260            ! embedvar.h perlapi.h thrdvar.h
15261 ____________________________________________________________________________
15262 [  9911] By: jhi                                   on 2001/04/30  11:22:03
15263         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
15264              From: Hugo <hv@crypt.compulink.co.uk>
15265              Date: Sun, 29 Apr 2001 17:09:30 +0100
15266              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
15267      Branch: perl
15268            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
15269 ____________________________________________________________________________
15270 [  9910] By: jhi                                   on 2001/04/30  11:15:12
15271         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
15272              a dummy for PL_numeric_radix); no pressing reason to break
15273              binary compatibility; regen API.
15274      Branch: perl
15275            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
15276            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
15277 ____________________________________________________________________________
15278 [  9909] By: jhi                                   on 2001/04/30  10:56:08
15279         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
15280              From: Walt Mankowski <waltman@netaxs.com>
15281              Date: Sun, 29 Apr 2001 21:53:48 -0400
15282              Message-ID: <20010429215348.A3971@netaxs.com>
15283      Branch: perl
15284            ! pod/perlfunc.pod
15285 ____________________________________________________________________________
15286 [  9908] By: jhi                                   on 2001/04/30  10:49:40
15287         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
15288      Branch: perl
15289            ! t/lib/selfstubber.t
15290 ____________________________________________________________________________
15291 [  9907] By: nick                                  on 2001/04/30  09:26:50
15292         Log: Integrate mainline.
15293      Branch: perlio
15294           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
15295 ____________________________________________________________________________
15296 [  9906] By: jhi                                   on 2001/04/29  23:24:20
15297         Log: Abigail spotted a thinko in #9905.
15298      Branch: perl
15299            ! pod/perldiag.pod
15300 ____________________________________________________________________________
15301 [  9905] By: jhi                                   on 2001/04/29  15:55:39
15302         Log: Changed the underscore/undebar syntax in numeric constants;
15303              now any grouping will do, as long as the underscores are not
15304              consecutive (so "zero-grouping" is out), and they do not begin
15305              or end the integer or fractional parts.
15306      Branch: perl
15307            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
15308 ____________________________________________________________________________
15309 [  9904] By: nick                                  on 2001/04/29  15:43:22
15310         Log: Integrate mainline.
15311      Branch: perlio
15312           +> (branch 98 files)
15313            - lib/unicode/Block.pl
15314            - lib/unicode/In/AlphabeticPresentationForms.pl
15315            - lib/unicode/In/Arabic.pl
15316            - lib/unicode/In/ArabicPresentationForms-A.pl
15317            - lib/unicode/In/ArabicPresentationForms-B.pl
15318            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15319            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
15320            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
15321            - lib/unicode/In/BopomofoExtended.pl
15322            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
15323            - lib/unicode/In/CJKCompatibility.pl
15324            - lib/unicode/In/CJKCompatibilityForms.pl
15325            - lib/unicode/In/CJKCompatibilityIdeographs.pl
15326            - lib/unicode/In/CJKRadicalsSupplement.pl
15327            - lib/unicode/In/CJKSymbolsandPunctuation.pl
15328            - lib/unicode/In/CJKUnifiedIdeographs.pl
15329            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
15330            - lib/unicode/In/Cherokee.pl
15331            - lib/unicode/In/CombiningDiacriticalMarks.pl
15332            - lib/unicode/In/CombiningHalfMarks.pl
15333            - lib/unicode/In/CombiningMarksforSymbols.pl
15334            - lib/unicode/In/ControlPictures.pl
15335            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
15336            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
15337            - lib/unicode/In/EnclosedAlphanumerics.pl
15338            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
15339            - lib/unicode/In/Ethiopic.pl
15340            - lib/unicode/In/GeneralPunctuation.pl
15341            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
15342            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
15343            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
15344            - lib/unicode/In/HalfwidthandFullwidthForms.pl
15345            - lib/unicode/In/HangulCompatibilityJamo.pl
15346            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
15347            - lib/unicode/In/Hebrew.pl
15348            - lib/unicode/In/HighPrivateUseSurrogates.pl
15349            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
15350            - lib/unicode/In/IPAExtensions.pl
15351            - lib/unicode/In/IdeographicDescriptionCharacters.pl
15352            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
15353            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
15354            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
15355            - lib/unicode/In/Latin-1Supplement.pl
15356            - lib/unicode/In/LatinExtended-A.pl
15357            - lib/unicode/In/LatinExtended-B.pl
15358            - lib/unicode/In/LatinExtendedAdditional.pl
15359            - lib/unicode/In/LetterlikeSymbols.pl
15360            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
15361            - lib/unicode/In/MathematicalOperators.pl
15362            - lib/unicode/In/MiscellaneousSymbols.pl
15363            - lib/unicode/In/MiscellaneousTechnical.pl
15364            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
15365            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
15366            - lib/unicode/In/OpticalCharacterRecognition.pl
15367            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
15368            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
15369            - lib/unicode/In/SmallFormVariants.pl
15370            - lib/unicode/In/SpacingModifierLetters.pl
15371            - lib/unicode/In/Specials.pl
15372            - lib/unicode/In/SuperscriptsandSubscripts.pl
15373            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
15374            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
15375            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
15376            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
15377            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
15378           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
15379           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
15380           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
15381           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
15382           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
15383           !> utf8.c win32/Makefile
15384 ____________________________________________________________________________
15385 [  9903] By: jhi                                   on 2001/04/29  14:30:53
15386         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
15387              From: Prymmer/Kahn <pvhp@best.com>
15388              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
15389              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
15390      Branch: perl
15391            ! win32/Makefile
15392 ____________________________________________________________________________
15393 [  9902] By: jhi                                   on 2001/04/29  02:52:44
15394         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
15395              From: "Abigail" <abigail@foad.org>
15396              Date: Sun, 29 Apr 2001 03:14:25 +0200
15397              Message-ID: <20010429011425.24503.qmail@foad.org>
15398      Branch: perl
15399            ! ext/IO/lib/IO/Seekable.pm
15400 ____________________________________________________________________________
15401 [  9901] By: jhi                                   on 2001/04/29  02:04:46
15402         Log: In character classes one couldn't have 0x80..0xff characters
15403              at the left hand side if there were 0x100.. characters in the
15404              character class.
15405      Branch: perl
15406            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
15407            ! t/op/pat.t utf8.c
15408 ____________________________________________________________________________
15409 [  9900] By: jhi                                   on 2001/04/28  22:55:04
15410         Log: Forgot the latest mktables.PL from #9899.
15411      Branch: perl
15412            ! lib/unicode/mktables.PL
15413 ____________________________________________________________________________
15414 [  9899] By: jhi                                   on 2001/04/28  22:53:28
15415         Log: Explain the \p{} and \P{} error message better and
15416              have prettier prettyprint in In.pl.
15417      Branch: perl
15418            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
15419            ! pod/perldiag.pod
15420 ____________________________________________________________________________
15421 [  9898] By: jhi                                   on 2001/04/28  21:03:34
15422         Log: Add one possible explanation for the "Invalid [] range" error.
15423      Branch: perl
15424            ! pod/perldiag.pod
15425 ____________________________________________________________________________
15426 [  9897] By: jhi                                   on 2001/04/28  17:18:26
15427         Log: Add a level of indirection to the implementation of \p{InFoo}
15428              so that we don't have to have long filenames.  (Nothing changes
15429              in the user interface.)   The indirection is defined in
15430              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
15431              Also rename some the character classes by removing '-' from
15432              the classnames, and finally renamed Block.pl as Blocks.pl.
15433      Branch: perl
15434            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
15435            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
15436            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
15437            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
15438            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
15439            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
15440            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
15441            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
15442            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
15443            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
15444            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
15445            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
15446            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
15447            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
15448            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
15449            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
15450            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
15451            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
15452            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
15453            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
15454            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
15455            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
15456            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
15457            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
15458            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
15459            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
15460            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
15461            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
15462            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
15463            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
15464            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
15465            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
15466            + lib/unicode/In/94.pl lib/unicode/In/95.pl
15467            - lib/unicode/Block.pl
15468            - lib/unicode/In/AlphabeticPresentationForms.pl
15469            - lib/unicode/In/Arabic.pl
15470            - lib/unicode/In/ArabicPresentationForms-A.pl
15471            - lib/unicode/In/ArabicPresentationForms-B.pl
15472            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15473            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
15474            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
15475            - lib/unicode/In/BopomofoExtended.pl
15476            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
15477            - lib/unicode/In/CJKCompatibility.pl
15478            - lib/unicode/In/CJKCompatibilityForms.pl
15479            - lib/unicode/In/CJKCompatibilityIdeographs.pl
15480            - lib/unicode/In/CJKRadicalsSupplement.pl
15481            - lib/unicode/In/CJKSymbolsandPunctuation.pl
15482            - lib/unicode/In/CJKUnifiedIdeographs.pl
15483            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
15484            - lib/unicode/In/Cherokee.pl
15485            - lib/unicode/In/CombiningDiacriticalMarks.pl
15486            - lib/unicode/In/CombiningHalfMarks.pl
15487            - lib/unicode/In/CombiningMarksforSymbols.pl
15488            - lib/unicode/In/ControlPictures.pl
15489            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
15490            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
15491            - lib/unicode/In/EnclosedAlphanumerics.pl
15492            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
15493            - lib/unicode/In/Ethiopic.pl
15494            - lib/unicode/In/GeneralPunctuation.pl
15495            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
15496            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
15497            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
15498            - lib/unicode/In/HalfwidthandFullwidthForms.pl
15499            - lib/unicode/In/HangulCompatibilityJamo.pl
15500            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
15501            - lib/unicode/In/Hebrew.pl
15502            - lib/unicode/In/HighPrivateUseSurrogates.pl
15503            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
15504            - lib/unicode/In/IPAExtensions.pl
15505            - lib/unicode/In/IdeographicDescriptionCharacters.pl
15506            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
15507            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
15508            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
15509            - lib/unicode/In/Latin-1Supplement.pl
15510            - lib/unicode/In/LatinExtended-A.pl
15511            - lib/unicode/In/LatinExtended-B.pl
15512            - lib/unicode/In/LatinExtendedAdditional.pl
15513            - lib/unicode/In/LetterlikeSymbols.pl
15514            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
15515            - lib/unicode/In/MathematicalOperators.pl
15516            - lib/unicode/In/MiscellaneousSymbols.pl
15517            - lib/unicode/In/MiscellaneousTechnical.pl
15518            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
15519            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
15520            - lib/unicode/In/OpticalCharacterRecognition.pl
15521            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
15522            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
15523            - lib/unicode/In/SmallFormVariants.pl
15524            - lib/unicode/In/SpacingModifierLetters.pl
15525            - lib/unicode/In/Specials.pl
15526            - lib/unicode/In/SuperscriptsandSubscripts.pl
15527            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
15528            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
15529            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
15530            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
15531            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
15532            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
15533            ! pod/perlunicode.pod
15534 ____________________________________________________________________________
15535 [  9896] By: jhi                                   on 2001/04/28  14:33:17
15536         Log: Update the information on shared library path on HP-UX.
15537      Branch: perl
15538            ! INSTALL
15539 ____________________________________________________________________________
15540 [  9895] By: jhi                                   on 2001/04/28  14:32:30
15541         Log: Because #9894 seems to do the trick, this workaround can be removed.
15542      Branch: perl
15543            ! t/lib/selfstubber.t
15544 ____________________________________________________________________________
15545 [  9894] By: jhi                                   on 2001/04/28  14:26:13
15546         Log: For PerlIO flush the children's file handles (on fork/exec/system).
15547      Branch: perl
15548            ! perl.h
15549 ____________________________________________________________________________
15550 [  9893] By: jhi                                   on 2001/04/28  14:23:15
15551         Log: Test tweak for #9891.
15552      Branch: perl
15553            ! t/lib/b-deparse.t
15554 ____________________________________________________________________________
15555 [  9892] By: jhi                                   on 2001/04/28  14:10:13
15556         Log: New HP-UX hints from Merijn.
15557      Branch: perl
15558            ! hints/hpux.sh
15559 ____________________________________________________________________________
15560 [  9891] By: jhi                                   on 2001/04/28  14:07:27
15561         Log: Subject: [PATCH B::Deparse] non-block scopes
15562              From: Robin Houston <robin@kitsite.com>
15563              Date: Fri, 27 Apr 2001 19:15:14 +0100
15564              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
15565      Branch: perl
15566            ! ext/B/B/Deparse.pm
15567 ____________________________________________________________________________
15568 [  9890] By: nick                                  on 2001/04/27  19:41:25
15569         Log: Integrate mainline
15570      Branch: perlio
15571           +> t/lib/selfstubber.t
15572           !> (integrate 50 files)
15573 ____________________________________________________________________________
15574 [  9889] By: jhi                                   on 2001/04/27  18:23:46
15575         Log: Subject: Re: selfstubber test fail on bleadperl
15576              From: Mike Guy <mjtg@cam.ac.uk>
15577              Date: Fri, 27 Apr 2001 19:31:18 +0100
15578              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
15579      Branch: perl
15580            ! t/lib/selfstubber.t
15581 ____________________________________________________________________________
15582 [  9888] By: jhi                                   on 2001/04/27  16:20:54
15583         Log: Test tweak for #9886.
15584      Branch: perl
15585            ! t/lib/b-deparse.t
15586 ____________________________________________________________________________
15587 [  9887] By: jhi                                   on 2001/04/27  16:16:33
15588         Log: Buffering issue at least in Solaris (even with perlio).
15589      Branch: perl
15590            ! t/lib/selfstubber.t
15591 ____________________________________________________________________________
15592 [  9886] By: jhi                                   on 2001/04/27  14:59:23
15593         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
15594              From: Robin Houston <robin@kitsite.com>
15595              Date: Fri, 27 Apr 2001 16:53:20 +0100
15596              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
15597      Branch: perl
15598            ! ext/B/B/Deparse.pm
15599 ____________________________________________________________________________
15600 [  9885] By: jhi                                   on 2001/04/27  14:23:51
15601         Log: Update Changes.
15602      Branch: perl
15603            ! Changes patchlevel.h
15604 ____________________________________________________________________________
15605 [  9884] By: jhi                                   on 2001/04/27  14:14:12
15606         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
15607              From: "Philip Newton" <pnewton@gmx.de>
15608              Date: Fri, 27 Apr 2001 16:40:13 +0200
15609              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
15610      Branch: perl
15611            ! pod/perldata.pod
15612 ____________________________________________________________________________
15613 [  9883] By: jhi                                   on 2001/04/27  13:28:19
15614         Log: Add LOG_PERROR; prettify the "removed".
15615      Branch: perl
15616            ! ext/Sys/Syslog/Syslog.xs
15617 ____________________________________________________________________________
15618 [  9882] By: jhi                                   on 2001/04/27  13:13:18
15619         Log: h2xs tweaks: use NV instead of double, "quote" the removed
15620              prefixes for clarity (especially when nothing is removed),
15621              slight pod reformats.
15622      Branch: perl
15623            ! utils/h2xs.PL
15624 ____________________________________________________________________________
15625 [  9881] By: jhi                                   on 2001/04/27  12:58:48
15626         Log: Don't bother creating existing directories.
15627      Branch: perl
15628            ! utils/h2xs.PL
15629 ____________________________________________________________________________
15630 [  9880] By: jhi                                   on 2001/04/27  12:45:39
15631         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
15632              From: Mike Schilli <m@perlmeister.com>
15633              Date: Wed, 25 Apr 2001 01:29:21 -0700
15634              Message-id: <3AE68AE1.6A981723@perlmeister.com>
15635      Branch: perl
15636            ! utils/h2xs.PL
15637 ____________________________________________________________________________
15638 [  9879] By: jhi                                   on 2001/04/27  12:40:55
15639         Log: break is not yet Perl.  Added the template license also to README.
15640      Branch: perl
15641            ! utils/h2xs.PL
15642 ____________________________________________________________________________
15643 [  9878] By: jhi                                   on 2001/04/27  03:08:20
15644         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
15645              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15646              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
15647              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
15648      Branch: perl
15649            ! t/lib/xs-typemap.t
15650 ____________________________________________________________________________
15651 [  9877] By: jhi                                   on 2001/04/26  23:54:40
15652         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
15653              From: "Abigail" <abigail@foad.org>
15654              Date: Fri, 27 Apr 2001 01:44:28 +0200
15655              Message-ID: <20010426234428.19786.qmail@foad.org>
15656      Branch: perl
15657            ! utils/h2xs.PL
15658 ____________________________________________________________________________
15659 [  9876] By: jhi                                   on 2001/04/26  23:52:06
15660         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
15661              From: Peter Prymmer <pvhp@forte.com>
15662              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
15663              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
15664      Branch: perl
15665            ! t/lib/selfstubber.t
15666 ____________________________________________________________________________
15667 [  9875] By: jhi                                   on 2001/04/26  23:48:10
15668         Log: Deparse nits.
15669      Branch: perl
15670            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
15671 ____________________________________________________________________________
15672 [  9874] By: jhi                                   on 2001/04/26  22:46:05
15673         Log: Document ANYOF_CLASS.
15674      Branch: perl
15675            ! regcomp.h
15676 ____________________________________________________________________________
15677 [  9873] By: jhi                                   on 2001/04/26  22:35:03
15678         Log: Subject: Re: [PATCH @9846] dumping ANYOF
15679              From: Hugo <hv@crypt.compulink.co.uk>
15680              Date: Thu, 26 Apr 2001 23:33:38 +0100
15681              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
15682      Branch: perl
15683            ! regcomp.c regcomp.h
15684 ____________________________________________________________________________
15685 [  9872] By: jhi                                   on 2001/04/26  22:34:31
15686         Log: Subject: [PATCH] more for Devel::SelfStubber
15687              From: Nicholas Clark <nick@ccl4.org>
15688              Date: Fri, 27 Apr 2001 00:13:52 +0100
15689              Message-ID: <20010427001351.K88186@plum.flirble.org>
15690      Branch: perl
15691            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
15692 ____________________________________________________________________________
15693 [  9871] By: jhi                                   on 2001/04/26  21:59:17
15694         Log: Subject: [PATCH B::Deparse] formats must be flush left
15695              From: Robin Houston <robin@kitsite.com>
15696              Date: Thu, 26 Apr 2001 23:54:29 +0100
15697              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
15698      Branch: perl
15699            ! ext/B/B/Deparse.pm
15700 ____________________________________________________________________________
15701 [  9870] By: jhi                                   on 2001/04/26  21:57:37
15702         Log: If some of the constants are prefixes of others,
15703              the prefixes may never get recognized.  (See 20010426.006.)
15704      Branch: perl
15705            ! utils/h2xs.PL
15706 ____________________________________________________________________________
15707 [  9869] By: jhi                                   on 2001/04/26  21:50:42
15708         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
15709              From: Chris Bongaarts <cab@tc.umn.edu>
15710              Date: Thu, 26 Apr 2001 17:10:31 -0500
15711              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
15712      Branch: perl
15713            ! ext/Sys/Syslog/Syslog.xs
15714 ____________________________________________________________________________
15715 [  9868] By: jhi                                   on 2001/04/26  21:35:12
15716         Log: Further cuts and more docs from Graham Barr.
15717      Branch: perl
15718            ! ext/List/Util/lib/List/Util.pm
15719            ! ext/List/Util/lib/Scalar/Util.pm
15720 ____________________________________________________________________________
15721 [  9867] By: jhi                                   on 2001/04/26  21:18:57
15722         Log: Subject: [PATCH 5.7.1] DB_File-1.77
15723              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
15724              Date: Thu, 26 Apr 2001 22:37:53 +0100
15725              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
15726      Branch: perl
15727            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15728            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
15729 ____________________________________________________________________________
15730 [  9866] By: jhi                                   on 2001/04/26  21:12:31
15731         Log: Subject: [PATCH B::Deparse] fix easy bugs
15732              From: Robin Houston <robin@kitsite.com>
15733              Date: Thu, 26 Apr 2001 23:03:33 +0100
15734              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
15735      Branch: perl
15736            ! ext/B/B/Deparse.pm
15737 ____________________________________________________________________________
15738 [  9865] By: jhi                                   on 2001/04/26  20:26:13
15739         Log: Update Changes.
15740      Branch: perl
15741            ! Changes patchlevel.h
15742 ____________________________________________________________________________
15743 [  9864] By: jhi                                   on 2001/04/26  19:27:48
15744         Log: Dethinko from Robin Houston.
15745      Branch: perl
15746            ! ext/B/B/Deparse.pm
15747 ____________________________________________________________________________
15748 [  9863] By: jhi                                   on 2001/04/26  19:10:35
15749         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
15750              From: Robin Houston <robin@kitsite.com>
15751              Date: Thu, 26 Apr 2001 21:08:32 +0100
15752              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
15753      Branch: perl
15754            ! ext/B/B/Deparse.pm
15755 ____________________________________________________________________________
15756 [  9862] By: jhi                                   on 2001/04/26  19:04:23
15757         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15758              From: Robin Houston <robin@kitsite.com>
15759              Date: Thu, 26 Apr 2001 20:52:50 +0100
15760              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
15761      Branch: perl
15762            ! ext/B/B/Deparse.pm
15763 ____________________________________________________________________________
15764 [  9861] By: jhi                                   on 2001/04/26  18:56:14
15765         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
15766              From: Mike Guy <mjtg@cam.ac.uk>
15767              Date: Thu, 26 Apr 2001 14:22:40 +0100
15768              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
15769      Branch: perl
15770            ! pod/perlobj.pod
15771 ____________________________________________________________________________
15772 [  9860] By: jhi                                   on 2001/04/26  18:46:42
15773         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15774              From: Robin Houston <robin@kitsite.com>
15775              Date: Thu, 26 Apr 2001 20:34:29 +0100
15776              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
15777              
15778              Hashes do not interpolate.
15779      Branch: perl
15780            ! ext/B/B/Deparse.pm
15781 ____________________________________________________________________________
15782 [  9859] By: jhi                                   on 2001/04/26  18:43:51
15783         Log: Subject: The Time::Piece conspiracy unmasked!!!
15784              From: Mike Guy <mjtg@cam.ac.uk>
15785              Date: Thu, 26 Apr 2001 19:02:50 +0100
15786              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
15787              
15788              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
15789              From: Mike Guy <mjtg@cam.ac.uk>
15790              Date: Thu, 26 Apr 2001 19:08:21 +0100
15791              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
15792              
15793              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
15794              From: Graham Barr <gbarr@pobox.com>
15795              Date: Thu, 26 Apr 2001 19:12:03 +0100
15796              Message-ID: <20010426191203.A70835@pobox.com>
15797              
15798              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
15799      Branch: perl
15800            ! ext/List/Util/lib/List/Util.pm
15801            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
15802 ____________________________________________________________________________
15803 [  9858] By: jhi                                   on 2001/04/26  18:17:42
15804         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
15805              From: Robin Houston <robin@kitsite.com>
15806              Date: Thu, 26 Apr 2001 16:09:35 +0100
15807              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
15808      Branch: perl
15809            ! t/comp/proto.t
15810 ____________________________________________________________________________
15811 [  9857] By: jhi                                   on 2001/04/26  18:04:59
15812         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
15813              From: barries <barries@slaysys.com>
15814              Date: Thu, 26 Apr 2001 12:01:10 -0400
15815              Message-ID: <20010426120110.E29698@jester.slaysys.com>
15816      Branch: perl
15817            ! pod/perldiag.pod
15818 ____________________________________________________________________________
15819 [  9856] By: jhi                                   on 2001/04/26  18:03:33
15820         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
15821              Date: Thu, 26 Apr 2001 17:13:41 +0100
15822              From: Robin Houston <robin@kitsite.com>
15823              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
15824              
15825              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
15826              From: Robin Houston <robin@kitsite.com>
15827              Date: Thu, 26 Apr 2001 18:44:29 +0100
15828              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
15829      Branch: perl
15830            ! ext/B/B/Deparse.pm
15831 ____________________________________________________________________________
15832 [  9855] By: jhi                                   on 2001/04/26  17:56:04
15833         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
15834              From: Robin Houston <robin@kitsite.com>
15835              Date: Thu, 26 Apr 2001 17:04:08 +0100
15836              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
15837      Branch: perl
15838            ! ext/B/B/Deparse.pm
15839 ____________________________________________________________________________
15840 [  9854] By: jhi                                   on 2001/04/26  17:47:26
15841         Log: Subject: Re: Short test case for undef %stash:: crash
15842              From: Benjamin Sugars <bsugars@canoe.ca> 
15843              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
15844              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
15845              Changed and moved the perldiag entry.
15846      Branch: perl
15847            ! gv.c pod/perldiag.pod
15848 ____________________________________________________________________________
15849 [  9853] By: jhi                                   on 2001/04/26  14:35:16
15850         Log: Beginnings of strptime().  Do not touch the wet paint.
15851      Branch: perl
15852            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15853 ____________________________________________________________________________
15854 [  9852] By: jhi                                   on 2001/04/26  13:17:21
15855         Log: Retract #9851, core dumps from pod2man.
15856      Branch: perl
15857            ! regcomp.c
15858 ____________________________________________________________________________
15859 [  9851] By: jhi                                   on 2001/04/26  11:54:41
15860         Log: (Retracted by #9852.)
15861              
15862              Subject: [PATCH @9846] dumping ANYOF
15863              From: Hugo <hv@crypt.compulink.co.uk>
15864              Date: Thu, 26 Apr 2001 05:32:38 +0100
15865              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
15866      Branch: perl
15867            ! regcomp.c
15868 ____________________________________________________________________________
15869 [  9850] By: jhi                                   on 2001/04/26  02:34:44
15870         Log: If ccflags was empty the _previous_ $* containing all the
15871              environment variables and Configure variables was used,
15872              which lead, among other bad things, into $ccflags being your
15873              uname -a output, which lead into test compile with cc failing,
15874              which lead into gcc being selected, which didn't work that well
15875              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
15876              with large files, et cetera.
15877      Branch: perl
15878            ! hints/hpux.sh
15879 ____________________________________________________________________________
15880 [  9849] By: jhi                                   on 2001/04/26  01:44:57
15881         Log: Make selfstubber test more portable.
15882      Branch: perl
15883            ! t/lib/selfstubber.t
15884 ____________________________________________________________________________
15885 [  9848] By: jhi                                   on 2001/04/26  00:50:26
15886         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
15887              From: Benjamin Sugars <ben.sugars@home.com>
15888              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
15889              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
15890      Branch: perl
15891            ! ext/Cwd/Cwd.xs
15892 ____________________________________________________________________________
15893 [  9847] By: jhi                                   on 2001/04/26  00:46:58
15894         Log: Subject: [PATCH: perl@9841] VMS updates
15895              From: Peter Prymmer <pvhp@forte.com>
15896              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
15897              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
15898      Branch: perl
15899            ! README.vms configure.com vms/descrip_mms.template
15900            ! vms/ext/filespec.t
15901 ____________________________________________________________________________
15902 [  9846] By: jhi                                   on 2001/04/26  00:11:56
15903         Log: re 'debug' was broken by #9084.
15904      Branch: perl
15905            ! ext/re/re.xs
15906 ____________________________________________________________________________
15907 [  9845] By: jhi                                   on 2001/04/25  22:33:17
15908         Log: Subject: [PATCH] test for Devel::SelfStubber
15909              From: Nicholas Clark <nick@ccl4.org>
15910              Date: Thu, 26 Apr 2001 00:00:54 +0100
15911              Message-ID: <20010426000054.D89026@plum.flirble.org>
15912      Branch: perl
15913            + t/lib/selfstubber.t
15914            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
15915 ____________________________________________________________________________
15916 [  9844] By: jhi                                   on 2001/04/25  22:29:32
15917         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
15918              From: Paul Johnson <paul@pjcj.net>
15919              Date: Thu, 26 Apr 2001 00:46:08 +0200
15920              Message-ID: <20010426004608.H2338@pjcj.net>
15921      Branch: perl
15922            ! ext/B/B/Concise.pm
15923 ____________________________________________________________________________
15924 [  9843] By: jhi                                   on 2001/04/25  22:28:28
15925         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
15926              From: Peter Prymmer <pvhp@forte.com>
15927              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
15928              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
15929      Branch: perl
15930            ! ext/Cwd/Cwd.xs
15931 ____________________________________________________________________________
15932 [  9842] By: jhi                                   on 2001/04/25  20:58:12
15933         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
15934              From: John Peacock <jpeacock@rowman.com>
15935              Date: Wed, 25 Apr 2001 17:30:26 -0400
15936              Message-ID: <3AE741F2.B3217464@rowman.com>
15937      Branch: perl
15938            ! lib/Math/BigInt.pm t/lib/bigintpm.t
15939 ____________________________________________________________________________
15940 [  9841] By: jhi                                   on 2001/04/25  20:07:05
15941         Log: Update Changes.
15942      Branch: perl
15943            ! Changes patchlevel.h
15944 ____________________________________________________________________________
15945 [  9840] By: jhi                                   on 2001/04/25  19:56:51
15946         Log: Yet another HP-UX hints version from Merijn.
15947      Branch: perl
15948            ! hints/hpux.sh
15949 ____________________________________________________________________________
15950 [  9839] By: jhi                                   on 2001/04/25  19:53:04
15951         Log: abs_path() didn't terminate the filename correctly,
15952              in DIRNAMLENless systems like HP-UX this would fail.
15953      Branch: perl
15954            ! ext/Cwd/Cwd.xs
15955 ____________________________________________________________________________
15956 [  9838] By: jhi                                   on 2001/04/25  16:37:26
15957         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
15958              From: Mike Guy <mjtg@cam.ac.uk>
15959              Date: Wed, 25 Apr 2001 18:31:47 +0100
15960              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
15961      Branch: perl
15962            ! op.c
15963 ____________________________________________________________________________
15964 [  9837] By: jhi                                   on 2001/04/25  16:21:53
15965         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
15966              From: Jon Eveland <jweveland@yahoo.com>
15967              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
15968              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
15969      Branch: perl
15970            ! lib/perl5db.pl
15971 ____________________________________________________________________________
15972 [  9836] By: jhi                                   on 2001/04/25  14:17:50
15973         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
15974              From: "Philip Newton" <pnewton@gmx.de>
15975              Date: Wed, 25 Apr 2001 17:05:58 +0200
15976              Message-ID: <3AE703F6.3234.1833C45@localhost>
15977      Branch: perl
15978            ! Porting/patching.pod
15979 ____________________________________________________________________________
15980 [  9835] By: jhi                                   on 2001/04/25  13:58:07
15981         Log: It would seem that both ar and full_ar need to be overridden
15982              for HP-UX to avoid the GNU ar.
15983      Branch: perl
15984            ! hints/hpux.sh
15985 ____________________________________________________________________________
15986 [  9834] By: jhi                                   on 2001/04/25  13:50:40
15987         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
15988              From: "Philip Newton" <pnewton@gmx.de>
15989              Date: Wed, 25 Apr 2001 16:09:23 +0200
15990              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
15991              
15992              Detypo.
15993      Branch: perl
15994            ! t/op/misc.t
15995 ____________________________________________________________________________
15996 [  9833] By: jhi                                   on 2001/04/25  12:36:11
15997         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
15998      Branch: perl
15999            ! hints/hpux.sh
16000 ____________________________________________________________________________
16001 [  9832] By: jhi                                   on 2001/04/25  12:33:36
16002         Log: New version of HP-UX hints from Merijn.
16003      Branch: perl
16004            ! hints/hpux.sh
16005 ____________________________________________________________________________
16006 [  9831] By: jhi                                   on 2001/04/25  03:39:45
16007         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
16008      Branch: perl
16009            ! hints/hpux.sh
16010 ____________________________________________________________________________
16011 [  9830] By: jhi                                   on 2001/04/25  02:53:25
16012         Log: The tzname[] bit is not needed by util.c -- and causes
16013              heartburn in VMS (and it missing was probably the cause of
16014              the Mac OS X trouble).  Ouch.
16015      Branch: perl
16016            ! ext/POSIX/POSIX.xs util.c
16017 ____________________________________________________________________________
16018 [  9829] By: jhi                                   on 2001/04/25  00:10:06
16019         Log: Metaconfig unit change for #9828.
16020      Branch: metaconfig
16021            ! U/compline/ccflags.U
16022 ____________________________________________________________________________
16023 [  9828] By: jhi                                   on 2001/04/25  00:04:18
16024         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
16025              (which is actually the reason for the change, we need to pass
16026              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
16027              EP/IX, OS/2, and TitanOS, based on the hints files.
16028      Branch: perl
16029            ! Configure config_h.SH
16030 ____________________________________________________________________________
16031 [  9827] By: jhi                                   on 2001/04/24  23:49:20
16032         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
16033              the $cat must have an absolute path.
16034      Branch: perl
16035            ! makedepend.SH
16036 ____________________________________________________________________________
16037 [  9826] By: jhi                                   on 2001/04/24  23:40:53
16038         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
16039      Branch: perl
16040            ! README.amiga
16041 ____________________________________________________________________________
16042 [  9825] By: jhi                                   on 2001/04/24  23:35:35
16043         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
16044              From: "Philip Newton" <pnewton@gmx.de>
16045              Date: Tue, 24 Apr 2001 18:52:49 +0200
16046              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
16047      Branch: perl
16048            ! x2p/find2perl.PL
16049 ____________________________________________________________________________
16050 [  9824] By: jhi                                   on 2001/04/24  23:33:07
16051         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
16052              Some gcc specifics dropped out due to extensive rewriting;
16053              will be put back later as needed.
16054      Branch: perl
16055            ! hints/hpux.sh
16056 ____________________________________________________________________________
16057 [  9823] By: jhi                                   on 2001/04/24  23:27:57
16058         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
16059      Branch: perl
16060            ! ext/POSIX/POSIX.xs
16061 ____________________________________________________________________________
16062 [  9822] By: jhi                                   on 2001/04/24  23:25:21
16063         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
16064              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16065              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
16066              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
16067      Branch: perl
16068            ! ext/XS/Typemap/Typemap.xs
16069 ____________________________________________________________________________
16070 [  9821] By: jhi                                   on 2001/04/24  23:24:10
16071         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
16072              From: "Abigail" <abigail@foad.org>
16073              Date: Tue, 24 Apr 2001 23:12:03 +0200
16074              Message-ID: <20010424211203.7901.qmail@foad.org>
16075      Branch: perl
16076            ! pod/perlport.pod
16077 ____________________________________________________________________________
16078 [  9820] By: jhi                                   on 2001/04/24  23:23:15
16079         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
16080              From: Matt Sergeant <matt@sergeant.org>
16081              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
16082              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
16083      Branch: perl
16084            ! pod/perlfaq4.pod
16085 ____________________________________________________________________________
16086 [  9819] By: nick                                  on 2001/04/24  18:49:43
16087         Log: Integrate mainline.
16088      Branch: perlio
16089           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
16090           !> (integrate 37 files)
16091 ____________________________________________________________________________
16092 [  9818] By: jhi                                   on 2001/04/24  14:35:23
16093         Log: Update Changes.
16094      Branch: perl
16095            ! Changes patchlevel.h
16096 ____________________________________________________________________________
16097 [  9817] By: jhi                                   on 2001/04/24  14:09:17
16098         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
16099              From: "Philip Newton" <pnewton@gmx.de>
16100              Date: Tue, 24 Apr 2001 12:58:12 +0200
16101              Message-ID: <3AE57864.8304.B77A0A@localhost> 
16102              
16103              plus add CPAN to the list of modules that have their own tests.
16104      Branch: perl
16105            ! t/lib/1_compile.t
16106 ____________________________________________________________________________
16107 [  9816] By: jhi                                   on 2001/04/24  14:07:03
16108         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
16109              From: Michael G Schwern <schwern@pobox.com>
16110              Date: Sat, 21 Apr 2001 22:35:00 +0100
16111              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
16112      Branch: perl
16113            ! t/lib/1_compile.t
16114 ____________________________________________________________________________
16115 [  9815] By: jhi                                   on 2001/04/24  13:54:32
16116         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
16117              From: Robin Houston <robin@kitsite.com>
16118              Date: Tue, 24 Apr 2001 15:51:18 +0100
16119              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
16120      Branch: perl
16121            ! ext/B/B/Deparse.pm
16122 ____________________________________________________________________________
16123 [  9814] By: jhi                                   on 2001/04/24  13:17:34
16124         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16125              From: Bill Glicker <billg@burrelles.com>
16126              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
16127              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
16128      Branch: perl
16129            ! hints/svr5.sh
16130 ____________________________________________________________________________
16131 [  9813] By: jhi                                   on 2001/04/24  12:54:23
16132         Log: Prevent path disclosure (probing for existence of filenames)
16133              using suidperl; bug id 20010322.218.
16134      Branch: perl
16135            ! perl.c pod/perldiag.pod
16136 ____________________________________________________________________________
16137 [  9812] By: jhi                                   on 2001/04/24  12:08:36
16138         Log: Retract #9811.
16139      Branch: perl
16140            ! ext/POSIX/POSIX.xs
16141 ____________________________________________________________________________
16142 [  9811] By: jhi                                   on 2001/04/24  11:57:35
16143         Log: (Retracted by #9812.)
16144      Branch: perl
16145            ! ext/POSIX/POSIX.xs
16146 ____________________________________________________________________________
16147 [  9810] By: jhi                                   on 2001/04/24  03:32:35
16148         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
16149      Branch: perl
16150            ! util.c
16151 ____________________________________________________________________________
16152 [  9809] By: jhi                                   on 2001/04/24  03:16:13
16153         Log: The Math::BigFloat::import() was broken.
16154              (Fixes bug id 20010422.002.)
16155      Branch: perl
16156            ! lib/Math/BigFloat.pm
16157 ____________________________________________________________________________
16158 [  9808] By: jhi                                   on 2001/04/24  01:11:40
16159         Log: Additional dependencies; should help for parallel makes
16160              not to fail on missing lib/lib.pm or lib/re.pm.
16161      Branch: perl
16162            ! Makefile.SH
16163 ____________________________________________________________________________
16164 [  9807] By: jhi                                   on 2001/04/24  00:57:01
16165         Log: Update the test failure disclaimer.
16166      Branch: perl
16167            ! t/pragma/warn/pp_hot
16168 ____________________________________________________________________________
16169 [  9806] By: jhi                                   on 2001/04/24  00:54:04
16170         Log: Add make target "install-all" which is alias for "install"
16171              to cater for case-preserving filesystems like HFS+.
16172      Branch: perl
16173            ! INSTALL Makefile.SH
16174 ____________________________________________________________________________
16175 [  9805] By: jhi                                   on 2001/04/24  00:47:28
16176         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
16177              From: Peter Prymmer <pvhp@forte.com>
16178              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
16179              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
16180              
16181              (Ken William's message forwarded from macosx@perl.org)
16182      Branch: perl
16183            ! hints/darwin.sh
16184 ____________________________________________________________________________
16185 [  9804] By: jhi                                   on 2001/04/23  23:57:35
16186         Log: Cut-and-pasto.
16187      Branch: perl
16188            ! perlio.c
16189 ____________________________________________________________________________
16190 [  9803] By: jhi                                   on 2001/04/23  23:52:25
16191         Log: More PerlIO robustness.
16192      Branch: perl
16193            ! perlio.c
16194 ____________________________________________________________________________
16195 [  9802] By: jhi                                   on 2001/04/23  23:43:35
16196         Log: Make the "STD* opened only for ..." errors more consistent.
16197      Branch: perl
16198            ! doio.c
16199 ____________________________________________________________________________
16200 [  9801] By: jhi                                   on 2001/04/23  23:34:26
16201         Log: Test case for #9800.
16202      Branch: perl
16203            ! t/op/misc.t
16204 ____________________________________________________________________________
16205 [  9800] By: jhi                                   on 2001/04/23  23:14:43
16206         Log: Avoid coredump on 'close STDERR; die' by making
16207              the PerlIO calls more robust.  Also use SETERRNO()
16208              instead of errno = to be more VMS-ready.
16209      Branch: perl
16210            ! perlio.c
16211 ____________________________________________________________________________
16212 [  9799] By: jhi                                   on 2001/04/23  21:41:10
16213         Log: Subject: test for ID 20010423.002
16214              From: Robin Houston <robin@kitsite.com>
16215              Date: Mon, 23 Apr 2001 16:52:21 +0100
16216              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
16217      Branch: perl
16218            ! t/op/avhv.t
16219 ____________________________________________________________________________
16220 [  9798] By: jhi                                   on 2001/04/23  21:40:07
16221         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
16222              From: David Dyck <dcd@tc.fluke.com>
16223              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
16224              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
16225      Branch: perl
16226            ! installperl
16227 ____________________________________________________________________________
16228 [  9797] By: jhi                                   on 2001/04/23  21:37:56
16229         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
16230              From: Benjamin Sugars <bsugars@canoe.ca>
16231              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
16232              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
16233      Branch: perl
16234            ! ext/Cwd/Cwd.xs lib/Cwd.pm
16235 ____________________________________________________________________________
16236 [  9796] By: jhi                                   on 2001/04/23  21:29:24
16237         Log: Synchronize h2xs and pod2man some more on the documentation
16238              templates they propose.
16239      Branch: perl
16240            ! pod/pod2man.PL utils/h2xs.PL
16241 ____________________________________________________________________________
16242 [  9795] By: jhi                                   on 2001/04/23  17:30:40
16243         Log: Add one more naughty test for base64; make encoding logic cleaner.
16244      Branch: perl
16245            ! t/lib/mimeb64.t
16246 ____________________________________________________________________________
16247 [  9794] By: jhi                                   on 2001/04/23  13:51:32
16248         Log: Update Changes.
16249      Branch: perl
16250            ! Changes patchlevel.h
16251 ____________________________________________________________________________
16252 [  9793] By: jhi                                   on 2001/04/23  13:44:18
16253         Log: Duplicate lines.
16254      Branch: perl
16255            ! MANIFEST
16256 ____________________________________________________________________________
16257 [  9792] By: jhi                                   on 2001/04/23  13:39:13
16258         Log: Subject: Re: PATCH 5.7.1
16259              From: Mark-Jason Dominus <mjd@plover.com>
16260              Date: Mon, 23 Apr 2001 10:30:21 -0400
16261              Message-ID: <20010423143021.17335.qmail@plover.com>
16262      Branch: perl
16263            ! perl.h sv.c
16264 ____________________________________________________________________________
16265 [  9791] By: jhi                                   on 2001/04/23  13:32:40
16266         Log: Add the CPAN.pm 1.59_54 tests.
16267      Branch: perl
16268            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
16269            ! MANIFEST
16270 ____________________________________________________________________________
16271 [  9790] By: jhi                                   on 2001/04/23  13:21:55
16272         Log: Subject: Deparse nit
16273              From: Robin Houston <robin@kitsite.com>
16274              Date: Mon, 23 Apr 2001 12:38:20 +0100
16275              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
16276      Branch: perl
16277            ! ext/B/B/Deparse.pm
16278 ____________________________________________________________________________
16279 [  9789] By: jhi                                   on 2001/04/23  13:19:07
16280         Log: Subject: [PATCH] bug 20010423.002
16281              From: Robin Houston <robin@kitsite.com>
16282              Date: Mon, 23 Apr 2001 13:12:30 +0100
16283              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
16284      Branch: perl
16285            ! pp.c
16286 ____________________________________________________________________________
16287 [  9788] By: jhi                                   on 2001/04/23  13:02:49
16288         Log: Subject: PATCH [5.7.1] hv.c unused #define
16289              From: Mark-Jason Dominus <mjd@plover.com>
16290              Date: Sun, 22 Apr 2001 14:17:49 -0400
16291              Message-ID: <20010422181749.26976.qmail@plover.com>
16292      Branch: perl
16293            ! hv.c
16294 ____________________________________________________________________________
16295 [  9787] By: jhi                                   on 2001/04/23  13:02:02
16296         Log: Subject: PATCH 5.7.1
16297              From: Mark-Jason Dominus <mjd@plover.com>
16298              Date: Sun, 22 Apr 2001 15:12:57 -0400
16299              Message-ID: <20010422191258.6539.qmail@plover.com>
16300              
16301              plus Sarathy's STMT_START + STMT_END suggestion.
16302      Branch: perl
16303            ! perl.h
16304 ____________________________________________________________________________
16305 [  9786] By: jhi                                   on 2001/04/23  12:53:25
16306         Log: Fix for
16307              
16308              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
16309              From: dLux <dlux@spam.sch.bme.hu>
16310              Date: Mon, 23 Apr 2001 01:25:26 +0200
16311              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
16312              
16313              (SvGROW really does return a char *.)
16314      Branch: perl
16315            ! pod/perlapi.pod sv.h
16316 ____________________________________________________________________________
16317 [  9785] By: jhi                                   on 2001/04/23  04:34:04
16318         Log: Time::Piece work continues.  $t->day removed since
16319              I think it's too confusing.  Now has normal and
16320              abbreviated length weekday names and month names,
16321              the names change with _names(), not _list().
16322              Now has strftime() in Perl, _strftime() is
16323              the libc version (to which strftime() falls back
16324              if it doesn't know the format.  To do: the reverse
16325              of strftime, strptime(), and the localisation of both.
16326      Branch: perl
16327            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
16328            ! t/lib/time-piece.t
16329 ____________________________________________________________________________
16330 [  9784] By: jhi                                   on 2001/04/23  02:41:46
16331         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
16332              From: andreas.koenig@anima.de (Andreas J. Koenig)
16333              Date: 23 Apr 2001 05:20:55 +0200
16334              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
16335      Branch: perl
16336            ! t/pragma/overload.t
16337 ____________________________________________________________________________
16338 [  9783] By: jhi                                   on 2001/04/22  23:32:42
16339         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
16340              From: Robin Houston <robin@kitsite.com>
16341              Date: Mon, 23 Apr 2001 00:38:18 +0100
16342              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
16343      Branch: perl
16344            ! ext/B/B/Deparse.pm
16345 ____________________________________________________________________________
16346 [  9782] By: jhi                                   on 2001/04/22  20:55:43
16347         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
16348              From: Simon Cozens <simon@netthink.co.uk>
16349              Date: Sun, 22 Apr 2001 18:47:25 +0100
16350              Message-ID: <20010422184725.A14411@netthink.co.uk>
16351      Branch: perl
16352            ! sv.c t/pragma/overload.t
16353 ____________________________________________________________________________
16354 [  9781] By: jhi                                   on 2001/04/22  20:52:13
16355         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
16356              From: Robin Houston <robin@kitsite.com>
16357              Date: Sun, 22 Apr 2001 22:14:50 +0100
16358              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
16359      Branch: perl
16360            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
16361 ____________________________________________________________________________
16362 [  9780] By: nick                                  on 2001/04/22  20:40:31
16363         Log: Integrate mainline.
16364      Branch: perlio
16365           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
16366           +> t/lib/b-stash.t
16367           !> (integrate 38 files)
16368 ____________________________________________________________________________
16369 [  9779] By: jhi                                   on 2001/04/22  15:16:03
16370         Log: Subject: IO::Socket::INET patch
16371              From: andrew deryabin <djsf@technarchy.ru>
16372              Date: Sat, 21 Apr 2001 17:46:52 +0400
16373              Message-ID: <20010421174652.B1426@technarchy>
16374      Branch: perl
16375            ! ext/IO/lib/IO/Socket/INET.pm
16376 ____________________________________________________________________________
16377 [  9778] By: jhi                                   on 2001/04/22  15:14:33
16378         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
16379              From: Mark-Jason Dominus <mjd@plover.com>
16380              Date: Sat, 21 Apr 2001 21:27:49 -0400
16381              Message-ID: <20010422012749.27024.qmail@plover.com>
16382      Branch: perl
16383            ! regcomp.c
16384 ____________________________________________________________________________
16385 [  9777] By: jhi                                   on 2001/04/22  15:10:51
16386         Log: Subject: Re: Regex debugger patch 
16387              From: Mark-Jason Dominus <mjd@plover.com>
16388              Date: Sat, 21 Apr 2001 21:48:51 -0400
16389              Message-ID: <20010422014851.27165.qmail@plover.com>
16390      Branch: perl
16391            ! pod/perldebguts.pod
16392 ____________________________________________________________________________
16393 [  9776] By: jhi                                   on 2001/04/22  15:09:48
16394         Log: Subject: Re: Regex debugger patch
16395              From: Mark-Jason Dominus <mjd@plover.com>
16396              Date: Sat, 21 Apr 2001 14:24:39 -0400
16397              Message-ID: <20010421182439.16508.qmail@plover.com>
16398              
16399              Regex debugger backend.
16400      Branch: perl
16401            ! regcomp.c regexp.h
16402 ____________________________________________________________________________
16403 [  9775] By: jhi                                   on 2001/04/21  16:45:40
16404         Log: Subject: [PATCH] Typo in utf8.h
16405              From: Jesús Quiroga <jquiroga@pobox.com>
16406              Date: Sat, 21 Apr 2001 19:25:33 +0200
16407              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
16408      Branch: perl
16409            ! utf8.h
16410 ____________________________________________________________________________
16411 [  9774] By: jhi                                   on 2001/04/21  16:43:52
16412         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16413              From: Joe Orton <jorton@redhat.com>
16414              Date: Tue, 17 Apr 2001 15:50:43 +0100
16415              Message-Id: <20010417155043.D19132@eu.c2.net>
16416      Branch: perl
16417            ! hints/svr5.sh
16418 ____________________________________________________________________________
16419 [  9773] By: jhi                                   on 2001/04/21  15:30:15
16420         Log: Subject: Patch utils/h2xs.PL
16421              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16422              Date: Sat, 21 Apr 2001 10:32:16 -0500
16423              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
16424              
16425              Add MAILING list and LICENSE templates.
16426      Branch: perl
16427            ! utils/h2xs.PL
16428 ____________________________________________________________________________
16429 [  9772] By: jhi                                   on 2001/04/21  15:28:36
16430         Log: Subject: perlfaq2.patch for 5.7.1
16431              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16432              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
16433              Date: Fri, 20 Apr 2001 16:42:19 -0500
16434              
16435              rm an extra tab, a blurb about the xx.cpan to clarify
16436              which countries actually have that and dejanews is history
16437              as well as most of that nonsensical entry.
16438      Branch: perl
16439            ! pod/perlfaq2.pod
16440 ____________________________________________________________________________
16441 [  9771] By: jhi                                   on 2001/04/21  15:27:17
16442         Log: Subject: perlfaq1.patch for 5.7.1
16443              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16444              Date: Fri, 20 Apr 2001 16:57:36 -0500
16445              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
16446              
16447              Evil URLs must die. Especially when they are broken.
16448      Branch: perl
16449            ! pod/perlfaq1.pod
16450 ____________________________________________________________________________
16451 [  9770] By: jhi                                   on 2001/04/21  15:23:38
16452         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
16453              From: Michael G Schwern <schwern@pobox.com>
16454              Date: Sat, 21 Apr 2001 16:11:12 +0100
16455              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
16456      Branch: perl
16457            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
16458            + t/lib/b-stash.t
16459            ! MANIFEST ext/B/B.pm t/lib/b.t
16460 ____________________________________________________________________________
16461 [  9769] By: jhi                                   on 2001/04/21  15:03:32
16462         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
16463              From: Michael G Schwern <schwern@pobox.com>
16464              Date: Sat, 21 Apr 2001 09:48:00 +0100
16465              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
16466      Branch: perl
16467            ! utils/h2ph.PL
16468 ____________________________________________________________________________
16469 [  9768] By: jhi                                   on 2001/04/21  14:33:49
16470         Log: PerlIO and Encode doc cleanup and tweaks.
16471      Branch: perl
16472            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
16473            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
16474 ____________________________________________________________________________
16475 [  9767] By: jhi                                   on 2001/04/21  12:40:16
16476         Log: Integrate perlio.
16477      Branch: perl
16478           !> doio.c
16479 ____________________________________________________________________________
16480 [  9766] By: nick                                  on 2001/04/20  18:28:35
16481         Log: Avoid core dump on
16482              open(STDOUT,">",\$foo);
16483      Branch: perlio
16484            ! doio.c
16485 ____________________________________________________________________________
16486 [  9765] By: jhi                                   on 2001/04/20  13:23:43
16487         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
16488              From: Robin Houston <robin@kitsite.com>
16489              Date: Fri, 20 Apr 2001 14:29:22 +0100
16490              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
16491      Branch: perl
16492            ! ext/B/B.pm ext/B/B/Deparse.pm
16493 ____________________________________________________________________________
16494 [  9764] By: jhi                                   on 2001/04/20  13:19:33
16495         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
16496              From: Peter Prymmer <pvhp@forte.com>
16497              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
16498              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
16499      Branch: perl
16500            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
16501            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16502            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16503            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16504 ____________________________________________________________________________
16505 [  9763] By: jhi                                   on 2001/04/20  12:36:39
16506         Log: Subject: Re: A new PerlIO coredump
16507              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16508              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
16509              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
16510      Branch: perl
16511            ! doio.c
16512 ____________________________________________________________________________
16513 [  9762] By: jhi                                   on 2001/04/19  23:02:30
16514         Log: Update Changes.
16515      Branch: perl
16516            ! Changes patchlevel.h
16517 ____________________________________________________________________________
16518 [  9761] By: jhi                                   on 2001/04/19  22:59:19
16519         Log: More cleanup cleanup.
16520      Branch: perl
16521            ! Makefile.SH win32/Makefile win32/makefile.mk
16522 ____________________________________________________________________________
16523 [  9760] By: jhi                                   on 2001/04/19  22:50:31
16524         Log: lib/Time is non-empty, let's not rmdir it.
16525      Branch: perl
16526            ! Makefile.SH
16527 ____________________________________________________________________________
16528 [  9759] By: jhi                                   on 2001/04/19  22:36:51
16529         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
16530              From: Robin Houston <robin@kitsite.com>
16531              Date: Fri, 20 Apr 2001 00:18:53 +0100
16532              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
16533      Branch: perl
16534            ! ext/B/B/Deparse.pm
16535 ____________________________________________________________________________
16536 [  9758] By: jhi                                   on 2001/04/19  22:36:00
16537         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
16538              From: Peter Prymmer <pvhp@forte.com>
16539              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
16540              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
16541      Branch: perl
16542            ! ext/Cwd/Cwd.xs
16543 ____________________________________________________________________________
16544 [  9757] By: nick                                  on 2001/04/19  18:53:54
16545         Log: Blind (untested) integrate of mainline.
16546      Branch: perlio
16547           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
16548           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
16549           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
16550           !> (integrate 53 files)
16551 ____________________________________________________________________________
16552 [  9756] By: jhi                                   on 2001/04/19  16:59:23
16553         Log: Document and test Time::Piece.
16554      Branch: perl
16555            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
16556            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
16557 ____________________________________________________________________________
16558 [  9755] By: jhi                                   on 2001/04/19  12:13:29
16559         Log: A better fix for the \x{12345678} trouble from NI-S.
16560      Branch: perl
16561            ! utf8.c
16562 ____________________________________________________________________________
16563 [  9754] By: jhi                                   on 2001/04/19  11:56:07
16564         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
16565              From: Robin Houston <robin@kitsite.com>
16566              Date: Wed, 18 Apr 2001 17:58:33 +0100
16567              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
16568      Branch: perl
16569            ! ext/B/B/Deparse.pm op.c
16570 ____________________________________________________________________________
16571 [  9753] By: jhi                                   on 2001/04/19  04:21:52
16572         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
16573              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
16574              Date: Thu, 19 Apr 2001 01:11:41 -0400
16575              Message-ID: <20010419011141.A5798@cpan.org>
16576      Branch: perl
16577            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
16578 ____________________________________________________________________________
16579 [  9752] By: jhi                                   on 2001/04/19  02:41:10
16580         Log: The new time utils need to be thread-aware, too.
16581      Branch: perl
16582            ! util.c
16583 ____________________________________________________________________________
16584 [  9751] By: jhi                                   on 2001/04/19  02:26:47
16585         Log: Compilation nit noticed by AIX compiler.
16586      Branch: perl
16587            ! perlio.c
16588 ____________________________________________________________________________
16589 [  9750] By: jhi                                   on 2001/04/19  02:20:06
16590         Log: The new time utils need to be public.
16591      Branch: perl
16592            ! embed.pl
16593 ____________________________________________________________________________
16594 [  9749] By: jhi                                   on 2001/04/19  01:42:39
16595         Log: Regen toc.
16596      Branch: perl
16597            ! pod/perltoc.pod
16598 ____________________________________________________________________________
16599 [  9748] By: jhi                                   on 2001/04/19  01:41:10
16600         Log: Add Time::Piece, a slight rewrite of Time::Object,
16601              from Matt Sergeant.
16602      Branch: perl
16603            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
16604            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
16605            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
16606            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
16607            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
16608            ! win32/makefile.mk
16609 ____________________________________________________________________________
16610 [  9747] By: jhi                                   on 2001/04/19  00:55:35
16611         Log: The new metaconfig unit from strftime.
16612      Branch: metaconfig/U/perl
16613            + d_strftime.U
16614 ____________________________________________________________________________
16615 [  9746] By: jhi                                   on 2001/04/19  00:54:54
16616         Log: Move the strftime() wrapper from POSIX.xs to util.c
16617              as my_strftime(), requires HAS_STRFTIME.
16618      Branch: perl
16619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16620            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
16621            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
16622            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16623            ! vos/config.ga.h win32/config.bc win32/config.gc
16624            ! win32/config.vc
16625 ____________________________________________________________________________
16626 [  9745] By: jhi                                   on 2001/04/18  23:11:03
16627         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
16628              in preparation of Time::Piece.
16629      Branch: perl
16630            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
16631 ____________________________________________________________________________
16632 [  9744] By: jhi                                   on 2001/04/18  22:33:12
16633         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
16634              From: Peter Prymmer <pvhp@forte.com>
16635              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
16636              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
16637      Branch: perl
16638            ! t/lib/exporter.t
16639 ____________________________________________________________________________
16640 [  9743] By: jhi                                   on 2001/04/18  22:32:23
16641         Log: Subject: Fwd: pod2html leaves cache files lying around?
16642              From: Rajesh Vaidheeswarran <rv@gnu.org>
16643              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
16644              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
16645      Branch: perl
16646            ! lib/Pod/Html.pm
16647 ____________________________________________________________________________
16648 [  9742] By: jhi                                   on 2001/04/18  20:31:49
16649         Log: Update Changes.
16650      Branch: perl
16651            ! Changes patchlevel.h
16652 ____________________________________________________________________________
16653 [  9741] By: jhi                                   on 2001/04/18  20:23:02
16654         Log: Declare hints only if needed.
16655      Branch: perl
16656            ! ext/B/B/Deparse.pm
16657 ____________________________________________________________________________
16658 [  9740] By: jhi                                   on 2001/04/18  19:06:05
16659         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
16660              bug noticed by Robin Houston; basically the code of detecting
16661              value wraparound was acting differently under different compilers
16662              and platforms.  The workaround is to remove the overflow check
16663              for now, a real fix would be to do the overflow (portably) right.
16664      Branch: perl
16665            ! t/op/pat.t utf8.c
16666 ____________________________________________________________________________
16667 [  9739] By: jhi                                   on 2001/04/18  19:01:23
16668         Log: Subject: [PATCH B::Deparse] some pragma support
16669              From: Robin Houston <robin@kitsite.com>
16670              Date: Wed, 18 Apr 2001 19:32:12 +0100
16671              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
16672      Branch: perl
16673            ! ext/B/B/Deparse.pm
16674 ____________________________________________________________________________
16675 [  9738] By: jhi                                   on 2001/04/18  15:16:37
16676         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
16677              From: Benjamin Sugars <bsugars@canoe.ca>
16678              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
16679              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
16680      Branch: perl
16681            ! t/op/glob.t
16682 ____________________________________________________________________________
16683 [  9737] By: jhi                                   on 2001/04/18  13:24:50
16684         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
16685              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16686              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
16687              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
16688      Branch: perl
16689            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
16690            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
16691 ____________________________________________________________________________
16692 [  9736] By: jhi                                   on 2001/04/18  04:15:14
16693         Log: The #9735 also changes the subtest 12.
16694      Branch: perl
16695            ! t/lib/b.t
16696 ____________________________________________________________________________
16697 [  9735] By: jhi                                   on 2001/04/18  03:55:17
16698         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
16699              From: David Dyck <dcd@tc.fluke.com>
16700              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
16701              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
16702      Branch: perl
16703            ! ext/B/B/Deparse.pm
16704 ____________________________________________________________________________
16705 [  9734] By: jhi                                   on 2001/04/18  03:54:11
16706         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
16707              From: Gisle Aas <gisle@ActiveState.com>
16708              Date: 17 Apr 2001 19:06:45 -0700
16709              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
16710      Branch: perl
16711            ! pp_hot.c t/op/misc.t
16712 ____________________________________________________________________________
16713 [  9733] By: jhi                                   on 2001/04/17  22:25:22
16714         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
16715              From: "Abigail" <abigail@foad.org>
16716              Date: Wed, 18 Apr 2001 01:17:46 +0200
16717              Message-ID: <20010417231746.21657.qmail@foad.org>
16718      Branch: perl
16719            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
16720 ____________________________________________________________________________
16721 [  9732] By: jhi                                   on 2001/04/17  20:47:56
16722         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
16723              From: Robin Houston <robin@kitsite.com>
16724              Date: Tue, 17 Apr 2001 22:37:42 +0100
16725              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
16726      Branch: perl
16727            ! ext/B/B/Deparse.pm
16728 ____________________________________________________________________________
16729 [  9731] By: nick                                  on 2001/04/17  20:46:35
16730         Log: Re-sync for t/lib/b.t fix
16731      Branch: perlio
16732           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
16733 ____________________________________________________________________________
16734 [  9730] By: jhi                                   on 2001/04/17  20:45:29
16735         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
16736              From: Robin Houston <robin@kitsite.com>
16737              Date: Tue, 17 Apr 2001 22:29:36 +0100
16738              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
16739      Branch: perl
16740            ! ext/B/B.xs ext/B/B/Deparse.pm
16741 ____________________________________________________________________________
16742 [  9729] By: jhi                                   on 2001/04/17  20:43:11
16743         Log: Subject: Deparse - parenthesise args to undeclared subs
16744              From: Robin Houston <robin@kitsite.com>
16745              Date: Tue, 17 Apr 2001 21:31:05 +0100
16746              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
16747      Branch: perl
16748            ! ext/B/B/Deparse.pm
16749 ____________________________________________________________________________
16750 [  9728] By: jhi                                   on 2001/04/17  18:57:30
16751         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
16752              From: Benjamin Sugars <ben.sugars@home.com>
16753              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
16754              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
16755      Branch: perl
16756            ! t/lib/cwd.t
16757 ____________________________________________________________________________
16758 [  9727] By: jhi                                   on 2001/04/17  18:20:20
16759         Log: Subject: [PATCH B::Deparse] ambient pragmas
16760              From: Robin Houston <robin@kitsite.com>
16761              Date: Tue, 17 Apr 2001 20:01:59 +0100
16762              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
16763      Branch: perl
16764            ! ext/B/B/Deparse.pm t/lib/b.t
16765 ____________________________________________________________________________
16766 [  9726] By: nick                                  on 2001/04/17  16:33:51
16767         Log: Integrate mainline (t/lib/b.t fails test 2...)
16768      Branch: perlio
16769           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
16770           +> ext/List/Util/README ext/List/Util/Util.xs
16771           +> ext/List/Util/lib/List/Util.pm
16772           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
16773           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
16774           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16775           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16776           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16777           !> (integrate 31 files)
16778 ____________________________________________________________________________
16779 [  9725] By: jhi                                   on 2001/04/17  12:14:24
16780         Log: Subject: multiple B::* changes
16781              From: Robin Houston <robin@kitsite.com>
16782              Date: Thu, 12 Apr 2001 20:12:27 +0100
16783              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
16784      Branch: perl
16785            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
16786 ____________________________________________________________________________
16787 [  9724] By: jhi                                   on 2001/04/17  11:59:05
16788         Log: Thread-awareness from Doug MacEachern.
16789      Branch: perl
16790            ! ext/List/Util/Util.xs
16791 ____________________________________________________________________________
16792 [  9723] By: jhi                                   on 2001/04/17  11:57:41
16793         Log: Make the test more portable.
16794      Branch: perl
16795            ! t/lib/cwd.t
16796 ____________________________________________________________________________
16797 [  9722] By: jhi                                   on 2001/04/17  11:53:50
16798         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
16799              From: Benjamin Sugars <ben.sugars@home.com>
16800              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
16801              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
16802      Branch: perl
16803            ! t/lib/cwd.t
16804 ____________________________________________________________________________
16805 [  9721] By: jhi                                   on 2001/04/17  11:52:17
16806         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
16807              From: Benjamin Sugars <bsugars@canoe.ca>
16808              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
16809              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
16810      Branch: perl
16811            ! op.c
16812 ____________________________________________________________________________
16813 [  9720] By: jhi                                   on 2001/04/17  11:35:42
16814         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
16815              From: Chris Nandor <pudge@pobox.com>
16816              Date: Tue, 17 Apr 2001 00:30:49 -0400
16817              Message-Id: <p05100207b701768712de@[10.0.1.177]>
16818      Branch: perl
16819            ! ext/File/Glob/bsd_glob.c gv.c
16820 ____________________________________________________________________________
16821 [  9719] By: jhi                                   on 2001/04/17  11:32:13
16822         Log: Subject: [PATCH] Tweten->West
16823              From: Casey West <casey@geeknest.com>
16824              Date: Mon, 16 Apr 2001 12:11:22 -0400
16825              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
16826      Branch: perl
16827            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
16828            ! pod/perltie.pod
16829 ____________________________________________________________________________
16830 [  9718] By: jhi                                   on 2001/04/16  03:22:52
16831         Log: Update Changes.
16832      Branch: perl
16833            ! Changes patchlevel.h
16834 ____________________________________________________________________________
16835 [  9717] By: jhi                                   on 2001/04/16  03:06:28
16836         Log: Regen toc.
16837      Branch: perl
16838            ! pod/perltoc.pod
16839 ____________________________________________________________________________
16840 [  9716] By: jhi                                   on 2001/04/16  02:58:42
16841         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
16842              From: Prymmer/Kahn <pvhp@best.com>
16843              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
16844              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
16845      Branch: perl
16846            ! utf8.c
16847 ____________________________________________________________________________
16848 [  9715] By: jhi                                   on 2001/04/15  23:40:35
16849         Log: Subject: Re: Net::Ping patch, adds stream protocol
16850              From: bronson@rinspin.com (Scott Bronson)
16851              Date: Tue, 10 Apr 2001 23:58:33 -0700
16852              Message-ID: <20010410235833.N29719@rinspin.com>
16853      Branch: perl
16854            ! lib/Net/Ping.pm
16855 ____________________________________________________________________________
16856 [  9714] By: jhi                                   on 2001/04/15  23:31:46
16857         Log: Printing out the ok messages helps successful testing.
16858      Branch: perl
16859            ! t/lib/time-hires.t
16860 ____________________________________________________________________________
16861 [  9713] By: jhi                                   on 2001/04/15  21:43:24
16862         Log: Update Douglas Wegscheid's email.
16863      Branch: perl
16864            ! AUTHORS
16865 ____________________________________________________________________________
16866 [  9712] By: jhi                                   on 2001/04/15  21:40:41
16867         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
16868              From: Michael G Schwern <schwern@pobox.com>
16869              Date: Sat, 14 Apr 2001 22:40:50 +0100
16870              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
16871      Branch: perl
16872            + t/lib/exporter.t
16873            ! MANIFEST lib/Exporter/Heavy.pm
16874 ____________________________________________________________________________
16875 [  9711] By: jhi                                   on 2001/04/15  21:39:21
16876         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
16877              From: Michael G Schwern <schwern@pobox.com>
16878              Date: Sat, 14 Apr 2001 22:13:59 +0100
16879              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
16880      Branch: perl
16881            ! t/op/loopctl.t
16882 ____________________________________________________________________________
16883 [  9710] By: jhi                                   on 2001/04/15  21:30:19
16884         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
16885              From: Michael G Schwern <schwern@pobox.com>
16886              Date: Sat, 14 Apr 2001 22:05:32 +0100
16887              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
16888      Branch: perl
16889            ! t/pragma/warnings.t
16890 ____________________________________________________________________________
16891 [  9709] By: jhi                                   on 2001/04/15  19:34:09
16892         Log: Integrate changes #9706,9707 from maintperl into mainline.
16893              
16894              change#7210 broke .packlist generation
16895              
16896              ExtUtils::Installed doesn't quote regex metacharacters in paths
16897              before using them in match; also make it work for dosish platforms
16898      Branch: perl
16899           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16900 ____________________________________________________________________________
16901 [  9708] By: jhi                                   on 2001/04/15  19:31:01
16902         Log: Test also the scalar aspect of getitimer().
16903      Branch: perl
16904            ! t/lib/time-hires.t
16905 ____________________________________________________________________________
16906 [  9707] By: gsar                                  on 2001/04/15  17:24:20
16907         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
16908              before using them in match; also make it work for dosish platforms
16909      Branch: maint-5.6/perl
16910            ! lib/ExtUtils/Installed.pm
16911 ____________________________________________________________________________
16912 [  9706] By: gsar                                  on 2001/04/15  17:21:59
16913         Log: change#7210 broke .packlist generation (listed only filename
16914              rather than fully qualified path name)
16915      Branch: maint-5.6/perl
16916            ! lib/ExtUtils/Install.pm
16917 ____________________________________________________________________________
16918 [  9705] By: jhi                                   on 2001/04/15  12:36:33
16919         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
16920      Branch: perl
16921            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
16922            ! t/lib/time-hires.t
16923 ____________________________________________________________________________
16924 [  9704] By: jhi                                   on 2001/04/15  10:49:08
16925         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
16926              From: Prymmer/Kahn <pvhp@best.com>
16927              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
16928              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
16929      Branch: perl
16930            ! lib/utf8.pm pod/perlebcdic.pod
16931 ____________________________________________________________________________
16932 [  9703] By: jhi                                   on 2001/04/15  02:26:26
16933         Log: I keep forgetting to sort MANIFEST.
16934      Branch: perl
16935            ! MANIFEST
16936 ____________________________________________________________________________
16937 [  9702] By: jhi                                   on 2001/04/15  02:07:47
16938         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
16939              Now we have blessed, reftype, tainted, first, reduce, ...
16940      Branch: perl
16941            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
16942            + ext/List/Util/README ext/List/Util/Util.xs
16943            + ext/List/Util/lib/List/Util.pm
16944            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
16945            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
16946            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16947            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16948            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16949            ! MANIFEST
16950 ____________________________________________________________________________
16951 [  9701] By: jhi                                   on 2001/04/14  15:05:25
16952         Log: Subject: RE: dprofpp.pl updates 
16953              From: Carl Eklof <CEklof@endeca.com>
16954              Date: Thu, 12 Apr 2001 18:45:46 -0400
16955              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
16956      Branch: perl
16957            ! utils/dprofpp.PL
16958 ____________________________________________________________________________
16959 [  9700] By: jhi                                   on 2001/04/14  14:44:55
16960         Log: Do not just blindly add CR.
16961      Branch: perl
16962            ! Porting/makerel
16963 ____________________________________________________________________________
16964 [  9699] By: jhi                                   on 2001/04/13  13:17:01
16965         Log: Update Changes.
16966      Branch: perl
16967            ! Changes patchlevel.h
16968 ____________________________________________________________________________
16969 [  9698] By: jhi                                   on 2001/04/13  12:44:48
16970         Log: Integrate perlio.
16971      Branch: perl
16972           !> ext/PerlIO/Scalar/Scalar.xs
16973 ____________________________________________________________________________
16974 [  9697] By: jhi                                   on 2001/04/13  12:29:15
16975         Log: Add more debug output to the test.
16976      Branch: perl
16977            ! t/lib/cwd.t
16978 ____________________________________________________________________________
16979 [  9696] By: nick                                  on 2001/04/13  10:14:29
16980         Log: Fix core dump on binmode($fh,'Scalar')
16981      Branch: perlio
16982            ! ext/PerlIO/Scalar/Scalar.xs
16983 ____________________________________________________________________________
16984 [  9695] By: nick                                  on 2001/04/13  09:05:42
16985         Log: Integrate mainline
16986      Branch: perlio
16987           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16988           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16989           +> t/lib/time-hires.t
16990           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
16991           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
16992           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
16993           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
16994           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
16995           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
16996           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
16997 ____________________________________________________________________________
16998 [  9694] By: jhi                                   on 2001/04/12  22:23:35
16999         Log: Integrate change #9693 from maintperl into mainline.
17000              
17001              $VERSION and Version() on the same line provokes a warning from
17002              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
17003      Branch: perl
17004           !> lib/Devel/SelfStubber.pm
17005 ____________________________________________________________________________
17006 [  9693] By: gsar                                  on 2001/04/12  21:55:56
17007         Log: $VERSION and Version() on the same line provokes a warning from
17008              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
17009      Branch: maint-5.6/perl
17010            ! lib/Devel/SelfStubber.pm
17011 ____________________________________________________________________________
17012 [  9692] By: jhi                                   on 2001/04/12  13:54:00
17013         Log: This is at least 5.005.
17014      Branch: perl
17015            ! ext/Time/HiRes/HiRes.xs
17016 ____________________________________________________________________________
17017 [  9691] By: jhi                                   on 2001/04/12  13:37:20
17018         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
17019      Branch: perl
17020            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
17021            ! win32/Makefile win32/makefile.mk
17022 ____________________________________________________________________________
17023 [  9690] By: jhi                                   on 2001/04/12  01:34:46
17024         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
17025      Branch: perl
17026            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17027            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17028            + t/lib/time-hires.t
17029            ! MANIFEST
17030 ____________________________________________________________________________
17031 [  9689] By: jhi                                   on 2001/04/12  00:28:39
17032         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
17033              From: Gisle Aas <gisle@ActiveState.com>
17034              Date: 11 Apr 2001 16:36:11 -0700
17035              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
17036      Branch: perl
17037            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
17038 ____________________________________________________________________________
17039 [  9688] By: jhi                                   on 2001/04/12  00:27:39
17040         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
17041              From: Gisle Aas <gisle@ActiveState.com>
17042              Date: 11 Apr 2001 11:13:24 -0700
17043              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
17044      Branch: perl
17045            ! ext/MIME/Base64/Base64.xs
17046 ____________________________________________________________________________
17047 [  9687] By: jhi                                   on 2001/04/11  19:51:47
17048         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
17049      Branch: perl
17050            ! Todo-5.6
17051 ____________________________________________________________________________
17052 [  9686] By: jhi                                   on 2001/04/11  16:54:25
17053         Log: Subject: [PATCH opcode.pl] Documentation of table format
17054              From: Simon Cozens <simon@netthink.co.uk>
17055              Date: Wed, 11 Apr 2001 12:59:31 +0100
17056              Message-ID: <20010411125931.A25681@netthink.co.uk>
17057      Branch: perl
17058            ! opcode.pl
17059 ____________________________________________________________________________
17060 [  9685] By: jhi                                   on 2001/04/11  16:53:15
17061         Log: Subject: [PATCH] prototype("CORE::recv")
17062              From: Simon Cozens <simon@netthink.co.uk>
17063              Date: Wed, 11 Apr 2001 13:24:35 +0100
17064              Message-ID: <20010411132435.A26169@netthink.co.uk>
17065      Branch: perl
17066            ! pp.c t/comp/proto.t
17067 ____________________________________________________________________________
17068 [  9684] By: jhi                                   on 2001/04/11  16:47:13
17069         Log: FAQ (and AUTHORS) update from Dan Carson: the information
17070              was several years obsolete, Term::Readkey has been updated
17071              to have the functionality.
17072      Branch: perl
17073            ! AUTHORS pod/perlfaq5.pod
17074 ____________________________________________________________________________
17075 [  9683] By: jhi                                   on 2001/04/11  12:15:46
17076         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
17077              From: Calle Dybedahl <calle@lysator.liu.se>
17078              Date: 10 Apr 2001 16:44:16 +0200
17079              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
17080      Branch: perl
17081            ! ext/MIME/Base64/Base64.xs
17082 ____________________________________________________________________________
17083 [  9682] By: jhi                                   on 2001/04/11  12:12:26
17084         Log: A more minimal fix for 20010410.006 from Hugo.
17085      Branch: perl
17086            ! regexec.c
17087 ____________________________________________________________________________
17088 [  9681] By: jhi                                   on 2001/04/11  11:34:23
17089         Log: Integrate changes #9678,9679 from maintline into mainperl.
17090              
17091              addendum to change#9676
17092              
17093              up $File::Glob::VERSION; add a note pointing out the version of
17094              the OpenBSD glob bsd_glob.c resembles
17095      Branch: perl
17096           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17097           !> ext/File/Glob/bsd_glob.h
17098 ____________________________________________________________________________
17099 [  9680] By: jhi                                   on 2001/04/11  11:30:38
17100         Log: Bad test numbering in integrate in #9677.
17101              Fixes ID 20010411.001.
17102      Branch: perl
17103            ! t/op/pat.t
17104 ____________________________________________________________________________
17105 [  9679] By: gsar                                  on 2001/04/11  03:38:40
17106         Log: up $File::Glob::VERSION; add a note pointing out the version of
17107              the OpenBSD glob bsd_glob.c resembles
17108      Branch: maint-5.6/perl
17109            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17110            ! ext/File/Glob/bsd_glob.h
17111 ____________________________________________________________________________
17112 [  9678] By: gsar                                  on 2001/04/11  03:09:48
17113         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
17114              revision 1.8.10.1 found here:
17115              
17116              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
17117      Branch: maint-5.6/perl
17118            ! ext/File/Glob/bsd_glob.c
17119 ____________________________________________________________________________
17120 [  9677] By: jhi                                   on 2001/04/11  02:54:39
17121         Log: Integrate changes #9675,9676 from maintperl into mainline.
17122              
17123              fix for bug 20010410.006, undo change#7115
17124              
17125              port the OpenBSD glob() security patch
17126      Branch: perl
17127           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
17128           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
17129           !> t/op/pat.t
17130 ____________________________________________________________________________
17131 [  9676] By: gsar                                  on 2001/04/11  02:19:02
17132         Log: port the glob() security patch found at:
17133              
17134              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
17135              
17136              CERT advisory for the issue is here:
17137              
17138              http://www.cert.org/advisories/CA-2001-07.html
17139              
17140              Note that the security scare is only relevant for those who are
17141              foolish enough to build suidperl (which is now officially discouraged)
17142      Branch: maint-5.6/perl
17143            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
17144            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
17145 ____________________________________________________________________________
17146 [  9675] By: gsar                                  on 2001/04/10  23:52:11
17147         Log: fix for bug 20010410.006
17148              
17149              undo change#7115 (came into maint-5.6 as change#8156)
17150              
17151              add tests to keep it from coming back
17152      Branch: maint-5.6/perl
17153            ! regexec.c t/op/pat.t
17154 ____________________________________________________________________________
17155 [  9674] By: nick                                  on 2001/04/10  20:39:31
17156         Log: Integrate mainline
17157      Branch: perlio
17158           +> Porting/testall.atom
17159           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
17160           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
17161           !> t/lib/lc-uk.t t/pod/find.t
17162 ____________________________________________________________________________
17163 [  9673] By: nick                                  on 2001/04/10  18:46:14
17164         Log: Integrate against change 9670 aka perl-5.7.1
17165      Branch: perlio
17166           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17167           !> (integrate 53 files)
17168 ____________________________________________________________________________
17169 [  9672] By: jhi                                   on 2001/04/10  13:45:01
17170         Log: Add a script for doing cumulative profile of the test suite.
17171              (Requires ATOM, that is, Tru64.)
17172      Branch: perl
17173            + Porting/testall.atom
17174            ! MANIFEST
17175 ____________________________________________________________________________
17176 [  9671] By: jhi                                   on 2001/04/10  12:38:53
17177         Log: Missing std block.
17178      Branch: perl
17179            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
17180            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
17181            ! t/pod/find.t
17182 ____________________________________________________________________________
17183 [  9670] By: jhi                                   on 2001/04/10  01:25:58
17184         Log: This is 5.7.1.
17185      Branch: perl
17186            ! patchlevel.h
17187 ____________________________________________________________________________
17188 [  9669] By: jhi                                   on 2001/04/10  01:09:14
17189         Log: Update Changes.
17190      Branch: perl
17191            ! Changes patchlevel.h
17192 ____________________________________________________________________________
17193 [  9668] By: jhi                                   on 2001/04/10  01:00:38
17194         Log: Regen toc.
17195      Branch: perl
17196            ! pod/perltoc.pod
17197 ____________________________________________________________________________
17198 [  9667] By: jhi                                   on 2001/04/10  00:52:16
17199         Log: Update perlhist.
17200      Branch: perl
17201            ! pod/perlhist.pod
17202 ____________________________________________________________________________
17203 [  9666] By: jhi                                   on 2001/04/09  23:38:59
17204         Log: Slight wording tweaks from Damian to #9658.
17205      Branch: perl
17206            ! pod/perlobj.pod
17207 ____________________________________________________________________________
17208 [  9665] By: jhi                                   on 2001/04/09  19:56:06
17209         Log: Subject: [PATCH perlutil.pod] Nit
17210              From: Simon Cozens <simon@netthink.co.uk>
17211              Date: Mon, 9 Apr 2001 20:29:44 +0100
17212              Message-ID: <20010409202944.A14796@the.earth.li>
17213      Branch: perl
17214            ! pod/perlutil.pod
17215 ____________________________________________________________________________
17216 [  9664] By: jhi                                   on 2001/04/09  19:54:42
17217         Log: Subject: Re: perl571delta.pod@9631
17218              From: Mike Guy <mjtg@cam.ac.uk>
17219              Date: Mon, 09 Apr 2001 18:09:14 +0100
17220              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
17221      Branch: perl
17222            ! pod/perl571delta.pod
17223 ____________________________________________________________________________
17224 [  9663] By: jhi                                   on 2001/04/09  13:43:35
17225         Log: Update Changes.
17226      Branch: perl
17227            ! Changes patchlevel.h
17228 ____________________________________________________________________________
17229 [  9662] By: jhi                                   on 2001/04/09  13:24:46
17230         Log: tweak tweak.
17231      Branch: perl
17232            ! AUTHORS pod/perl571delta.pod
17233 ____________________________________________________________________________
17234 [  9661] By: jhi                                   on 2001/04/09  13:15:13
17235         Log: Thinko in manual patch applying.
17236      Branch: perl
17237            ! sv.c
17238 ____________________________________________________________________________
17239 [  9660] By: jhi                                   on 2001/04/09  13:07:53
17240         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
17241              From: Robin Barker <rmb1@cise.npl.co.uk> 
17242              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
17243              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
17244              
17245              (This corrects the case where the "isn't numeric" string contains \0s
17246              and is longer than the temporary buffer, and contains \0 at the point
17247              the string would be truncated by "...".) 
17248      Branch: perl
17249            ! sv.c
17250 ____________________________________________________________________________
17251 [  9659] By: jhi                                   on 2001/04/09  12:57:41
17252         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
17253      Branch: perl
17254            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
17255            ! t/lib/cgi-function.t t/lib/cgi-html.t
17256 ____________________________________________________________________________
17257 [  9658] By: jhi                                   on 2001/04/09  12:48:47
17258         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
17259              From: Ilmari Karonen <iltzu@sci.fi>
17260              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
17261              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
17262              
17263              Rearrange and rewrite the Method Invocation section
17264              to explain the concepts in nicer order.
17265      Branch: perl
17266            ! pod/perlobj.pod
17267 ____________________________________________________________________________
17268 [  9657] By: jhi                                   on 2001/04/09  12:35:58
17269         Log: Upgrade to podlators 1.09, from Russ Allbery.
17270      Branch: perl
17271            ! lib/Pod/Man.pm lib/Pod/Text.pm
17272 ____________________________________________________________________________
17273 [  9656] By: jhi                                   on 2001/04/09  12:31:53
17274         Log: perl571delta.
17275      Branch: perl
17276            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
17277 ____________________________________________________________________________
17278 [  9655] By: jhi                                   on 2001/04/09  12:20:09
17279         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
17280              From: Prymmer/Kahn <pvhp@best.com>
17281              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
17282              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
17283      Branch: perl
17284            ! lib/utf8.pm pod/perlunicode.pod
17285 ____________________________________________________________________________
17286 [  9654] By: gsar                                  on 2001/04/09  03:38:33
17287         Log: here lies 5.6.1
17288      Branch: maint-5.6/perl
17289            ! Changes
17290 ____________________________________________________________________________
17291 [  9653] By: jhi                                   on 2001/04/09  03:25:24
17292         Log: Update perlhist.
17293      Branch: perl
17294            ! pod/perlhist.pod
17295 ____________________________________________________________________________
17296 [  9652] By: jhi                                   on 2001/04/09  03:18:49
17297         Log: perl571delta tweaking continues.
17298      Branch: perl
17299            ! pod/perl571delta.pod
17300 ____________________________________________________________________________
17301 [  9651] By: gsar                                  on 2001/04/09  03:11:19
17302         Log: update Changes, patchlevel.h &c.
17303      Branch: maint-5.6/perl
17304            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
17305            ! pod/perltoc.pod
17306 ____________________________________________________________________________
17307 [  9650] By: jhi                                   on 2001/04/09  02:40:24
17308         Log: Integrate the perlfork half of #9513 from maintperl into mainline
17309              (the perlunicode half is obsolete)
17310      Branch: perl
17311            ! pod/perlfork.pod
17312 ____________________________________________________________________________
17313 [  9649] By: gsar                                  on 2001/04/09  02:35:43
17314         Log: tweak perldelta as suggested by Jarkko
17315      Branch: maint-5.6/perl
17316            ! pod/perldelta.pod
17317 ____________________________________________________________________________
17318 [  9648] By: jhi                                   on 2001/04/09  02:13:04
17319         Log: Integrate change #9646 from maintperl into mainline.
17320              
17321              add note about ithreads and Thread.pm
17322      Branch: perl
17323           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
17324 ____________________________________________________________________________
17325 [  9647] By: jhi                                   on 2001/04/09  02:10:18
17326         Log: Bad assumption that shortsize == 2.
17327      Branch: perl
17328            ! t/lib/xs-typemap.t
17329 ____________________________________________________________________________
17330 [  9646] By: gsar                                  on 2001/04/09  00:48:04
17331         Log: add note about ithreads and Thread.pm (too many people are
17332              confused by the fact that Thread.pm is built and installed
17333              under non-5005threads but doesn't work)
17334      Branch: maint-5.6/perl
17335            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
17336 ____________________________________________________________________________
17337 [  9645] By: gsar                                  on 2001/04/09  00:19:03
17338         Log: update perldelta.pod for changes in 5.6.1
17339      Branch: maint-5.6/perl
17340            ! Changes pod/perldelta.pod
17341 ____________________________________________________________________________
17342 [  9644] By: jhi                                   on 2001/04/08  20:37:00
17343         Log: Integrate change #9639 from maintperl into mainline:
17344              on windows, many of the README.* pods were being copied to
17345              the wrong location
17346      Branch: perl
17347           !> win32/Makefile win32/makefile.mk
17348 ____________________________________________________________________________
17349 [  9643] By: jhi                                   on 2001/04/08  20:07:11
17350         Log: Integrate change #9624 from maintperl into mainline:
17351              the pod tests were not okay.  (t/pod/find.t changes ignored)
17352      Branch: perl
17353           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
17354           !> t/pod/include.t t/pod/included.t t/pod/lref.t
17355           !> t/pod/multiline_items.t t/pod/nested_items.t
17356           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17357           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
17358 ____________________________________________________________________________
17359 [  9642] By: jhi                                   on 2001/04/08  19:57:17
17360         Log: Integrate change #9638 from maintperl into mainline:
17361              update to latest JPL from the anoncvs repository
17362      Branch: perl
17363           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17364           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17365           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
17366 ____________________________________________________________________________
17367 [  9641] By: jhi                                   on 2001/04/08  19:53:30
17368         Log: perl571delta updates.
17369      Branch: perl
17370            ! lib/Filter/Simple.pm pod/perl571delta.pod
17371 ____________________________________________________________________________
17372 [  9640] By: gsar                                  on 2001/04/08  19:20:46
17373         Log: integrate change#9634 from mainline
17374              
17375              Fix the perlmodlib generation (didn't understand separate .pod
17376              files; didn't understand -- as the name-thing separator).
17377              Update the CPAN mirrors list.
17378      Branch: maint-5.6/perl
17379            ! pod/perlmodlib.pod
17380           !> pod/perlmodlib.PL
17381 ____________________________________________________________________________
17382 [  9639] By: gsar                                  on 2001/04/08  18:57:31
17383         Log: on windows, many of the README.* pods were being copied to the wrong
17384              location
17385      Branch: maint-5.6/perl
17386            ! win32/Makefile win32/makefile.mk
17387 ____________________________________________________________________________
17388 [  9638] By: gsar                                  on 2001/04/08  18:38:25
17389         Log: update to latest JPL from the anoncvs repository
17390      Branch: maint-5.6/perl
17391            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17392            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17393            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
17394 ____________________________________________________________________________
17395 [  9637] By: jhi                                   on 2001/04/08  17:53:53
17396         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
17397      Branch: perl
17398            ! pod/perl571delta.pod
17399 ____________________________________________________________________________
17400 [  9636] By: jhi                                   on 2001/04/08  17:18:32
17401         Log: Regen toc.
17402      Branch: perl
17403            ! pod/perltoc.pod
17404 ____________________________________________________________________________
17405 [  9635] By: jhi                                   on 2001/04/08  17:16:33
17406         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
17407              From: "Craig A. Berry" <craigberry@mac.com>
17408              Date: Sun, 08 Apr 2001 12:30:16 -0500
17409              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
17410      Branch: perl
17411            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
17412 ____________________________________________________________________________
17413 [  9634] By: jhi                                   on 2001/04/08  17:09:19
17414         Log: Fix the perlmodlib generation (didn't understand separate .pod
17415              files; didn't understand -- as the name-thing separator).
17416              
17417              Update the CPAN mirrors list.
17418      Branch: perl
17419            ! pod/perlmodlib.PL pod/perlmodlib.pod
17420 ____________________________________________________________________________
17421 [  9633] By: jhi                                   on 2001/04/08  16:49:17
17422         Log: Sort MANIFEST.
17423      Branch: perl
17424            ! MANIFEST
17425 ____________________________________________________________________________
17426 [  9632] By: gsar                                  on 2001/04/08  16:36:06
17427         Log: add $Tie::RefHash::VERSION
17428      Branch: maint-5.6/perl
17429            ! lib/Tie/RefHash.pm
17430 ____________________________________________________________________________
17431 [  9631] By: jhi                                   on 2001/04/08  16:10:15
17432         Log: perl571delta updates based on p5p feedback; still needs
17433              lots of examples.
17434      Branch: perl
17435            ! pod/perl571delta.pod
17436 ____________________________________________________________________________
17437 [  9630] By: jhi                                   on 2001/04/08  15:59:13
17438         Log: Update the list of supported platforms to talk about 5.7.1
17439              (and 5.6.1)
17440      Branch: perl
17441            ! pod/perlport.pod
17442 ____________________________________________________________________________
17443 [  9629] By: jhi                                   on 2001/04/08  15:55:41
17444         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
17445              from maintperl into mainline: perlport updates.
17446      Branch: perl
17447            ! pod/perlport.pod
17448 ____________________________________________________________________________
17449 [  9628] By: jhi                                   on 2001/04/08  15:53:17
17450         Log: perlsolaris.pod copied to wrong directory.
17451      Branch: perl
17452            ! win32/makefile.mk
17453 ____________________________________________________________________________
17454 [  9627] By: jhi                                   on 2001/04/08  14:48:18
17455         Log: Subject: Typos in perl571delta.pod
17456              From: "Stephen P. Potter" <spp@spotter.yi.org>
17457              Date: Sat, 07 Apr 2001 20:37:05 -0400
17458              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
17459      Branch: perl
17460            ! pod/perl571delta.pod
17461 ____________________________________________________________________________
17462 [  9626] By: jhi                                   on 2001/04/08  14:39:04
17463         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
17464      Branch: perl
17465            ! gv.c
17466 ____________________________________________________________________________
17467 [  9625] By: nick                                  on 2001/04/08  10:14:23
17468         Log: Integrate mainline
17469      Branch: perlio
17470           +> pod/perl570delta.pod pod/perl571delta.pod
17471           !> (integrate 27 files)
17472 ____________________________________________________________________________
17473 [  9624] By: gsar                                  on 2001/04/08  06:08:17
17474         Log: test in t/pod/* were busted
17475              
17476              these tests are still not enabled in t/{harness,TEST}
17477      Branch: maint-5.6/perl
17478            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
17479            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
17480            ! t/pod/multiline_items.t t/pod/nested_items.t
17481            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17482            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
17483 ____________________________________________________________________________
17484 [  9623] By: gsar                                  on 2001/04/08  03:37:01
17485         Log: integrate change#9470 from mainline
17486              
17487              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
17488      Branch: maint-5.6/perl
17489           !> ext/Socket/Socket.xs
17490 ____________________________________________________________________________
17491 [  9622] By: jhi                                   on 2001/04/07  22:40:47
17492         Log: Update Changes.
17493      Branch: perl
17494            ! Changes patchlevel.h
17495 ____________________________________________________________________________
17496 [  9621] By: jhi                                   on 2001/04/07  22:34:16
17497         Log: Update AUTHORS.
17498      Branch: perl
17499            ! AUTHORS
17500 ____________________________________________________________________________
17501 [  9620] By: jhi                                   on 2001/04/07  22:12:47
17502         Log: Forgot to bump the number of tests in #9164.
17503      Branch: perl
17504            ! t/op/array.t
17505 ____________________________________________________________________________
17506 [  9619] By: jhi                                   on 2001/04/07  22:09:50
17507         Log: Bump patchlevel to 5.7.1.
17508      Branch: perl
17509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17510            ! config_h.SH patchlevel.h
17511 ____________________________________________________________________________
17512 [  9618] By: jhi                                   on 2001/04/07  22:02:41
17513         Log: Populate perl571delta.
17514      Branch: perl
17515            ! pod/perl571delta.pod
17516 ____________________________________________________________________________
17517 [  9617] By: jhi                                   on 2001/04/07  22:01:23
17518         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
17519              to forget it later; do not change patchlevel.h yet or regenerate
17520              Configure yet.
17521      Branch: perl
17522            ! epoc/config.sh win32/Makefile win32/config_H.bc
17523            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17524 ____________________________________________________________________________
17525 [  9616] By: jhi                                   on 2001/04/07  17:46:33
17526         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
17527      Branch: perl
17528            ! pod/perl571delta.pod
17529 ____________________________________________________________________________
17530 [  9615] By: jhi                                   on 2001/04/07  17:33:21
17531         Log: Change the toc configuration.
17532      Branch: perl
17533            ! pod/buildtoc.PL pod/perl.pod
17534 ____________________________________________________________________________
17535 [  9614] By: jhi                                   on 2001/04/07  17:29:47
17536         Log: Subject: PATCH: $[
17537              From: Robin Houston <robin@kitsite.com>
17538              Date: Fri, 6 Apr 2001 18:10:14 +0100
17539              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
17540      Branch: perl
17541            ! op.c t/op/array.t
17542 ____________________________________________________________________________
17543 [  9613] By: jhi                                   on 2001/04/07  17:28:26
17544         Log: Subject: [PATCH perl@9424] isn't numeric warning
17545              From: Robin Barker <rmb1@cise.npl.co.uk>
17546              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
17547              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
17548      Branch: perl
17549            ! sv.c t/pragma/warn/sv
17550 ____________________________________________________________________________
17551 [  9612] By: jhi                                   on 2001/04/07  17:26:45
17552         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
17553              From: Mike Guy <mjtg@cam.ac.uk>
17554              Date: Fri, 06 Apr 2001 12:47:06 +0100
17555              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
17556      Branch: perl
17557            ! dump.c t/lib/peek.t
17558 ____________________________________________________________________________
17559 [  9611] By: jhi                                   on 2001/04/07  17:21:35
17560         Log: Create perl571delta and seed it off with the perldelta changes
17561              since 5.7.0; remove those changes from perldelta and rename it
17562              as perl570delta; recreate perldelta but leave it almost empty.
17563      Branch: perl
17564            + pod/perl570delta.pod pod/perl571delta.pod
17565            ! MANIFEST pod/perldelta.pod
17566 ____________________________________________________________________________
17567 [  9610] By: jhi                                   on 2001/04/07  16:56:32
17568         Log: Denit.
17569      Branch: perl
17570            ! pod/perldelta.pod
17571 ____________________________________________________________________________
17572 [  9609] By: jhi                                   on 2001/04/07  16:38:32
17573         Log: Retract #9523: needs more thought.
17574      Branch: perl
17575            ! Makefile.SH
17576 ____________________________________________________________________________
17577 [  9608] By: jhi                                   on 2001/04/07  14:59:20
17578         Log: atmark() code cleanaup.
17579      Branch: perl
17580            ! ext/IO/IO.xs
17581 ____________________________________________________________________________
17582 [  9607] By: jhi                                   on 2001/04/07  14:48:14
17583         Log: Integrate change #9605 from maintperl into mainline.
17584              
17585              can't optimize away scope entry if tr/// is present
17586      Branch: perl
17587           !> op.c t/op/tr.t
17588 ____________________________________________________________________________
17589 [  9606] By: jhi                                   on 2001/04/07  14:43:59
17590         Log: Integrate perlio.
17591      Branch: perl
17592           +> win32/FindExt.pm
17593           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
17594           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
17595 ____________________________________________________________________________
17596 [  9605] By: gsar                                  on 2001/04/07  11:52:40
17597         Log: can't optimize away scope entry if tr/// is present
17598      Branch: maint-5.6/perl
17599            ! op.c t/op/tr.t
17600 ____________________________________________________________________________
17601 [  9604] By: nick                                  on 2001/04/07  11:39:45
17602         Log: Split out extension finding code from buildext.pl into FindExt.pm
17603              Use it to get Config.pm's idea of available extensions in line
17604              with what is built.
17605      Branch: perlio
17606            + win32/FindExt.pm
17607            ! MANIFEST win32/buildext.pl win32/config_sh.PL
17608            ! win32/makefile.mk
17609 ____________________________________________________________________________
17610 [  9603] By: nick                                  on 2001/04/07  09:11:38
17611         Log: Cleanup correction for failed :Via() layer, also set an error code.
17612      Branch: perlio
17613            ! ext/PerlIO/Via/Via.xs
17614 ____________________________________________________________________________
17615 [  9602] By: nick                                  on 2001/04/07  08:38:04
17616         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
17617              style. So don't use binmode() on the handles so that Win32 etc. see
17618              same sequence and produce same digests.
17619      Branch: perlio
17620            ! t/lib/md5-file.t
17621 ____________________________________________________________________________
17622 [  9601] By: nick                                  on 2001/04/07  08:36:26
17623         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
17624              Else it complains and so crlf layer (say) does not get pushed.
17625      Branch: perlio
17626            ! perlio.c
17627 ____________________________________________________________________________
17628 [  9600] By: jhi                                   on 2001/04/06  23:00:09
17629         Log: Integrate change #9599 from perlio into mainline.
17630      Branch: perl
17631           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
17632           !> win32/config_H.vc
17633 ____________________________________________________________________________
17634 [  9599] By: nick                                  on 2001/04/06  21:42:43
17635         Log: Quote $VERSION in Encode.pm.
17636              regen_config_h as requested.
17637      Branch: perlio
17638            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
17639            ! win32/config_H.vc
17640 ____________________________________________________________________________
17641 [  9598] By: nick                                  on 2001/04/06  20:34:59
17642         Log: Integrate mainline
17643      Branch: perlio
17644           +> README.macos
17645           !> (integrate 39 files)
17646 ____________________________________________________________________________
17647 [  9597] By: gsar                                  on 2001/04/06  18:06:35
17648         Log: integrate change#9464 from mainline (addendum to change#8313)
17649              
17650              Subject: [PATCH @9452] Better peep()ing for foreach() loops
17651      Branch: maint-5.6/perl
17652           !> op.c
17653 ____________________________________________________________________________
17654 [  9596] By: jhi                                   on 2001/04/06  17:26:03
17655         Log: The d_casti32=undef is good for you even when not use64bitall.
17656      Branch: perl
17657            ! hints/hpux.sh
17658 ____________________________________________________________________________
17659 [  9595] By: gsar                                  on 2001/04/06  14:57:17
17660         Log: add a low-impact fix to accomodate darwin-ism
17661      Branch: maint-5.6/perl
17662            ! ext/Errno/Errno_pm.PL
17663 ____________________________________________________________________________
17664 [  9594] By: jhi                                   on 2001/04/06  14:55:14
17665         Log: Integrate changes #9528,9593 from mainline into maintperl;
17666              tweaking the editor/IDE/shell list.
17667      Branch: maint-5.6/perl
17668           !> pod/perlfaq3.pod
17669 ____________________________________________________________________________
17670 [  9593] By: jhi                                   on 2001/04/06  14:51:39
17671         Log: Make the editor/IDE/shell list a little bit airier.
17672      Branch: perl
17673            ! pod/perlfaq3.pod
17674 ____________________________________________________________________________
17675 [  9592] By: gsar                                  on 2001/04/06  14:45:18
17676         Log: integrate change#9477 from mainline (base.pm doc tweak)
17677              
17678              missing doc entry for fmod()
17679      Branch: maint-5.6/perl
17680            ! lib/Math/BigFloat.pm
17681           !> lib/base.pm
17682 ____________________________________________________________________________
17683 [  9591] By: jhi                                   on 2001/04/06  13:55:48
17684         Log: Regen toc.
17685      Branch: perl
17686            ! pod/perltoc.pod
17687 ____________________________________________________________________________
17688 [  9590] By: jhi                                   on 2001/04/06  13:54:52
17689         Log: Math::BigFloat patches from John Peacock.  The equivalent
17690              of #9586 from maintperl but reworked by John to work with
17691              the bleadperl.
17692      Branch: perl
17693            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
17694 ____________________________________________________________________________
17695 [  9589] By: jhi                                   on 2001/04/06  13:42:23
17696         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
17697      Branch: perl
17698            ! ext/Digest/MD5/Makefile.PL
17699 ____________________________________________________________________________
17700 [  9588] By: jhi                                   on 2001/04/06  13:31:45
17701         Log: Integrate changes #9584,9587 from maintperl into mainline.
17702              
17703              keep eval"" CVs alive until the end of the statement in which
17704              they're called
17705              
17706              add README.macos (from Chris Nandor)
17707              
17708              tyop in change#9555
17709      Branch: perl
17710           +> README.macos
17711           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
17712           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
17713           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
17714           !> win32/makefile.mk
17715 ____________________________________________________________________________
17716 [  9587] By: gsar                                  on 2001/04/06  07:31:30
17717         Log: add README.macos (from Chris Nandor)
17718              
17719              tyop in change#9555
17720      Branch: maint-5.6/perl
17721            + README.macos
17722            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
17723            ! win32/Makefile win32/makefile.mk
17724 ____________________________________________________________________________
17725 [  9586] By: gsar                                  on 2001/04/06  07:08:54
17726         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
17727      Branch: maint-5.6/perl
17728            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
17729 ____________________________________________________________________________
17730 [  9585] By: gsar                                  on 2001/04/06  06:58:44
17731         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
17732              from mainline
17733              
17734              Subject: [PATCH] Base64 update to perlfaq9.pod
17735              
17736              Subject: [PATCH AUTHORS] Housekeeping
17737              
17738              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
17739              Mac OS X (Darwin) has extra pwent fields.
17740              
17741              Subject: [PATCH B::*] print control-character vars readably
17742              Needs EBCDICification.
17743              
17744              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
17745              
17746              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
17747              
17748              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
17749              
17750              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
17751              
17752              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
17753              
17754              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
17755              
17756              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
17757              
17758              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
17759              
17760              FreeBSD hints tweak from Anton Berezin.
17761              
17762              Subject: [PATCH foolperl & bleadperl] README.vms update
17763              
17764              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
17765      Branch: maint-5.6/perl
17766           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
17767           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
17768           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
17769 ____________________________________________________________________________
17770 [  9584] By: gsar                                  on 2001/04/06  04:09:00
17771         Log: keep eval"" CVs alive until the end of the statement in which
17772              they're called; this avoids a coredump ensuing from search for
17773              lexicals in code such as:
17774              
17775              sub bug {
17776              my $s = @_;
17777              eval q[sub { eval 'sub { &$s }' }];
17778              }
17779              bug("x")->()->();
17780              
17781              this code still doesn't work as intended (as it has remained
17782              since time immemorial), but it doesn't provoke a coredump anymore
17783      Branch: maint-5.6/perl
17784            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17785            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
17786 ____________________________________________________________________________
17787 [  9583] By: jhi                                   on 2001/04/05  23:52:51
17788         Log: Update Changes.
17789      Branch: perl
17790            ! Changes patchlevel.h
17791 ____________________________________________________________________________
17792 [  9582] By: jhi                                   on 2001/04/05  23:11:23
17793         Log: Slight doc tweak.
17794      Branch: perl
17795            ! pod/perlunicode.pod
17796 ____________________________________________________________________________
17797 [  9581] By: jhi                                   on 2001/04/05  23:04:11
17798         Log: Integrate perlio.
17799      Branch: perl
17800           !> pod/perlunicode.pod
17801 ____________________________________________________________________________
17802 [  9580] By: jhi                                   on 2001/04/05  23:03:29
17803         Log: Test for #9579.
17804      Branch: perl
17805            ! t/op/do.t
17806 ____________________________________________________________________________
17807 [  9579] By: jhi                                   on 2001/04/05  22:54:17
17808         Log: Subject: [PATCH] Propagate calling context for do '...'
17809              From: Gisle Aas <gisle@ActiveState.com>
17810              Date: 04 Apr 2001 20:17:29 -0700
17811              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
17812      Branch: perl
17813            ! pod/perlfunc.pod pp_ctl.c
17814 ____________________________________________________________________________
17815 [  9578] By: jhi                                   on 2001/04/05  22:52:51
17816         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
17817              From: Peter Prymmer <pvhp@forte.com>
17818              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
17819              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
17820      Branch: perl
17821            ! README.vms
17822 ____________________________________________________________________________
17823 [  9577] By: jhi                                   on 2001/04/05  22:48:22
17824         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
17825              From: "Craig A. Berry" <craigberry@mac.com>
17826              Date: Thu, 5 Apr 2001 13:43:28 -0500
17827              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
17828      Branch: perl
17829            ! README.vms
17830 ____________________________________________________________________________
17831 [  9576] By: jhi                                   on 2001/04/05  22:31:38
17832         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
17833              From: Michael G Schwern <schwern@pobox.com>
17834              Date: Thu, 5 Apr 2001 21:53:21 +0100
17835              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
17836      Branch: perl
17837            ! lib/base.pm t/lib/fields.t
17838 ____________________________________________________________________________
17839 [  9575] By: jhi                                   on 2001/04/05  22:26:10
17840         Log: FreeBSD hints tweak from Anton Berezin.
17841      Branch: perl
17842            ! hints/freebsd.sh
17843 ____________________________________________________________________________
17844 [  9574] By: jhi                                   on 2001/04/05  22:24:03
17845         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
17846              From: David Dyck <dcd@tc.fluke.com>
17847              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
17848              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
17849      Branch: perl
17850            ! t/op/oct.t
17851 ____________________________________________________________________________
17852 [  9573] By: jhi                                   on 2001/04/05  22:23:06
17853         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
17854              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
17855              From: David Dyck <dcd@tc.fluke.com>
17856              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
17857      Branch: perl
17858            ! pp.c
17859 ____________________________________________________________________________
17860 [  9572] By: jhi                                   on 2001/04/05  22:14:47
17861         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
17862              From: Robin Houston <robin@kitsite.com>
17863              Date: Thu, 5 Apr 2001 20:56:48 +0100
17864              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
17865      Branch: perl
17866            ! ext/B/B/Deparse.pm
17867 ____________________________________________________________________________
17868 [  9571] By: jhi                                   on 2001/04/05  22:12:53
17869         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
17870              From: Robin Houston <robin@kitsite.com>
17871              Date: Thu, 5 Apr 2001 19:55:51 +0100
17872              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
17873      Branch: perl
17874            ! ext/B/B/Deparse.pm
17875 ____________________________________________________________________________
17876 [  9570] By: jhi                                   on 2001/04/05  22:11:06
17877         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
17878              From: Robin Houston <robin@kitsite.com>
17879              Date: Thu, 5 Apr 2001 20:16:29 +0100
17880              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
17881      Branch: perl
17882            ! ext/B/B/Deparse.pm
17883 ____________________________________________________________________________
17884 [  9569] By: nick                                  on 2001/04/05  21:32:26
17885         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
17886      Branch: perlio
17887            ! pod/perlunicode.pod
17888 ____________________________________________________________________________
17889 [  9568] By: nick                                  on 2001/04/05  19:38:09
17890         Log: Integrate mainline
17891      Branch: perlio
17892           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
17893           !> (integrate 35 files)
17894 ____________________________________________________________________________
17895 [  9567] By: jhi                                   on 2001/04/05  18:31:45
17896         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
17897              From: Robin Houston <robin@kitsite.com>
17898              Date: Thu, 5 Apr 2001 18:03:23 +0100
17899              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
17900      Branch: perl
17901            ! ext/B/B/Deparse.pm
17902 ____________________________________________________________________________
17903 [  9566] By: jhi                                   on 2001/04/05  18:29:35
17904         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
17905              From: Robin Houston <robin@kitsite.com>
17906              Date: Thu, 5 Apr 2001 16:45:18 +0100
17907              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
17908      Branch: perl
17909            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
17910 ____________________________________________________________________________
17911 [  9565] By: jhi                                   on 2001/04/05  18:24:23
17912         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
17913              From: Robin Houston <robin@kitsite.com>
17914              Date: Thu, 5 Apr 2001 14:50:09 +0100
17915              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
17916      Branch: perl
17917            ! ext/B/B/Deparse.pm
17918 ____________________________________________________________________________
17919 [  9564] By: jhi                                   on 2001/04/05  18:23:03
17920         Log: Subject: [PATCH B::*] print control-character vars readably
17921              From: Robin Houston <robin@kitsite.com>
17922              Date: Thu, 5 Apr 2001 14:27:38 +0100
17923              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
17924              
17925              Needs EBCDICification.
17926      Branch: perl
17927            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
17928            ! ext/B/B/Terse.pm
17929 ____________________________________________________________________________
17930 [  9563] By: jhi                                   on 2001/04/05  18:20:32
17931         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
17932              Date: Thu, 5 Apr 2001 13:21:42 -0400
17933              From: Paul Schinder <schinder@pobox.com>
17934              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
17935              
17936              Mac OS X (Darwin) has extra pwent fields.
17937      Branch: perl
17938            ! t/op/pwent.t
17939 ____________________________________________________________________________
17940 [  9562] By: jhi                                   on 2001/04/05  17:57:51
17941         Log: Regen toc.
17942      Branch: perl
17943            ! pod/perltoc.pod
17944 ____________________________________________________________________________
17945 [  9561] By: jhi                                   on 2001/04/05  17:47:33
17946         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
17947      Branch: metaconfig
17948            ! U/Glossary.patch
17949      Branch: metaconfig/U/perl
17950            + d_u32align.U
17951            ! d_cmsghdr_s.U d_msghdr_s.U
17952 ____________________________________________________________________________
17953 [  9560] By: jhi                                   on 2001/04/05  17:47:01
17954         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
17955              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
17956              Introduce probes for struct msghdr, struct cmsghdr,
17957              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
17958              ualarm, usleep, for possible later extension work.
17959      Branch: perl
17960            + t/lib/md5-align.t
17961            ! Configure MANIFEST Porting/Glossary Porting/config.sh
17962            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17963            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
17964            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17965            ! vos/config.ga.h win32/config.bc win32/config.gc
17966            ! win32/config.vc
17967 ____________________________________________________________________________
17968 [  9559] By: jhi                                   on 2001/04/05  13:03:04
17969         Log: Be traditional in your cpp (for the Errno extension).
17970      Branch: perl
17971            ! hints/darwin.sh
17972 ____________________________________________________________________________
17973 [  9558] By: jhi                                   on 2001/04/05  13:00:05
17974         Log: Add $Config{cppflags} to the gcc incantation.
17975      Branch: perl
17976            ! ext/Errno/Errno_pm.PL
17977 ____________________________________________________________________________
17978 [  9557] By: jhi                                   on 2001/04/05  04:22:39
17979         Log: Introduce Sean Burke's Class::ISA 0.32.
17980      Branch: perl
17981            + lib/Class/ISA.pm t/lib/class-isa.t
17982            ! MANIFEST
17983 ____________________________________________________________________________
17984 [  9556] By: jhi                                   on 2001/04/05  04:09:50
17985         Log: Subject: [PATCH AUTHORS] Housekeeping
17986              From: Paul Johnson <paul@pjcj.net> 
17987              Date: Wed, 4 Apr 2001 22:45:47 +0200
17988              Message-ID: <20010404224547.D9548@pjcj.net>
17989      Branch: perl
17990            ! AUTHORS
17991 ____________________________________________________________________________
17992 [  9555] By: jhi                                   on 2001/04/05  04:06:33
17993         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
17994              From: Gisle Aas <gisle@ActiveState.com>
17995              Date: 04 Apr 2001 14:23:04 -0700
17996              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
17997      Branch: perl
17998            ! pod/perlfaq9.pod
17999 ____________________________________________________________________________
18000 [  9554] By: jhi                                   on 2001/04/05  04:05:49
18001         Log: Downgrade also the "Wide character" diagnostic.
18002      Branch: perl
18003            ! pod/perldiag.pod
18004 ____________________________________________________________________________
18005 [  9553] By: jhi                                   on 2001/04/05  04:00:33
18006         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
18007              maintperl into mainline.
18008              
18009              "double" should be "NV"; standard typemap is missing entry
18010              for NV
18011              
18012              s/djSP/dSP/
18013              
18014              Downgrade "Wide character in print" to a warning.
18015              
18016              B::Deparse fix for ${^FOO} and documentation for PVX() method
18017              (from Robin Houston)
18018              
18019              tr/// doesn't null-terminate the result in some situations
18020              (from Gisle Aas)
18021      Branch: perl
18022           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18023           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
18024           !> t/io/utf8.t t/op/tr.t
18025 ____________________________________________________________________________
18026 [  9552] By: jhi                                   on 2001/04/05  03:52:50
18027         Log: Retract changes #9542 and #9538 (from maintperl, integrated
18028              at #9540), shouldn't be needed because of the perlio changes.
18029      Branch: perl
18030            ! util.c
18031 ____________________________________________________________________________
18032 [  9551] By: gsar                                  on 2001/04/05  00:18:34
18033         Log: tr/// doesn't null-terminate the result in some situations
18034              (from Gisle Aas)
18035      Branch: maint-5.6/perl
18036            ! doop.c t/op/tr.t
18037 ____________________________________________________________________________
18038 [  9550] By: gsar                                  on 2001/04/04  20:04:17
18039         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
18040              (from Robin Houston)
18041      Branch: maint-5.6/perl
18042            ! ext/B/B.pm ext/B/B/Deparse.pm
18043 ____________________________________________________________________________
18044 [  9549] By: nick                                  on 2001/04/04  18:56:15
18045         Log: Downgrade "Wide character in print" to a warning.
18046      Branch: perlio
18047            ! doio.c t/io/utf8.t
18048 ____________________________________________________________________________
18049 [  9548] By: gsar                                  on 2001/04/04  18:51:49
18050         Log: integrate changes#9460,9462,9482,9521,9522
18051              
18052              Subject: PATCH: B::Debug should show LOOP-specific fields
18053              
18054              Subject: B::Deparse precedence bug. (Patch included.)
18055              
18056              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
18057              
18058              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
18059              
18060              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
18061      Branch: maint-5.6/perl
18062           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
18063           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
18064 ____________________________________________________________________________
18065 [  9547] By: gsar                                  on 2001/04/04  18:49:16
18066         Log: s/djSP/dSP/
18067      Branch: maint-5.6/perl
18068            ! ext/Thread/Thread.xs
18069 ____________________________________________________________________________
18070 [  9546] By: nick                                  on 2001/04/04  18:44:00
18071         Log: Integrate mainline.
18072      Branch: perlio
18073           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
18074           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
18075 ____________________________________________________________________________
18076 [  9545] By: gsar                                  on 2001/04/04  18:38:52
18077         Log: integrate change#8837 from mainline
18078              
18079              Subject: [patch] -Wall cleanup round 2
18080      Branch: maint-5.6/perl
18081           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
18082           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
18083           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
18084           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
18085           !> ext/SDBM_File/SDBM_File.xs
18086 ____________________________________________________________________________
18087 [  9544] By: gsar                                  on 2001/04/04  17:49:57
18088         Log: "double" should be "NV"; standard typemap is missing entry
18089              for NV
18090      Branch: maint-5.6/perl
18091            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
18092 ____________________________________________________________________________
18093 [  9543] By: jhi                                   on 2001/04/04  14:13:18
18094         Log: Thou shalt not (just) match for English error messages.
18095      Branch: perl
18096            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
18097            ! os2/OS2/Process/Process.pm
18098 ____________________________________________________________________________
18099 [  9542] By: jhi                                   on 2001/04/04  13:20:39
18100         Log: Make the stdio tricks of fflush_all() to exist only if
18101              stdio is being used.
18102      Branch: perl
18103            ! util.c
18104 ____________________________________________________________________________
18105 [  9541] By: jhi                                   on 2001/04/04  04:20:24
18106         Log: Subject: Re: [PATCH] Lighten up glob
18107              From: Benjamin Sugars <bsugars@canoe.ca>
18108              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
18109              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
18110      Branch: perl
18111            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
18112            ! util.c
18113 ____________________________________________________________________________
18114 [  9540] By: jhi                                   on 2001/04/04  04:03:57
18115         Log: Integrate changes #9538,9539 from maintperl into mainline.
18116              
18117              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
18118              for use with _fwalk() (fix for change#7705)
18119              
18120              another tweak needed for SunOS 4.1.x build (from Mike Guy)
18121              (cp -f is not portable)
18122      Branch: perl
18123           !> Makefile.SH util.c
18124 ____________________________________________________________________________
18125 [  9539] By: gsar                                  on 2001/04/04  03:01:14
18126         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
18127      Branch: maint-5.6/perl
18128            ! Makefile.SH
18129 ____________________________________________________________________________
18130 [  9538] By: gsar                                  on 2001/04/04  01:00:38
18131         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
18132              for use with _fwalk() (fix for change#7705)
18133      Branch: maint-5.6/perl
18134            ! util.c
18135 ____________________________________________________________________________
18136 [  9537] By: nick                                  on 2001/04/03  19:24:55
18137         Log: Integrate mainline
18138      Branch: perlio
18139           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
18140           +> lib/unicode/PropList.html
18141            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
18142           !> (integrate 69 files)
18143 ____________________________________________________________________________
18144 [  9536] By: jhi                                   on 2001/04/03  18:02:31
18145         Log: Integrate change #9533 from maintperl into mainline.
18146              
18147              better fix for change#9517 to accomodate UNC paths like
18148              \\server\share\foo, and paths with trailing backslash
18149              like c:\this\
18150      Branch: perl
18151           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18152 ____________________________________________________________________________
18153 [  9535] By: jhi                                   on 2001/04/03  17:58:07
18154         Log: Change the push/unshift warning to be of class syntax, not misc.
18155      Branch: perl
18156            ! op.c pod/perldiag.pod t/pragma/warn/op
18157 ____________________________________________________________________________
18158 [  9534] By: jhi                                   on 2001/04/03  15:03:46
18159         Log: Change the push/unshift warning (#9532) to talk about "no values"
18160              instead of "no arguments".
18161      Branch: perl
18162            ! op.c pod/perldiag.pod t/pragma/warn/op
18163 ____________________________________________________________________________
18164 [  9533] By: gsar                                  on 2001/04/03  14:30:07
18165         Log: better fix for change#9517 to accomodate UNC paths like
18166              \\server\share\foo, and paths with trailing backslash
18167              like c:\this\
18168      Branch: maint-5.6/perl
18169            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18170 ____________________________________________________________________________
18171 [  9532] By: jhi                                   on 2001/04/03  13:11:46
18172         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
18173              From: Robin Houston <robin@kitsite.com>
18174              Date: Mon, 2 Apr 2001 15:03:29 +0100
18175              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
18176      Branch: perl
18177            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
18178 ____________________________________________________________________________
18179 [  9531] By: jhi                                   on 2001/04/03  13:06:34
18180         Log: Integrate change #9530 from maintperl into mainline.
18181              
18182              accomodate VMS "mailbox overflow" quirk in testsuite (from
18183              Craig Berry)
18184      Branch: perl
18185           !> t/lib/socket.t
18186 ____________________________________________________________________________
18187 [  9530] By: gsar                                  on 2001/04/03  04:56:41
18188         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
18189              Craig Berry)
18190      Branch: maint-5.6/perl
18191            ! t/lib/socket.t
18192 ____________________________________________________________________________
18193 [  9529] By: jhi                                   on 2001/04/03  02:34:34
18194         Log: Update Changes.
18195      Branch: perl
18196            ! Changes patchlevel.h
18197 ____________________________________________________________________________
18198 [  9528] By: jhi                                   on 2001/04/03  01:27:57
18199         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
18200              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
18201              To: perl5-porters@perl.org
18202              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
18203      Branch: perl
18204            ! pod/perlfaq3.pod
18205 ____________________________________________________________________________
18206 [  9527] By: jhi                                   on 2001/04/03  01:22:09
18207         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
18208              From: Peter Prymmer <pvhp@forte.com>
18209              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
18210              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
18211      Branch: perl
18212            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
18213 ____________________________________________________________________________
18214 [  9526] By: jhi                                   on 2001/04/03  01:18:25
18215         Log: The metaconfig unit changes for #9525.
18216      Branch: metaconfig
18217            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
18218      Branch: metaconfig/U/perl
18219            ! use64bits.U
18220 ____________________________________________________________________________
18221 [  9525] By: jhi                                   on 2001/04/03  01:17:30
18222         Log: Configure sanity checks:
18223              * if use64bitall is attempted but pointers are only 32-bit,
18224              'downgrade' to use64bitint
18225              * if use64bitint is attempted but there's no quad type,
18226              forget about use64bitint (well, the default for it is 'n',
18227              the user can still override this)
18228              * if pointers are 64 bits, do not try to use Perl's malloc
18229      Branch: perl
18230            ! Configure
18231 ____________________________________________________________________________
18232 [  9524] By: gsar                                  on 2001/04/03  01:09:12
18233         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
18234      Branch: maint-5.6/perl
18235            ! pp_sys.c
18236 ____________________________________________________________________________
18237 [  9523] By: jhi                                   on 2001/04/03  00:02:31
18238         Log: (Retracted by #9609)
18239              
18240              Make it harder for parallel makes to enter 'test' before
18241              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
18242              should be unhappy enough, but sometimes parallel makes seem
18243              to sneak past both in Tru64 and AIX.)
18244      Branch: perl
18245            ! Makefile.SH
18246 ____________________________________________________________________________
18247 [  9522] By: jhi                                   on 2001/04/02  22:35:31
18248         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
18249              Date: Mon, 2 Apr 2001 22:54:10 +0100
18250              From: Robin Houston <robin@kitsite.com>
18251              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
18252      Branch: perl
18253            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
18254 ____________________________________________________________________________
18255 [  9521] By: jhi                                   on 2001/04/02  22:32:23
18256         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
18257              From: Robin Houston <robin@kitsite.com>
18258              Date: Mon, 2 Apr 2001 20:24:03 +0100
18259              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
18260      Branch: perl
18261            ! ext/B/B/Concise.pm
18262 ____________________________________________________________________________
18263 [  9520] By: jhi                                   on 2001/04/02  22:30:43
18264         Log: Subject: [PATCH] REALLY pedantic hv.h nit
18265              From: Simon Cozens <simon@netthink.co.uk>
18266              Date: Mon, 2 Apr 2001 15:43:06 +0100
18267              Message-ID: <20010402154306.A21711@netthink.co.uk>
18268      Branch: perl
18269            ! hv.h
18270 ____________________________________________________________________________
18271 [  9519] By: jhi                                   on 2001/04/02  22:28:04
18272         Log: Based on
18273              
18274              Subject: [foolperl] EPOC fix
18275              From: Olaf Flebbe <O.Flebbe@science-computing.de>
18276              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
18277              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
18278      Branch: perl
18279            ! pp_sys.c
18280 ____________________________________________________________________________
18281 [  9518] By: jhi                                   on 2001/04/02  22:22:34
18282         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
18283              
18284              README.win32 tweaks; add a note about alternative location for
18285              getting a gcc-2.95.2 that will build perl properly on windows
18286              
18287              add some notes about gutsy threading matters
18288              
18289              many of the utilities interpolate literal paths within doublequotes
18290              (fails on dosish platforms where path contains backslashes)
18291      Branch: perl
18292           !> README.win32 pod/perlguts.pod utils/perldoc.PL
18293           !> x2p/find2perl.PL x2p/s2p.PL
18294 ____________________________________________________________________________
18295 [  9517] By: gsar                                  on 2001/04/02  19:52:21
18296         Log: many of the utilities interpolate literal paths within doublequotes
18297              (fails on dosish platforms where path contains backslashes)
18298      Branch: maint-5.6/perl
18299            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18300 ____________________________________________________________________________
18301 [  9516] By: gsar                                  on 2001/04/02  05:49:37
18302         Log: a foolish release
18303      Branch: maint-5.6/perl
18304            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
18305            ! pod/perltoc.pod
18306 ____________________________________________________________________________
18307 [  9515] By: gsar                                  on 2001/04/02  05:04:29
18308         Log: add missing changelog summaries
18309      Branch: maint-5.6/perl
18310            ! Changes
18311 ____________________________________________________________________________
18312 [  9514] By: gsar                                  on 2001/04/02  04:07:13
18313         Log: add some notes about gutsy threading matters
18314      Branch: maint-5.6/perl
18315            ! pod/perlguts.pod
18316 ____________________________________________________________________________
18317 [  9513] By: gsar                                  on 2001/04/02  03:25:21
18318         Log: add more prominent caveat notices about experimental features
18319      Branch: maint-5.6/perl
18320            ! pod/perlfork.pod pod/perlunicode.pod
18321 ____________________________________________________________________________
18322 [  9512] By: gsar                                  on 2001/04/02  02:54:33
18323         Log: integrate changes#9479,9509 from mainline
18324              
18325              [PATCH] File::Glob stuff for Mac OS
18326              
18327              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
18328      Branch: maint-5.6/perl
18329           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18330           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
18331           !> t/lib/glob-taint.t
18332 ____________________________________________________________________________
18333 [  9511] By: gsar                                  on 2001/04/02  02:38:24
18334         Log: README.win32 tweaks; add a note about alternative location for
18335              getting a gcc-2.95.2 that will build perl properly on windows
18336      Branch: maint-5.6/perl
18337            ! README.win32
18338 ____________________________________________________________________________
18339 [  9510] By: jhi                                   on 2001/04/01  20:45:10
18340         Log: An ambiguosity warning.
18341      Branch: perl
18342            ! t/lib/trig.t
18343 ____________________________________________________________________________
18344 [  9509] By: jhi                                   on 2001/04/01  19:53:47
18345         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
18346              From: Jonathan Stowe <gellyfish@gellyfish.com>
18347              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
18348              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
18349      Branch: perl
18350            ! ext/File/Glob/bsd_glob.c
18351 ____________________________________________________________________________
18352 [  9508] By: jhi                                   on 2001/04/01  19:35:03
18353         Log: Update Changes.
18354      Branch: perl
18355            ! Changes patchlevel.h
18356 ____________________________________________________________________________
18357 [  9507] By: jhi                                   on 2001/04/01  19:24:01
18358         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
18359              from mainline to maintperl: pod tweaks.
18360      Branch: maint-5.6/perl
18361           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
18362           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
18363           !> pod/perlvar.pod
18364 ____________________________________________________________________________
18365 [  9506] By: jhi                                   on 2001/04/01  19:11:53
18366         Log: Commit Sarathy to April release of 5.6.1 :-)
18367      Branch: perl
18368            ! pod/perlfaq1.pod
18369 ____________________________________________________________________________
18370 [  9505] By: jhi                                   on 2001/04/01  19:03:15
18371         Log: Subject: PATCH 5.6.0 (perldebug.pod)
18372              From: Mark-Jason Dominus <mjd@plover.com>
18373              Date: Sun, 01 Apr 2001 14:25:11 -0400
18374              Message-ID: <20010401182511.9247.qmail@plover.com>
18375      Branch: perl
18376            ! pod/perldebug.pod
18377 ____________________________________________________________________________
18378 [  9504] By: jhi                                   on 2001/04/01  18:43:09
18379         Log: Add great_circle_direction().
18380      Branch: perl
18381            ! lib/Math/Trig.pm t/lib/trig.t
18382 ____________________________________________________________________________
18383 [  9503] By: jhi                                   on 2001/04/01  17:29:12
18384         Log: Unicode ReadMe update for Unicode 3.1.
18385      Branch: perl
18386            ! lib/unicode/ReadMe.txt
18387 ____________________________________________________________________________
18388 [  9502] By: jhi                                   on 2001/04/01  17:18:40
18389         Log: Integrate change #9501 from maintperl into mainline.
18390              
18391              fix the perlembed notes on multiple interpreters
18392              
18393              fix ExtUtils::Embed to work passably on Windows
18394      Branch: perl
18395           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
18396 ____________________________________________________________________________
18397 [  9501] By: gsar                                  on 2001/04/01  07:21:57
18398         Log: fix the perlembed notes on multiple interpreters
18399              
18400              fix ExtUtils::Embed to work passably on Windows
18401      Branch: maint-5.6/perl
18402            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
18403 ____________________________________________________________________________
18404 [  9500] By: jhi                                   on 2001/04/01  05:58:23
18405         Log: Test for #9499.
18406      Branch: perl
18407            ! t/op/tr.t
18408 ____________________________________________________________________________
18409 [  9499] By: jhi                                   on 2001/04/01  05:55:46
18410         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
18411      Branch: perl
18412            ! embed.h embed.pl op.c proto.h
18413 ____________________________________________________________________________
18414 [  9498] By: jhi                                   on 2001/04/01  05:44:34
18415         Log: Protect the workaround hunk more.
18416      Branch: perl
18417            ! toke.c
18418 ____________________________________________________________________________
18419 [  9497] By: jhi                                   on 2001/04/01  00:24:25
18420         Log: Integrate changes #9493,9494,9495,9496 from maintperl
18421              into mainline.
18422              
18423              fix a broken workaround for Borland compiler in change#4739
18424              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
18425              
18426              nits spotted by Borland compiler
18427              
18428              avoid redefinition warnings under Borland 5.02
18429              
18430              various nits identified by the Borland 5.5 compiler; remove suppression
18431              of a few warnings
18432      Branch: perl
18433           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
18434           !> win32/win32.h
18435 ____________________________________________________________________________
18436 [  9496] By: gsar                                  on 2001/03/31  23:22:28
18437         Log: various nits identified by the Borland 5.5 compiler; remove suppression
18438              of a few warnings
18439      Branch: maint-5.6/perl
18440            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
18441 ____________________________________________________________________________
18442 [  9495] By: gsar                                  on 2001/03/31  21:03:08
18443         Log: avoid redefinition warnings under Borland 5.02
18444      Branch: maint-5.6/perl
18445            ! win32/makefile.mk
18446 ____________________________________________________________________________
18447 [  9494] By: gsar                                  on 2001/03/31  20:18:59
18448         Log: nits spotted by Borland compiler
18449      Branch: maint-5.6/perl
18450            ! utf8.h win32/win32.h
18451 ____________________________________________________________________________
18452 [  9493] By: gsar                                  on 2001/03/31  20:18:05
18453         Log: fix a broken workaround for Borland compiler in change#4739
18454              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
18455      Branch: maint-5.6/perl
18456            ! toke.c
18457 ____________________________________________________________________________
18458 [  9492] By: jhi                                   on 2001/03/31  18:36:24
18459         Log: Integrate change #9491 from maintperl into mainline.
18460              
18461              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
18462              directory is relative (need to fetch the full path name *before*
18463              the chdir!)
18464      Branch: perl
18465           !> lib/Cwd.pm
18466 ____________________________________________________________________________
18467 [  9491] By: gsar                                  on 2001/03/31  17:01:56
18468         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
18469              directory is relative (need to fetch the full path name *before*
18470              the chdir!)
18471              
18472              this is a followup patch for change#6749
18473      Branch: maint-5.6/perl
18474            ! lib/Cwd.pm
18475 ____________________________________________________________________________
18476 [  9490] By: jhi                                   on 2001/03/31  15:50:18
18477         Log: Subject: Re: [PATCH] av.h cosmetics
18478              From: Simon Cozens <simon@netthink.co.uk>
18479              Date: Sat, 31 Mar 2001 13:09:59 +0100
18480              Message-ID: <20010331130959.A22000@netthink.co.uk>
18481              
18482              Document AvALLOC.
18483      Branch: perl
18484            ! pod/perlguts.pod
18485 ____________________________________________________________________________
18486 [  9489] By: jhi                                   on 2001/03/31  15:48:44
18487         Log: Subject: [PATCH] Re: Math::Big* v1.21
18488              From: Tels <perl_dummy@bloodgate.com>
18489              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
18490              Message-Id: <200103311125.GAA377738@www08.hway.net>
18491      Branch: perl
18492            ! pod/perlop.pod
18493 ____________________________________________________________________________
18494 [  9488] By: jhi                                   on 2001/03/31  03:39:51
18495         Log: Debug output tweak.
18496      Branch: perl
18497            ! t/lib/cwd.t
18498 ____________________________________________________________________________
18499 [  9487] By: jhi                                   on 2001/03/31  03:33:02
18500         Log: OverVMSification.
18501      Branch: perl
18502            ! t/lib/cwd.t
18503 ____________________________________________________________________________
18504 [  9486] By: jhi                                   on 2001/03/31  03:01:40
18505         Log: Missed MANIFESTations in #9483.
18506      Branch: perl
18507            ! MANIFEST
18508 ____________________________________________________________________________
18509 [  9485] By: jhi                                   on 2001/03/31  02:58:17
18510         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
18511              From: Peter Prymmer <pvhp@forte.com>
18512              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
18513              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
18514      Branch: perl
18515            ! regexec.c t/lib/cwd.t
18516 ____________________________________________________________________________
18517 [  9484] By: jhi                                   on 2001/03/31  01:04:41
18518         Log: Obsolete file (see #3938)
18519      Branch: perl
18520            - lib/unicode/README.Ethiopic
18521            ! MANIFEST
18522 ____________________________________________________________________________
18523 [  9483] By: jhi                                   on 2001/03/31  00:52:42
18524         Log: Update to Unicode 3.1.
18525              (Rename Names.txt to NamesList.txt.)
18526      Branch: perl
18527            + lib/unicode/NamesList.txt lib/unicode/PropList.html
18528            - lib/unicode/Names.txt
18529            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
18530            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
18531            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
18532            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
18533            ! lib/unicode/UCD.html lib/unicode/Unicode.html
18534            ! lib/unicode/rename lib/unicode/version
18535 ____________________________________________________________________________
18536 [  9482] By: jhi                                   on 2001/03/30  23:33:44
18537         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
18538              From: Robin Houston <robin@kitsite.com>
18539              Date: Fri, 30 Mar 2001 20:07:22 +0100
18540              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
18541      Branch: perl
18542            ! ext/B/B/Deparse.pm
18543 ____________________________________________________________________________
18544 [  9481] By: jhi                                   on 2001/03/30  23:20:25
18545         Log: Subject: Re: [PATCH] CwdXS, Take 2
18546              From: Benjamin Sugars <bsugars@canoe.ca>
18547              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
18548              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
18549      Branch: perl
18550            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
18551            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
18552 ____________________________________________________________________________
18553 [  9480] By: jhi                                   on 2001/03/30  22:52:38
18554         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
18555              From: David Dyck <dcd@tc.fluke.com>
18556              Date: Fri, 30 Mar 2001 14:44:13 -0800
18557              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
18558              
18559              The t/rantests flags file creation was accidentally
18560              removed by #9217.
18561      Branch: perl
18562            ! Makefile.SH
18563 ____________________________________________________________________________
18564 [  9479] By: jhi                                   on 2001/03/30  22:45:45
18565         Log: Subject: [PATCH] File::Glob stuff for Mac OS
18566              From: Chris Nandor <pudge@pobox.com>
18567              Date: Fri, 30 Mar 2001 16:51:00 -0500
18568              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
18569      Branch: perl
18570            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18571            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
18572            ! t/lib/glob-taint.t
18573 ____________________________________________________________________________
18574 [  9478] By: jhi                                   on 2001/03/30  22:43:12
18575         Log: Subject: fix for win32/buildext.pl
18576              From: "Vadim Konovalov" <watman@inbox.ru>
18577              Date: Sat, 31 Mar 2001 00:50:36 +0400
18578              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
18579      Branch: perl
18580            ! win32/buildext.pl
18581 ____________________________________________________________________________
18582 [  9477] By: jhi                                   on 2001/03/30  22:41:16
18583         Log: Subject: small base.pm doc patch
18584              From: Leon Brocard <acme@astray.com>
18585              Date: Fri, 30 Mar 2001 21:49:57 +0100
18586              Message-ID: <20010330214957.B8733@ns0.astray.com>
18587      Branch: perl
18588            ! lib/base.pm
18589 ____________________________________________________________________________
18590 [  9476] By: jhi                                   on 2001/03/30  18:16:57
18591         Log: Subject: [PATCH] av.h cosmetics
18592              From: Simon Cozens <simon@netthink.co.uk>
18593              Date: Fri, 30 Mar 2001 18:12:28 +0100
18594              Message-ID: <20010330181228.A9319@netthink.co.uk>
18595      Branch: perl
18596            ! av.h
18597 ____________________________________________________________________________
18598 [  9475] By: jhi                                   on 2001/03/30  18:15:50
18599         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
18600              From: "Philip Newton" <pnewton@gmx.de>
18601              Date: Fri, 30 Mar 2001 19:06:57 +0200
18602              Message-ID: <3AC4D951.14815.1AC7068@localhost>
18603      Branch: perl
18604            ! pod/perlhack.pod
18605 ____________________________________________________________________________
18606 [  9474] By: jhi                                   on 2001/03/30  18:14:02
18607         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
18608              From: Benjamin Sugars <bsugars@canoe.ca>
18609              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
18610              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
18611      Branch: perl
18612            ! t/lib/glob-basic.t
18613 ____________________________________________________________________________
18614 [  9473] By: jhi                                   on 2001/03/30  16:09:24
18615         Log: Update Changes.
18616      Branch: perl
18617            ! Changes patchlevel.h
18618 ____________________________________________________________________________
18619 [  9472] By: jhi                                   on 2001/03/30  15:16:08
18620         Log: Integrate perlio.
18621      Branch: perl
18622           !> t/lib/cwd.t t/lib/glob-basic.t
18623 ____________________________________________________________________________
18624 [  9471] By: nick                                  on 2001/03/30  14:47:10
18625         Log: Should be (^O eq 'MSWin32') not 'Win32'
18626              Fail #12 seems real - chdir is in wrong dir.
18627      Branch: perlio
18628            ! t/lib/cwd.t
18629 ____________________________________________________________________________
18630 [  9470] By: jhi                                   on 2001/03/30  14:41:11
18631         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
18632              From: Radu Greab <radu@netsoft.ro>
18633              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
18634              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
18635              
18636              Replace #9352.
18637      Branch: perl
18638            ! ext/Socket/Socket.xs pp_sys.c
18639 ____________________________________________________________________________
18640 [  9469] By: jhi                                   on 2001/03/30  14:37:51
18641         Log: Subject: PATCH pod/perldiag.pod
18642              From: Robin Houston <robin@kitsite.com>
18643              Date: Fri, 30 Mar 2001 14:10:36 +0100
18644              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
18645      Branch: perl
18646            ! pod/perldiag.pod t/lib/glob-basic.t
18647 ____________________________________________________________________________
18648 [  9468] By: jhi                                   on 2001/03/30  14:36:36
18649         Log: Subject: Better diagnostic in io/fs.t
18650              From: andreas.koenig@anima.de (Andreas J. Koenig)
18651              Date: 30 Mar 2001 10:11:43 +0200
18652              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
18653      Branch: perl
18654            ! t/io/fs.t
18655 ____________________________________________________________________________
18656 [  9467] By: nick                                  on 2001/03/30  14:25:43
18657         Log: Skip order test of glob if case-ignoring system cannot 
18658              create a.test and A.test
18659      Branch: perlio
18660            ! t/lib/glob-basic.t
18661 ____________________________________________________________________________
18662 [  9466] By: nick                                  on 2001/03/30  13:03:12
18663         Log: Integrate mainline.
18664      Branch: perlio
18665            - ext/re/hints/aix.pl
18666           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
18667           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
18668           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
18669           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
18670 ____________________________________________________________________________
18671 [  9465] By: jhi                                   on 2001/03/30  03:53:37
18672         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
18673              the tests sometimes hang, sometimes not.)
18674      Branch: perl
18675            ! t/lib/io_multihomed.t t/lib/io_sock.t
18676 ____________________________________________________________________________
18677 [  9464] By: jhi                                   on 2001/03/30  02:56:04
18678         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
18679              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18680              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
18681              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
18682      Branch: perl
18683            ! op.c
18684 ____________________________________________________________________________
18685 [  9463] By: jhi                                   on 2001/03/30  02:34:48
18686         Log: Test for #9462.
18687      Branch: perl
18688            ! t/lib/b.t
18689 ____________________________________________________________________________
18690 [  9462] By: jhi                                   on 2001/03/30  02:29:37
18691         Log: Subject: B::Deparse precedence bug. (Patch included.)
18692              From: Jeremy Madea <jmadea@inktomi.com>
18693              Date: Thu, 29 Mar 2001 12:05:02 -0800
18694              Message-ID: <20010329120502.A24881@dr.inktomi.com>
18695      Branch: perl
18696            ! ext/B/B/Deparse.pm
18697 ____________________________________________________________________________
18698 [  9461] By: jhi                                   on 2001/03/30  02:18:41
18699         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
18700              From: Peter Prymmer <pvhp@forte.com>
18701              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
18702              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
18703      Branch: perl
18704            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
18705            ! t/lib/md5-file.t
18706 ____________________________________________________________________________
18707 [  9460] By: jhi                                   on 2001/03/30  02:17:07
18708         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
18709              From: Robin Houston <robin@kitsite.com>
18710              Date: Thu, 29 Mar 2001 20:47:56 +0100
18711              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
18712      Branch: perl
18713            ! ext/B/B/Debug.pm
18714 ____________________________________________________________________________
18715 [  9459] By: jhi                                   on 2001/03/30  02:16:05
18716         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
18717              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
18718              Date: Wed, 28 Mar 2001 18:02:20 -0600
18719              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
18720      Branch: perl
18721            ! lib/ExtUtils/MM_VMS.pm
18722 ____________________________________________________________________________
18723 [  9458] By: jhi                                   on 2001/03/30  02:07:58
18724         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
18725              From: "Joshua E. Rodd" <jrodd@pbs.org>
18726              Date: Wed, 28 Mar 2001 17:29:12 -0500
18727              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
18728      Branch: perl
18729            ! pod/perlop.pod
18730 ____________________________________________________________________________
18731 [  9457] By: jhi                                   on 2001/03/30  02:04:33
18732         Log: Subject: ext/re/aix.pl can go
18733              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18734              Date: Thu, 29 Mar 2001 12:03:28 +0200
18735              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
18736      Branch: perl
18737            - ext/re/hints/aix.pl
18738            ! MANIFEST
18739 ____________________________________________________________________________
18740 [  9456] By: jhi                                   on 2001/03/30  02:03:32
18741         Log: Integrate perlio.
18742      Branch: perl
18743           !> ext/Encode/Encode.xs installperl
18744 ____________________________________________________________________________
18745 [  9455] By: nick                                  on 2001/03/29  21:11:46
18746         Log: DLL name has changed so installperl needs to know
18747              (Why isn't it working it out or passed it?)
18748      Branch: perlio
18749            ! installperl
18750 ____________________________________________________________________________
18751 [  9454] By: nick                                  on 2001/03/29  20:56:12
18752         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
18753              and we don't get undef warnings.
18754      Branch: perlio
18755            ! ext/Encode/Encode.xs
18756 ____________________________________________________________________________
18757 [  9453] By: nick                                  on 2001/03/29  17:58:48
18758         Log: Integrate mainline
18759      Branch: perlio
18760           !> Changes patchlevel.h
18761 ____________________________________________________________________________
18762 [  9452] By: jhi                                   on 2001/03/29  16:44:55
18763         Log: Update Changes.
18764      Branch: perl
18765            ! Changes patchlevel.h
18766 ____________________________________________________________________________
18767 [  9451] By: nick                                  on 2001/03/29  16:31:38
18768         Log: Integrate mainline
18769      Branch: perlio
18770           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
18771           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
18772           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
18773           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
18774           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
18775 ____________________________________________________________________________
18776 [  9450] By: jhi                                   on 2001/03/29  16:29:17
18777         Log: Integrate perlio.
18778      Branch: perl
18779           !> win32/buildext.pl
18780 ____________________________________________________________________________
18781 [  9449] By: jhi                                   on 2001/03/29  15:50:01
18782         Log: Update Changes.
18783      Branch: perl
18784            ! Changes patchlevel.h
18785 ____________________________________________________________________________
18786 [  9448] By: nick                                  on 2001/03/29  15:47:15
18787         Log: Make sure buildext.pl finds Errno.pm
18788      Branch: perlio
18789            ! win32/buildext.pl
18790 ____________________________________________________________________________
18791 [  9447] By: jhi                                   on 2001/03/29  15:39:34
18792         Log: Integrate perlio.
18793      Branch: perl
18794           !> win32/makefile.mk
18795 ____________________________________________________________________________
18796 [  9446] By: nick                                  on 2001/03/29  15:30:03
18797         Log: Integrate win32/makefile.mk with mainline.
18798      Branch: perlio
18799           !> win32/makefile.mk
18800 ____________________________________________________________________________
18801 [  9445] By: nick                                  on 2001/03/29  15:27:32
18802         Log: Fix breakage ... 
18803      Branch: perlio
18804            ! win32/makefile.mk
18805 ____________________________________________________________________________
18806 [  9444] By: jhi                                   on 2001/03/29  15:03:08
18807         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
18808              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18809              Date: Thu, 29 Mar 2001 10:32:59 +0400
18810              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
18811      Branch: perl
18812            ! win32/makefile.mk
18813 ____________________________________________________________________________
18814 [  9443] By: jhi                                   on 2001/03/29  15:02:12
18815         Log: Integrate perlio.
18816      Branch: perl
18817           +> win32/buildext.pl
18818           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
18819           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
18820 ____________________________________________________________________________
18821 [  9442] By: nick                                  on 2001/03/29  14:59:11
18822         Log: Work in progress - determine win32 extensions to build via script.
18823      Branch: perlio
18824            + win32/buildext.pl
18825            ! MANIFEST win32/makefile.mk
18826 ____________________________________________________________________________
18827 [  9441] By: jhi                                   on 2001/03/29  14:51:47
18828         Log: Reintroduce the use of external pwd.
18829      Branch: perl
18830            ! t/lib/cwd.t
18831 ____________________________________________________________________________
18832 [  9440] By: jhi                                   on 2001/03/29  14:42:58
18833         Log: use warnings instead of -w.
18834      Branch: perl
18835            ! utils/h2xs.PL
18836 ____________________________________________________________________________
18837 [  9439] By: jhi                                   on 2001/03/29  14:41:52
18838         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
18839              From: Jonathan Stowe <gellyfish@gellyfish.com>
18840              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
18841              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
18842      Branch: perl
18843            ! utils/h2xs.PL
18844 ____________________________________________________________________________
18845 [  9438] By: jhi                                   on 2001/03/29  14:39:38
18846         Log: Subject: [PATCH perl@9424] minor pod nits
18847              From: Robin Barker <rmb1@cise.npl.co.uk>
18848              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
18849              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
18850      Branch: perl
18851            ! pod/perlhack.pod pod/perliol.pod
18852 ____________________________________________________________________________
18853 [  9437] By: jhi                                   on 2001/03/29  14:29:16
18854         Log: Subject: [PATCH perl@9424] typemap cast warning
18855              From: Robin Barker <rmb1@cise.npl.co.uk>
18856              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
18857              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
18858      Branch: perl
18859            ! lib/ExtUtils/typemap
18860 ____________________________________________________________________________
18861 [  9436] By: jhi                                   on 2001/03/29  14:26:03
18862         Log: Subject: [PATCH perl@9424] printf warning
18863              From: Robin Barker <rmb1@cise.npl.co.uk>
18864              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
18865              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
18866      Branch: perl
18867            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
18868            ! ext/Storable/Storable.xs toke.c
18869 ____________________________________________________________________________
18870 [  9435] By: nick                                  on 2001/03/29  14:23:31
18871         Log: Win32 has name conflict with ERROR
18872      Branch: perlio
18873            ! ext/PerlIO/Via/Via.xs
18874 ____________________________________________________________________________
18875 [  9434] By: jhi                                   on 2001/03/29  14:17:48
18876         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
18877              From: Peter Prymmer <pvhp@forte.com>
18878              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
18879              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
18880      Branch: perl
18881            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
18882 ____________________________________________________________________________
18883 [  9433] By: jhi                                   on 2001/03/29  13:52:44
18884         Log: test-prep target was missing.
18885      Branch: perl
18886            ! Makefile.SH
18887 ____________________________________________________________________________
18888 [  9432] By: nick                                  on 2001/03/29  12:40:03
18889         Log: Make as-shipped compiler default to MSVC6 
18890      Branch: perlio
18891            ! win32/makefile.mk
18892 ____________________________________________________________________________
18893 [  9431] By: nick                                  on 2001/03/29  12:12:16
18894         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
18895              akin to PerlIO::Scalar.
18896      Branch: perlio
18897            ! perlio.c perlio.h
18898 ____________________________________________________________________________
18899 [  9430] By: nick                                  on 2001/03/29  10:56:35
18900         Log: Integrate mainline.
18901      Branch: perlio
18902           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
18903           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
18904           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
18905           !> win32/makefile.mk win32/win32sck.c
18906 ____________________________________________________________________________
18907 [  9429] By: nick                                  on 2001/03/29  09:03:43
18908         Log: Noticed that two tests were skipped as perlio:: package
18909              isn't there any more. Changed the skip condition.
18910              Avoid core-dump if sv_utf8_upgrade() called on something
18911              that does not become SvPOK after SvPV() (e.g. a ref).
18912      Branch: perlio
18913            ! sv.c t/io/utf8.t t/lib/io_scalar.t
18914 ____________________________________________________________________________
18915 [  9428] By: jhi                                   on 2001/03/29  01:31:47
18916         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
18917              From: Benjamin Sugars <bsugars@canoe.ca> 
18918              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
18919              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
18920      Branch: perl
18921            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
18922            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
18923            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
18924 ____________________________________________________________________________
18925 [  9427] By: jhi                                   on 2001/03/29  00:49:30
18926         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
18927              From: "Vadim Konovalov" <watman@inbox.ru>
18928              Date: Thu, 29 Mar 2001 01:50:12 +0400
18929              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
18930      Branch: perl
18931            ! win32/makefile.mk win32/win32sck.c
18932 ____________________________________________________________________________
18933 [  9426] By: gsar                                  on 2001/03/29  00:28:04
18934         Log: dmake can only handle == and != in comparisons; support building
18935              with Borland's VCL libraries (from Vadim Konovalov)
18936      Branch: maint-5.6/perl
18937            ! win32/makefile.mk
18938 ____________________________________________________________________________
18939 [  9425] By: nick                                  on 2001/03/28  19:29:56
18940         Log: Integrate (@snapshot)
18941      Branch: perlio
18942           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
18943 ____________________________________________________________________________
18944 [  9424] By: jhi                                   on 2001/03/28  19:03:16
18945         Log: Update Changes.
18946      Branch: perl
18947            ! Changes patchlevel.h
18948 ____________________________________________________________________________
18949 [  9423] By: jhi                                   on 2001/03/28  18:52:09
18950         Log: Rmdir lib/XS on cleanup.
18951      Branch: perl
18952            ! Makefile.SH
18953 ____________________________________________________________________________
18954 [  9422] By: jhi                                   on 2001/03/28  18:49:34
18955         Log: Integrate perlio.
18956      Branch: perl
18957           !> t/op/utf8decode.t
18958 ____________________________________________________________________________
18959 [  9421] By: nick                                  on 2001/03/28  18:46:44
18960         Log: Loose duplicate chunk.
18961      Branch: perlio
18962            ! t/op/utf8decode.t
18963 ____________________________________________________________________________
18964 [  9420] By: nick                                  on 2001/03/28  18:44:11
18965         Log: Integrate mainline.
18966      Branch: perlio
18967           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
18968           !> vms/vmsish.h
18969 ____________________________________________________________________________
18970 [  9419] By: jhi                                   on 2001/03/28  18:42:05
18971         Log: Can't trust external pwds
18972              (either shell builtins or external programs)
18973      Branch: perl
18974            ! t/lib/cwd.t
18975 ____________________________________________________________________________
18976 [  9418] By: jhi                                   on 2001/03/28  18:34:05
18977         Log: Integrate perlio.
18978      Branch: perl
18979            - lib/perlio.pm
18980           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
18981           !> t/op/utf8decode.t
18982 ____________________________________________________________________________
18983 [  9417] By: nick                                  on 2001/03/28  18:24:02
18984         Log: PerlIO.pm / perlio.pm conflict.
18985              Update some pods.
18986              Make t/op/utf8decode.t a text file.
18987      Branch: perlio
18988            - lib/perlio.pm
18989            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
18990            ! t/op/utf8decode.t
18991 ____________________________________________________________________________
18992 [  9416] By: jhi                                   on 2001/03/28  18:06:07
18993         Log: Integrate change #9409 from mainline to maintperl.
18994              
18995              Yet another tweak on AIX dynaloading.
18996      Branch: maint-5.6/perl
18997           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18998 ____________________________________________________________________________
18999 [  9415] By: gsar                                  on 2001/03/28  17:13:01
19000         Log: integrate changes#9377,9385,9401 from mainline
19001              
19002              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
19003              
19004              If directory entries compare equal case-insensitively,
19005              retry case-sensitively.
19006              
19007              Subject: [PATCH] B::Terse and warnings
19008      Branch: maint-5.6/perl
19009           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
19010           !> t/pragma/warn/perl
19011 ____________________________________________________________________________
19012 [  9414] By: jhi                                   on 2001/03/28  17:11:12
19013         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
19014              From: "Craig A. Berry" <craigberry@mac.com>
19015              Date: Wed, 28 Mar 2001 10:55:20 -0600
19016              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
19017      Branch: perl
19018            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
19019 ____________________________________________________________________________
19020 [  9413] By: jhi                                   on 2001/03/28  17:03:12
19021         Log: Dup hunk.
19022      Branch: perl
19023            ! t/op/utf8decode.t
19024 ____________________________________________________________________________
19025 [  9412] By: jhi                                   on 2001/03/28  17:02:36
19026         Log: Forced integrate from perlio.
19027      Branch: perl
19028           !> t/op/utf8decode.t
19029 ____________________________________________________________________________
19030 [  9411] By: nick                                  on 2001/03/28  16:50:03
19031         Log: Integrate mainline.
19032      Branch: perlio
19033           +> t/lib/cwd.t
19034           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19035           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
19036           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
19037           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
19038           !> t/pragma/warn/perl
19039 ____________________________________________________________________________
19040 [  9410] By: jhi                                   on 2001/03/28  16:44:23
19041         Log: Subject: Re: [PATCH] 9403 cannot be tested
19042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19043              Date: Wed, 28 Mar 2001 18:33:56 +0200
19044              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
19045      Branch: perl
19046            ! makedef.pl
19047 ____________________________________________________________________________
19048 [  9409] By: jhi                                   on 2001/03/28  16:12:45
19049         Log: Yet another tweak on AIX dynaloading.
19050      Branch: perl
19051            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19052 ____________________________________________________________________________
19053 [  9408] By: jhi                                   on 2001/03/28  15:52:55
19054         Log: Subject: [PATCH] 9403 cannot be tested
19055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19056              Date: Wed, 28 Mar 2001 17:23:00 +0200
19057              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
19058              
19059              A missing symbol.
19060      Branch: perl
19061            ! makedef.pl
19062 ____________________________________________________________________________
19063 [  9407] By: jhi                                   on 2001/03/28  15:47:43
19064         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
19065      Branch: perl
19066            ! t/op/utf8decode.t
19067           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
19068           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
19069 ____________________________________________________________________________
19070 [  9406] By: jhi                                   on 2001/03/28  15:37:08
19071         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
19072              From: Benjamin Sugars <bsugars@canoe.ca> 
19073              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
19074              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
19075      Branch: perl
19076            + t/lib/cwd.t
19077            ! MANIFEST
19078 ____________________________________________________________________________
19079 [  9405] By: jhi                                   on 2001/03/28  15:13:18
19080         Log: pp_ne() needs a CORRECT boolean.
19081      Branch: perl
19082            ! pp.c
19083 ____________________________________________________________________________
19084 [  9404] By: jhi                                   on 2001/03/28  15:09:23
19085         Log: pp_ne() needs a boolean, not an integer.
19086      Branch: perl
19087            ! pp.c
19088 ____________________________________________________________________________
19089 [  9403] By: jhi                                   on 2001/03/28  14:47:43
19090         Log: (Retracted by #9404.)
19091      Branch: perl
19092            ! pp.c
19093 ____________________________________________________________________________
19094 [  9402] By: jhi                                   on 2001/03/28  14:43:59
19095         Log: Subject: Re: [PATCH] Typemap testing
19096              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
19097              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
19098              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
19099      Branch: perl
19100            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19101            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
19102 ____________________________________________________________________________
19103 [  9401] By: jhi                                   on 2001/03/28  14:42:14
19104         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
19105              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19106              Date: Sun, 25 Mar 2001 21:59:15 +0100
19107              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
19108              
19109              A variable will be checked for the "use once" warnings if:
19110              
19111              1. It is in the scope of a use warnings 'once'
19112              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
19113              
19114              Otherwise it won't be checked at all.
19115              
19116              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
19117              
19118              The enclosed patch partially fixes this issue. What I didn't
19119              get to work was the case where the "used once" warning is enabled
19120              in any file other than the main file.
19121      Branch: perl
19122            ! gv.c t/pragma/warn/perl
19123 ____________________________________________________________________________
19124 [  9400] By: nick                                  on 2001/03/28  14:38:24
19125         Log: More EBCDIC tweaks:
19126              - one more swash issue &~(0xA0-1) did not do the right thing,
19127              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
19128              - add "use re 'asciirange'" to make [!-~] etc. work
19129              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
19130              - Choose a key for t/op/each.t test which gets encoded.
19131              - Skip utf8decode if this is UTF-EBCDIC.
19132      Branch: perlio
19133            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
19134            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
19135 ____________________________________________________________________________
19136 [  9399] By: jhi                                   on 2001/03/28  14:21:00
19137         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
19138              Andreas Schwab.
19139      Branch: perl
19140            ! pp.c
19141 ____________________________________________________________________________
19142 [  9398] By: jhi                                   on 2001/03/28  00:55:56
19143         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
19144              From: David Dyck <dcd@tc.fluke.com>
19145              Date: Tue, 27 Mar 2001 15:16:24 -0800
19146              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
19147      Branch: perl
19148            ! ext/IO/lib/IO/Socket.pm
19149 ____________________________________________________________________________
19150 [  9397] By: jhi                                   on 2001/03/27  21:52:49
19151         Log: Integrate perlio.
19152      Branch: perl
19153           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
19154           +> ext/PerlIO/Via/Via.xs
19155           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
19156 ____________________________________________________________________________
19157 [  9396] By: nick                                  on 2001/03/27  21:45:13
19158         Log: Integrate mainline.
19159      Branch: perlio
19160           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
19161           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
19162 ____________________________________________________________________________
19163 [  9395] By: nick                                  on 2001/03/27  21:18:58
19164         Log: Outline docs for PerlIO and PerlIO::Scalar
19165      Branch: perlio
19166            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
19167 ____________________________________________________________________________
19168 [  9394] By: nick                                  on 2001/03/27  20:50:13
19169         Log: PerlIO::Via layer (alpha-ish).
19170      Branch: perlio
19171            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
19172            + ext/PerlIO/Via/Via.xs
19173            ! MANIFEST
19174 ____________________________________________________________________________
19175 [  9393] By: jhi                                   on 2001/03/27  20:49:55
19176         Log: Retract #9329 now that 9390 should take care of the matter.
19177      Branch: perl
19178            ! utils/h2xs.PL
19179 ____________________________________________________________________________
19180 [  9390] By: jhi                                   on 2001/03/27  20:47:50
19181         Log: Subject: Autoloading Errno.pm when %! is encountered
19182              From: Robin Houston <robin@kitsite.com>
19183              Date: Tue, 27 Mar 2001 20:57:11 +0100
19184              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
19185      Branch: perl
19186            ! embed.h embed.pl gv.c proto.h t/op/magic.t
19187 ____________________________________________________________________________
19188 [  9389] By: jhi                                   on 2001/03/27  20:24:31
19189         Log: Integrate perlio.
19190      Branch: perl
19191           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
19192           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
19193           !> utf8.c
19194 ____________________________________________________________________________
19195 [  9388] By: jhi                                   on 2001/03/27  20:21:38
19196         Log: Better have a three-element array if one is going to assign
19197              to the third element of that array. (from Tim Jenness)
19198      Branch: perl
19199            ! ext/XS/Typemap/Typemap.xs
19200 ____________________________________________________________________________
19201 [  9387] By: nick                                  on 2001/03/27  20:15:43
19202         Log: Integrate mainline.
19203      Branch: perlio
19204           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
19205           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19206           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
19207           +> t/lib/xs-typemap.t
19208           !> (integrate 34 files)
19209 ____________________________________________________________________________
19210 [  9386] By: jhi                                   on 2001/03/27  20:04:18
19211         Log: Subject: Re: perl@9359 breaks HTML::Parser
19212              From: Gisle Aas <gisle@ActiveState.com>
19213              Date: 27 Mar 2001 11:30:24 -0800
19214              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
19215              
19216              Clarify the UTF-8 issues of the API docs.
19217              (Slightly reworded and expanded.)
19218      Branch: perl
19219            ! pod/perlapi.pod sv.c sv.h
19220 ____________________________________________________________________________
19221 [  9385] By: jhi                                   on 2001/03/27  19:44:25
19222         Log: If directory entries compare equal case-insensitively,
19223              retry case-sensitively.
19224      Branch: perl
19225            ! ext/File/Glob/bsd_glob.c
19226 ____________________________________________________________________________
19227 [  9384] By: nick                                  on 2001/03/27  19:38:50
19228         Log: Various EBCDIC fixes:
19229              - major revelation that swash code is encoding aware,
19230              (or thought it was) - now it is ;-)
19231              - With that out of the way fix a slab of tr/// cases.
19232              - Fix Encode 'Unicode' to be true Unicode so tests pass.
19233              - As anticipated Base64.xs needed tweaks.
19234              - Until tr/// works right avoid old_encode64 in MIME tests.
19235      Branch: perlio
19236            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
19237            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
19238 ____________________________________________________________________________
19239 [  9383] By: jhi                                   on 2001/03/27  18:34:41
19240         Log: Add the std test suite BEGIN block.
19241      Branch: perl
19242            ! t/lib/xs-typemap.t
19243 ____________________________________________________________________________
19244 [  9382] By: jhi                                   on 2001/03/27  15:16:07
19245         Log: Add debugging output to the test.
19246      Branch: perl
19247            ! t/lib/glob-basic.t
19248 ____________________________________________________________________________
19249 [  9381] By: jhi                                   on 2001/03/27  15:08:10
19250         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
19251      Branch: perl
19252            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
19253            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19254            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
19255            + t/lib/xs-typemap.t
19256            ! MANIFEST
19257 ____________________________________________________________________________
19258 [  9380] By: jhi                                   on 2001/03/27  14:48:34
19259         Log: Subject: [PATCH] Typemap testing
19260              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
19261              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
19262              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
19263              
19264              (The first part of the patch.)
19265      Branch: perl
19266            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
19267 ____________________________________________________________________________
19268 [  9379] By: jhi                                   on 2001/03/27  14:44:56
19269         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
19270              From: Benjamin Sugars <bsugars@canoe.ca> 
19271              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
19272              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
19273      Branch: perl
19274            ! t/lib/glob-basic.t
19275 ____________________________________________________________________________
19276 [  9378] By: jhi                                   on 2001/03/27  14:42:30
19277         Log: Subject: [PATCH] perlvar nit
19278              From: Simon Cozens <simon@netthink.co.uk>
19279              Date: Tue, 27 Mar 2001 01:12:01 +0100
19280              Message-ID: <20010327011201.A19179@netthink.co.uk>
19281      Branch: perl
19282            ! pod/perlvar.pod
19283 ____________________________________________________________________________
19284 [  9377] By: jhi                                   on 2001/03/27  14:36:26
19285         Log: Subject: [PATCH] B::Terse and warnings
19286              From: Benjamin Sugars <ben.sugars@home.com>
19287              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
19288              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
19289      Branch: perl
19290            ! ext/B/B.pm ext/B/B/Terse.pm
19291 ____________________________________________________________________________
19292 [  9376] By: jhi                                   on 2001/03/27  14:31:31
19293         Log: Document sockatmark() some.
19294      Branch: perl
19295            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
19296            ! pod/perltoc.pod
19297 ____________________________________________________________________________
19298 [  9375] By: jhi                                   on 2001/03/27  14:00:24
19299         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
19300              noted by Gisle and fixed by NI-S.
19301      Branch: perl
19302            ! sv.c
19303 ____________________________________________________________________________
19304 [  9374] By: jhi                                   on 2001/03/27  05:50:01
19305         Log: Regen toc.
19306      Branch: perl
19307            ! pod/perltoc.pod
19308 ____________________________________________________________________________
19309 [  9373] By: jhi                                   on 2001/03/27  05:43:51
19310         Log: Pixie documenting.
19311      Branch: perl
19312            ! Makefile.SH pod/perlhack.pod
19313 ____________________________________________________________________________
19314 [  9372] By: jhi                                   on 2001/03/27  05:29:34
19315         Log: Metaconfig unit changes for #9371.
19316      Branch: metaconfig
19317            ! U/modified/myhostname.U
19318      Branch: metaconfig/U/perl
19319            + d_sockatmark.U
19320            ! gccvers.U
19321 ____________________________________________________________________________
19322 [  9371] By: jhi                                   on 2001/03/27  05:29:07
19323         Log: Add sockatmark() probing.
19324      Branch: perl
19325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19326            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19327            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19328            ! vos/config.ga.h win32/config.bc win32/config.gc
19329            ! win32/config.vc
19330 ____________________________________________________________________________
19331 [  9370] By: jhi                                   on 2001/03/26  22:01:18
19332         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
19333              Really need to benchmark this.
19334      Branch: perl
19335            ! pp.c
19336 ____________________________________________________________________________
19337 [  9369] By: nick                                  on 2001/03/26  21:59:30
19338         Log: Integrate mainline.
19339      Branch: perlio
19340            ! ext/MIME/Base64/QuotedPrint.pm
19341           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
19342           !> patchlevel.h pod/perlhack.pod pp_sys.c
19343 ____________________________________________________________________________
19344 [  9368] By: jhi                                   on 2001/03/26  21:47:03
19345         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
19346              
19347              TODO1: perlbench.
19348              TODO2: le, lt, ge, gt?  Yech.
19349      Branch: perl
19350            ! pp.c
19351 ____________________________________________________________________________
19352 [  9367] By: jhi                                   on 2001/03/26  21:34:57
19353         Log: Too much cut-and-paste in #9363.
19354      Branch: perl
19355            ! pp_sys.c
19356 ____________________________________________________________________________
19357 [  9366] By: jhi                                   on 2001/03/26  21:20:53
19358         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
19359              From: Andreas Schwab <schwab@suse.de>
19360              Date: 26 Mar 2001 17:29:04 +0200
19361              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
19362              
19363              (The patch for 5.6.0 or so, this is a guess for bleadperl)
19364      Branch: perl
19365            ! pp_hot.c
19366 ____________________________________________________________________________
19367 [  9365] By: jhi                                   on 2001/03/26  21:07:54
19368         Log: Integrate perlio.
19369      Branch: perl
19370           !> perlio.c
19371 ____________________________________________________________________________
19372 [  9364] By: nick                                  on 2001/03/26  20:30:48
19373         Log: REFCNT botch in layer name cache hash.
19374      Branch: perlio
19375            ! perlio.c
19376 ____________________________________________________________________________
19377 [  9363] By: jhi                                   on 2001/03/26  18:44:32
19378         Log: Subject: [PATCH] socket() leaks file descriptors
19379              From: Benjamin Sugars <bsugars@canoe.ca>
19380              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
19381              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
19382              
19383              Also sockpair() fixed similarly.
19384      Branch: perl
19385            ! pp_sys.c
19386 ____________________________________________________________________________
19387 [  9362] By: jhi                                   on 2001/03/26  18:37:52
19388         Log: Integrate perlio.
19389      Branch: perl
19390           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
19391 ____________________________________________________________________________
19392 [  9361] By: nick                                  on 2001/03/26  17:32:06
19393         Log: Implement flush of linebuffered streams on read of a tty.
19394      Branch: perlio
19395            ! perlio.c perliol.h
19396 ____________________________________________________________________________
19397 [  9360] By: nick                                  on 2001/03/26  17:12:32
19398         Log: Memory tweaks and notes for OEMVS.
19399      Branch: perlio
19400            ! README.os390 miniperlmain.c t/op/pat.t
19401 ____________________________________________________________________________
19402 [  9359] By: jhi                                   on 2001/03/26  02:12:54
19403         Log: Update Changes.
19404      Branch: perl
19405            ! Changes patchlevel.h
19406 ____________________________________________________________________________
19407 [  9358] By: jhi                                   on 2001/03/26  02:05:32
19408         Log: Document the most common pixie options.
19409      Branch: perl
19410            ! pod/perlhack.pod
19411 ____________________________________________________________________________
19412 [  9357] By: jhi                                   on 2001/03/26  01:25:28
19413         Log: For perl.pixie check *before* compiling that optimize is -g,
19414              as for perl.third.
19415      Branch: perl
19416            ! Makefile.SH
19417 ____________________________________________________________________________
19418 [  9356] By: jhi                                   on 2001/03/26  01:13:41
19419         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
19420      Branch: perl
19421            ! Makefile.SH
19422 ____________________________________________________________________________
19423 [  9355] By: jhi                                   on 2001/03/26  01:11:19
19424         Log: Remove t/perl.third.
19425      Branch: perl
19426            ! Makefile.SH
19427 ____________________________________________________________________________
19428 [  9354] By: jhi                                   on 2001/03/26  00:23:38
19429         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
19430              IO::Sockatmark().
19431      Branch: perl
19432            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
19433 ____________________________________________________________________________
19434 [  9353] By: jhi                                   on 2001/03/25  22:25:04
19435         Log: Integrate perlio.
19436      Branch: perl
19437           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19438           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
19439           !> pp_hot.c win32/makefile.mk
19440 ____________________________________________________________________________
19441 [  9352] By: jhi                                   on 2001/03/25  22:21:41
19442         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
19443              From: Radu Greab <radu@netsoft.ro>
19444              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
19445              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
19446      Branch: perl
19447            ! pp_sys.c
19448 ____________________________________________________________________________
19449 [  9351] By: nick                                  on 2001/03/25  22:15:02
19450         Log: Fix readline in list mode to tell rest of world that it has
19451              things on the stack. Otherwise if perl code gets invoked
19452              underneath it it scribbles over results-so-far.
19453              (Why TIEHANDLE has not tripped on this is a mystery.)
19454      Branch: perlio
19455            ! pp_hot.c
19456 ____________________________________________________________________________
19457 [  9350] By: nick                                  on 2001/03/25  22:10:13
19458         Log: win32/makefile.mk typos
19459      Branch: perlio
19460            ! win32/makefile.mk
19461 ____________________________________________________________________________
19462 [  9349] By: nick                                  on 2001/03/25  21:31:14
19463         Log: Integrate now-non-binary file.
19464      Branch: perlio
19465           !> t/lib/mimeqp.t
19466 ____________________________________________________________________________
19467 [  9348] By: nick                                  on 2001/03/25  21:27:24
19468         Log: Make it text
19469      Branch: perlio
19470            ! t/lib/mimeqp.t
19471 ____________________________________________________________________________
19472 [  9347] By: nick                                  on 2001/03/25  21:25:37
19473         Log: Integrate mainline.
19474      Branch: perlio
19475           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
19476           !> lib/Term/ReadLine.pm t/lib/md5-file.t
19477 ____________________________________________________________________________
19478 [  9346] By: nick                                  on 2001/03/25  20:58:15
19479         Log: Add destruct time hook to PerlIO (for work-in-process implementing
19480              layers in perl code. In such cases layers need to be popped before
19481              we loose the ability to run perl code.)
19482              Also back-out "PerlIO::object" hook - it isn't going to work like that...
19483      Branch: perlio
19484            ! perl.c perlio.c perlio.h perliol.h
19485 ____________________________________________________________________________
19486 [  9345] By: nick                                  on 2001/03/25  20:49:11
19487         Log: Avoid at leasy one of undefined warnings in Encode.
19488      Branch: perlio
19489            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19490 ____________________________________________________________________________
19491 [  9344] By: jhi                                   on 2001/03/25  20:37:43
19492         Log: A workaround for using Term::ReadLine in emacs minibuffer
19493              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
19494              additional tweaks from Ilya Zakharevich.
19495      Branch: perl
19496            ! lib/Term/ReadLine.pm
19497 ____________________________________________________________________________
19498 [  9343] By: nick                                  on 2001/03/25  20:21:14
19499         Log: Missing return value.
19500      Branch: perlio
19501            ! ext/PerlIO/Scalar/Scalar.xs
19502 ____________________________________________________________________________
19503 [  9342] By: jhi                                   on 2001/03/25  16:21:00
19504         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
19505              to equal the CPAN versions since no code changes have been made.
19506      Branch: perl
19507            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
19508            ! t/lib/md5-file.t
19509 ____________________________________________________________________________
19510 [  9341] By: jhi                                   on 2001/03/25  16:01:48
19511         Log: Escape 8-bit characters.
19512      Branch: perl
19513            ! t/lib/mimeqp.t
19514 ____________________________________________________________________________
19515 [  9340] By: gsar                                  on 2001/03/25  15:50:53
19516         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
19517              chars)
19518      Branch: perl
19519            + t/lib/mimeqp.t
19520 ____________________________________________________________________________
19521 [  9339] By: gsar                                  on 2001/03/25  15:48:50
19522         Log: delete mimeqp.t for later with text mode set
19523      Branch: perl
19524            - t/lib/mimeqp.t
19525 ____________________________________________________________________________
19526 [  9338] By: nick                                  on 2001/03/25  09:01:57
19527         Log: Integrate mainline.
19528      Branch: perlio
19529           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19530           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19531           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
19532           +> t/lib/mimeb64u.t t/lib/mimeqp.t
19533           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
19534           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
19535           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
19536 ____________________________________________________________________________
19537 [  9337] By: jhi                                   on 2001/03/25  04:23:24
19538         Log: Add MIME::Base64 here and there.  Again, a lot of
19539              optimism is in the air.
19540      Branch: perl
19541            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
19542            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
19543 ____________________________________________________________________________
19544 [  9336] By: jhi                                   on 2001/03/25  04:12:43
19545         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
19546              this by ear as I do not do Win32 programming.)
19547      Branch: perl
19548            ! win32/Makefile win32/makefile.mk
19549 ____________________________________________________________________________
19550 [  9335] By: jhi                                   on 2001/03/25  04:03:50
19551         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
19552      Branch: perl
19553            ! t/lib/md5-file.t
19554 ____________________________________________________________________________
19555 [  9334] By: jhi                                   on 2001/03/25  03:58:53
19556         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
19557      Branch: perl
19558            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19559            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19560            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
19561            + t/lib/mimeb64u.t t/lib/mimeqp.t
19562            ! MANIFEST
19563 ____________________________________________________________________________
19564 [  9333] By: jhi                                   on 2001/03/24  20:14:37
19565         Log: Integrate perlio.
19566      Branch: perl
19567           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
19568 ____________________________________________________________________________
19569 [  9332] By: nick                                  on 2001/03/24  19:40:34
19570         Log: Fix un-init variable leading to spurious "Out of Memory!"
19571      Branch: perlio
19572            ! doio.c
19573 ____________________________________________________________________________
19574 [  9331] By: nick                                  on 2001/03/24  19:09:59
19575         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
19576              and update layers internals doc.
19577      Branch: perlio
19578            ! pod/perlfunc.pod pod/perliol.pod
19579 ____________________________________________________________________________
19580 [  9330] By: jhi                                   on 2001/03/24  18:42:11
19581         Log: The length might be uninitialized garbage if the *svp is the undef.
19582      Branch: perl
19583            ! doio.c
19584 ____________________________________________________________________________
19585 [  9329] By: jhi                                   on 2001/03/24  18:26:57
19586         Log: (Retracted by #9393)
19587
19588              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
19589              From: Simon Cozens <simon@netthink.co.uk>
19590              Date: Sat, 24 Mar 2001 17:13:17 +0000
19591              Message-ID: <20010324171317.A13406@netthink.co.uk>
19592      Branch: perl
19593            ! utils/h2xs.PL
19594 ____________________________________________________________________________
19595 [  9328] By: nick                                  on 2001/03/24  17:22:02
19596         Log: Integrate mainline.
19597      Branch: perlio
19598           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
19599           !> lib/unicode/version
19600 ____________________________________________________________________________
19601 [  9327] By: nick                                  on 2001/03/24  17:16:02
19602         Log: Integrate mainline.
19603      Branch: perlio
19604           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19605           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19606           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
19607           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
19608           +> t/lib/md5-file.t
19609           !> MANIFEST Makefile.SH configure.com djgpp/config.over
19610           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
19611           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
19612           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
19613           !> win32/makefile.mk
19614 ____________________________________________________________________________
19615 [  9326] By: jhi                                   on 2001/03/24  17:00:42
19616         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
19617      Branch: perl
19618            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
19619            ! lib/unicode/version
19620 ____________________________________________________________________________
19621 [  9325] By: jhi                                   on 2001/03/24  16:22:33
19622         Log: Subject: Re: B::Deparse bug (5.6.0)
19623              From: Robin Houston <robin@kitsite.com>
19624              Date: Sat, 24 Mar 2001 14:33:09 +0000
19625              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
19626      Branch: perl
19627            ! op.c pp.c t/lib/b.t t/op/repeat.t
19628 ____________________________________________________________________________
19629 [  9324] By: jhi                                   on 2001/03/24  16:21:56
19630         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
19631              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
19632              these additions may be too optimistic.
19633      Branch: perl
19634            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
19635            ! hints/uwin.sh hints/vmesa.sh
19636 ____________________________________________________________________________
19637 [  9323] By: jhi                                   on 2001/03/24  16:06:01
19638         Log: Integrate perlio.
19639      Branch: perl
19640           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
19641           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19642            ! Makefile.SH
19643           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
19644           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
19645           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
19646           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19647           !> win32/makefile.mk win32/perlhost.h win32/win32.c
19648           !> win32/win32iop.h
19649 ____________________________________________________________________________
19650 [  9322] By: nick                                  on 2001/03/24  14:39:12
19651         Log: Routine Win32 regen_config_h - no real changes.
19652      Branch: perlio
19653            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19654 ____________________________________________________________________________
19655 [  9321] By: nick                                  on 2001/03/24  14:31:49
19656         Log: PerlIO fixups for Win32:
19657              - provide win33_popenlist() - non-functional as yet.
19658              - avoid need for aTHX in PerlIO_debug calls - even if not 
19659              enabled args are still evaluated so Win32 has trouble during fork().
19660              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
19661              - Fixup makedef.pl for latest set of symbols.
19662      Branch: perlio
19663            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
19664            ! win32/perlhost.h win32/win32.c win32/win32iop.h
19665 ____________________________________________________________________________
19666 [  9320] By: nick                                  on 2001/03/24  14:26:58
19667         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
19668              was gibberish - broke it on WIn32 at least.
19669      Branch: perlio
19670            ! ext/POSIX/POSIX.xs
19671 ____________________________________________________________________________
19672 [  9319] By: nick                                  on 2001/03/24  11:29:41
19673         Log: Generated files.
19674      Branch: perlio
19675            ! embed.h global.sym objXSUB.h perlapi.c proto.h
19676 ____________________________________________________________________________
19677 [  9318] By: nick                                  on 2001/03/24  10:29:37
19678         Log: Implement:
19679              1.  open($fh,"+<",undef);  # add test to t/io/open.t
19680              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
19681      Branch: perlio
19682            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
19683            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19684            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
19685            ! t/io/open.t t/io/utf8.t
19686 ____________________________________________________________________________
19687 [  9317] By: jhi                                   on 2001/03/23  23:41:25
19688         Log: AIX does seems to have optimization problems with its C compilers.
19689      Branch: perl
19690            ! hints/aix.sh
19691 ____________________________________________________________________________
19692 [  9316] By: jhi                                   on 2001/03/23  23:40:46
19693         Log: Integrate perlio.
19694      Branch: perl
19695           +> lib/PerlIO.pm
19696           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
19697           !> perliol.h
19698 ____________________________________________________________________________
19699 [  9315] By: jhi                                   on 2001/03/23  22:16:30
19700         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
19701      Branch: perl
19702            ! t/lib/md5-file.t
19703 ____________________________________________________________________________
19704 [  9314] By: nick                                  on 2001/03/23  20:49:02
19705         Log: Perlio internals re-organized.
19706              - open process creates AV of layer/arg pairs
19707              (appends layers from open() or open.pm to default list).
19708              - push arg is now an SV.
19709              - layer ->Open get passed the AV
19710              - open is no longer mandatory method.
19711              - topmost layer that has ->Open method does the open
19712              - any layers above are pushed once that returns.
19713              - vtable re-ordered so dummy layers need only provide push/pop methods.
19714      Branch: perlio
19715            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19716 ____________________________________________________________________________
19717 [  9313] By: nick                                  on 2001/03/23  16:27:41
19718         Log: Check in a stable (working) version before next round of tweaks.
19719              Changes include:
19720              - Move default layers code out of doio.c and into perlio.c
19721              - Single routine for parsing layer specification strings.
19722              - Skeleton support for demand loading of layers
19723              - Core-dump avoidance if PERLIO environment specifies loadable layer
19724              (does not _work_ as need IO to load and need load to do IO ...)
19725      Branch: perlio
19726            + lib/PerlIO.pm
19727            ! MANIFEST doio.c perlio.c
19728 ____________________________________________________________________________
19729 [  9312] By: gsar                                  on 2001/03/23  16:25:25
19730         Log: add execute bit to files with shebang lines in the repository;
19731              avoid clobbering execute bit in Porting/makerel 
19732      Branch: maint-5.6/perl
19733            ! (edit 144 files)
19734 ____________________________________________________________________________
19735 [  9311] By: jhi                                   on 2001/03/23  14:25:35
19736         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
19737      Branch: perl
19738            ! MANIFEST
19739 ____________________________________________________________________________
19740 [  9310] By: jhi                                   on 2001/03/23  13:45:04
19741         Log: Subject: [PATCH] Net::Ping
19742              From: Colin McMillen <mcmi0037@tc.umn.edu>
19743              Date: Thu, 22 Mar 2001 19:30:31 -0600
19744              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
19745      Branch: perl
19746            ! lib/Net/Ping.pm
19747 ____________________________________________________________________________
19748 [  9309] By: jhi                                   on 2001/03/23  13:39:13
19749         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
19750      Branch: perl
19751            ! t/lib/md5-aaa.t t/lib/md5-file.t
19752 ____________________________________________________________________________
19753 [  9308] By: jhi                                   on 2001/03/23  13:20:34
19754         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
19755              - bump the version to 2.14
19756              - drop the base64 tests since they require MIME::Base64
19757              - drop the rfc1321.txt
19758              - drop the hints/dec_osf.pl since it's only needed for
19759              pre-5.005_03 Perls
19760              Todo:
19761              - the U32 alignment testing is now removed; it needs to
19762              be reintroduced as as a Config variable (meaning also
19763              as a Configure test)
19764              - get the new EBCDIC md5sum for MD5.pm
19765              - test in Win32 to see how badly I botched the makefiles
19766      Branch: perl
19767            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19768            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19769            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
19770            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
19771            + t/lib/md5-file.t
19772            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
19773            ! win32/Makefile win32/makefile.mk
19774 ____________________________________________________________________________
19775 [  9307] By: jhi                                   on 2001/03/23  12:56:14
19776         Log: Integrate change #9306 from maintperl into mainline,
19777              AIX dynaloader for AIXes without <load.h>.
19778      Branch: perl
19779           !> ext/DynaLoader/hints/aix.pl
19780 ____________________________________________________________________________
19781 [  9306] By: jhi                                   on 2001/03/23  12:51:36
19782         Log: There are AIXes without /usr/include/load.h,
19783              patch from H.Merijn Brand.
19784      Branch: maint-5.6/perl
19785            ! ext/DynaLoader/hints/aix.pl
19786 ____________________________________________________________________________
19787 [  9305] By: nick                                  on 2001/03/23  11:00:42
19788         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
19789      Branch: perlio
19790            ! ext/Encode/Encode.xs perlio.c perlio.h
19791 ____________________________________________________________________________
19792 [  9304] By: nick                                  on 2001/03/23  10:20:46
19793         Log: Render -Duseperlio functional again.
19794              - this is "quick fix" which calls PerlIO_apply_layers after opening,
19795              which is what old scheme did. New scheme needs to change that
19796              to make open(...,\$scalar) etc. work but this will do for now.
19797      Branch: perlio
19798            ! perlio.c
19799 ____________________________________________________________________________
19800 [  9303] By: nick                                  on 2001/03/23  09:53:20
19801         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
19802              -Uuseperlio now works again.
19803              -Duseperlio is still poorly. Don't merge yet...
19804      Branch: perlio
19805            ! doio.c perlio.h
19806 ____________________________________________________________________________
19807 [  9302] By: nick                                  on 2001/03/22  22:26:51
19808         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
19809              type code.
19810              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
19811              is its main caller. In particular now has access to "extra" args, and
19812              can tell when an open handle is "reopened" (or duped?).
19813              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
19814              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
19815              PerlIO_open() et. al. (i.e. other way round).
19816              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
19817              with args close to PerlIO_openn().
19818      Branch: perlio
19819            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
19820 ____________________________________________________________________________
19821 [  9301] By: jhi                                   on 2001/03/22  20:58:04
19822         Log: Integrate perlio.
19823      Branch: perl
19824           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
19825           !> t/io/open.t util.c
19826 ____________________________________________________________________________
19827 [  9300] By: nick                                  on 2001/03/22  17:36:32
19828         Log: Don't include $@ in not ok message.
19829      Branch: perlio
19830            ! t/io/open.t
19831 ____________________________________________________________________________
19832 [  9299] By: gsar                                  on 2001/03/22  16:53:45
19833         Log: back out changes#7532,7521 for now (appears to have problems
19834              on IRIX)
19835      Branch: maint-5.6/perl
19836            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19837            ! ext/POSIX/typemap pod/perlvar.pod
19838 ____________________________________________________________________________
19839 [  9298] By: nick                                  on 2001/03/22  14:35:46
19840         Log: Give a meaning to '&' in n-arg open case:
19841              open($fh,"<&",$scalar);
19842              $scalar can be:
19843              - an integer which does "fdopen"
19844              open($fh,"<&",2); # like open($fh,"<&2")
19845              - something that will yield a file handle via sv_2io()
19846              useful for dup'ing anonymous handles.
19847              e.g.:
19848              open(my $fh,"<&",\*STDIN);
19849              open(my $dup,"<&",$fh);
19850      Branch: perlio
19851            ! doio.c t/io/open.t
19852 ____________________________________________________________________________
19853 [  9297] By: nick                                  on 2001/03/22  13:34:35
19854         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
19855      Branch: perlio
19856            ! util.c
19857 ____________________________________________________________________________
19858 [  9296] By: nick                                  on 2001/03/22  12:51:20
19859         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
19860      Branch: perlio
19861            ! perl.c
19862 ____________________________________________________________________________
19863 [  9295] By: nick                                  on 2001/03/22  11:59:44
19864         Log: If stdin, stdout or stderr get opened in unexpected read/write state
19865              then warn at time of open not at time of use.
19866      Branch: perlio
19867            ! doio.c pp_hot.c pp_sys.c
19868 ____________________________________________________________________________
19869 [  9294] By: nick                                  on 2001/03/22  10:54:35
19870         Log: Die on n-arg open(...,"",xxx,yyy,...)
19871              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
19872              - die on read/write cases so we can decide what it means later.
19873      Branch: perlio
19874            ! doio.c embed.pl iperlsys.h util.c
19875 ____________________________________________________________________________
19876 [  9293] By: nick                                  on 2001/03/22  09:02:45
19877         Log: perlio tweaks (reported by Nick Clark)
19878              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
19879              error check in Pendinf_read().
19880      Branch: perlio
19881            ! perlio.c
19882 ____________________________________________________________________________
19883 [  9292] By: gsar                                  on 2001/03/22  07:12:00
19884         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
19885              fixes)
19886      Branch: maint-5.6/perl
19887           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
19888 ____________________________________________________________________________
19889 [  9291] By: jhi                                   on 2001/03/22  06:06:44
19890         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
19891      Branch: perl
19892            ! t/op/re_tests
19893 ____________________________________________________________________________
19894 [  9290] By: jhi                                   on 2001/03/22  05:57:01
19895         Log: Move MacOS Classic higher in the list of supported platforms.
19896      Branch: maint-5.6/perl
19897            ! pod/perlport.pod
19898 ____________________________________________________________________________
19899 [  9289] By: gsar                                  on 2001/03/22  05:35:04
19900         Log: revert part of change#6438 for compatibility (av_reify()
19901              appears to be needed to implement av_splice()ish things
19902              in XS)
19903      Branch: maint-5.6/perl
19904            ! embed.pl global.sym objXSUB.h perlapi.c
19905 ____________________________________________________________________________
19906 [  9288] By: gsar                                  on 2001/03/22  03:09:19
19907         Log: update copyright year
19908      Branch: maint-5.6/perl
19909            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
19910            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
19911            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
19912            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
19913            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
19914            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
19915            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
19916            ! x2p/walk.c
19917 ____________________________________________________________________________
19918 [  9287] By: jhi                                   on 2001/03/21  20:30:54
19919         Log: Integrate perlio.
19920      Branch: perl
19921           !> ext/Data/Dumper/Dumper.xs
19922 ____________________________________________________________________________
19923 [  9286] By: gsar                                  on 2001/03/21  19:49:54
19924         Log: makefile.mk tweak
19925      Branch: maint-5.6/perl
19926            ! win32/Makefile win32/makefile.mk
19927 ____________________________________________________________________________
19928 [  9285] By: nick                                  on 2001/03/21  19:07:13
19929         Log: Multiplicity fix for Dumper.
19930      Branch: perlio
19931            ! ext/Data/Dumper/Dumper.xs
19932 ____________________________________________________________________________
19933 [  9284] By: nick                                  on 2001/03/21  19:01:07
19934         Log: Integrate mainline - (does not build xTHX issue in Dumper).
19935      Branch: perlio
19936           !> (integrate 27 files)
19937 ____________________________________________________________________________
19938 [  9283] By: jhi                                   on 2001/03/21  17:17:35
19939         Log: Integrate change #9282 from mainline into maintperl,
19940              4-arg UTF-8 substr().
19941      Branch: maint-5.6/perl
19942           !> pp.c
19943 ____________________________________________________________________________
19944 [  9282] By: jhi                                   on 2001/03/21  17:15:43
19945         Log: The #9270 would have leaked a scalar if pp_substr()
19946              returned early.
19947      Branch: perl
19948            ! pp.c
19949 ____________________________________________________________________________
19950 [  9281] By: gsar                                  on 2001/03/21  17:03:14
19951         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
19952      Branch: maint-5.6/perl
19953            ! win32/makefile.mk
19954 ____________________________________________________________________________
19955 [  9280] By: gsar                                  on 2001/03/21  17:01:20
19956         Log: some tweaks to change#9278 (fork() emulation should be enabled
19957              by setting BUILD_FLAVOR instead of changing the defaults)
19958      Branch: maint-5.6/perl
19959            ! win32/makefile.mk
19960 ____________________________________________________________________________
19961 [  9279] By: gsar                                  on 2001/03/21  16:47:19
19962         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
19963      Branch: maint-5.6/perl
19964            ! ext/File/Glob/Glob.pm
19965           !> lib/Cwd.pm
19966 ____________________________________________________________________________
19967 [  9278] By: jhi                                   on 2001/03/21  14:35:10
19968         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
19969              From: "Vadim Konovalov" <watman@inbox.ru>
19970              Date: Wed, 21 Mar 2001 01:53:51 +0300
19971              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
19972      Branch: maint-5.6/perl
19973            ! win32/makefile.mk win32/win32sck.c
19974 ____________________________________________________________________________
19975 [  9277] By: jhi                                   on 2001/03/21  13:58:28
19976         Log: Integrate change #9270 from mainline to maintperl:
19977              continued 4-arg UTF-8 substr() fixing.
19978      Branch: maint-5.6/perl
19979           !> pp.c t/op/substr.t
19980 ____________________________________________________________________________
19981 [  9276] By: jhi                                   on 2001/03/21  13:33:00
19982         Log: More pixie cleaning.
19983      Branch: perl
19984            ! Makefile.SH
19985 ____________________________________________________________________________
19986 [  9275] By: jhi                                   on 2001/03/21  03:54:17
19987         Log: Update Changes.
19988      Branch: perl
19989            ! Changes patchlevel.h
19990 ____________________________________________________________________________
19991 [  9274] By: jhi                                   on 2001/03/21  03:48:24
19992         Log: First stab at making Data::Dumper to grok Unicode.
19993              
19994              TODO: tests, EBCDICify.
19995      Branch: perl
19996            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
19997 ____________________________________________________________________________
19998 [  9273] By: jhi                                   on 2001/03/21  02:23:00
19999         Log: Fix for
20000              
20001              Subject: Memory leak in unquoted print   
20002              From: Benjamin Sugars <bsugars@canoe.ca> 
20003              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
20004              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
20005      Branch: perl
20006            ! perlio.c
20007 ____________________________________________________________________________
20008 [  9272] By: jhi                                   on 2001/03/21  01:33:17
20009         Log: Subject: Re: [PATCH] POSIX::getcwd()
20010              From: Benjamin Sugars <bsugars@canoe.ca> 
20011              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
20012              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
20013      Branch: perl
20014            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20015 ____________________________________________________________________________
20016 [  9271] By: jhi                                   on 2001/03/21  01:22:52
20017         Log: Subject: [PATCH] Cwd.pm docs
20018              From: Benjamin Sugars <bsugars@canoe.ca>
20019              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
20020              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
20021      Branch: perl
20022            ! lib/Cwd.pm
20023 ____________________________________________________________________________
20024 [  9270] By: jhi                                   on 2001/03/21  01:16:29
20025         Log: Continue 4-arg substr() UTF-8 fixage.
20026      Branch: perl
20027            ! pp.c t/op/substr.t
20028 ____________________________________________________________________________
20029 [  9269] By: jhi                                   on 2001/03/21  00:46:14
20030         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
20031              
20032              revert the leak fix in change#9142 (problem needs a more experimental
20033              fix unsuitable for 5.6.1)
20034              
20035              do alphabetical sorting by default (for csh compatibility)
20036              
20037              cut-n-paste goof in change#9264
20038              
20039              VMS piping fixes (from Charles Lane)
20040      Branch: perl
20041           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
20042           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20043           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
20044 ____________________________________________________________________________
20045 [  9268] By: jhi                                   on 2001/03/21  00:37:04
20046         Log: Integrate perlio.
20047      Branch: perl
20048           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
20049           !> utf8.c utf8.h utfebcdic.h
20050 ____________________________________________________________________________
20051 [  9267] By: nick                                  on 2001/03/20  20:04:39
20052         Log: More EBCDIC stuff:
20053              - Loose the extra level of function on ASCII.
20054              - spotted a chr(0) issue in sv.c
20055              - re-work of UTF-X tr/// ranges to work in Unicode
20056              space. Still issues with the "0xff is illegal UTF-8" hack.
20057              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
20058              (why do it once when you can do it all over the place :-(
20059              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
20060              need utf8.pm for swashes.
20061              - Simplified and commented scan_const() in toke.c
20062              Still something wrong regexp and tr (swashes?).
20063      Branch: perlio
20064            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
20065            ! utf8.c utf8.h utfebcdic.h
20066 ____________________________________________________________________________
20067 [  9266] By: gsar                                  on 2001/03/20  19:16:43
20068         Log: VMS piping fixes (from Charles Lane)
20069      Branch: maint-5.6/perl
20070            ! vms/vms.c vms/vmspipe.com
20071 ____________________________________________________________________________
20072 [  9265] By: gsar                                  on 2001/03/20  17:53:52
20073         Log: cut-n-paste goof in change#9264
20074      Branch: maint-5.6/perl
20075            ! ext/File/Glob/Glob.xs
20076 ____________________________________________________________________________
20077 [  9264] By: gsar                                  on 2001/03/20  17:43:47
20078         Log: do alphabetical sorting by default (for csh compatibility);
20079              bsd_glob() does ASCII sort by default as usual, unless
20080              GLOB_ALPHASORT was specified
20081      Branch: maint-5.6/perl
20082            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
20083            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20084            ! ext/File/Glob/bsd_glob.h
20085 ____________________________________________________________________________
20086 [  9263] By: gsar                                  on 2001/03/20  16:40:08
20087         Log: integrate change#9255 from mainline (unicode fix)
20088              
20089              substr($bytestr, i, n, $charstr)
20090      Branch: maint-5.6/perl
20091           !> Todo-5.6 pp.c t/op/substr.t
20092 ____________________________________________________________________________
20093 [  9262] By: gsar                                  on 2001/03/20  15:57:41
20094         Log: revert the leak fix in change#9142 (problem needs a more experimental
20095              fix unsuitable for 5.6.1)
20096      Branch: maint-5.6/perl
20097            ! scope.c
20098 ____________________________________________________________________________
20099 [  9261] By: jhi                                   on 2001/03/20  14:26:25
20100         Log: Integrate changes #9259,9260 from maintperl into mainline.
20101              
20102              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
20103              
20104              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
20105      Branch: perl
20106           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
20107 ____________________________________________________________________________
20108 [  9260] By: jhi                                   on 2001/03/20  14:05:46
20109         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
20110              From: Robin Barker <rmb1@cise.npl.co.uk>
20111              Date: Tue, 20 Mar 2001 10:12:04 GMT
20112              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
20113      Branch: maint-5.6/perl
20114            ! run.c
20115 ____________________________________________________________________________
20116 [  9259] By: jhi                                   on 2001/03/20  14:04:39
20117         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
20118              From: Chris Nandor <pudge@pobox.com>
20119              Date: Tue, 20 Mar 2001 00:40:56 -0500
20120              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
20121      Branch: maint-5.6/perl
20122            ! ext/POSIX/POSIX.xs lib/File/Path.pm
20123 ____________________________________________________________________________
20124 [  9258] By: jhi                                   on 2001/03/20  05:09:34
20125         Log: Update Changes.
20126      Branch: perl
20127            ! Changes patchlevel.h
20128 ____________________________________________________________________________
20129 [  9257] By: jhi                                   on 2001/03/20  05:04:25
20130         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
20131      Branch: perl
20132            ! t/op/tr.t
20133 ____________________________________________________________________________
20134 [  9256] By: jhi                                   on 2001/03/20  04:43:12
20135         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
20136              From: Peter Prymmer <pvhp@forte.com>
20137              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
20138              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
20139      Branch: maint-5.6/perl
20140            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
20141 ____________________________________________________________________________
20142 [  9255] By: jhi                                   on 2001/03/19  23:17:17
20143         Log: substr($bytestr, i, n, $charstr)
20144
20145              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
20146      Branch: perl
20147            ! Todo-5.6 pp.c t/op/substr.t
20148 ____________________________________________________________________________
20149 [  9254] By: jhi                                   on 2001/03/19  22:25:09
20150         Log: Rearrange the make test target prerequisites so that
20151              in a parallel make 'all' is finished before 'test'.
20152      Branch: perl
20153            ! Makefile.SH
20154 ____________________________________________________________________________
20155 [  9253] By: jhi                                   on 2001/03/19  21:48:07
20156         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
20157              From: Robin Houston <robin@kitsite.com>
20158              Date: Mon, 19 Mar 2001 15:48:41 +0000
20159              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
20160      Branch: perl
20161            ! pp_ctl.c
20162 ____________________________________________________________________________
20163 [  9252] By: jhi                                   on 2001/03/19  21:42:27
20164         Log: Integrate perlio.
20165      Branch: perl
20166           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
20167           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
20168           !> utfebcdic.h vms/perly_c.vms
20169 ____________________________________________________________________________
20170 [  9251] By: jhi                                   on 2001/03/19  21:31:28
20171         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
20172              
20173              Dynaloading in 64-bit AIX with vac.
20174      Branch: perl
20175           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20176           !> hints/aix.sh
20177 ____________________________________________________________________________
20178 [  9250] By: jhi                                   on 2001/03/19  21:18:00
20179         Log: A more robust solution for the 64bitall AIX dynaloading
20180              problem, from Jens-Uwe Mager.
20181      Branch: maint-5.6/perl
20182            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20183 ____________________________________________________________________________
20184 [  9249] By: nick                                  on 2001/03/19  20:59:37
20185         Log: Integrate mainline.
20186      Branch: perlio
20187           !> (integrate 42 files)
20188 ____________________________________________________________________________
20189 [  9248] By: nick                                  on 2001/03/19  20:22:07
20190         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
20191              (Building on OS390 uses native YACC and YYDEBUG has other
20192              side effects.)
20193      Branch: perlio
20194            ! perly.c perly.y vms/perly_c.vms
20195 ____________________________________________________________________________
20196 [  9247] By: jhi                                   on 2001/03/19  19:59:53
20197         Log: 64-bit AIX dynaloading problem (see #9244) idea
20198              from Jens-Uwe Mager.
20199      Branch: maint-5.6/perl
20200            ! ext/DynaLoader/dl_aix.xs
20201 ____________________________________________________________________________
20202 [  9246] By: nick                                  on 2001/03/19  19:27:57
20203         Log: More EBCDIC fixes.
20204      Branch: perlio
20205            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
20206            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
20207 ____________________________________________________________________________
20208 [  9245] By: jhi                                   on 2001/03/19  19:05:19
20209         Log: Integrate change #9243 from mainline into maintperl.
20210              
20211              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
20212      Branch: maint-5.6/perl
20213           !> README.vmesa
20214 ____________________________________________________________________________
20215 [  9244] By: jhi                                   on 2001/03/19  19:03:15
20216         Log: Get 64bitall AIX building, but still does not test okay:
20217              dynaloading anything fails, for example for op/defins:
20218              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
20219              (update: fixed by #9247,9250)
20220      Branch: maint-5.6/perl
20221            ! hints/aix.sh
20222 ____________________________________________________________________________
20223 [  9243] By: jhi                                   on 2001/03/19  19:00:16
20224         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
20225              From: Robin Barker <rmb1@cise.npl.co.uk>
20226              Date: Mon, 19 Mar 2001 18:01:57 GMT
20227              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
20228      Branch: perl
20229            ! README.vmesa
20230 ____________________________________________________________________________
20231 [  9242] By: jhi                                   on 2001/03/19  18:58:43
20232         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
20233              
20234              TODO: tests.
20235      Branch: perl
20236            ! doop.c op.c
20237 ____________________________________________________________________________
20238 [  9241] By: gsar                                  on 2001/03/19  17:34:46
20239         Log: VMSify tests (from Charles Lane)
20240      Branch: maint-5.6/perl
20241            ! t/lib/filehand.t t/lib/texttabs.t
20242 ____________________________________________________________________________
20243 [  9240] By: jhi                                   on 2001/03/19  14:24:26
20244         Log: Integrate change #9233 from maintperl into mainline.
20245              
20246              some refcounts were incorrect in perl_clone()
20247      Branch: perl
20248           !> sv.c
20249 ____________________________________________________________________________
20250 [  9239] By: gsar                                  on 2001/03/19  09:23:17
20251         Log: this is 5.6.1-trial3
20252      Branch: maint-5.6/perl
20253            ! Changes
20254 ____________________________________________________________________________
20255 [  9238] By: gsar                                  on 2001/03/19  08:47:04
20256         Log: some new symbols are only available under ithreads
20257      Branch: maint-5.6/perl
20258            ! makedef.pl
20259 ____________________________________________________________________________
20260 [  9237] By: gsar                                  on 2001/03/19  08:42:28
20261         Log: update patchlevel.h, Changes, &c.
20262      Branch: maint-5.6/perl
20263            ! Changes patchlevel.h pod/perlhist.pod
20264           !> AUTHORS
20265 ____________________________________________________________________________
20266 [  9236] By: gsar                                  on 2001/03/19  08:17:49
20267         Log: integrate changes#8068,8717 from mainline
20268              
20269              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
20270              
20271              [PATCH CPAN 1.59_51] warning message (not!)
20272      Branch: maint-5.6/perl
20273           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
20274           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
20275           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
20276           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
20277           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20278 ____________________________________________________________________________
20279 [  9235] By: gsar                                  on 2001/03/19  08:07:09
20280         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
20281              
20282              [PATCH] Add missing CV flags to dump.c
20283              
20284              Re: [patch] Re: PL_ptr_table
20285              
20286              Fixup non-ithread build after 8713
20287              
20288              Generated files form 8713 etc.
20289              
20290              Correct the correction :-(
20291              
20292              Documenting coderef @INC (Re: CPAN "make this script work" feature)
20293              
20294              Subject: Re: sync sync sync: have I missed any patches?
20295              Replace djSP with dSP.
20296      Branch: maint-5.6/perl
20297           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
20298           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
20299           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
20300           !> sv.c sv.h win32/perlhost.h
20301 ____________________________________________________________________________
20302 [  9234] By: gsar                                  on 2001/03/19  07:22:05
20303         Log: revert the change#9090 integrate for now (change looks somewhat
20304              incomplete in that [ha]v_exists() need something similar; lacks
20305              tests; &c.)
20306      Branch: maint-5.6/perl
20307            ! hv.c
20308 ____________________________________________________________________________
20309 [  9233] By: gsar                                  on 2001/03/19  07:10:01
20310         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
20311              destruction when there are unreferenced scalars (SvREFCNT==0)
20312      Branch: maint-5.6/perl
20313            ! sv.c
20314 ____________________________________________________________________________
20315 [  9232] By: jhi                                   on 2001/03/19  05:11:02
20316         Log: Regen api and toc.
20317      Branch: maint-5.6/perl
20318            ! pod/perlapi.pod pod/perltoc.pod
20319 ____________________________________________________________________________
20320 [  9231] By: jhi                                   on 2001/03/19  04:06:03
20321         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
20322              add a lost line in pp.c:pp_chop(), update to new op/chop.
20323              
20324              Clarify the description differentiating for and while; inspired by
20325              
20326              Subject: [ID 20010306.004] || != named unary operator
20327              
20328              The $Is_MacOS needs to be declared.
20329      Branch: maint-5.6/perl
20330            ! pp.c t/op/chop.t
20331           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
20332 ____________________________________________________________________________
20333 [  9230] By: jhi                                   on 2001/03/19  03:48:16
20334         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
20335              9079,9083,9089,9090,9091 from mainline to maintperl.
20336              
20337              Quieten some noise in Win32 builds
20338              
20339              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
20340              
20341              The perlretut was still talking about the old \p and \P
20342              definitions.
20343              
20344              More tweakage on the Unicode character class descriptions.
20345              
20346              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
20347              
20348              Subject: 'no *POSIX' Patch speeding up make on BS2000 
20349              
20350              Subject: [PATCH] perldata.pod here-doc docs
20351              
20352              Add /sbin and /usr/sbin to the list of directories scanned
20353              for setuid programs.  Takes care of bug id 20010309.003.
20354              
20355              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
20356              
20357              In op/stat #35 better to scan all the potential directories
20358              for setuids, not just the first one.
20359      Branch: maint-5.6/perl
20360            ! Makefile.SH
20361           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
20362           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
20363           !> t/op/stat.t toke.c win32/win32.h
20364 ____________________________________________________________________________
20365 [  9229] By: jhi                                   on 2001/03/19  02:31:50
20366         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
20367              From: Chris Nandor <pudge@pobox.com>
20368              Date: Sat, 10 Mar 2001 14:22:19 -0500
20369              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
20370      Branch: maint-5.6/perl
20371            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20372            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
20373            ! t/lib/b.t t/lib/errno.t
20374 ____________________________________________________________________________
20375 [  9228] By: jhi                                   on 2001/03/19  02:29:59
20376         Log: Integrate changes #9113,9122 from mainline into maintperl.
20377              
20378              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?)
20379      Branch: maint-5.6/perl
20380           !> Configure README.os390 hints/os390.sh
20381 ____________________________________________________________________________
20382 [  9227] By: jhi                                   on 2001/03/19  02:22:35
20383         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
20384              into maintperl.
20385              
20386              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
20387              
20388              Forgot to check-in the larger part of #9120, duh.
20389              
20390              Subject: Another patch for integer.pm POD 
20391              
20392              h2ph strictness and cleanliness from Kurt Starsinic.
20393              
20394              Borland filename case problem.
20395              
20396              h2ph strictness and cleanliness from Kurt Starsinic.
20397              
20398              Subject: [PATCH] the uncontroversial doc patches
20399      Branch: maint-5.6/perl
20400           +> win32/sncfnmcs.pl
20401           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
20402           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
20403           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
20404           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
20405           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
20406           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
20407           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
20408 ____________________________________________________________________________
20409 [  9226] By: jhi                                   on 2001/03/19  02:10:21
20410         Log: Integrate changes #9207,9214 from mainline into maintperl.
20411              
20412              podchecker relaxations: =over has an *optional* number after it,
20413              and whitespace in L<> is okay.
20414      Branch: maint-5.6/perl
20415           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
20416           !> t/pod/poderrs.xr
20417 ____________________________________________________________________________
20418 [  9225] By: jhi                                   on 2001/03/19  02:07:38
20419         Log: Integrate change #9219 from maintperl into mainline.
20420              
20421              remove duplicated tests
20422      Branch: perl
20423           !> t/op/re_tests
20424 ____________________________________________________________________________
20425 [  9224] By: jhi                                   on 2001/03/19  02:06:11
20426         Log: Integrate change #9223 from mainline to maintperl.
20427              
20428              Document -Dmksymlinks.
20429      Branch: maint-5.6/perl
20430           !> INSTALL
20431 ____________________________________________________________________________
20432 [  9223] By: jhi                                   on 2001/03/19  02:01:25
20433         Log: Document -Dmksymlinks.
20434      Branch: perl
20435            ! INSTALL
20436 ____________________________________________________________________________
20437 [  9222] By: jhi                                   on 2001/03/19  01:15:35
20438         Log: The -Dmksymlinks wasn't working for maintperl.
20439      Branch: maint-5.6/perl
20440            ! Configure
20441 ____________________________________________________________________________
20442 [  9221] By: jhi                                   on 2001/03/19  00:49:43
20443         Log: Cleanup pixie residue.
20444      Branch: perl
20445            ! Makefile.SH
20446 ____________________________________________________________________________
20447 [  9220] By: jhi                                   on 2001/03/19  00:44:47
20448         Log: Document the use of pixie/prof; create make targets for it.
20449              
20450              TODO: make t/TEST pixie-aware.
20451      Branch: perl
20452            ! Makefile.SH pod/perlhack.pod
20453 ____________________________________________________________________________
20454 [  9219] By: gsar                                  on 2001/03/19  00:16:55
20455         Log: remove duplicated tests
20456      Branch: maint-5.6/perl
20457            ! t/op/re_tests
20458 ____________________________________________________________________________
20459 [  9218] By: jhi                                   on 2001/03/18  23:59:31
20460         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
20461      Branch: perl
20462            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
20463 ____________________________________________________________________________
20464 [  9217] By: jhi                                   on 2001/03/18  23:25:20
20465         Log: Rewrite the tests section of Makefile to be less redundant
20466              and to allow for more flexible test targets, many recursive
20467              make calls introduced.
20468      Branch: perl
20469            ! Makefile.SH
20470 ____________________________________________________________________________
20471 [  9216] By: jhi                                   on 2001/03/18  22:30:04
20472         Log: Document the use of Third Degree (sparsely).
20473      Branch: perl
20474            ! pod/perlhack.pod t/TEST
20475 ____________________________________________________________________________
20476 [  9215] By: jhi                                   on 2001/03/18  22:10:30
20477         Log: Make targets for testing with Third Degree.
20478      Branch: perl
20479            ! Makefile.SH
20480 ____________________________________________________________________________
20481 [  9214] By: jhi                                   on 2001/03/18  21:08:53
20482         Log: The podchecker relaxations need to mirrored also at the tests.
20483      Branch: perl
20484            ! t/pod/poderrs.xr
20485 ____________________________________________________________________________
20486 [  9213] By: jhi                                   on 2001/03/18  20:56:21
20487         Log: Update Changes.
20488      Branch: perl
20489            ! Changes patchlevel.h
20490 ____________________________________________________________________________
20491 [  9212] By: jhi                                   on 2001/03/18  20:36:59
20492         Log: Looking for config.sh in parent directories isn't
20493              very useful for the toplevel Makefile.
20494      Branch: perl
20495            ! Makefile.SH
20496 ____________________________________________________________________________
20497 [  9211] By: jhi                                   on 2001/03/18  20:33:37
20498         Log: On "make clean" take care of Third Degree droppings.
20499      Branch: perl
20500            ! Makefile.SH
20501 ____________________________________________________________________________
20502 [  9210] By: jhi                                   on 2001/03/18  20:21:34
20503         Log: Add a hook for running the tests under the Third Degree
20504              debugging tool (set $ENV{PERL_3LOG} to non-zero)
20505              
20506              TODO: Document the use of Third Degree.
20507      Branch: perl
20508            ! t/TEST
20509 ____________________________________________________________________________
20510 [  9209] By: jhi                                   on 2001/03/18  20:19:07
20511         Log: Regen toc and api pods.
20512      Branch: perl
20513            ! pod/perlapi.pod pod/perltoc.pod
20514 ____________________________________________________________________________
20515 [  9208] By: jhi                                   on 2001/03/18  20:12:12
20516         Log: Integrate changes #8128,9132 from mainline into maintperl,
20517              Tie::SubstrHash fixes.
20518      Branch: maint-5.6/perl
20519           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
20520 ____________________________________________________________________________
20521 [  9207] By: jhi                                   on 2001/03/18  20:07:43
20522         Log: podchecker relaxations from Michael Stevens.
20523      Branch: perl
20524            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
20525 ____________________________________________________________________________
20526 [  9206] By: jhi                                   on 2001/03/18  20:04:24
20527         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
20528      Branch: perl
20529            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20530            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
20531            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
20532 ____________________________________________________________________________
20533 [  9205] By: jhi                                   on 2001/03/18  19:54:45
20534         Log: Integrate changes #9161,9162 from maintperl to mainline.
20535              
20536              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
20537              results
20538      Branch: perl
20539           !> t/op/magic.t
20540 ____________________________________________________________________________
20541 [  9204] By: jhi                                   on 2001/03/18  19:37:46
20542         Log: Make perl.third checks more understandable to the builder.
20543      Branch: perl
20544            ! Makefile.SH
20545 ____________________________________________________________________________
20546 [  9203] By: jhi                                   on 2001/03/18  19:20:54
20547         Log: Re-integrate #9138 from maintperl to mainline,
20548              the squelching of the unneeded "Scalars leaked" messages.
20549      Branch: perl
20550           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20551           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20552           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20553 ____________________________________________________________________________
20554 [  9202] By: jhi                                   on 2001/03/18  18:48:36
20555         Log: More robust and more paranoid perl.third target.
20556      Branch: perl
20557            ! Makefile.SH
20558 ____________________________________________________________________________
20559 [  9201] By: jhi                                   on 2001/03/18  18:39:21
20560         Log: Integrate change #9197 from maintperl to mainline.
20561              
20562              more thorough cleaning of arenas.
20563      Branch: perl
20564           !> embed.pl perl.c proto.h sv.c t/op/sort.t
20565 ____________________________________________________________________________
20566 [  9200] By: jhi                                   on 2001/03/18  18:25:17
20567         Log: Integrate perlio.
20568      Branch: perl
20569           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
20570           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
20571           !> t/lib/encode.t toke.c universal.c utf8.c
20572 ____________________________________________________________________________
20573 [  9199] By: nick                                  on 2001/03/18  15:23:51
20574         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
20575              is the sense of the test being done. Avoid some magical 127 and 128 values
20576              by using macros.
20577      Branch: perlio
20578            ! doop.c pp_ctl.c sv.c toke.c
20579 ____________________________________________________________________________
20580 [  9198] By: nick                                  on 2001/03/18  14:18:12
20581         Log: UTF-X encoding invariance for Encode:
20582              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
20583              - move the XS code for those to universal.c (so in miniperl)
20584              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
20585              - change ext/Encode/compile to use above.
20586              - Fix t/lib/encode.t for above
20587              - Teach t/lib/b.t to expect -uutf8
20588              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
20589              utf8.pm is needed.
20590      Branch: perlio
20591            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
20592            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
20593 ____________________________________________________________________________
20594 [  9197] By: gsar                                  on 2001/03/18  12:15:57
20595         Log: more thorough cleaning of arenas--keep going until no more
20596              SvREFCNT_dec()s occur (this fixes the problem that causes the
20597              pesky "Scalars leaked" warnings)
20598      Branch: maint-5.6/perl
20599            ! embed.pl perl.c proto.h sv.c t/op/sort.t
20600 ____________________________________________________________________________
20601 [  9196] By: nick                                  on 2001/03/18  10:57:29
20602         Log: Fix pragma/utf8.t # 15
20603              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
20604              are SvUTF8 as well.
20605      Branch: perlio
20606            ! toke.c
20607 ____________________________________________________________________________
20608 [  9195] By: nick                                  on 2001/03/18  09:27:06
20609         Log: Integrate mainline
20610      Branch: perlio
20611           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
20612           !> t/op/pat.t
20613 ____________________________________________________________________________
20614 [  9194] By: jhi                                   on 2001/03/18  05:29:59
20615         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
20616              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
20617      Branch: perl
20618            ! op.c op.h t/op/misc.t t/op/pat.t
20619 ____________________________________________________________________________
20620 [  9193] By: jhi                                   on 2001/03/18  05:15:06
20621         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
20622      Branch: perl
20623            ! mg.c t/op/pat.t
20624 ____________________________________________________________________________
20625 [  9192] By: jhi                                   on 2001/03/18  04:22:43
20626         Log: tr/// UTF-8 patches from Inaba Hiroto.
20627      Branch: perl
20628            ! doop.c op.c
20629 ____________________________________________________________________________
20630 [  9191] By: jhi                                   on 2001/03/18  04:21:17
20631         Log: Integrate perlio.
20632      Branch: perl
20633           !> utf8.c utfebcdic.h
20634 ____________________________________________________________________________
20635 [  9190] By: nick                                  on 2001/03/17  20:32:01
20636         Log: Correct #if EBCDIC side typos.
20637              Builds and passes many tests on OS390.
20638      Branch: perlio
20639            ! utf8.c utfebcdic.h
20640 ____________________________________________________________________________
20641 [  9189] By: jhi                                   on 2001/03/17  18:55:49
20642         Log: Add prerequisites for the perl.third target.
20643      Branch: perl
20644            ! Makefile.SH
20645 ____________________________________________________________________________
20646 [  9188] By: jhi                                   on 2001/03/17  18:46:00
20647         Log: Integrate perlio.
20648      Branch: perl
20649           +> utfebcdic.h
20650           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
20651 ____________________________________________________________________________
20652 [  9187] By: jhi                                   on 2001/03/17  18:38:47
20653         Log: Add a make rule for perl.third (the Third Degree memory debugging
20654              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
20655      Branch: perl
20656            ! Makefile.SH
20657 ____________________________________________________________________________
20658 [  9186] By: nick                                  on 2001/03/17  18:34:48
20659         Log: MANIFEST addition :-(
20660      Branch: perlio
20661            ! MANIFEST
20662 ____________________________________________________________________________
20663 [  9185] By: nick                                  on 2001/03/17  18:29:50
20664         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
20665              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
20666              a superset of ASCII are invariant under the encoding. This is EBCDIC
20667              friendly as an encoded string can be looked at as being EBCDIC by lexer
20668              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
20669              ASCII on ASCII machines.
20670              
20671              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
20672              seperate.
20673              - Add some more macros to comprehend different shift amounts and
20674              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
20675              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
20676              and conditionaly #include it.
20677              
20678              EBCDIC build as yet untested.  ASCII still fails the one test.
20679      Branch: perlio
20680            + utfebcdic.h
20681            ! utf8.c utf8.h
20682 ____________________________________________________________________________
20683 [  9184] By: nick                                  on 2001/03/17  17:44:16
20684         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
20685      Branch: perlio
20686            ! doop.c perl.h pp.c utf8.h
20687 ____________________________________________________________________________
20688 [  9183] By: jhi                                   on 2001/03/17  15:55:42
20689         Log: Integrate perlio.
20690      Branch: perl
20691            ! MANIFEST
20692           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
20693 ____________________________________________________________________________
20694 [  9182] By: nick                                  on 2001/03/17  09:16:06
20695         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
20696      Branch: perlio
20697            ! t/op/pat.t
20698 ____________________________________________________________________________
20699 [  9181] By: nick                                  on 2001/03/17  09:15:11
20700         Log: Integrate mainline.
20701      Branch: perlio
20702           +> lib/Locale/Constants.pm lib/Locale/Country.pm
20703           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
20704           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
20705           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
20706           !> (integrate 83 files)
20707 ____________________________________________________________________________
20708 [  9180] By: nick                                  on 2001/03/16  17:23:21
20709         Log: EBCDIC Fixes.
20710      Branch: perlio
20711            ! perl.h sv.c toke.c utf8.c utf8.h
20712 ____________________________________________________________________________
20713 [  9179] By: jhi                                   on 2001/03/16  14:10:12
20714         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
20715              a change needed to work around an AIX compiler bug.
20716      Branch: perl
20717            ! ext/Storable/Storable.xs
20718 ____________________________________________________________________________
20719 [  9178] By: jhi                                   on 2001/03/16  03:19:59
20720         Log: With Damian's approval synchronize damian's modules'
20721              licensing with Perl's standard module licensing.
20722      Branch: perl
20723            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
20724 ____________________________________________________________________________
20725 [  9177] By: jhi                                   on 2001/03/16  03:15:34
20726         Log: Make the Filter::Util:Call files have their own copies
20727              of the Perl standard module licensing, from Paul Marquess.
20728      Branch: perl
20729            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
20730 ____________________________________________________________________________
20731 [  9176] By: jhi                                   on 2001/03/16  02:56:04
20732         Log: Subject: [PATCH] more pod patches
20733              From: Michael Stevens <michael@etla.org>
20734              Date: Thu, 15 Mar 2001 21:25:18 +0000
20735              Message-ID: <20010315212518.A18870@firedrake.org>
20736      Branch: perl
20737            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
20738            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
20739            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
20740            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
20741            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
20742            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
20743            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
20744            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
20745            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
20746            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
20747            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
20748            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
20749            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
20750            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
20751            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
20752            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
20753            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
20754            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
20755            ! lib/Locale/Country.pm lib/Locale/Language.pm
20756            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
20757            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
20758            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
20759            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
20760            ! os2/OS2/Process/Process.pm
20761 ____________________________________________________________________________
20762 [  9175] By: jhi                                   on 2001/03/16  02:53:32
20763         Log: Subject: [PATCH] the uncontroversial doc patches
20764              From: Michael Stevens <michael@etla.org>
20765              Date: Thu, 15 Mar 2001 20:01:12 +0000
20766              Message-ID: <20010315200112.A7636@firedrake.org>
20767      Branch: perl
20768            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
20769            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
20770            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
20771            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
20772            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
20773 ____________________________________________________________________________
20774 [  9174] By: jhi                                   on 2001/03/16  02:50:49
20775         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
20776              From: Paul Lindner <lindner@inuus.com>
20777              Date: Fri, 16 Mar 2001 11:28:03 -0800
20778              Message-ID: <20010316112803.A7577@inuus.com>
20779      Branch: perl
20780            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20781 ____________________________________________________________________________
20782 [  9173] By: nick                                  on 2001/03/15  20:21:03
20783         Log: 1st day's EBCDIC fixes:
20784              - toke.c's parsing of strings needed attention
20785              needed to conditionally e2a if string was already UTF-8
20786              - e2a/a2e tables where wrong way round.
20787              - new macros in utf8.h
20788      Branch: perlio
20789            ! perl.h toke.c utf8.h
20790 ____________________________________________________________________________
20791 [  9172] By: jhi                                   on 2001/03/15  15:17:17
20792         Log: Update Changes.
20793      Branch: perl
20794            ! Changes patchlevel.h
20795 ____________________________________________________________________________
20796 [  9171] By: jhi                                   on 2001/03/15  15:09:32
20797         Log: Subject: Re: Another Borland C++ problem.
20798              From: "Vadim Konovalov" <watman@inbox.ru>
20799              Date: Sat, 10 Mar 2001 19:26:07 +0300
20800              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
20801              
20802              Borland filename case problem.
20803      Branch: perl
20804            + win32/sncfnmcs.pl
20805            ! MANIFEST README.win32
20806 ____________________________________________________________________________
20807 [  9170] By: jhi                                   on 2001/03/15  14:54:23
20808         Log: Add Locale::Codes 1.06, from Neil Bowers.
20809      Branch: perl
20810            + lib/Locale/Constants.pm lib/Locale/Country.pm
20811            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
20812            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
20813            + t/lib/lc-language.t t/lib/lc-uk.t
20814            ! MANIFEST
20815 ____________________________________________________________________________
20816 [  9169] By: jhi                                   on 2001/03/15  14:19:01
20817         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
20818      Branch: perl
20819            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20820            ! ext/Storable/Storable.xs
20821 ____________________________________________________________________________
20822 [  9168] By: jhi                                   on 2001/03/15  14:13:22
20823         Log: Integrate changes #9120,9167 from mainline to maintperl.
20824              
20825              Subject: [PATCH 5.6.1] OS/2 docs
20826              
20827              Subject: [PATCH 5.6.1] perldoc
20828      Branch: maint-5.6/perl
20829           !> os2/Changes utils/perldoc.PL
20830 ____________________________________________________________________________
20831 [  9167] By: jhi                                   on 2001/03/15  14:07:42
20832         Log: Subject: [PATCH 5.6.1] perldoc
20833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20834              Date: Wed, 14 Mar 2001 23:46:52 -0500
20835              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
20836      Branch: perl
20837            ! utils/perldoc.PL
20838 ____________________________________________________________________________
20839 [  9166] By: jhi                                   on 2001/03/15  13:53:15
20840         Log: sigaction test condition tweakage.
20841      Branch: perl
20842            ! t/lib/sigaction.t
20843 ____________________________________________________________________________
20844 [  9165] By: alanbur                               on 2001/03/15  03:49:17
20845         Log: Resynchronised with parent
20846      Branch: maint-5.6/pureperl
20847           +> os2/os2add.sym t/op/anonsub.t
20848           !> (integrate 72 files)
20849 ____________________________________________________________________________
20850 [  9164] By: jhi                                   on 2001/03/15  01:05:01
20851         Log: Avoid stomping off the beginning of an array in tr///.
20852      Branch: perl
20853            ! op.c
20854 ____________________________________________________________________________
20855 [  9163] By: jhi                                   on 2001/03/15  00:58:57
20856         Log: h2ph strictness and cleanliness from Kurt Starsinic.
20857      Branch: perl
20858            ! utils/h2ph.PL
20859 ____________________________________________________________________________
20860 [  9162] By: gsar                                  on 2001/03/15  00:56:53
20861         Log: avoid warnings
20862      Branch: maint-5.6/perl
20863            ! t/op/magic.t
20864 ____________________________________________________________________________
20865 [  9161] By: gsar                                  on 2001/03/15  00:52:09
20866         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
20867              results
20868      Branch: maint-5.6/perl
20869            ! t/op/magic.t
20870 ____________________________________________________________________________
20871 [  9160] By: jhi                                   on 2001/03/14  22:02:10
20872         Log: Do not use the Perl malloc in IRIX, suggested by
20873              Helmus Jarausch.
20874      Branch: perl
20875            ! hints/irix_6.sh
20876 ____________________________________________________________________________
20877 [  9159] By: nick                                  on 2001/03/14  21:45:59
20878         Log: Integrate mainline
20879      Branch: perlio
20880           +> t/op/loopctl.t
20881           !> (integrate 41 files)
20882 ____________________________________________________________________________
20883 [  9158] By: jhi                                   on 2001/03/14  21:10:09
20884         Log: The Day of the Retractions continues: the #9138
20885              (integrated in #9144) doesn't work well in mainline.
20886      Branch: perl
20887            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20888            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20889            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20890 ____________________________________________________________________________
20891 [  9157] By: jhi                                   on 2001/03/14  20:58:12
20892         Log: The #9145 CANNOT be enabled: the clear_pmop code still
20893              dumps core all over in Tru64.
20894      Branch: perl
20895            ! op.c op.h t/op/pat.t
20896 ____________________________________________________________________________
20897 [  9156] By: jhi                                   on 2001/03/14  20:48:06
20898         Log: Integrate change #9154 from maintperl to mainline.
20899              
20900              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
20901              (caused Storable 1.0.10 to break on windows)
20902      Branch: perl
20903           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
20904           !> perlapi.c proto.h
20905 ____________________________________________________________________________
20906 [  9155] By: jhi                                   on 2001/03/14  20:23:53
20907         Log: Retract #9136: breaks threading (and binary compatibility).
20908      Branch: perl
20909            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20910 ____________________________________________________________________________
20911 [  9154] By: gsar                                  on 2001/03/14  17:48:18
20912         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
20913              (caused Storable 1.0.10 to break on windows)
20914      Branch: maint-5.6/perl
20915            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
20916            ! perlapi.c proto.h
20917 ____________________________________________________________________________
20918 [  9153] By: jhi                                   on 2001/03/14  13:35:21
20919         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
20920      Branch: perl
20921            ! t/lib/sigaction.t
20922 ____________________________________________________________________________
20923 [  9152] By: gsar                                  on 2001/03/14  07:29:40
20924         Log: back out changes#9012,9010,9009 and parts of change#9016
20925              (causes ABRs under purify, and some prerequisites don't
20926              seem to be there in 5.6.x)
20927      Branch: maint-5.6/perl
20928            ! doop.c op.c t/op/tr.t toke.c
20929 ____________________________________________________________________________
20930 [  9151] By: gsar                                  on 2001/03/14  07:01:29
20931         Log: reenable change#9145 (the test was busted due to a missing
20932              C<print "ok 27\n">)
20933      Branch: perl
20934            ! op.c op.h t/op/pat.t
20935 ____________________________________________________________________________
20936 [  9150] By: jhi                                   on 2001/03/14  06:38:36
20937         Log: Retract #9145.
20938      Branch: perl
20939            ! op.c op.h t/op/pat.t
20940 ____________________________________________________________________________
20941 [  9149] By: jhi                                   on 2001/03/14  06:14:56
20942         Log: Retract #9143.
20943      Branch: perl
20944            ! op.c
20945 ____________________________________________________________________________
20946 [  9148] By: gsar                                  on 2001/03/14  06:13:02
20947         Log: Uninitialized Memory Read in regexec.c
20948      Branch: perl
20949            ! regexec.c
20950 ____________________________________________________________________________
20951 [  9147] By: jhi                                   on 2001/03/14  04:59:54
20952         Log: Subject: PATCH: make goto work in nested eval ""
20953              From: Robin Houston <robin@kitsite.com>
20954              Date: Wed, 14 Mar 2001 04:16:10 +0000
20955              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
20956      Branch: perl
20957            ! pp_ctl.c t/op/goto.t
20958 ____________________________________________________________________________
20959 [  9146] By: jhi                                   on 2001/03/14  04:42:54
20960         Log: Preserve the #ifdef PERL_CORE in perly.h.
20961      Branch: perl
20962            ! perly.fixer
20963 ____________________________________________________________________________
20964 [  9145] By: jhi                                   on 2001/03/14  03:57:41
20965         Log: (Retracted by #9150.)
20966      Branch: perl
20967            ! op.c op.h t/op/pat.t
20968 ____________________________________________________________________________
20969 [  9144] By: jhi                                   on 2001/03/14  03:50:38
20970         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
20971              
20972              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
20973              
20974              remove squelch controls for "Scalars leaked" messages in most places
20975              (these are now cured)
20976              
20977              fix another memory leak reported by purify (tie callbacks that
20978              croak can leak when wiping out magic)
20979      Branch: perl
20980           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
20981           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
20982           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
20983           !> t/pragma/warnings.t
20984 ____________________________________________________________________________
20985 [  9143] By: jhi                                   on 2001/03/14  03:37:53
20986         Log: (Retracted by #9149.)
20987      Branch: perl
20988            ! op.c
20989 ____________________________________________________________________________
20990 [  9142] By: gsar                                  on 2001/03/14  03:20:48
20991         Log: fix another memory leak reported by purify (tie callbacks that
20992              croak can leak when wiping out magic)
20993      Branch: maint-5.6/perl
20994            ! scope.c
20995 ____________________________________________________________________________
20996 [  9141] By: jhi                                   on 2001/03/14  02:55:00
20997         Log: Subject: PATCH for [ID 20010305.003]
20998              From: Robin Houston <robin@kitsite.com>
20999              Date: Wed, 14 Mar 2001 02:45:51 +0000
21000              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
21001      Branch: perl
21002            ! pp_ctl.c t/op/eval.t
21003 ____________________________________________________________________________
21004 [  9140] By: jhi                                   on 2001/03/14  02:41:54
21005         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21006              Date: Wed, 14 Mar 2001 01:52:51 +0000
21007              From: Robin Houston <robin@kitsite.com>
21008              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
21009              
21010              Fix for 2000313.004.
21011      Branch: perl
21012            ! pp_ctl.c t/op/goto.t
21013 ____________________________________________________________________________
21014 [  9139] By: jhi                                   on 2001/03/14  02:40:50
21015         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21016              From: Robin Houston <robin@kitsite.com>
21017              Date: Wed, 14 Mar 2001 00:43:45 +0000
21018              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
21019      Branch: perl
21020            + t/op/loopctl.t
21021            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
21022            ! vms/perly_c.vms
21023 ____________________________________________________________________________
21024 [  9138] By: gsar                                  on 2001/03/14  01:18:00
21025         Log: remove squelch controls for "Scalars leaked" messages in most places
21026              (these are now cured)
21027      Branch: maint-5.6/perl
21028            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21029            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21030            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21031 ____________________________________________________________________________
21032 [  9137] By: gsar                                  on 2001/03/14  00:57:04
21033         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
21034      Branch: maint-5.6/perl
21035            ! regcomp.c
21036 ____________________________________________________________________________
21037 [  9136] By: jhi                                   on 2001/03/13  23:12:24
21038         Log: (Retracted by #9155)
21039              
21040              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
21041              From: Jens-Uwe Mager <jum@helios.de>
21042              Date: Wed, 21 Feb 2001 21:32:04 +0100
21043              Message-ID: <20010221213203.A18340@ans.helios.de>
21044      Branch: perl
21045            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21046 ____________________________________________________________________________
21047 [  9135] By: jhi                                   on 2001/03/13  22:50:05
21048         Log: Integrate perlio.
21049      Branch: perl
21050           !> pp.c
21051 ____________________________________________________________________________
21052 [  9134] By: jhi                                   on 2001/03/13  22:49:05
21053         Log: Integrate change #9131 from maintperl into mainline.
21054              
21055              make the error text look more consistent in hints/hpux.sh
21056      Branch: perl
21057           !> hints/hpux.sh
21058 ____________________________________________________________________________
21059 [  9133] By: gsar                                  on 2001/03/13  22:46:20
21060         Log: integrate change#9067 from mainline
21061              
21062              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
21063      Branch: maint-5.6/perl
21064           !> lib/ExtUtils/MM_Unix.pm
21065 ____________________________________________________________________________
21066 [  9132] By: jhi                                   on 2001/03/13  22:41:21
21067         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21068              From: "John P. Linderman" <jpl@research.att.com>
21069              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
21070              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
21071              
21072              A more correct prime finder.
21073      Branch: perl
21074            ! lib/Tie/SubstrHash.pm
21075 ____________________________________________________________________________
21076 [  9131] By: gsar                                  on 2001/03/13  22:30:42
21077         Log: make the error text look more consistent in hints/hpux.sh
21078      Branch: maint-5.6/perl
21079            ! hints/hpux.sh
21080 ____________________________________________________________________________
21081 [  9130] By: jhi                                   on 2001/03/13  22:23:44
21082         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
21083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21084              Date: Tue, 13 Mar 2001 18:41:26 +0100
21085              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
21086              
21087              If the test is run non-interactively the default handler
21088              is different.
21089      Branch: perl
21090            ! t/lib/sigaction.t
21091 ____________________________________________________________________________
21092 [  9129] By: jhi                                   on 2001/03/13  22:20:21
21093         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
21094              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21095              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
21096              Date:     Tue, 13 Mar 2001 16:44:32 EST
21097      Branch: perl
21098            ! t/lib/1_compile.t
21099 ____________________________________________________________________________
21100 [  9128] By: jhi                                   on 2001/03/13  22:18:34
21101         Log: Subject: Another patch for integer.pm POD 
21102              From: "John L. Allen" <allen@grumman.com>
21103              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
21104              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
21105      Branch: perl
21106            ! lib/integer.pm
21107 ____________________________________________________________________________
21108 [  9127] By: nick                                  on 2001/03/13  21:26:30
21109         Log: Integrate mainline.
21110      Branch: perlio
21111           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
21112           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
21113           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
21114           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
21115           !> Changes Configure MANIFEST README.os2 README.os390
21116           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
21117           !> os2/Changes patchlevel.h win32/perlhost.h
21118 ____________________________________________________________________________
21119 [  9126] By: nick                                  on 2001/03/13  20:39:51
21120         Log: #ifdef'ed out code to make packed side of pack/unpack
21121              octets. (i.e. pack('U') => encode_utf8).
21122      Branch: perlio
21123            ! pp.c
21124 ____________________________________________________________________________
21125 [  9125] By: jhi                                   on 2001/03/13  15:07:16
21126         Log: Update Changes.
21127      Branch: perl
21128            ! Changes patchlevel.h
21129 ____________________________________________________________________________
21130 [  9124] By: jhi                                   on 2001/03/13  14:22:45
21131         Log: Workaround for the buggy ("internal compiler error")
21132              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
21133              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
21134              of Andreas König.
21135      Branch: perl
21136            ! ext/re/Makefile.PL hints/aix.sh
21137 ____________________________________________________________________________
21138 [  9123] By: jhi                                   on 2001/03/13  03:24:34
21139         Log: Typo in #9114.
21140      Branch: metaconfig
21141            ! U/modified/myhostname.U
21142 ____________________________________________________________________________
21143 [  9122] By: jhi                                   on 2001/03/13  03:24:06
21144         Log: Typo in #9113.
21145      Branch: perl
21146            ! Configure
21147 ____________________________________________________________________________
21148 [  9121] By: jhi                                   on 2001/03/13  01:53:05
21149         Log: Forgot to check-in the larger part of #9120, duh.
21150      Branch: perl
21151            ! README.os2
21152 ____________________________________________________________________________
21153 [  9120] By: jhi                                   on 2001/03/13  01:51:31
21154         Log: Subject: [PATCH 5.6.1] OS/2 docs
21155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21156              Date: Mon, 12 Mar 2001 03:27:32 -0500
21157              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
21158      Branch: perl
21159            ! os2/Changes
21160 ____________________________________________________________________________
21161 [  9119] By: jhi                                   on 2001/03/13  01:49:41
21162         Log: Integrate change #9116 from maintperl into mainline.
21163              
21164              Win32::GetCwd() returns C: instead of C:\ in the root directory
21165              under ithreads
21166      Branch: perl
21167           !> win32/perlhost.h
21168 ____________________________________________________________________________
21169 [  9118] By: jhi                                   on 2001/03/13  01:13:39
21170         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
21171      Branch: perl
21172            + lib/Switch.pm t/lib/switch.t
21173            ! MANIFEST
21174 ____________________________________________________________________________
21175 [  9117] By: jhi                                   on 2001/03/13  01:03:17
21176         Log: Add Text::Balanced 1.83.
21177      Branch: perl
21178            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
21179            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
21180            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
21181            + t/lib/tb-xvari.t
21182            ! MANIFEST
21183 ____________________________________________________________________________
21184 [  9116] By: gsar                                  on 2001/03/13  00:55:53
21185         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
21186              under ithreads
21187      Branch: maint-5.6/perl
21188            ! win32/perlhost.h
21189 ____________________________________________________________________________
21190 [  9115] By: jhi                                   on 2001/03/13  00:54:09
21191         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
21192              From: "John L. Allen" <allen@grumman.com>
21193              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
21194              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
21195              
21196              use integer document clarification.
21197      Branch: perl
21198            ! lib/integer.pm
21199 ____________________________________________________________________________
21200 [  9114] By: jhi                                   on 2001/03/13  00:38:54
21201         Log: Metaconfig unit change for #9113.
21202      Branch: metaconfig
21203            ! U/modified/myhostname.U
21204 ____________________________________________________________________________
21205 [  9113] By: jhi                                   on 2001/03/13  00:38:35
21206         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?)
21207              From: Peter Prymmer <pvhp@forte.com>
21208              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
21209              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
21210      Branch: perl
21211            ! Configure README.os390 hints/os390.sh
21212 ____________________________________________________________________________
21213 [  9112] By: jhi                                   on 2001/03/13  00:29:00
21214         Log: Integrate perlio.
21215      Branch: perl
21216           !> sv.c utf8.h
21217 ____________________________________________________________________________
21218 [  9111] By: nick                                  on 2001/03/12  21:16:33
21219         Log: Integrate mainline.
21220      Branch: perlio
21221           +> t/op/anonsub.t
21222           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21223           !> proto.h sv.c
21224 ____________________________________________________________________________
21225 [  9110] By: nick                                  on 2001/03/12  21:00:13
21226         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
21227      Branch: perlio
21228            ! sv.c utf8.h
21229 ____________________________________________________________________________
21230 [  9109] By: jhi                                   on 2001/03/12  16:04:47
21231         Log: Integrate change #9108 from maintperl to mainline.
21232              
21233              fix memory leak in C<sub X { sub {} }> arising from a refcount
21234              loop between the outer sub and the inner prototype anonsub
21235              
21236              this also enables closures returned by subroutines that
21237              subsequently get redefined to work without generating coredumps :)
21238              
21239              completely removed the free_closures() hack--it shouldn't be
21240              needed anymore
21241      Branch: perl
21242           +> t/op/anonsub.t
21243           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21244           !> proto.h sv.c
21245 ____________________________________________________________________________
21246 [  9108] By: gsar                                  on 2001/03/12  10:21:31
21247         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
21248              loop between the outer sub and the inner prototype anonsub
21249              
21250              this also enables closures returned by subroutines that
21251              subsequently get redefined to work without generating coredumps :)
21252              
21253              completely removed the free_closures() hack--it shouldn't be
21254              needed anymore
21255      Branch: maint-5.6/perl
21256            + t/op/anonsub.t
21257            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21258            ! proto.h sv.c
21259 ____________________________________________________________________________
21260 [  9107] By: jhi                                   on 2001/03/12  05:15:31
21261         Log: Integrate perlio.
21262      Branch: perl
21263           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
21264 ____________________________________________________________________________
21265 [  9106] By: nick                                  on 2001/03/11  20:10:12
21266         Log: regcomp.c is working in native space, not Unicode space (if different)
21267              as it is doing compare against 'W' in \W etc.
21268      Branch: perlio
21269            ! regcomp.c
21270 ____________________________________________________________________________
21271 [  9105] By: nick                                  on 2001/03/11  19:39:34
21272         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
21273              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
21274      Branch: perlio
21275            ! regcomp.c toke.c utf8.c
21276 ____________________________________________________________________________
21277 [  9104] By: nick                                  on 2001/03/11  18:15:44
21278         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
21279      Branch: perlio
21280            ! sv.c
21281 ____________________________________________________________________________
21282 [  9103] By: nick                                  on 2001/03/11  18:03:28
21283         Log: Integrate mainline (for regexp stuff).
21284      Branch: perlio
21285           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21286           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
21287           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
21288           !> t/lib/errno.t t/op/pat.t
21289 ____________________________________________________________________________
21290 [  9102] By: nick                                  on 2001/03/11  17:44:20
21291         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
21292              - exclude layer syms in makedef.pl for sfio
21293              - also inhibit Encode from trying to build ":encode()" layer.
21294      Branch: perlio
21295            ! ext/Encode/Encode.xs makedef.pl
21296 ____________________________________________________________________________
21297 [  9101] By: jhi                                   on 2001/03/10  22:38:13
21298         Log: The $Is_MacOS needs to be declared.
21299      Branch: perl
21300            ! lib/ExtUtils/Manifest.pm
21301 ____________________________________________________________________________
21302 [  9100] By: jhi                                   on 2001/03/10  22:14:29
21303         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
21304              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
21305              pollute the symbolspace if using sfio.
21306      Branch: perl
21307            ! ext/Encode/Encode.xs
21308 ____________________________________________________________________________
21309 [  9099] By: jhi                                   on 2001/03/10  21:58:48
21310         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
21311              Date: Sat, 10 Mar 2001 14:23:55 -0500
21312              From: Chris Nandor <pudge@pobox.com>
21313              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
21314      Branch: perl
21315            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21316            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
21317            ! t/lib/errno.t
21318 ____________________________________________________________________________
21319 [  9098] By: jhi                                   on 2001/03/10  21:38:30
21320         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
21321      Branch: perl
21322            ! regcomp.c regexec.c t/op/pat.t
21323 ____________________________________________________________________________
21324 [  9097] By: jhi                                   on 2001/03/10  14:38:07
21325         Log: Integrate perlio.
21326      Branch: perl
21327           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
21328           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
21329           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
21330 ____________________________________________________________________________
21331 [  9096] By: nick                                  on 2001/03/10  11:55:43
21332         Log: EBCDIC sanity - phase I
21333              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
21334              - use utf8n_xxxx (c.f. pvn) for forms which take length.
21335              - back out vN.N and $^V exceptions to e2a/a2e
21336              - make "locale" isxxx macros be uvchr (may be redundant?)
21337              
21338              Not clear yet that toUPPER_uni et. al. return being handled correctly.
21339              The tr// and rexexp stuff still needs an audit, assumption is they are working
21340              in Unicode space.
21341              
21342              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
21343      Branch: perlio
21344            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
21345            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
21346            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
21347 ____________________________________________________________________________
21348 [  9095] By: jhi                                   on 2001/03/09  22:10:01
21349         Log: Integrate perlio.
21350      Branch: perl
21351           !> dump.c
21352 ____________________________________________________________________________
21353 [  9094] By: nick                                  on 2001/03/09  17:36:38
21354         Log: Builds an passes all tests after integrate and this tweak.
21355      Branch: perlio
21356            ! dump.c
21357 ____________________________________________________________________________
21358 [  9093] By: nick                                  on 2001/03/09  17:16:03
21359         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
21360      Branch: perlio
21361           +> lib/unicode/Scripts.txt t/lib/sigaction.t
21362           !> (integrate 79 files)
21363 ____________________________________________________________________________
21364 [  9092] By: jhi                                   on 2001/03/09  15:28:26
21365         Log: Update Changes.
21366      Branch: perl
21367            ! Changes patchlevel.h
21368 ____________________________________________________________________________
21369 [  9091] By: jhi                                   on 2001/03/09  15:25:05
21370         Log: In op/stat #35 better to scan all the potential directories
21371              for setuids, not just the first one.
21372      Branch: perl
21373            ! t/op/stat.t
21374 ____________________________________________________________________________
21375 [  9090] By: jhi                                   on 2001/03/09  15:01:27
21376         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
21377              From: rspier@pobox.com (Robert Spier)
21378              Date: Fri, 9 Mar 2001 03:30:20 -0500
21379              Message-ID: <15016.38044.381174.160189@rls.cx>
21380              
21381              EXISTS() returning undef mistakenly triggered a FETCH().
21382      Branch: perl
21383            ! hv.c
21384 ____________________________________________________________________________
21385 [  9089] By: jhi                                   on 2001/03/09  14:59:02
21386         Log: Add /sbin and /usr/sbin to the list of directories scanned
21387              for setuid programs.  Takes care of bug id 20010309.003.
21388      Branch: perl
21389            ! t/op/stat.t
21390 ____________________________________________________________________________
21391 [  9088] By: jhi                                   on 2001/03/09  14:48:32
21392         Log: Regen perlapi, perltoc.
21393      Branch: perl
21394            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
21395 ____________________________________________________________________________
21396 [  9087] By: jhi                                   on 2001/03/09  14:38:56
21397         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
21398              From: David Mitchell <davem@fdgroup.co.uk>
21399              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
21400              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
21401      Branch: perl
21402            ! dump.c perl.c perl.h pod/perlrun.pod
21403 ____________________________________________________________________________
21404 [  9086] By: jhi                                   on 2001/03/09  01:47:16
21405         Log: A modified version of
21406              
21407              Subject: [ID 20010307.005] POSIX::sigaction has various problems
21408              From: anders@broadcom.com
21409              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
21410              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
21411              
21412              Currently the sigaction.t test #6 fails (and is fudged to look
21413              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
21414              This may well be a genuine bug in Linux sigaction() (since at
21415              least Tru64, Solaris, and HP-UX disagree with Linux).
21416              Anyone with POSIX / SUSv2 tome handy?  The problem is that
21417              the flags of the oldaction don't match with the flags in
21418              the previously installed disposition.
21419      Branch: perl
21420            + t/lib/sigaction.t
21421            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21422 ____________________________________________________________________________
21423 [  9085] By: jhi                                   on 2001/03/09  01:30:13
21424         Log: Subject: Re: mission impossible for the day
21425              From: Alex Gough <alex@rcon.org>
21426              Date: Thu, 08 Mar 2001 17:18:19 +0000
21427              Message-ID: <3AA7BEDB.8070409@rcon.org>
21428              
21429              If references (are overloaded) and can be directly stringified,
21430              show that instead of "stringified".
21431              
21432              (The problem, infinite mutual recursion caused by overloaded bool
21433              in Switch.pm, tracked by David Mitchell)
21434      Branch: perl
21435            ! lib/Carp/Heavy.pm
21436 ____________________________________________________________________________
21437 [  9084] By: jhi                                   on 2001/03/09  01:20:39
21438         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
21439              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
21440              From: David Mitchell <davem@fdgroup.co.uk>
21441              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
21442      Branch: perl
21443            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
21444            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
21445 ____________________________________________________________________________
21446 [  9083] By: jhi                                   on 2001/03/09  01:16:51
21447         Log: Subject: [PATCH] perldata.pod here-doc docs
21448              From: Jeff Pinyan <jeffp@crusoe.net>
21449              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
21450              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
21451      Branch: perl
21452            ! pod/perldata.pod
21453 ____________________________________________________________________________
21454 [  9082] By: jhi                                   on 2001/03/09  01:01:27
21455         Log: Subject: Re: Unicode/EBCDIC
21456              From: Peter Prymmer <pvhp@forte.com>
21457              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
21458              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
21459      Branch: perl
21460            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
21461 ____________________________________________________________________________
21462 [  9081] By: jhi                                   on 2001/03/08  13:41:30
21463         Log: Subject: Ooops, wrong 'no *POSIX' Patch
21464              From: Dorner Thomas <Thomas.Dorner@start.de>
21465              Date: Thu, 8 Mar 2001 08:43:28 +0100
21466              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
21467      Branch: perl
21468            ! hints/posix-bc.sh
21469 ____________________________________________________________________________
21470 [  9080] By: jhi                                   on 2001/03/08  13:11:42
21471         Log: It's Scripts.txt, not Script.txt.
21472      Branch: perl
21473            ! MANIFEST
21474 ____________________________________________________________________________
21475 [  9079] By: jhi                                   on 2001/03/08  12:59:05
21476         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
21477              From: Dorner Thomas <Thomas.Dorner@start.de>
21478              Date: Wed, 7 Mar 2001 14:13:31 +0100
21479              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
21480      Branch: perl
21481            ! makedepend.SH
21482 ____________________________________________________________________________
21483 [  9078] By: jhi                                   on 2001/03/08  12:57:43
21484         Log: Retract #9069, wrong patch.
21485      Branch: perl
21486            ! Makefile.SH
21487 ____________________________________________________________________________
21488 [  9077] By: jhi                                   on 2001/03/08  01:06:13
21489         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
21490      Branch: perl
21491            + lib/unicode/Scripts.txt
21492            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
21493            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
21494            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
21495            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21496            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
21497            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
21498            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
21499            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
21500            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
21501            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
21502            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
21503            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
21504            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
21505            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
21506            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
21507            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
21508            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
21509            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
21510            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
21511            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
21512            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
21513            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
21514            ! lib/unicode/version
21515 ____________________________________________________________________________
21516 [  9076] By: jhi                                   on 2001/03/07  22:59:39
21517         Log: Integrate change #7784 from mainline into maintperl.
21518              
21519              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
21520      Branch: maint-5.6/perl
21521           !> pp_ctl.c t/op/pat.t
21522 ____________________________________________________________________________
21523 [  9075] By: jhi                                   on 2001/03/07  22:05:11
21524         Log: More UTF-8 test tweaks.
21525      Branch: perl
21526            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
21527 ____________________________________________________________________________
21528 [  9074] By: nick                                  on 2001/03/07  21:39:29
21529         Log: Integrate mainline.
21530      Branch: perlio
21531           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
21532           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
21533           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
21534           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
21535           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
21536 ____________________________________________________________________________
21537 [  9073] By: jhi                                   on 2001/03/07  16:37:09
21538         Log: Update Changes.
21539      Branch: perl
21540            ! Changes patchlevel.h
21541 ____________________________________________________________________________
21542 [  9072] By: jhi                                   on 2001/03/07  16:32:30
21543         Log: Subject: [ID 20010306.004] || != named unary operator
21544              From: abela@geneanet.org
21545              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
21546              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
21547      Branch: perl
21548            ! pod/perlop.pod
21549 ____________________________________________________________________________
21550 [  9071] By: jhi                                   on 2001/03/07  15:14:11
21551         Log: Subject: downgrading to bytes for common functions
21552              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
21553              Date: Wed, 7 Mar 2001 02:36:55 -0500
21554              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
21555      Branch: perl
21556            ! pp_sys.c
21557 ____________________________________________________________________________
21558 [  9070] By: jhi                                   on 2001/03/07  15:04:58
21559         Log: Clarify the description differentiating for and while; inspired by
21560              
21561              Subject: [ID 20010306.002] for/while difference in for definition
21562              From: abela@geneanet.org
21563              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
21564              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
21565      Branch: perl
21566            ! pod/perlsyn.pod
21567 ____________________________________________________________________________
21568 [  9069] By: jhi                                   on 2001/03/07  14:55:30
21569         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
21570              From: Dorner Thomas <Thomas.Dorner@start.de>
21571              Date: Wed, 7 Mar 2001 14:13:31 +0100
21572              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
21573      Branch: perl
21574            ! Makefile.SH
21575 ____________________________________________________________________________
21576 [  9068] By: jhi                                   on 2001/03/07  14:51:17
21577         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
21578              From: Radu Greab <radu@netsoft.ro>
21579              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
21580              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
21581      Branch: perl
21582            ! pp.c t/op/chop.t
21583 ____________________________________________________________________________
21584 [  9067] By: jhi                                   on 2001/03/07  14:48:57
21585         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
21586              From: Simon Cozens <simon@netthink.co.uk>
21587              Date: Wed, 7 Mar 2001 13:59:28 +0000
21588              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
21589              
21590              In order to allow MakeMaker to build correct Makefiles,
21591              you need to change the order of the arguments in MM_Unix.pm
21592              as well. (Unless you have C89_CCMODE set, but we're trying
21593              to be POSIXly correct)
21594              
21595              Thanks to Merijn Broeren for tracking this down.
21596      Branch: perl
21597            ! lib/ExtUtils/MM_Unix.pm
21598 ____________________________________________________________________________
21599 [  9066] By: jhi                                   on 2001/03/07  14:30:02
21600         Log: Floating point too messy.
21601      Branch: perl
21602            ! t/camel-III/vstring.t
21603 ____________________________________________________________________________
21604 [  9065] By: jhi                                   on 2001/03/07  14:17:44
21605         Log: Integrate change #9064 from maintperl into mainline.
21606              
21607              fix memory leak in pack("Bb",...)
21608      Branch: perl
21609           !> perl.c
21610 ____________________________________________________________________________
21611 [  9064] By: gsar                                  on 2001/03/07  06:29:24
21612         Log: fix memory leak in pack("Bb",...)
21613      Branch: maint-5.6/perl
21614            ! perl.c
21615 ____________________________________________________________________________
21616 [  9063] By: jhi                                   on 2001/03/07  00:55:04
21617         Log: Major utf8 test reorganisation and rewrite.
21618              Hopefully no tests were lost in the shuffle.
21619              (The beginning of pragma/utf8 was lost intentionally,
21620              the tests were rather bogus and incomplete.)
21621      Branch: perl
21622            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
21623            ! t/pragma/utf8.t
21624 ____________________________________________________________________________
21625 [  9062] By: jhi                                   on 2001/03/07  00:41:16
21626         Log: More tweakage on the Unicode character class descriptions.
21627      Branch: perl
21628            ! lib/unicode/mktables.PL pod/perlretut.pod
21629 ____________________________________________________________________________
21630 [  9061] By: jhi                                   on 2001/03/06  23:12:38
21631         Log: The perlretut was still talking about the old \p and \P
21632              definitions.
21633      Branch: perl
21634            ! pod/perlretut.pod
21635 ____________________________________________________________________________
21636 [  9060] By: nick                                  on 2001/03/06  20:52:37
21637         Log: Integrate mainline (make test works again now).
21638      Branch: perlio
21639           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
21640 ____________________________________________________________________________
21641 [  9059] By: jhi                                   on 2001/03/06  15:36:14
21642         Log: 0.999... does equal 1.0, doesn't it?
21643      Branch: perl
21644            ! t/camel-III/vstring.t
21645 ____________________________________________________________________________
21646 [  9058] By: jhi                                   on 2001/03/06  15:34:00
21647         Log: Make /x{abcd}/ to work without use utf8.
21648      Branch: perl
21649            ! regcomp.c
21650 ____________________________________________________________________________
21651 [  9057] By: jhi                                   on 2001/03/06  03:02:36
21652         Log: Easier to outcomment all the three reset() tests for now.
21653      Branch: perl
21654            ! t/op/pat.t
21655 ____________________________________________________________________________
21656 [  9056] By: jhi                                   on 2001/03/06  02:30:02
21657         Log: Comment out the deadly reset; until the 20010301.005
21658              is finally fixed.
21659      Branch: perl
21660            ! t/op/pat.t
21661 ____________________________________________________________________________
21662 [  9055] By: jhi                                   on 2001/03/06  02:21:26
21663         Log: Integrate the change #9054 from mainline:
21664              retract the PMOP cleanup patch pending further investigation.
21665      Branch: maint-5.6/perl
21666           !> op.c op.h
21667 ____________________________________________________________________________
21668 [  9054] By: jhi                                   on 2001/03/06  02:19:57
21669         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
21670              with oddly familiar stack traces.
21671      Branch: perl
21672            ! op.c op.h
21673 ____________________________________________________________________________
21674 [  9053] By: jhi                                   on 2001/03/05  23:20:28
21675         Log: Integrate perlio.
21676      Branch: perl
21677           +> ext/Encode/Encode/koi8-r.ucm
21678           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
21679           !> makedef.pl
21680 ____________________________________________________________________________
21681 [  9052] By: nick                                  on 2001/03/05  23:08:17
21682         Log: skipping USE_PERLIO symbols correction.
21683      Branch: perlio
21684            ! makedef.pl
21685 ____________________________________________________________________________
21686 [  9051] By: nick                                  on 2001/03/05  22:35:07
21687         Log: More Encode alias tidying.
21688      Branch: perlio
21689            + ext/Encode/Encode/koi8-r.ucm
21690            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
21691 ____________________________________________________________________________
21692 [  9050] By: jhi                                   on 2001/03/05  21:44:29
21693         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
21694              Sarathy's fix for ID 20010301.005.
21695      Branch: maint-5.6/perl
21696           !> op.c op.h
21697 ____________________________________________________________________________
21698 [  9049] By: nick                                  on 2001/03/05  19:54:04
21699         Log: Integrate Jarkko's Encode.pm tweak.
21700      Branch: perlio
21701           !> ext/Encode/Encode.pm
21702 ____________________________________________________________________________
21703 [  9048] By: nick                                  on 2001/03/05  19:47:57
21704         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
21705      Branch: perlio
21706           +> os2/os2add.sym
21707           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
21708           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
21709           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
21710           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
21711           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
21712 ____________________________________________________________________________
21713 [  9047] By: jhi                                   on 2001/03/05  19:25:26
21714         Log: Regen perlapi.
21715      Branch: perl
21716            ! pod/perlapi.pod
21717 ____________________________________________________________________________
21718 [  9046] By: jhi                                   on 2001/03/05  19:12:14
21719         Log: Integrate perlio.
21720      Branch: perl
21721           +> t/camel-III/vstring.t
21722           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
21723 ____________________________________________________________________________
21724 [  9045] By: jhi                                   on 2001/03/05  19:10:36
21725         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
21726      Branch: perl
21727            ! ext/Encode/Encode.pm
21728 ____________________________________________________________________________
21729 [  9044] By: jhi                                   on 2001/03/05  18:49:12
21730         Log: Forgot the other half of the PMOP patch (#9033).
21731      Branch: perl
21732            ! op.h
21733 ____________________________________________________________________________
21734 [  9043] By: nick                                  on 2001/03/05  18:14:47
21735         Log: Update MANIFEST for new test.
21736      Branch: perlio
21737            ! MANIFEST
21738 ____________________________________________________________________________
21739 [  9042] By: nick                                  on 2001/03/05  18:12:41
21740         Log: Some tests for Camel 3rd edition features.
21741              Make gethostbyaddr() test in above work.
21742      Branch: perlio
21743            + t/camel-III/vstring.t
21744            ! pp.h pp_sys.c t/TEST t/harness
21745 ____________________________________________________________________________
21746 [  9041] By: jhi                                   on 2001/03/05  17:41:48
21747         Log: Add more ISO 8859 encoding aliases.
21748      Branch: perl
21749            ! ext/Encode/Encode.pm
21750 ____________________________________________________________________________
21751 [  9040] By: jhi                                   on 2001/03/05  17:30:43
21752         Log: Integrate perlio.
21753      Branch: perl
21754           !> MANIFEST sv.c
21755 ____________________________________________________________________________
21756 [  9039] By: nick                                  on 2001/03/05  17:11:36
21757         Log: Missed added file.
21758      Branch: perlio
21759            ! MANIFEST
21760 ____________________________________________________________________________
21761 [  9038] By: jhi                                   on 2001/03/05  15:58:01
21762         Log: Add tr tests for EBCDIC, from Karsten Sperling.
21763      Branch: perl
21764            ! t/op/tr.t
21765 ____________________________________________________________________________
21766 [  9037] By: nick                                  on 2001/03/05  15:56:35
21767         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
21768              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
21769              
21770              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
21771              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
21772              - uses SvPV() rather than sv_2pv() in case it isn't a string.
21773      Branch: perlio
21774            ! sv.c
21775 ____________________________________________________________________________
21776 [  9036] By: jhi                                   on 2001/03/05  15:49:15
21777         Log: Add matching tests currently failing in EBCDIC,
21778              suggested by Karsten Sperling.
21779      Branch: perl
21780            ! t/op/pat.t
21781 ____________________________________________________________________________
21782 [  9035] By: jhi                                   on 2001/03/05  15:36:55
21783         Log: The #9034 needs a MANIFESTation.
21784      Branch: perl
21785            ! MANIFEST
21786 ____________________________________________________________________________
21787 [  9034] By: jhi                                   on 2001/03/05  15:35:14
21788         Log: Integrate perlio.
21789      Branch: perl
21790           +> ext/Encode/Encode/Tcl.pm
21791           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
21792           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
21793           !> ext/Encode/Encode/iso8859-1.ucm
21794           !> ext/Encode/Encode/iso8859-10.ucm
21795           !> ext/Encode/Encode/iso8859-13.ucm
21796           !> ext/Encode/Encode/iso8859-14.ucm
21797           !> ext/Encode/Encode/iso8859-15.ucm
21798           !> ext/Encode/Encode/iso8859-16.ucm
21799           !> ext/Encode/Encode/iso8859-2.ucm
21800           !> ext/Encode/Encode/iso8859-3.ucm
21801           !> ext/Encode/Encode/iso8859-4.ucm
21802           !> ext/Encode/Encode/iso8859-5.ucm
21803           !> ext/Encode/Encode/iso8859-6.ucm
21804           !> ext/Encode/Encode/iso8859-7.ucm
21805           !> ext/Encode/Encode/iso8859-8.ucm
21806           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
21807           !> t/lib/encode.t
21808 ____________________________________________________________________________
21809 [  9033] By: jhi                                   on 2001/03/05  15:33:18
21810         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
21811              From: Gurusamy Sarathy <gsar@ActiveState.com>
21812              Date: Sun, 04 Mar 2001 22:33:15 -0800
21813              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
21814              
21815              PMOPs need to remember their own stash so that they can
21816              gracefully remove themselves from their linked list.
21817      Branch: perl
21818            ! op.c
21819 ____________________________________________________________________________
21820 [  9032] By: nick                                  on 2001/03/05  14:51:50
21821         Log: Encode implementation "completion"
21822              Implement and document define_encoding()
21823              Implement and document encoding aliases including define_alias()
21824              Make Encode::XS use define_encoding() rather than back-door.
21825              Move run-time *.enc to separate Encode::Tcl module.
21826              Make 'compile' honour <codeset_name>
21827              Change canonical names of to iso-8859-* and US-ascii.
21828      Branch: perlio
21829            + ext/Encode/Encode/Tcl.pm
21830            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21831            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
21832            ! ext/Encode/Encode/iso8859-1.ucm
21833            ! ext/Encode/Encode/iso8859-10.ucm
21834            ! ext/Encode/Encode/iso8859-13.ucm
21835            ! ext/Encode/Encode/iso8859-14.ucm
21836            ! ext/Encode/Encode/iso8859-15.ucm
21837            ! ext/Encode/Encode/iso8859-16.ucm
21838            ! ext/Encode/Encode/iso8859-2.ucm
21839            ! ext/Encode/Encode/iso8859-3.ucm
21840            ! ext/Encode/Encode/iso8859-4.ucm
21841            ! ext/Encode/Encode/iso8859-5.ucm
21842            ! ext/Encode/Encode/iso8859-6.ucm
21843            ! ext/Encode/Encode/iso8859-7.ucm
21844            ! ext/Encode/Encode/iso8859-8.ucm
21845            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
21846            ! t/lib/encode.t
21847 ____________________________________________________________________________
21848 [  9031] By: jhi                                   on 2001/03/05  13:51:17
21849         Log: Integrate change #9030 from maintperl into mainline.
21850              
21851              Subject: [PATCH 5.6.1] OS/2 cleanup
21852      Branch: perl
21853           +> os2/os2add.sym
21854           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21855           !> makedef.pl os2/Changes os2/Makefile.SHs
21856           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
21857           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
21858           !> os2/os2.sym os2/os2ish.h
21859 ____________________________________________________________________________
21860 [  9030] By: jhi                                   on 2001/03/05  13:46:49
21861         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
21862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21863              Date: Mon, 5 Mar 2001 02:29:44 -0500
21864              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
21865      Branch: maint-5.6/perl
21866            + os2/os2add.sym
21867            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21868            ! makedef.pl os2/Changes os2/Makefile.SHs
21869            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
21870            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
21871            ! os2/os2.sym os2/os2ish.h
21872 ____________________________________________________________________________
21873 [  9029] By: jhi                                   on 2001/03/05  13:40:35
21874         Log: Integrate change #9028 from maintperl into mainline.
21875              
21876              various nits in MM_Unix.pm found by disabling SelfLoader
21877      Branch: perl
21878           !> lib/ExtUtils/MM_Unix.pm
21879 ____________________________________________________________________________
21880 [  9028] By: gsar                                  on 2001/03/05  09:58:38
21881         Log: various nits in MM_Unix.pm found by disabling SelfLoader
21882      Branch: maint-5.6/perl
21883            ! lib/ExtUtils/MM_Unix.pm
21884 ____________________________________________________________________________
21885 [  9027] By: nick                                  on 2001/03/05  08:35:22
21886         Log: Integrate mainline
21887      Branch: perlio
21888           !> (integrate 28 files)
21889 ____________________________________________________________________________
21890 [  9026] By: jhi                                   on 2001/03/05  02:14:59
21891         Log: Integrate change #9025 from mainline to maintperl,
21892              retract \N{U+HHHH}.
21893      Branch: maint-5.6/perl
21894           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21895           !> t/lib/charnames.t toke.c
21896 ____________________________________________________________________________
21897 [  9025] By: jhi                                   on 2001/03/05  02:13:09
21898         Log: Retracting \N{U+HHHH}.
21899      Branch: perl
21900            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21901            ! t/lib/charnames.t toke.c
21902 ____________________________________________________________________________
21903 [  9024] By: jhi                                   on 2001/03/04  20:51:07
21904         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
21905              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21906              Date: Fri, 02 Mar 2001 18:25:26 +0100
21907              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
21908              
21909              Casting problem.
21910      Branch: perl
21911            ! ext/Storable/Storable.xs
21912 ____________________________________________________________________________
21913 [  9023] By: jhi                                   on 2001/03/04  19:46:45
21914         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
21915              From: nick@talking.bollo.cx
21916              Date: Sat, 03 Mar 2001 21:41:33 +0000
21917              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
21918              
21919              Revert the workaround.
21920      Branch: perl
21921            ! perlio.c
21922 ____________________________________________________________________________
21923 [  9022] By: jhi                                   on 2001/03/04  19:36:28
21924         Log: Update Changes.
21925      Branch: perl
21926            ! Changes patchlevel.h
21927 ____________________________________________________________________________
21928 [  9021] By: jhi                                   on 2001/03/04  18:41:00
21929         Log: makedef.pl updates suggested by Chris Nandor; double-checking
21930              the changes in AIX, OS/2 Win32 would be nice.
21931      Branch: perl
21932            ! makedef.pl
21933 ____________________________________________________________________________
21934 [  9020] By: jhi                                   on 2001/03/04  18:23:58
21935         Log: Integrate change #9012 from maintperl into mainline,
21936              quench a compiler warning.
21937      Branch: perl
21938           !> toke.c
21939 ____________________________________________________________________________
21940 [  9019] By: jhi                                   on 2001/03/04  18:18:43
21941         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
21942              
21943              \N{U+HHHH} fix.
21944              
21945              pattern in G_ARRAY context
21946      Branch: maint-5.6/perl
21947           !> pp_hot.c t/op/pat.t toke.c
21948 ____________________________________________________________________________
21949 [  9018] By: jhi                                   on 2001/03/04  18:07:48
21950         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
21951              From: Jeff Pinyan <jeffp@crusoe.net>
21952              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
21953              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
21954      Branch: perl
21955            ! pp_hot.c t/op/pat.t
21956 ____________________________________________________________________________
21957 [  9017] By: jhi                                   on 2001/03/04  18:06:21
21958         Log: I thought I tested the #9014.
21959      Branch: perl
21960            ! toke.c
21961 ____________________________________________________________________________
21962 [  9016] By: jhi                                   on 2001/03/04  17:41:22
21963         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
21964              
21965              Tweak the get*ent() OS/2 prototypes.
21966              
21967              Add the \N{U+HHHH} syntax.
21968              
21969              More tr/// UTF-8 fixes from Inaba Hiroto.
21970      Branch: maint-5.6/perl
21971           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
21972           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
21973 ____________________________________________________________________________
21974 [  9015] By: jhi                                   on 2001/03/04  17:36:04
21975         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
21976      Branch: perl
21977            ! doop.c t/op/tr.t
21978 ____________________________________________________________________________
21979 [  9014] By: jhi                                   on 2001/03/04  17:24:49
21980         Log: Add the \N{U+HHHH} syntax.
21981      Branch: perl
21982            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21983            ! t/lib/charnames.t toke.c
21984 ____________________________________________________________________________
21985 [  9013] By: jhi                                   on 2001/03/04  17:20:45
21986         Log: Tweak the get*ent() OS/2 prototypes.
21987      Branch: perl
21988            ! os2/os2.c
21989 ____________________________________________________________________________
21990 [  9012] By: gsar                                  on 2001/03/04  06:26:14
21991         Log: avoid warning (nit in change#9009)
21992      Branch: maint-5.6/perl
21993            ! toke.c
21994 ____________________________________________________________________________
21995 [  9011] By: gsar                                  on 2001/03/04  06:15:24
21996         Log: lib/charnames.t fails in 5.6.x because of older Unicode
21997              data
21998              
21999              TODO: need to revisit this after updating lib/unicode/...
22000      Branch: maint-5.6/perl
22001            ! t/lib/charnames.t
22002 ____________________________________________________________________________
22003 [  9010] By: gsar                                  on 2001/03/04  06:08:36
22004         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
22005      Branch: maint-5.6/perl
22006            ! toke.c
22007 ____________________________________________________________________________
22008 [  9009] By: jhi                                   on 2001/03/03  19:27:20
22009         Log: Integrate change #9008 from mainline to maintperl,
22010              UTF-8 tr/// fixes from Inaba Hiroto.
22011      Branch: maint-5.6/perl
22012           !> doop.c op.c t/op/tr.t toke.c
22013 ____________________________________________________________________________
22014 [  9008] By: jhi                                   on 2001/03/03  19:19:42
22015         Log: UTF8 tr/// fixes from Inaba Hiroto.
22016      Branch: perl
22017            ! doop.c op.c t/op/tr.t toke.c
22018 ____________________________________________________________________________
22019 [  9007] By: jhi                                   on 2001/03/03  19:00:30
22020         Log: Integrate change #9006 from maintperl to mainline,
22021              more robust quest for the infinite.
22022      Branch: perl
22023           !> lib/Math/Complex.pm
22024 ____________________________________________________________________________
22025 [  9006] By: jhi                                   on 2001/03/03  18:58:06
22026         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
22027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22028              Date: Sat, 3 Mar 2001 12:51:50 -0500
22029              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
22030              
22031              Be more robust in our quest for the infinite.
22032      Branch: maint-5.6/perl
22033            ! lib/Math/Complex.pm
22034 ____________________________________________________________________________
22035 [  9005] By: jhi                                   on 2001/03/03  17:55:50
22036         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
22037      Branch: maint-5.6/perl
22038            ! doio.c
22039 ____________________________________________________________________________
22040 [  9004] By: jhi                                   on 2001/03/03  17:40:14
22041         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
22042              so that picky compilers like IRIX won't get huffy about
22043              "statements without effect" (like 1;).
22044      Branch: perl
22045            ! toke.c
22046 ____________________________________________________________________________
22047 [  9003] By: jhi                                   on 2001/03/03  17:15:52
22048         Log: Integrate change #9002 from mainline to maintperl.
22049              
22050              Subject: [perl-5.6.x, perl-current] accept for EPOC
22051      Branch: maint-5.6/perl
22052           !> pp_sys.c
22053 ____________________________________________________________________________
22054 [  9002] By: jhi                                   on 2001/03/03  17:14:30
22055         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
22056              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22057              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
22058              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
22059      Branch: perl
22060            ! pp_sys.c
22061 ____________________________________________________________________________
22062 [  9001] By: jhi                                   on 2001/03/03  17:13:13
22063         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
22064              From: "Craig A. Berry" <craigberry@mac.com>
22065              Date: Fri, 02 Mar 2001 17:44:40 -0600
22066              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
22067      Branch: perl
22068            ! t/pod/find.t
22069 ____________________________________________________________________________
22070 [  9000] By: jhi                                   on 2001/03/03  17:11:55
22071         Log: Integrate changes #8997,8999 from maintperl.
22072              
22073              Subject: [PATCH 5.6.1] compiling on OS/2
22074              (Better error message from hints/os2.sh)
22075              
22076              Subject: [PATCH 5.6.1] syslog.t
22077      Branch: perl
22078           !> hints/os2.sh t/lib/syslog.t
22079 ____________________________________________________________________________
22080 [  8999] By: jhi                                   on 2001/03/03  17:09:28
22081         Log: Subject: [PATCH 5.6.1] syslog.t
22082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22083              Date: Sat, 3 Mar 2001 02:11:17 -0500
22084              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
22085      Branch: maint-5.6/perl
22086            ! t/lib/syslog.t
22087 ____________________________________________________________________________
22088 [  8998] By: jhi                                   on 2001/03/03  17:07:50
22089         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
22090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22091              Date: Sat, 3 Mar 2001 01:53:52 -0500
22092              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
22093      Branch: maint-5.6/perl
22094            ! opcode.pl os2/os2.c
22095 ____________________________________________________________________________
22096 [  8997] By: jhi                                   on 2001/03/03  17:03:30
22097         Log: Subject: [PATCH 5.6.1] compiling on OS/2
22098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22099              Date: Sat, 3 Mar 2001 01:59:59 -0500
22100              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
22101      Branch: maint-5.6/perl
22102            ! hints/os2.sh
22103 ____________________________________________________________________________
22104 [  8996] By: jhi                                   on 2001/03/03  00:55:58
22105         Log: Regen files for mainline.
22106      Branch: perl
22107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22108            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
22109 ____________________________________________________________________________
22110 [  8995] By: jhi                                   on 2001/03/03  00:35:22
22111         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
22112              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
22113              to maintperl.
22114              
22115              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
22116              
22117              Add Configure option -Dmksymlinks which will create a symlink
22118              forest if the current/build differs from the source directory.
22119              (8218,8220,8221,8317,8318,8971)
22120              
22121              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
22122              (Document APPLLIB_EXP in INSTALL.)
22123              
22124              If running byacc write-enable also perly.h.
22125              
22126              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
22127              
22128              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
22129              
22130              Sanity check for conflicting thread flavours.
22131              
22132              Fix the sys/fcntl.h problem reported by Peter Prymmer.
22133              
22134              Add few CPUs/architectures to the Cppsym scan,
22135              add -perlio to archname if so selected (modified 8890)
22136              
22137              Be more helpful for devel builders, suggested by John L. Allen.
22138              (admittedly pointless change for maintperl, but the usedevel
22139              code is there already)
22140      Branch: maint-5.6/perl
22141           !> Configure INSTALL Makefile.SH Porting/Glossary
22142           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
22143           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
22144           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
22145           !> win32/config.bc win32/config.gc win32/config.vc
22146 ____________________________________________________________________________
22147 [  8994] By: jhi                                   on 2001/03/02  23:31:41
22148         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
22149      Branch: metaconfig/U/perl
22150            ! gccvers.U
22151 ____________________________________________________________________________
22152 [  8993] By: jhi                                   on 2001/03/02  23:22:12
22153         Log: Regenerate various files for maint.
22154      Branch: maint-5.6/perl
22155            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
22156            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
22157 ____________________________________________________________________________
22158 [  8992] By: alanbur                               on 2001/03/02  22:48:34
22159         Log: Resync wuth parent
22160      Branch: maint-5.6/pureperl
22161           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
22162           !> (integrate 60 files)
22163 ____________________________________________________________________________
22164 [  8991] By: jhi                                   on 2001/03/02  21:00:08
22165         Log: Retract the #8742 part of #8986, backward compat.
22166      Branch: maint-5.6/perl
22167            ! embed.pl
22168 ____________________________________________________________________________
22169 [  8990] By: jhi                                   on 2001/03/02  20:40:07
22170         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
22171      Branch: maint-5.6/perl
22172            ! hv.c
22173 ____________________________________________________________________________
22174 [  8989] By: jhi                                   on 2001/03/02  19:59:56
22175         Log: Update Changes.
22176      Branch: perl
22177            ! Changes patchlevel.h
22178 ____________________________________________________________________________
22179 [  8988] By: jhi                                   on 2001/03/02  19:57:08
22180         Log: Integrate perlio.
22181      Branch: perl
22182           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
22183           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
22184           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
22185           !> ext/Encode/Encode/iso8859-10.ucm
22186           !> ext/Encode/Encode/iso8859-13.ucm
22187           !> ext/Encode/Encode/iso8859-14.ucm
22188           !> ext/Encode/Encode/iso8859-15.ucm
22189           !> ext/Encode/Encode/iso8859-16.ucm
22190           !> ext/Encode/Encode/iso8859-2.ucm
22191           !> ext/Encode/Encode/iso8859-3.ucm
22192           !> ext/Encode/Encode/iso8859-4.ucm
22193           !> ext/Encode/Encode/iso8859-5.ucm
22194           !> ext/Encode/Encode/iso8859-6.ucm
22195           !> ext/Encode/Encode/iso8859-7.ucm
22196           !> ext/Encode/Encode/iso8859-8.ucm
22197           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
22198           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
22199 ____________________________________________________________________________
22200 [  8987] By: jhi                                   on 2001/03/02  19:43:40
22201         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
22202              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
22203              8950,8952,8955 from mainline to maintperl.
22204              
22205              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
22206              
22207              Put to rest the 20010205.001, the email address checking (not) regex.
22208              
22209              fork() not everywhere, cleanup temp files.
22210              
22211              The #8843 wasn't quite right: %Config needs to imported.
22212              
22213              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
22214              (#8849: the glob-basic hunk needed massaging as it depended
22215              on Schwern's large-scale (unintegrated) patches)
22216              
22217              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
22218              
22219              Upgrade to CGI.pm 2.752, from Lincoln Stein.
22220              (Note: there were some conflicts due to EBCDIC and EPOC
22221              patches, in general I preferred the repository code.)
22222              (When 2.753 comes out, we need to synchronize.)
22223              
22224              Subject: [PATCH] fix for charnames above FFFF
22225              
22226              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
22227              
22228              If no sfio, no -lsfio.
22229              
22230              Run run/*.t also in minitest.
22231              
22232              Subject:  [PATCH perl 5.7.0] malloc message address offset
22233              
22234              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
22235              
22236              Subject: fix for parameter -Dm (for perl@8867)
22237              
22238              Subject: [PATCH: perl@8892] was Re: hashing order difference?
22239              (make the test more portable)
22240              
22241              Subject: Re: [PATCH] fix for charnames above FFFF
22242              
22243              Subject: Re: I'm losing the war...
22244              (hv_store() not working correctly in ENV_IS_CASELESS case.)
22245              
22246              Subject: Modified README.bs2000 
22247              
22248              Subject: [PATCH: perl@8935] -Dt padsv($var)
22249              
22250              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
22251              
22252              Subject: PATCH: extra tests to check on negative float to unsigned cast
22253              
22254              Subject: [PATCH] XPUSH[insp] was Re: progress
22255              
22256              Subject: Re: Compile with perlcc..
22257      Branch: maint-5.6/perl
22258           !> (integrate 36 files)
22259 ____________________________________________________________________________
22260 [  8986] By: jhi                                   on 2001/03/02  18:51:25
22261         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
22262              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
22263              to maintperl.
22264              
22265              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
22266              
22267              Subject: [DOC PATCH] overload.pm nits
22268              
22269              Add header for LIB$ prototypes (C. Berry)
22270              
22271              Convert fwrite()s to sockets to write()s, since some socket stacks
22272              don't take kindly to stdio.
22273              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
22274              (for often optional LNMs)
22275              Correct a few typos
22276              (C. Bailey)
22277              
22278              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
22279              
22280              De-cut-and-pasto.
22281              
22282              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
22283              
22284              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
22285              
22286              Upgrade to CPAN 1.59_54, from Andreas König.
22287              
22288              Bogus shebang.
22289              
22290              Subject: [PATCH] Document makepatch in Porting/patching
22291              
22292              UTF-8 documentation.
22293              
22294              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
22295              
22296              Sort the MANIFEST.
22297              
22298              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
22299              
22300              Subject: [PATCH @8807] toke.c cleanup: scan_str()
22301              
22302              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
22303              
22304              Add run/*.t to testables.
22305              
22306              TODO: integrate #8784.
22307      Branch: maint-5.6/perl
22308           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
22309           !> (integrate 28 files)
22310 ____________________________________________________________________________
22311 [  8985] By: nick                                  on 2001/03/02  18:15:45
22312         Log: Integrate mainline
22313      Branch: perlio
22314           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
22315           !> vms/vms.c
22316 ____________________________________________________________________________
22317 [  8984] By: jhi                                   on 2001/03/02  16:00:17
22318         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
22319              
22320              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
22321              5.004_05, and mention the suidperl August 2000 security problem.
22322              (#8978,#8981)
22323              
22324              Subject: [ID 20010301.004] Technically speaking in perldata
22325              
22326              Subject: [PATCH] File::Copy for bleadperl, maintperl
22327              
22328              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
22329              
22330              (The #8982, fix for 20010221.005 and 20010221.008,
22331              would be nice too but it didn't integrate cleanly.)
22332      Branch: maint-5.6/perl
22333           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
22334 ____________________________________________________________________________
22335 [  8983] By: jhi                                   on 2001/03/02  15:51:16
22336         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
22337              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22338              Date:     Thu, 1 Mar 2001 15:54:09 EST
22339              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
22340      Branch: perl
22341            ! vms/vms.c
22342 ____________________________________________________________________________
22343 [  8982] By: jhi                                   on 2001/03/02  15:43:31
22344         Log: Subject: Re: sync sync sync: have I missed any patches?
22345              From: Radu Greab <radu@netsoft.ro> 
22346              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
22347              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
22348              
22349              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
22350              was checking argv[0] regardless of whether a different pathname
22351              will actually be executed."  Test case not supplied because 
22352              drafting that, ironically enough, revealed another bug
22353              (or a feature).
22354      Branch: perl
22355            ! doio.c
22356 ____________________________________________________________________________
22357 [  8981] By: jhi                                   on 2001/03/02  15:28:03
22358         Log: Misdate in #8978.
22359      Branch: perl
22360            ! pod/perlfaq1.pod
22361 ____________________________________________________________________________
22362 [  8980] By: jhi                                   on 2001/03/02  15:24:20
22363         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
22364              From: Chris Nandor <pudge@pobox.com>
22365              Date: Wed, 28 Feb 2001 22:10:15 -0500
22366              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
22367      Branch: perl
22368            ! lib/File/Copy.pm
22369 ____________________________________________________________________________
22370 [  8979] By: jhi                                   on 2001/03/02  15:17:16
22371         Log: Subject: [ID 20010301.004] Technically speaking in perldata
22372              From: abela@geneanet.org
22373              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
22374              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
22375      Branch: perl
22376            ! pod/perldata.pod
22377 ____________________________________________________________________________
22378 [  8978] By: jhi                                   on 2001/03/02  15:15:27
22379         Log: Subject: [ID 20010301.003] ref to 5.004
22380              From: abela@geneanet.org
22381              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
22382              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
22383              
22384              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
22385              and mention the suidperl August 2000 security problem.
22386      Branch: perl
22387            ! pod/perlfaq1.pod
22388 ____________________________________________________________________________
22389 [  8977] By: alanbur                               on 2001/03/02  14:17:45
22390         Log: Resynchronised with parent
22391      Branch: maint-5.6/pureperl
22392           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
22393           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
22394           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
22395           !> vms/descrip_mms.template win32/win32.c win32/win32.h
22396           !> win32/win32iop.h
22397 ____________________________________________________________________________
22398 [  8976] By: nick                                  on 2001/03/01  23:25:30
22399         Log: Integrate mainline.
22400      Branch: perlio
22401            - t/op/qu.t
22402           !> (integrate 55 files)
22403 ____________________________________________________________________________
22404 [  8975] By: jhi                                   on 2001/03/01  16:51:34
22405         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
22406      Branch: perl
22407           !> toke.c
22408 ____________________________________________________________________________
22409 [  8974] By: gsar                                  on 2001/03/01  16:28:21
22410         Log: fix for bugid 20010226.008
22411              
22412              the problem was that some of the pointers (PL_last_lop and
22413              PL_last_uni specifically) into the lex buffers weren't correctly
22414              being invalidated when the buffer changed; this would leave the
22415              pointers pointing at an arbitrary location in the buffer if
22416              the buffer didn't need to be reallocated, or point into freed
22417              memory if the buffer had to be realloced
22418              
22419              TODO item for bugdb maintainers: check other seemingly random
22420              parser-related bugs--they might be cured by this
22421      Branch: maint-5.6/perl
22422            ! toke.c
22423 ____________________________________________________________________________
22424 [  8973] By: jhi                                   on 2001/03/01  02:23:25
22425         Log: Retract #8970 because of a completely mysterious core dump:
22426              adding the tests 241..244 causes op/pat dump core at test #25.
22427              The test needs a lot of whittling down before the bug can be solved.
22428      Branch: perl
22429            ! t/op/pat.t
22430 ____________________________________________________________________________
22431 [  8972] By: jhi                                   on 2001/03/01  01:58:38
22432         Log: Regen perlapi.
22433      Branch: perl
22434            ! pod/perlapi.pod
22435 ____________________________________________________________________________
22436 [  8971] By: jhi                                   on 2001/03/01  01:34:09
22437         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))
22438              From: Nicholas Clark <nick@ccl4.org>
22439              Date: Wed, 28 Feb 2001 23:28:49 +0000
22440              Message-ID: <20010228232849.A55187@plum.flirble.org>
22441              
22442              Allow a completely write protected source code tree
22443              when using the Configure -Dmksymlinks.
22444      Branch: perl
22445            ! embed.pl warnings.pl
22446 ____________________________________________________________________________
22447 [  8970] By: jhi                                   on 2001/03/01  01:32:04
22448         Log: Add back the EBCDIC character range tests (for matching).
22449      Branch: perl
22450            ! t/op/pat.t
22451 ____________________________________________________________________________
22452 [  8969] By: nick                                  on 2001/02/28  18:18:01
22453         Log: Add charname comments to .ucm files writen by 'compile',
22454              also order charmaps in those files by source encoding.
22455              regenerate distrubuted .ucm files
22456      Branch: perlio
22457            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
22458            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
22459            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
22460            ! ext/Encode/Encode/iso8859-10.ucm
22461            ! ext/Encode/Encode/iso8859-13.ucm
22462            ! ext/Encode/Encode/iso8859-14.ucm
22463            ! ext/Encode/Encode/iso8859-15.ucm
22464            ! ext/Encode/Encode/iso8859-16.ucm
22465            ! ext/Encode/Encode/iso8859-2.ucm
22466            ! ext/Encode/Encode/iso8859-3.ucm
22467            ! ext/Encode/Encode/iso8859-4.ucm
22468            ! ext/Encode/Encode/iso8859-5.ucm
22469            ! ext/Encode/Encode/iso8859-6.ucm
22470            ! ext/Encode/Encode/iso8859-7.ucm
22471            ! ext/Encode/Encode/iso8859-8.ucm
22472            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
22473            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
22474 ____________________________________________________________________________
22475 [  8968] By: jhi                                   on 2001/02/28  16:26:37
22476         Log: Expand usemorebits early if d_casti32 needs to be undefined.
22477      Branch: perl
22478            ! hints/hpux.sh hints/irix_6.sh
22479 ____________________________________________________________________________
22480 [  8967] By: jhi                                   on 2001/02/28  16:22:26
22481         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
22482              retract toke.c/qu parts of #8583, retract #8485, retract
22483              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
22484              op/length.t, and MANIFEST, and delete t/op/qu.t.
22485      Branch: perl
22486            - t/op/qu.t
22487            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
22488            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
22489            ! t/op/length.t toke.c
22490 ____________________________________________________________________________
22491 [  8966] By: jhi                                   on 2001/02/28  15:00:27
22492         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
22493              by not changing from pre-Unicode days into being Unicode-aware.
22494              Sniff.
22495      Branch: perl
22496            ! pp.c t/op/pack.t t/op/qu.t
22497 ____________________________________________________________________________
22498 [  8965] By: jhi                                   on 2001/02/28  14:37:55
22499         Log: Subject: Re: Errors in core PODs
22500              From: Michael Stevens <michael@etla.org> 
22501              Date: Fri, 23 Feb 2001 15:47:56 +0000
22502              Message-ID: <20010223154756.A7723@firedrake.org> 
22503      Branch: perl
22504            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
22505            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
22506            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
22507            ! x2p/a2p.pod
22508 ____________________________________________________________________________
22509 [  8964] By: jhi                                   on 2001/02/28  14:35:35
22510         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
22511              (The #8961 was too bold.)
22512      Branch: perl
22513            ! hints/hpux.sh hints/irix_6.sh
22514 ____________________________________________________________________________
22515 [  8963] By: jhi                                   on 2001/02/28  14:33:39
22516         Log: Subject: Re: sync sync sync: have I missed any patches?
22517              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22518              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
22519              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
22520              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
22521              
22522              Replace djSP with dSP.
22523      Branch: perl
22524            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
22525            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
22526            ! win32/perlhost.h
22527 ____________________________________________________________________________
22528 [  8962] By: jhi                                   on 2001/02/27  23:21:14
22529         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
22530      Branch: perl
22531            ! lib/Filter/Simple.pm
22532 ____________________________________________________________________________
22533 [  8961] By: jhi                                   on 2001/02/27  22:55:26
22534         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
22535              and this would be it.
22536      Branch: perl
22537            ! hints/hpux.sh hints/irix_6.sh
22538 ____________________________________________________________________________
22539 [  8960] By: jhi                                   on 2001/02/27  22:51:33
22540         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
22541              From: "Craig A. Berry" <craigberry@mac.com>
22542              Date: Tue, 27 Feb 2001 16:11:44 -0600
22543              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
22544      Branch: maint-5.6/perl
22545            ! configure.com vms/descrip_mms.template
22546 ____________________________________________________________________________
22547 [  8959] By: jhi                                   on 2001/02/27  22:47:23
22548         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
22549              From: "Craig A. Berry" <craigberry@mac.com>
22550              Date: Tue, 27 Feb 2001 16:11:44 -0600
22551              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
22552      Branch: perl
22553            ! configure.com vms/descrip_mms.template
22554 ____________________________________________________________________________
22555 [  8958] By: jhi                                   on 2001/02/27  15:16:42
22556         Log: Update Changes.
22557      Branch: perl
22558            ! Changes patchlevel.h
22559 ____________________________________________________________________________
22560 [  8957] By: jhi                                   on 2001/02/27  06:15:07
22561         Log: Subject: [5.6.x] EPOC additions
22562              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22563              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
22564              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
22565      Branch: maint-5.6/perl
22566            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
22567 ____________________________________________________________________________
22568 [  8956] By: jhi                                   on 2001/02/27  06:12:11
22569         Log: Subject: [perl-current] EPOC 
22570              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22571              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
22572              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
22573      Branch: perl
22574            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
22575            ! epoc/epocish.c epoc/epocish.h pp_sys.c
22576 ____________________________________________________________________________
22577 [  8955] By: jhi                                   on 2001/02/27  05:59:50
22578         Log: Subject: Re: Compile with perlcc..
22579              From: Edward Peschko <edwardp@excitehome.net>
22580              Date: Mon, 26 Feb 2001 18:51:58 -0800
22581              Message-ID: <20010226185158.A9871@excitehome.net>
22582              
22583              plus add a simple usage message if no arguments given.
22584      Branch: perl
22585            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
22586            ! utils/Makefile utils/perlcc.PL win32/pod.mak
22587 ____________________________________________________________________________
22588 [  8954] By: nick                                  on 2001/02/26  21:02:59
22589         Log: Integrate mainline
22590      Branch: perlio
22591           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
22592           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
22593           !> t/op/sprintf.t
22594 ____________________________________________________________________________
22595 [  8953] By: jhi                                   on 2001/02/26  14:43:54
22596         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
22597              From: Nicholas Clark <nick@ccl4.org>
22598              Date: Mon, 26 Feb 2001 00:42:07 +0000
22599              Message-ID: <20010226004207.F23333@plum.flirble.org>
22600      Branch: perl
22601            ! pp_ctl.c
22602 ____________________________________________________________________________
22603 [  8952] By: jhi                                   on 2001/02/26  14:42:13
22604         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
22605              From: Simon Cozens <simon@netthink.co.uk>
22606              Date: Mon, 26 Feb 2001 12:23:48 +0000
22607              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
22608      Branch: perl
22609            ! pod/perlguts.pod
22610 ____________________________________________________________________________
22611 [  8951] By: jhi                                   on 2001/02/26  14:39:15
22612         Log: Subject: [PATCH] perlio - unknown layer
22613              From: Nicholas Clark <nick@ccl4.org>
22614              Date: Mon, 26 Feb 2001 00:27:19 +0000
22615              Message-ID: <20010226002719.E23333@plum.flirble.org>
22616      Branch: perl
22617            ! perlio.c
22618 ____________________________________________________________________________
22619 [  8950] By: jhi                                   on 2001/02/26  14:38:04
22620         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
22621              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
22622              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
22623              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
22624      Branch: perl
22625            ! t/op/bop.t
22626 ____________________________________________________________________________
22627 [  8949] By: jhi                                   on 2001/02/26  14:37:07
22628         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
22629              From: Peter Prymmer <pvhp@forte.com>
22630              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
22631              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
22632      Branch: perl
22633            ! lib/Test.pm
22634 ____________________________________________________________________________
22635 [  8948] By: jhi                                   on 2001/02/26  14:35:53
22636         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
22637              From: Radu Greab <radu@netsoft.ro>
22638              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
22639              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
22640      Branch: perl
22641            ! pod/perlop.pod
22642 ____________________________________________________________________________
22643 [  8947] By: jhi                                   on 2001/02/26  14:34:46
22644         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
22645              From: David Mitchell <davem@fdgroup.co.uk>
22646              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
22647              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
22648      Branch: perl
22649            ! run.c
22650 ____________________________________________________________________________
22651 [  8946] By: jhi                                   on 2001/02/26  14:32:37
22652         Log: Subject: Modified README.bs2000 
22653              From: Dorner Thomas <Thomas.Dorner@start.de>
22654              Date: Mon, 26 Feb 2001 09:22:17 +0100
22655              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
22656      Branch: perl
22657            ! README.bs2000
22658 ____________________________________________________________________________
22659 [  8945] By: jhi                                   on 2001/02/26  14:19:53
22660         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
22661              to maintperl, listing the known failures on the tests 129 and 130.
22662      Branch: maint-5.6/perl
22663           !> t/op/sprintf.t
22664 ____________________________________________________________________________
22665 [  8944] By: jhi                                   on 2001/02/26  14:14:15
22666         Log: Add more known sprintf failures.
22667      Branch: perl
22668            ! t/op/sprintf.t
22669 ____________________________________________________________________________
22670 [  8943] By: jhi                                   on 2001/02/26  13:56:22
22671         Log: perlglob.exe needs to be found in Win32, patch from
22672              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
22673              which needs external glob at mini-perl time."
22674      Branch: perl
22675            ! ext/Encode/compile
22676 ____________________________________________________________________________
22677 [  8942] By: jhi                                   on 2001/02/26  13:52:19
22678         Log: A missing dTHX from Vadim Konovalov.
22679      Branch: perl
22680            ! perlio.c
22681 ____________________________________________________________________________
22682 [  8941] By: jhi                                   on 2001/02/26  13:37:05
22683         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
22684      Branch: perl
22685            ! op.c
22686 ____________________________________________________________________________
22687 [  8940] By: jhi                                   on 2001/02/26  13:35:40
22688         Log: Integrate perlio.
22689      Branch: perl
22690           !> ext/Encode/Encode.pm
22691 ____________________________________________________________________________
22692 [  8939] By: nick                                  on 2001/02/25  23:47:09
22693         Log: Integrate mainline.
22694      Branch: perlio
22695           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
22696           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
22697 ____________________________________________________________________________
22698 [  8938] By: nick                                  on 2001/02/25  19:36:28
22699         Log: Encode implementations docs.
22700      Branch: perlio
22701            ! ext/Encode/Encode.pm
22702 ____________________________________________________________________________
22703 [  8937] By: jhi                                   on 2001/02/25  19:26:16
22704         Log: Script wasn't aligned with reality.
22705      Branch: perl
22706            ! t/pod/find.t
22707 ____________________________________________________________________________
22708 [  8936] By: jhi                                   on 2001/02/25  18:54:55
22709         Log: Update Changes.
22710      Branch: perl
22711            ! Changes patchlevel.h
22712 ____________________________________________________________________________
22713 [  8935] By: jhi                                   on 2001/02/25  18:46:36
22714         Log: Retract #8929,8930,8932,8933 for now.
22715      Branch: perl
22716            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
22717 ____________________________________________________________________________
22718 [  8934] By: jhi                                   on 2001/02/25  17:34:35
22719         Log: Integrate perlio.
22720      Branch: perl
22721           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
22722           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
22723           !> t/lib/encode.t
22724 ____________________________________________________________________________
22725 [  8933] By: jhi                                   on 2001/02/25  17:33:12
22726         Log: (Retracted by #8395.)
22727              
22728              Slight tweaks in scan_const(), not fixes yet, it seems like
22729              lots of work remains to be done...
22730      Branch: perl
22731            ! toke.c
22732 ____________________________________________________________________________
22733 [  8932] By: jhi                                   on 2001/02/25  17:27:11
22734         Log: (Retracted by #8395.)
22735              
22736              Missing from #8930.
22737      Branch: perl
22738            ! perl.h
22739 ____________________________________________________________________________
22740 [  8931] By: jhi                                   on 2001/02/25  17:26:19
22741         Log: A comment tweak.
22742      Branch: perl
22743            ! utf8.c
22744 ____________________________________________________________________________
22745 [  8930] By: jhi                                   on 2001/02/25  17:25:47
22746         Log: (Retracted by #8395.)
22747              
22748              Attempt to fix the EBCDIC character range problwm with //.
22749      Branch: perl
22750            ! regcomp.c
22751 ____________________________________________________________________________
22752 [  8929] By: jhi                                   on 2001/02/25  17:23:45
22753         Log: (Retracted by #8395.)
22754              
22755              Expand the EBCDIC character range tests, and add few nasty
22756              tr tests from Karsten Sperling.
22757      Branch: perl
22758            ! t/op/pat.t t/op/tr.t
22759 ____________________________________________________________________________
22760 [  8928] By: jhi                                   on 2001/02/25  17:18:49
22761         Log: Missing check-in.
22762      Branch: perl
22763            ! lib/Pod/Find.pm
22764 ____________________________________________________________________________
22765 [  8927] By: nick                                  on 2001/02/25  11:30:22
22766         Log: Change method names in Encode implementation classes to something
22767              less confusing (preparing to "go public").
22768      Branch: perlio
22769            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
22770 ____________________________________________________________________________
22771 [  8926] By: nick                                  on 2001/02/25  10:53:24
22772         Log: GCC __atribute__ / printf fix
22773      Branch: perlio
22774            ! perl.h
22775 ____________________________________________________________________________
22776 [  8925] By: nick                                  on 2001/02/25  10:52:25
22777         Log: Checked in the wrong one ...
22778      Branch: perlio
22779            ! ext/Encode/Encode.pm
22780 ____________________________________________________________________________
22781 [  8924] By: nick                                  on 2001/02/24  18:46:51
22782         Log: Integrate mainline - to see what Jarkko has in ...
22783      Branch: perlio
22784           +> t/pod/testpods/lib/Pod/Stuff.pm
22785           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
22786 ____________________________________________________________________________
22787 [  8923] By: nick                                  on 2001/02/24  17:05:23
22788         Log: Encode API documentation nd tidy up.
22789              Minor additions to test.
22790              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
22791              Adds STRLEN to standard typemap.
22792      Branch: perlio
22793            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
22794            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
22795 ____________________________________________________________________________
22796 [  8922] By: jhi                                   on 2001/02/24  16:38:12
22797         Log: Add a test for the "character range should match in EBCDIC
22798              if specified using explicit numerics" bug found by Karsten
22799              Sperling.
22800      Branch: perl
22801            ! t/op/pat.t
22802 ____________________________________________________________________________
22803 [  8921] By: jhi                                   on 2001/02/24  16:30:16
22804         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
22805              From: schwern@pobox.com
22806              Date: Fri, 23 Feb 2001 03:21:37 -0500
22807              Message-ID: <20010223032137.A26022@magnonel.guild.net>
22808              
22809              plus Charles Lane's fixes, plus tweaks.
22810      Branch: perl
22811            + t/pod/testpods/lib/Pod/Stuff.pm
22812            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
22813 ____________________________________________________________________________
22814 [  8920] By: nick                                  on 2001/02/24  10:30:11
22815         Log: Integrate mainline
22816      Branch: perlio
22817           !> (integrate 33 files)
22818 ____________________________________________________________________________
22819 [  8919] By: jhi                                   on 2001/02/24  00:23:35
22820         Log: Subject: Re: I'm losing the war...
22821              From: "Vadim Konovalov" <watman@inbox.ru>
22822              Date: Sat, 24 Feb 2001 00:10:14 +0300
22823              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
22824              
22825              hv_store() not working correctly in ENV_IS_CASELESS case.
22826      Branch: perl
22827            ! hv.c
22828 ____________________________________________________________________________
22829 [  8918] By: jhi                                   on 2001/02/24  00:20:09
22830         Log: Subject: Re: [PATCH] fix for charnames above FFFF
22831              From: andreas.koenig@anima.de (Andreas J. Koenig)
22832              Date: 23 Feb 2001 02:39:03 +0100
22833              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
22834              
22835              A further efficiency tweak.
22836      Branch: perl
22837            ! lib/charnames.pm
22838 ____________________________________________________________________________
22839 [  8917] By: jhi                                   on 2001/02/23  20:27:51
22840         Log: Integrate change #8916 from mainline,
22841              do away with USE_WIN32_RTL_ENV.
22842      Branch: maint-5.6/perl
22843           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
22844 ____________________________________________________________________________
22845 [  8916] By: jhi                                   on 2001/02/23  20:02:25
22846         Log: Abolish USE_WIN32_RTL_ENV.
22847      Branch: perl
22848            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
22849 ____________________________________________________________________________
22850 [  8915] By: jhi                                   on 2001/02/23  19:36:00
22851         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
22852              later protected by some #define.
22853      Branch: perl
22854            ! gv.c
22855 ____________________________________________________________________________
22856 [  8914] By: jhi                                   on 2001/02/23  19:31:38
22857         Log: Retract #8902 for now, requested by Charles Lane, the correct
22858              fix will be something else.
22859      Branch: perl
22860            ! op.c
22861 ____________________________________________________________________________
22862 [  8913] By: jhi                                   on 2001/02/23  19:11:36
22863         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
22864              From: Peter Prymmer <pvhp@forte.com>
22865              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
22866              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
22867      Branch: perl
22868            ! t/op/lex_assign.t
22869 ____________________________________________________________________________
22870 [  8912] By: jhi                                   on 2001/02/23  18:38:20
22871         Log: Subject: [patch] perlio + useithreads
22872              From: Doug MacEachern <dougm@covalent.net>
22873              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
22874              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
22875              
22876              Gets things running but not complete.
22877      Branch: perl
22878            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
22879 ____________________________________________________________________________
22880 [  8911] By: jhi                                   on 2001/02/23  04:20:02
22881         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
22882              
22883              Duplicated environment freeing, File::Temp 0.12,
22884              op/append portability (EBCDIC) tweak.
22885      Branch: maint-5.6/perl
22886           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22887           !> t/op/append.t
22888 ____________________________________________________________________________
22889 [  8910] By: jhi                                   on 2001/02/23  02:07:33
22890         Log: Integrate change #8909 from mainline, a better Borland
22891              putenv() workaround.
22892      Branch: maint-5.6/perl
22893           !> perl.c
22894 ____________________________________________________________________________
22895 [  8909] By: jhi                                   on 2001/02/23  02:05:46
22896         Log: A better workaround for Borland putenv() brokenness from Sarathy.
22897      Branch: perl
22898            ! perl.c
22899 ____________________________________________________________________________
22900 [  8908] By: jhi                                   on 2001/02/23  02:04:14
22901         Log: Subject: fix for parameter -Dm (for perl@8867)
22902              From: "Vadim Konovalov" <watman@inbox.ru>
22903              Date: Thu, 22 Feb 2001 17:30:12 +0300
22904              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
22905      Branch: perl
22906            ! perl.h
22907 ____________________________________________________________________________
22908 [  8907] By: jhi                                   on 2001/02/23  01:58:20
22909         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
22910              From: Peter Prymmer <pvhp@forte.com>
22911              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
22912              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
22913      Branch: perl
22914            ! t/op/append.t
22915 ____________________________________________________________________________
22916 [  8906] By: jhi                                   on 2001/02/23  01:48:34
22917         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
22918      Branch: perl
22919            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22920 ____________________________________________________________________________
22921 [  8905] By: jhi                                   on 2001/02/23  01:43:30
22922         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
22923              From: Peter Prymmer <pvhp@forte.com>
22924              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
22925              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
22926      Branch: perl
22927            ! t/lib/st-06compat.t
22928 ____________________________________________________________________________
22929 [  8904] By: jhi                                   on 2001/02/23  01:42:39
22930         Log: Metaconfig unit change for #8903.
22931      Branch: metaconfig/U/perl
22932            ! Devel.U
22933 ____________________________________________________________________________
22934 [  8903] By: jhi                                   on 2001/02/23  01:42:12
22935         Log: Be more helpful for devel builders, suggested by John L. Allen.
22936      Branch: perl
22937            ! Configure
22938 ____________________________________________________________________________
22939 [  8902] By: jhi                                   on 2001/02/23  01:37:41
22940         Log: (Retracted by #8914)
22941              (Wrongly, reinstated by #8941)             
22942
22943              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
22944              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22945              Date:     Thu, 22 Feb 2001 09:43:57 EST
22946              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
22947      Branch: perl
22948            ! op.c
22949 ____________________________________________________________________________
22950 [  8901] By: jhi                                   on 2001/02/23  01:20:32
22951         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
22952              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22953              Date:     Thu, 22 Feb 2001 08:01:35 EST
22954              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
22955      Branch: perl
22956            ! malloc.c
22957 ____________________________________________________________________________
22958 [  8900] By: jhi                                   on 2001/02/23  01:18:02
22959         Log: Integrate changes #8898,8899 from mainline, environ handling.
22960      Branch: maint-5.6/perl
22961           !> perl.c
22962 ____________________________________________________________________________
22963 [  8899] By: jhi                                   on 2001/02/23  01:16:25
22964         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
22965              putenv() is not to be relied on, they are either broken or leaky
22966              or both.)
22967      Branch: perl
22968            ! perl.c
22969 ____________________________________________________________________________
22970 [  8898] By: jhi                                   on 2001/02/22  23:36:59
22971         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
22972              and safesysfree() must be used.
22973      Branch: perl
22974            ! perl.c
22975 ____________________________________________________________________________
22976 [  8897] By: jhi                                   on 2001/02/22  23:25:45
22977         Log: With environ one must use safesysmalloc()/safesysfree().
22978      Branch: perl
22979            ! perl.c
22980 ____________________________________________________________________________
22981 [  8896] By: jhi                                   on 2001/02/22  22:13:18
22982         Log: If we have a duplicated environment free it
22983              if PERL_DESTRUCT_LEVEL.
22984      Branch: perl
22985            ! perl.c
22986 ____________________________________________________________________________
22987 [  8895] By: alanbur                               on 2001/02/22  19:31:57
22988         Log: Synchronised with parent
22989      Branch: maint-5.6/pureperl
22990           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
22991 ____________________________________________________________________________
22992 [  8894] By: gsar                                  on 2001/02/22  19:06:18
22993         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
22994              
22995              fix memory leak in method call optimization (change#3768);
22996              made C<eval "$x->foo()"> leak
22997              
22998              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
22999      Branch: maint-5.6/perl
23000           !> op.c
23001 ____________________________________________________________________________
23002 [  8893] By: jhi                                   on 2001/02/22  18:35:27
23003         Log: (Retracted by #8915.)
23004              
23005              Third Degree finding:
23006              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
23007      Branch: perl
23008            ! gv.c
23009 ____________________________________________________________________________
23010 [  8892] By: jhi                                   on 2001/02/22  14:28:32
23011         Log: Update Changes.
23012      Branch: perl
23013            ! Changes patchlevel.h
23014 ____________________________________________________________________________
23015 [  8891] By: jhi                                   on 2001/02/22  13:22:45
23016         Log: Metaconfig unit changes for #8890.
23017      Branch: metaconfig
23018            ! U/modified/Cppsym.U U/threads/archname.U
23019 ____________________________________________________________________________
23020 [  8890] By: jhi                                   on 2001/02/22  13:22:12
23021         Log: Add -stdio to the archname if no perlio selected,
23022              no -perlio added since that is now the default.
23023              
23024              Add few CPUs/architectures to the Cppsym scan.
23025      Branch: perl
23026            ! Configure config_h.SH
23027 ____________________________________________________________________________
23028 [  8889] By: jhi                                   on 2001/02/22  13:05:59
23029         Log: Metaconfig unit change for #8888.
23030      Branch: metaconfig/U/perl
23031            ! useperlio.U
23032 ____________________________________________________________________________
23033 [  8888] By: jhi                                   on 2001/02/22  13:05:28
23034         Log: *drum roll*  Make perlio the default.
23035      Branch: perl
23036            ! Configure config_h.SH
23037 ____________________________________________________________________________
23038 [  8887] By: jhi                                   on 2001/02/22  12:50:52
23039         Log: Integrate change #8665 from maintperl to mainline,
23040              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
23041      Branch: perl
23042           !> ext/POSIX/POSIX.xs
23043 ____________________________________________________________________________
23044 [  8886] By: jhi                                   on 2001/02/22  12:49:24
23045         Log: Integrate changes #8883,8884 from mainline to maintperl.
23046              
23047              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
23048              Subject: Re: File::Temp::_gettemp warning
23049      Branch: maint-5.6/perl
23050           !> embed.h embed.pl lib/File/Temp.pm
23051 ____________________________________________________________________________
23052 [  8885] By: jhi                                   on 2001/02/22  12:43:59
23053         Log: Based on
23054              
23055              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
23056              From: schwab@suse.de
23057              Date: Thu, 22 Feb 2001 13:08:09 +0100
23058              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
23059              
23060              but the fix done slightly differently because the other
23061              half was already done in #8664.
23062      Branch: maint-5.6/perl
23063            ! ext/POSIX/POSIX.xs
23064 ____________________________________________________________________________
23065 [  8884] By: jhi                                   on 2001/02/22  12:37:15
23066         Log: Subject: Re: File::Temp::_gettemp warning
23067              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23068              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
23069              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
23070              
23071              This patch to File::Temp does two things:
23072              
23073              1. Fixes the problem with CGI::Carp when determining
23074              the Fcntl constants
23075              
23076              2. Removes most of the carps and consolidates them so that all the
23077              reasons are included in a single die that is caught by the test. This
23078              means that the correct skipping behaviour is displayed by the test.
23079      Branch: perl
23080            ! lib/File/Temp.pm
23081 ____________________________________________________________________________
23082 [  8883] By: jhi                                   on 2001/02/22  12:29:19
23083         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
23084              From: Peter Prymmer <pvhp@forte.com>
23085              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
23086              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
23087      Branch: perl
23088            ! embed.h embed.pl
23089 ____________________________________________________________________________
23090 [  8882] By: jhi                                   on 2001/02/21  19:41:33
23091         Log: Integrate change #8881 from mainlin to maintperl.
23092              
23093              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
23094      Branch: maint-5.6/perl
23095           !> op.c
23096 ____________________________________________________________________________
23097 [  8881] By: jhi                                   on 2001/02/21  19:38:57
23098         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
23099              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23100              Date:     Wed, 21 Feb 2001 13:08:03 EST
23101              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
23102      Branch: perl
23103            ! op.c
23104 ____________________________________________________________________________
23105 [  8880] By: jhi                                   on 2001/02/21  19:34:34
23106         Log: Retract #8875, cannot let go of the old semantics of unpack U
23107              without rethinking utf8decode.t.
23108      Branch: perl
23109            ! pp.c t/op/pack.t
23110 ____________________________________________________________________________
23111 [  8879] By: jhi                                   on 2001/02/21  19:08:02
23112         Log: Run run/*.t also in minitest.
23113      Branch: perl
23114            ! Makefile.SH
23115 ____________________________________________________________________________
23116 [  8878] By: nick                                  on 2001/02/21  18:55:37
23117         Log: Integrate mainline
23118      Branch: perlio
23119           !> (integrate 76 files)
23120 ____________________________________________________________________________
23121 [  8877] By: jhi                                   on 2001/02/21  15:09:33
23122         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
23123      Branch: metaconfig
23124            ! U/compline/nblock_io.U
23125      Branch: perl
23126            ! Configure config_h.SH
23127 ____________________________________________________________________________
23128 [  8876] By: jhi                                   on 2001/02/21  14:54:45
23129         Log: If no sfio, no -lsfio.
23130      Branch: metaconfig/U/perl
23131            ! d_sfio.U
23132      Branch: perl
23133            ! Configure config_h.SH
23134 ____________________________________________________________________________
23135 [  8875] By: jhi                                   on 2001/02/21  14:54:00
23136         Log: Make unpack C and unpack C truly equivalent.
23137      Branch: perl
23138            ! pp.c t/op/pack.t
23139 ____________________________________________________________________________
23140 [  8874] By: jhi                                   on 2001/02/21  14:26:02
23141         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
23142              From: Peter Prymmer <pvhp@forte.com>
23143              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
23144              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
23145      Branch: perl
23146            ! pod/perlport.pod
23147 ____________________________________________________________________________
23148 [  8873] By: jhi                                   on 2001/02/21  14:24:31
23149         Log: Subject: [PATCH] fix for charnames above FFFF
23150              From: andreas.koenig@anima.de (Andreas J. Koenig)
23151              Date: 21 Feb 2001 07:05:45 +0100
23152              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
23153      Branch: perl
23154            ! lib/charnames.pm t/lib/charnames.t
23155 ____________________________________________________________________________
23156 [  8872] By: jhi                                   on 2001/02/21  14:15:25
23157         Log: Integrate change #8868 from pureperl to mainline.
23158              
23159              Fixed reference count loop caused by sv_magic.
23160      Branch: perl
23161           !> sv.c
23162 ____________________________________________________________________________
23163 [  8871] By: jhi                                   on 2001/02/21  14:07:29
23164         Log: Integrate change #8868 from pureperl to maintperl.
23165              
23166              Fixed reference count loop caused by sv_magic.
23167      Branch: maint-5.6/perl
23168           !> sv.c
23169 ____________________________________________________________________________
23170 [  8870] By: jhi                                   on 2001/02/21  14:04:41
23171         Log: Put back the #8840, it was innocent.
23172      Branch: perl
23173            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23174            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
23175 ____________________________________________________________________________
23176 [  8869] By: jhi                                   on 2001/02/21  14:00:03
23177         Log: unpack("C", ...) was left slightly unfinished by #8865.
23178      Branch: perl
23179            ! pp.c t/op/pack.t
23180 ____________________________________________________________________________
23181 [  8868] By: alanbur                               on 2001/02/21  01:33:45
23182         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
23183              from gv_fetchpv to create single-character magic variables (e.g. $!),
23184              and it is passed a sv and the gv that contains the sv as the mg_obj
23185              value.  When sv_magic stores the mg_obj pointer it increments the gv
23186              refcount, thus causing a sv-gv pair that can't be freed.  There is
23187              already a check for sv == obj which is used to prevent such reference
23188              loops.  This change extends the check to cover the case described above.
23189      Branch: maint-5.6/pureperl
23190            ! sv.c
23191 ____________________________________________________________________________
23192 [  8867] By: jhi                                   on 2001/02/21  00:52:39
23193         Log: Update Changes.
23194      Branch: perl
23195            ! Changes patchlevel.h
23196 ____________________________________________________________________________
23197 [  8866] By: jhi                                   on 2001/02/21  00:34:20
23198         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
23199              (Note: there were some conflicts due to EBCDIC and EPOC
23200              patches, in general I preferred the repository code.)
23201              (When 2.753 comes out, we need to synchronize.)
23202      Branch: perl
23203            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
23204            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
23205            ! t/lib/cgi-html.t
23206 ____________________________________________________________________________
23207 [  8865] By: jhi                                   on 2001/02/21  00:24:22
23208         Log: Make pack("C", 0x100) to create Unicode, unless under the
23209              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
23210              will understand Unicode, unless you under know what.
23211      Branch: perl
23212            ! pp.c t/op/pack.t t/op/qu.t
23213 ____________________________________________________________________________
23214 [  8864] By: alanbur                               on 2001/02/20  22:35:34
23215         Log: Resynchronised with parent
23216      Branch: maint-5.6/pureperl
23217           !> README.win32 ext/GDBM_File/GDBM_File.pm
23218           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
23219           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
23220           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
23221           !> t/lib/sdbm.t util.c
23222 ____________________________________________________________________________
23223 [  8863] By: jhi                                   on 2001/02/20  20:55:11
23224         Log: Integrate change #8860,8861 from mainline into maintperl.
23225              
23226              "pseudo-literal j"
23227              
23228              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
23229      Branch: maint-5.6/perl
23230           !> lib/Test.pm pod/perlop.pod
23231 ____________________________________________________________________________
23232 [  8862] By: jhi                                   on 2001/02/20  20:30:07
23233         Log: Don't do casting between pointers pointing to differently sized
23234              integers.
23235      Branch: perl
23236            ! hv.c sv.c
23237 ____________________________________________________________________________
23238 [  8861] By: jhi                                   on 2001/02/20  19:53:44
23239         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
23240              From: Peter Prymmer <pvhp@forte.com>
23241              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
23242              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
23243      Branch: perl
23244            ! lib/Test.pm
23245 ____________________________________________________________________________
23246 [  8860] By: jhi                                   on 2001/02/20  19:48:02
23247         Log: "pseudo-literal j", a documentation glitch reported to Debian.
23248              The text recovered from Perl 5.005_03, and pseudo-literal replaced
23249              by "backtick string".
23250      Branch: perl
23251            ! pod/perlop.pod
23252 ____________________________________________________________________________
23253 [  8859] By: jhi                                   on 2001/02/20  19:15:46
23254         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
23255              from Chris Nandor.
23256      Branch: perl
23257            ! makedef.pl
23258 ____________________________________________________________________________
23259 [  8858] By: jhi                                   on 2001/02/20  17:36:53
23260         Log: Integrate pureperl changes #8844,8845,8850 to mainline
23261              (via maintperl #8855).
23262              
23263              Fixed %^H scoping bug
23264              
23265              Removed GV <-> CV refcount loop
23266              
23267              Removed %ENV refcount loop
23268      Branch: perl
23269           !> gv.c op.c perl.c pp.c scope.c
23270 ____________________________________________________________________________
23271 [  8857] By: jhi                                   on 2001/02/20  17:34:32
23272         Log: Integrate changes #8853,8854 from maintperl to mainline.
23273              
23274              EBDIC fixes, README.win32 Borland update.
23275      Branch: perl
23276           !> README.win32 handy.h util.c
23277 ____________________________________________________________________________
23278 [  8856] By: jhi                                   on 2001/02/20  17:33:16
23279         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
23280      Branch: maint-5.6/perl
23281           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
23282           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
23283           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23284 ____________________________________________________________________________
23285 [  8855] By: jhi                                   on 2001/02/20  17:32:13
23286         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
23287              
23288              Fixed %^H scoping bug
23289              
23290              Removed GV <-> CV refcount loop
23291              
23292              Removed %ENV refcount loop
23293      Branch: maint-5.6/perl
23294           !> gv.c op.c perl.c pp.c scope.c
23295 ____________________________________________________________________________
23296 [  8854] By: jhi                                   on 2001/02/20  17:25:06
23297         Log: Subject: Addition to readme.win32 for Borland C++ compilers
23298              Date: Tue, 20 Feb 2001 02:15:25 +0300
23299              From: "Vadim Konovalov" <watman@inbox.ru>
23300              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
23301              
23302              Document Borland compiler misbehaviour.
23303      Branch: maint-5.6/perl
23304            ! README.win32
23305 ____________________________________________________________________________
23306 [  8853] By: jhi                                   on 2001/02/20  17:22:25
23307         Log: The assimilation of ebcdic.c didn't quite work at the first try,
23308              patches from Thomas Dorner.
23309      Branch: maint-5.6/perl
23310            ! handy.h util.c
23311 ____________________________________________________________________________
23312 [  8852] By: jhi                                   on 2001/02/20  17:20:15
23313         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
23314              From: Chris Nandor <pudge@pobox.com>
23315              Date: Tue, 20 Feb 2001 08:32:45 -0500
23316              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
23317      Branch: maint-5.6/perl
23318            ! makedef.pl mg.c
23319 ____________________________________________________________________________
23320 [  8851] By: jhi                                   on 2001/02/20  17:15:52
23321         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
23322      Branch: perl
23323            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
23324            ! t/lib/filter-util.t
23325 ____________________________________________________________________________
23326 [  8850] By: alanbur                               on 2001/02/20  17:12:40
23327         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
23328              and the magic pointer points back to the GV that contains the
23329              %ENV hash.  This creates a refcount loop that prevents members
23330              of %ENV from being freed correctly.  This change removes the
23331              refcount loop - the magic pointer was never used anyway, the
23332              only use of the magic was to check the type ('E') so that the
23333              appropriate environment manipulation code is called when %ENV
23334              is modified.
23335      Branch: maint-5.6/pureperl
23336            ! perl.c
23337 ____________________________________________________________________________
23338 [  8849] By: jhi                                   on 2001/02/20  17:12:20
23339         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
23340              From: "Craig A. Berry" <craigberry@mac.com>
23341              Date: Mon, 19 Feb 2001 23:36:12 -0600
23342              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
23343              
23344              Case-forgiving systems match TestInit.pm with TES*.
23345      Branch: perl
23346            ! t/lib/glob-basic.t
23347 ____________________________________________________________________________
23348 [  8848] By: jhi                                   on 2001/02/20  17:10:02
23349         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
23350      Branch: perl
23351            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
23352            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
23353            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23354 ____________________________________________________________________________
23355 [  8847] By: jhi                                   on 2001/02/20  15:34:41
23356         Log: The #8843 wasn't quite right: %Config needs to imported.
23357      Branch: perl
23358            ! t/run/runenv.t
23359 ____________________________________________________________________________
23360 [  8846] By: jhi                                   on 2001/02/20  15:31:50
23361         Log: Retract the #8838 and #8840 for now because of
23362              the DB_File tie problem.
23363      Branch: perl
23364            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
23365            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
23366            ! proto.h sv.c
23367 ____________________________________________________________________________
23368 [  8845] By: alanbur                               on 2001/02/20  14:25:41
23369         Log: Removed GV <-> CV refcount loop
23370              CvGV(mycv) points to the parent GV of the CV, and was previously
23371              refcounted.  The pointer remains, but the refcounting has been removed
23372              as it causes a refcount loop between the CV and GV that means the CV
23373              can't ever be deleted.
23374      Branch: maint-5.6/pureperl
23375            ! gv.c op.c pp.c
23376 ____________________________________________________________________________
23377 [  8844] By: alanbur                               on 2001/02/20  14:23:13
23378         Log: Fixed %^H scoping bug
23379      Branch: maint-5.6/pureperl
23380            ! scope.c
23381 ____________________________________________________________________________
23382 [  8843] By: jhi                                   on 2001/02/19  13:38:08
23383         Log: fork() not everywhere, cleanup temp files.
23384      Branch: perl
23385            ! t/run/runenv.t
23386 ____________________________________________________________________________
23387 [  8842] By: alanbur                               on 2001/02/19  12:42:07
23388         Log: Resynchronised with parent
23389      Branch: maint-5.6/pureperl
23390           !> pod/perlfaq4.pod sv.c utf8.c
23391 ____________________________________________________________________________
23392 [  8841] By: jhi                                   on 2001/02/19  03:35:51
23393         Log: Update Changes.
23394      Branch: perl
23395            ! Changes patchlevel.h
23396 ____________________________________________________________________________
23397 [  8840] By: jhi                                   on 2001/02/19  00:23:41
23398         Log: Subject: [patch] add sv_setref_uv
23399              From: Doug MacEachern <dougm@covalent.net>
23400              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
23401              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
23402      Branch: perl
23403            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23404            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
23405 ____________________________________________________________________________
23406 [  8839] By: jhi                                   on 2001/02/19  00:01:38
23407         Log: Put to rest the 20010205.001, the email address checking (not) regex.
23408      Branch: perl
23409            ! pod/perlfaq9.pod
23410 ____________________________________________________________________________
23411 [  8838] By: jhi                                   on 2001/02/18  22:17:54
23412         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
23413              From: Doug MacEachern <dougm@covalent.net>
23414              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
23415              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
23416      Branch: perl
23417            ! lib/ExtUtils/xsubpp
23418 ____________________________________________________________________________
23419 [  8837] By: jhi                                   on 2001/02/18  22:16:50
23420         Log: Subject: [patch] -Wall cleanup round 2
23421              From: Doug MacEachern <dougm@covalent.net>
23422              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
23423              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
23424      Branch: perl
23425            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
23426            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
23427            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
23428            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
23429            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
23430            ! ext/SDBM_File/SDBM_File.xs
23431 ____________________________________________________________________________
23432 [  8836] By: jhi                                   on 2001/02/18  22:11:20
23433         Log: Misapplied regex optimizations when \C is present.
23434              Fixes 20001230.002.
23435              
23436              What still remains broken is that the submatches that
23437              have \C in them get their UTF8 flag on because their
23438              parent SV has it on.  This will result in malformed
23439              UTF8 if a \C happened to match a non-ASCII byte.
23440      Branch: perl
23441            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
23442            ! t/pragma/utf8.t
23443 ____________________________________________________________________________
23444 [  8835] By: jhi                                   on 2001/02/18  20:12:02
23445         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
23446              
23447              The hash key got wrongly UTF8fied.
23448      Branch: perl
23449            ! pod/perlapi.pod toke.c utf8.c
23450 ____________________________________________________________________________
23451 [  8834] By: jhi                                   on 2001/02/18  19:44:25
23452         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
23453              don't warn on magical or overloaded things.
23454      Branch: perl
23455            ! pp_hot.c
23456 ____________________________________________________________________________
23457 [  8833] By: nick                                  on 2001/02/18  19:31:22
23458         Log: Integrate mainline
23459      Branch: perlio
23460           +> t/TestInit.pm t/run/runenv.t
23461            - t/UTEST
23462           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
23463           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
23464           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
23465           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
23466           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
23467           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
23468           !> utf8.c
23469 ____________________________________________________________________________
23470 [  8832] By: jhi                                   on 2001/02/18  19:21:18
23471         Log: Integrate perlio.
23472      Branch: perl
23473           !> perlio.c pod/perldiag.pod
23474 ____________________________________________________________________________
23475 [  8831] By: jhi                                   on 2001/02/18  19:14:20
23476         Log: Integrate change #8827 from mainline.
23477              
23478              UTF8 tweaks.
23479      Branch: maint-5.6/perl
23480           !> sv.c utf8.c
23481 ____________________________________________________________________________
23482 [  8830] By: nick                                  on 2001/02/18  19:10:34
23483         Log: Apply the spirit of patch from Nick Clark:
23484              Subject: [PATCH] Re: extensions that provide layers
23485              From: Nicholas Clark <nick@ccl4.org>
23486              Date: Mon, 12 Feb 2001 16:43:51 +0000
23487              Message-Id: <20010212164350.Q3652@plum.flirble.org>
23488      Branch: perlio
23489            ! perlio.c pod/perldiag.pod
23490 ____________________________________________________________________________
23491 [  8829] By: jhi                                   on 2001/02/18  19:03:25
23492         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
23493              From: schwern@pobox.com 
23494              Date: Sun, 18 Feb 2001 13:44:35 -0500
23495              Message-ID: <20010218134435.A17544@magnonel.guild.net>
23496              
23497              Applied, but as t/TestInit.pm.
23498      Branch: perl
23499            + t/TestInit.pm
23500            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
23501            ! t/op/subst_wamp.t
23502 ____________________________________________________________________________
23503 [  8828] By: jhi                                   on 2001/02/18  18:43:52
23504         Log: Integrate perlio.
23505      Branch: perl
23506           !> perlio.c
23507 ____________________________________________________________________________
23508 [  8827] By: jhi                                   on 2001/02/18  18:41:33
23509         Log: UTF-8 tweaks.
23510      Branch: perl
23511            ! sv.c utf8.c
23512 ____________________________________________________________________________
23513 [  8826] By: nick                                  on 2001/02/18  17:40:59
23514         Log: Fix [ID 20010217.002]
23515              open FOO, "<:raw:perlio", ...
23516              :raw now inserts default base layer below itself.
23517              Also
23518              open FOO, "<:unix", ...
23519              works as well - but leaves buffer layer on stack under the unix layer.
23520      Branch: perlio
23521            ! perlio.c
23522 ____________________________________________________________________________
23523 [  8825] By: jhi                                   on 2001/02/18  17:15:39
23524         Log: Integrate perlio.
23525      Branch: perl
23526           !> perlio.c perliol.h
23527 ____________________________________________________________________________
23528 [  8824] By: jhi                                   on 2001/02/18  17:10:53
23529         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
23530              From: schwern@pobox.com
23531              Date: Sun, 18 Feb 2001 01:48:50 -0500
23532              Message-ID: <20010218014850.C19957@magnonel.guild.net>
23533      Branch: perl
23534            ! lib/Test/Harness.pm t/TEST t/op/chop.t
23535 ____________________________________________________________________________
23536 [  8823] By: jhi                                   on 2001/02/18  17:01:06
23537         Log: Add run/*.t to testables.
23538      Branch: perl
23539            ! t/TEST
23540 ____________________________________________________________________________
23541 [  8822] By: jhi                                   on 2001/02/18  16:58:58
23542         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
23543              From: schwern@pobox.com
23544              Date: Sun, 18 Feb 2001 01:11:35 -0500
23545              Message-ID: <20010218011135.A19957@magnonel.guild.net>
23546              
23547              Revive mjd's and Simon's PERL5OPT fix.
23548      Branch: perl
23549            + t/run/runenv.t
23550            ! MANIFEST perl.c
23551 ____________________________________________________________________________
23552 [  8821] By: jhi                                   on 2001/02/18  16:53:46
23553         Log: Subject: Re: Why t/TEST and not Test::Harness?
23554              From: schwern@pobox.com
23555              Date: Sat, 17 Feb 2001 22:44:44 -0500
23556              Message-ID: <20010217224444.A6679@magnonel.guild.net>
23557              
23558              Replace UTEST with TEST -utf8.
23559      Branch: perl
23560            - t/UTEST
23561            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
23562            ! t/lib/glob-basic.t
23563 ____________________________________________________________________________
23564 [  8820] By: nick                                  on 2001/02/18  13:06:16
23565         Log: Clean up a few core dumps when layers are used in unexpected ways.
23566              (Still not "right"...)
23567      Branch: perlio
23568            ! perlio.c perliol.h
23569 ____________________________________________________________________________
23570 [  8819] By: jhi                                   on 2001/02/18  02:25:55
23571         Log: Integrate change #8818 from maintperl, a FAQ nit.
23572      Branch: perl
23573           !> pod/perlfaq4.pod
23574 ____________________________________________________________________________
23575 [  8818] By: jhi                                   on 2001/02/18  02:24:50
23576         Log: FAQ nit from Chris Fedde.
23577      Branch: maint-5.6/perl
23578            ! pod/perlfaq4.pod
23579 ____________________________________________________________________________
23580 [  8817] By: nick                                  on 2001/02/17  18:20:14
23581         Log: Integrate mainline
23582      Branch: perlio
23583           +> lib/unicode/UCD.html lib/unicode/Unicode.html
23584           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
23585           +> pod/perlclib.pod
23586            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23587            - lib/unicode/Unicode.301
23588           !> (integrate 324 files)
23589 ____________________________________________________________________________
23590 [  8816] By: jhi                                   on 2001/02/17  16:56:58
23591         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
23592      Branch: perl
23593            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23594            ! ext/Storable/Storable.xs t/lib/st-06compat.t
23595            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
23596 ____________________________________________________________________________
23597 [  8815] By: jhi                                   on 2001/02/17  16:40:07
23598         Log: Subject: [patch] -Wall
23599              From: Doug MacEachern <dougm@covalent.net>
23600              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
23601              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
23602      Branch: perl
23603            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
23604            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
23605 ____________________________________________________________________________
23606 [  8814] By: jhi                                   on 2001/02/16  19:27:18
23607         Log: Document qu better.
23608      Branch: perl
23609            ! pod/perlop.pod
23610 ____________________________________________________________________________
23611 [  8813] By: jhi                                   on 2001/02/15  13:54:37
23612         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
23613              From: Hugo <hv@crypt.compulink.co.uk>
23614              Date: Thu, 15 Feb 2001 13:39:49 +0000
23615              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
23616      Branch: perl
23617            ! toke.c
23618 ____________________________________________________________________________
23619 [  8812] By: alanbur                               on 2001/02/15  13:52:16
23620         Log: Resynchronised with parent
23621      Branch: maint-5.6/pureperl
23622            - ebcdic.c
23623           !> (integrate 36 files)
23624 ____________________________________________________________________________
23625 [  8811] By: jhi                                   on 2001/02/15  13:51:16
23626         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
23627              
23628              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
23629              From: Jan Dubois <JanD@ActiveState.com>
23630              Date: Wed, 31 Jan 2001 21:17:03 -0800
23631              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
23632              
23633              tweak change#8659 to keep it simple
23634              
23635              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
23636              From: Russ Allbery <rra@stanford.edu>
23637              Date: 14 Feb 2001 10:15:41 -0800
23638              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
23639              
23640              (8809 empty)
23641
23642              Upgrade to podlators 1.08, from Russ Allbery.
23643      Branch: perl
23644           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
23645           !> utils/perldoc.PL
23646 ____________________________________________________________________________
23647 [  8810] By: jhi                                   on 2001/02/15  13:35:08
23648         Log: Upgrade to podlators 1.08, from Russ Allbery.
23649      Branch: maint-5.6/perl
23650            ! lib/Pod/Man.pm lib/Pod/Text.pm
23651 ____________________________________________________________________________
23652 [  8809] By: jhi                                   on 2001/02/15  13:26:38
23653         Log: (accidentally empty check-in)
23654      Branch: maint-5.6/perl
23655            ! lib/Test/Harness.pm
23656 ____________________________________________________________________________
23657 [  8808] By: jhi                                   on 2001/02/15  13:23:47
23658         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
23659              From: Russ Allbery <rra@stanford.edu>
23660              Date: 14 Feb 2001 10:15:41 -0800
23661              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
23662              
23663              perldoc was hardcoding $Config{installscript}, which breaks
23664              when install* isn't where Perl ends up (such as with AFS).
23665              
23666              Use $Config{scriptdir} instead.
23667      Branch: maint-5.6/perl
23668            ! utils/perldoc.PL
23669 ____________________________________________________________________________
23670 [  8807] By: jhi                                   on 2001/02/14  14:37:27
23671         Log: Update Changes.
23672      Branch: perl
23673            ! Changes patchlevel.h
23674 ____________________________________________________________________________
23675 [  8806] By: jhi                                   on 2001/02/14  14:25:31
23676         Log: Integrate changes #8803,8804,8805 from mainline.
23677              
23678              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
23679              
23680              Don't skip too much of the locale error message if no environ array,
23681              from Chris Nandor.
23682              
23683              More MacOS Classic fixes from Chris Nandor.
23684      Branch: maint-5.6/perl
23685           !> doop.c lib/Cwd.pm perl.c perl.h util.c
23686 ____________________________________________________________________________
23687 [  8805] By: jhi                                   on 2001/02/14  03:29:01
23688         Log: More MacOS Classic fixes from Chris Nandor.
23689      Branch: perl
23690            ! doop.c lib/Cwd.pm
23691 ____________________________________________________________________________
23692 [  8804] By: jhi                                   on 2001/02/14  03:18:35
23693         Log: Don't skip too much of the locale error message if no environ array,
23694              from Chris Nandor.
23695      Branch: perl
23696            ! util.c
23697 ____________________________________________________________________________
23698 [  8803] By: jhi                                   on 2001/02/14  03:14:14
23699         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
23700      Branch: perl
23701            ! perl.c perl.h
23702 ____________________________________________________________________________
23703 [  8802] By: jhi                                   on 2001/02/13  18:31:33
23704         Log: AUTHORS update.
23705      Branch: perl
23706            ! AUTHORS
23707 ____________________________________________________________________________
23708 [  8801] By: jhi                                   on 2001/02/13  17:55:19
23709         Log: Integrate change #8792 from mainline.
23710              
23711              Subject: buncha MacPerl patches for bleadperl
23712              From: Chris Nandor <pudge@pobox.com>
23713              Date: Tue, 13 Feb 2001 00:02:43 -0500
23714              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
23715      Branch: maint-5.6/perl
23716           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23717           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
23718           !> t/lib/basename.t toke.c util.h
23719 ____________________________________________________________________________
23720 [  8800] By: jhi                                   on 2001/02/13  17:46:43
23721         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
23722              to be forced to Off_t.
23723              
23724              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
23725              From: nick@ccl4.org
23726              Date: Thu, 1 Feb 2001 12:01:04 +0000
23727              Message-Id: <20010201120103.E11401@plum.flirble.org>
23728      Branch: maint-5.6/perl
23729            ! iperlsys.h perlio.c
23730 ____________________________________________________________________________
23731 [  8799] By: jhi                                   on 2001/02/13  16:52:51
23732         Log: Duplex duplex hunk hunk.
23733      Branch: maint-5.6/perl
23734            ! Makefile.SH
23735 ____________________________________________________________________________
23736 [  8797] By: jhi                                   on 2001/02/13  14:52:04
23737         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
23738              From: "Craig A. Berry" <craigberry@mac.com>
23739              Date: Mon, 12 Feb 2001 11:05:25 -0600
23740              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
23741      Branch: perl
23742            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
23743 ____________________________________________________________________________
23744 [  8796] By: jhi                                   on 2001/02/13  14:36:47
23745         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
23746              From: simon.cozens@pembroke.oxford.ac.uk 
23747              Date: Sat, 10 Feb 2001 17:57:02 +0000
23748              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
23749              
23750              Now it does include.
23751      Branch: perl
23752            ! pod/perldiag.pod
23753 ____________________________________________________________________________
23754 [  8795] By: jhi                                   on 2001/02/13  14:30:11
23755         Log: Sort the MANIFEST.
23756      Branch: perl
23757            ! MANIFEST
23758 ____________________________________________________________________________
23759 [  8794] By: jhi                                   on 2001/02/13  14:26:51
23760         Log: Integrate change #8793 from mainline, FAQ updates.
23761      Branch: maint-5.6/perl
23762           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
23763 ____________________________________________________________________________
23764 [  8793] By: jhi                                   on 2001/02/13  14:25:13
23765         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
23766      Branch: perl
23767            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
23768 ____________________________________________________________________________
23769 [  8792] By: jhi                                   on 2001/02/13  14:22:50
23770         Log: Subject: buncha MacPerl patches for bleadperl
23771              From: Chris Nandor <pudge@pobox.com>
23772              Date: Tue, 13 Feb 2001 00:02:43 -0500
23773              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
23774      Branch: perl
23775            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23776            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
23777            ! t/lib/basename.t toke.c util.h
23778 ____________________________________________________________________________
23779 [  8791] By: jhi                                   on 2001/02/13  14:10:39
23780         Log: Integrate change #8790 from mainline.
23781              
23782              environ array wrongly assumed in Perl_init_i18nl10n(),
23783      Branch: maint-5.6/perl
23784           !> util.c
23785 ____________________________________________________________________________
23786 [  8790] By: jhi                                   on 2001/02/13  14:06:15
23787         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
23788              noticed by Chris Nandor in MacOS Classic.
23789      Branch: perl
23790            ! util.c
23791 ____________________________________________________________________________
23792 [  8789] By: jhi                                   on 2001/02/13  13:58:07
23793         Log: Integrate changes #8373,8487,8544,8783 from mainline.
23794              
23795              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
23796              hints files, the dynaloading, assimilate ebcdic into util.c.
23797      Branch: maint-5.6/perl
23798            - ebcdic.c
23799            ! MANIFEST hints/posix-bc.sh
23800           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
23801           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
23802           !> perlapi.c proto.h util.c
23803 ____________________________________________________________________________
23804 [  8788] By: alanbur                               on 2001/02/13  10:33:13
23805         Log: Integrated changes from maint-5.6
23806      Branch: maint-5.6/pureperl
23807           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
23808           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
23809           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23810           !> vos/config.ga.h vos/configure_perl.cm
23811 ____________________________________________________________________________
23812 [  8787] By: jhi                                   on 2001/02/13  05:56:36
23813         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
23814      Branch: perl
23815           !> Makefile.SH
23816 ____________________________________________________________________________
23817 [  8786] By: jhi                                   on 2001/02/13  05:54:34
23818         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
23819              From: Dorner Thomas <Thomas.Dorner@start.de>
23820              Date: Mon, 12 Feb 2001 15:06:26 +0100
23821              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
23822      Branch: maint-5.6/perl
23823            ! Makefile.SH
23824 ____________________________________________________________________________
23825 [  8785] By: jhi                                   on 2001/02/13  05:29:04
23826         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
23827      Branch: perl
23828           !> hints/openbsd.sh
23829 ____________________________________________________________________________
23830 [  8784] By: jhi                                   on 2001/02/13  02:25:24
23831         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
23832              From: Peter Prymmer <pvhp@forte.com>
23833              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
23834              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
23835      Branch: perl
23836            ! pod/perlclib.pod
23837 ____________________________________________________________________________
23838 [  8783] By: jhi                                   on 2001/02/13  02:22:36
23839         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
23840      Branch: perl
23841            - ebcdic.c
23842            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
23843            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
23844            ! util.c
23845 ____________________________________________________________________________
23846 [  8782] By: jhi                                   on 2001/02/13  02:00:07
23847         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
23848      Branch: maint-5.6/perl
23849            ! pod/perlport.pod
23850 ____________________________________________________________________________
23851 [  8781] By: jhi                                   on 2001/02/13  01:58:44
23852         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
23853      Branch: maint-5.6/perl
23854            ! hints/openbsd.sh
23855 ____________________________________________________________________________
23856 [  8780] By: jhi                                   on 2001/02/13  01:57:33
23857         Log: Synchronize the regexp tests between maintperl and mainline.
23858      Branch: maint-5.6/perl
23859           !> t/op/re_tests
23860 ____________________________________________________________________________
23861 [  8779] By: jhi                                   on 2001/02/13  01:49:35
23862         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
23863              From: Hugo <hv@crypt.compulink.co.uk>
23864              Date: Tue, 13 Feb 2001 00:11:11 +0000
23865              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
23866      Branch: perl
23867            ! regcomp.c t/op/re_tests
23868 ____________________________________________________________________________
23869 [  8778] By: jhi                                   on 2001/02/13  00:23:10
23870         Log: Comments do not nest.
23871      Branch: perl
23872            ! perl.h
23873 ____________________________________________________________________________
23874 [  8777] By: jhi                                   on 2001/02/13  00:17:54
23875         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
23876              From: Hugo <hv@crypt.compulink.co.uk>
23877              Date: Tue, 13 Feb 2001 00:11:11 +0000
23878              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
23879      Branch: maint-5.6/perl
23880            ! regcomp.c t/op/re_tests
23881 ____________________________________________________________________________
23882 [  8776] By: jhi                                   on 2001/02/12  23:25:52
23883         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
23884      Branch: maint-5.6/perl
23885            ! pod/perlport.pod
23886 ____________________________________________________________________________
23887 [  8775] By: jhi                                   on 2001/02/12  23:04:28
23888         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
23889      Branch: maint-5.6/perl
23890            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
23891            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23892            ! vos/configure_perl.cm
23893 ____________________________________________________________________________
23894 [  8774] By: jhi                                   on 2001/02/12  22:59:11
23895         Log: Subject: Re: [patch] context for 'U' magic functions
23896              From: Doug MacEachern <dougm@covalent.net>
23897              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
23898              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
23899              
23900              plus the suggestion by Nick Ing-Simmons to name the macro
23901              as PERL_MG_UFUNC to avoid namespace pollution, plus add
23902              the advice by Doug for XS writers to perl.h
23903      Branch: perl
23904            ! mg.c perl.h
23905 ____________________________________________________________________________
23906 [  8773] By: jhi                                   on 2001/02/11  20:14:12
23907         Log: Update Changes.
23908      Branch: perl
23909            ! Changes patchlevel.h
23910 ____________________________________________________________________________
23911 [  8772] By: jhi                                   on 2001/02/11  18:47:52
23912         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
23913              From: Simon Cozens <simon@cozens.net>
23914              Date: Wed, 31 Jan 2001 16:31:43 +0000
23915              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
23916      Branch: perl
23917            + pod/perlclib.pod
23918            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
23919            ! pod/perltoc.pod
23920 ____________________________________________________________________________
23921 [  8771] By: jhi                                   on 2001/02/11  18:36:48
23922         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
23923              
23924              Blocks-4d3.beta.txt
23925              CaseFolding-3d4.beta.txt
23926              CompositionExclusions-3d6.beta.txt
23927              EastAsianWidth-4d4.beta.txt
23928              LineBreak-6d3.beta.txt
23929              NamesList-3.1.0d1.beta.txt
23930              PropList-3.1.0d4.beta.txt
23931              SpecialCasing-4d1.beta.txt
23932              UnicodeData-3.1.0d6.beta.txt
23933      Branch: perl
23934            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
23935           +> lib/unicode/UCD.html lib/unicode/Unicode.html
23936            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23937            - lib/unicode/Unicode.301
23938            ! (edit 257 files)
23939 ____________________________________________________________________________
23940 [  8770] By: jhi                                   on 2001/02/11  17:26:22
23941         Log: UTF-8 documentation.
23942      Branch: perl
23943            ! utf8.h
23944 ____________________________________________________________________________
23945 [  8769] By: jhi                                   on 2001/02/11  17:12:49
23946         Log: Retract #8762.
23947      Branch: perl
23948            ! regexec.c
23949 ____________________________________________________________________________
23950 [  8768] By: jhi                                   on 2001/02/11  16:54:45
23951         Log: Subject: [PATCH] Test::Harness
23952              From: andreas.koenig@anima.de (Andreas J. Koenig)
23953              Date: 11 Feb 2001 14:37:00 +0100
23954              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
23955      Branch: perl
23956            ! lib/Test/Harness.pm
23957 ____________________________________________________________________________
23958 [  8767] By: jhi                                   on 2001/02/11  16:53:52
23959         Log: Subject: [PATCH] Document makepatch in Porting/patching
23960              From: andreas.koenig@anima.de (Andreas J. Koenig)
23961              Date: 11 Feb 2001 16:46:28 +0100
23962              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
23963      Branch: perl
23964            ! Porting/patching.pod
23965 ____________________________________________________________________________
23966 [  8766] By: jhi                                   on 2001/02/11  06:30:23
23967         Log: Subject: Re: [patch] GvSHARED
23968              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
23969              From: Doug MacEachern <dougm@covalent.net>
23970              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
23971              
23972              Subject: Re: [patch] GvSHARED
23973              From: Doug MacEachern <dougm@covalent.net>
23974              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
23975              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
23976              
23977              Subject: [patch] attributes.pm support for `shared'
23978              From: Doug MacEachern <dougm@covalent.net>
23979              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
23980              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
23981              
23982              our() attributes were ignored, our :shared pieces missing,
23983              allow attributes.pm to turn on shared.
23984      Branch: perl
23985            ! op.c t/op/attrs.t toke.c xsutils.c
23986 ____________________________________________________________________________
23987 [  8765] By: alanbur                               on 2001/02/10  23:11:19
23988         Log: Resync with parent (hopefully sucessfully this time)
23989      Branch: maint-5.6/pureperl
23990           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
23991           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
23992           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23993           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23994           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23995           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23996           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
23997 ____________________________________________________________________________
23998 [  8764] By: jhi                                   on 2001/02/10  22:54:38
23999         Log: Make TEST and UTEST more verbose in case something goes
24000              wrong in running/compiling a script, suggested by Doug
24001              MacEachern.
24002      Branch: perl
24003            ! t/TEST t/UTEST
24004 ____________________________________________________________________________
24005 [  8763] By: jhi                                   on 2001/02/10  22:11:34
24006         Log: Bogus shebang.
24007      Branch: perl
24008            ! t/lib/texttabs.t
24009 ____________________________________________________________________________
24010 [  8762] By: jhi                                   on 2001/02/10  21:56:02
24011         Log: (Retracted by #8769)
24012      Branch: perl
24013            ! regexec.c
24014 ____________________________________________________________________________
24015 [  8761] By: jhi                                   on 2001/02/10  21:26:15
24016         Log: Subject: Re: [patch] GvSHARED 
24017              From: Doug MacEachern <dougm@covalent.net>
24018              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
24019              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
24020              
24021              our @EXPORT : shared = (...);
24022      Branch: perl
24023            ! toke.c
24024 ____________________________________________________________________________
24025 [  8760] By: jhi                                   on 2001/02/10  21:25:07
24026         Log: Subject: [patch] GvSHARED
24027              From: Doug MacEachern <dougm@covalent.net>
24028              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
24029              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
24030      Branch: perl
24031            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
24032 ____________________________________________________________________________
24033 [  8759] By: alanbur                               on 2001/02/10  21:24:27
24034         Log: Backed out mismerge.
24035      Branch: maint-5.6/pureperl
24036            ! MANIFEST README.hpux README.vmesa gv.c installhtml
24037            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
24038            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24039            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24040            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24041            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24042            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
24043 ____________________________________________________________________________
24044 [  8758] By: jhi                                   on 2001/02/10  18:01:17
24045         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
24046              
24047              Fixed UMRs and leak in Perl_pmtrans()
24048              
24049              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24050              associated UTFied tr/// code.  Also fixed scoping leak of
24051              PL_reg_start_tmp.
24052              
24053              newATTRSUB leaks when an attempt to redefine the active sort sub is
24054              made.
24055      Branch: maint-5.6/perl
24056           !> op.c regcomp.c
24057 ____________________________________________________________________________
24058 [  8757] By: alanbur                               on 2001/02/10  17:56:46
24059         Log: Resynchronised with parent
24060      Branch: maint-5.6/pureperl
24061           +> README.bs2000
24062            - README.posix-bc
24063            ! gv.c perl.c sv.c
24064           !> MANIFEST README.hpux README.vmesa installhtml
24065           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
24066           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24067           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24068           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24069           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24070           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
24071 ____________________________________________________________________________
24072 [  8756] By: alanbur                               on 2001/02/10  17:51:15
24073         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
24074              made.
24075      Branch: maint-5.6/pureperl
24076            ! op.c
24077 ____________________________________________________________________________
24078 [  8755] By: jhi                                   on 2001/02/09  22:41:35
24079         Log: Upgrade to CPAN 1.59_54, from Andreas König.
24080      Branch: perl
24081            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24082 ____________________________________________________________________________
24083 [  8754] By: jhi                                   on 2001/02/09  22:29:20
24084         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
24085              
24086              Didn't upgrade the fill.t since it has a dependency to File::Slurp
24087              purely for debugging purposes, the actual test hasn't changed.
24088      Branch: perl
24089            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
24090            ! t/lib/textwrap.t
24091 ____________________________________________________________________________
24092 [  8753] By: jhi                                   on 2001/02/09  20:17:50
24093         Log: Integrate change #8682 from maintperl.
24094              
24095              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
24096              to work correctly.
24097      Branch: perl
24098           !> hints/irix_6.sh
24099 ____________________________________________________________________________
24100 [  8752] By: jhi                                   on 2001/02/09  20:00:46
24101         Log: Update Changes.
24102      Branch: perl
24103            ! Changes patchlevel.h
24104 ____________________________________________________________________________
24105 [  8751] By: nick                                  on 2001/02/09  19:48:37
24106         Log: Integrate mainline
24107      Branch: perlio
24108           +> README.bs2000 t/lib/cgi-esc.t
24109            - README.posix-bc
24110           !> (integrate 53 files)
24111 ____________________________________________________________________________
24112 [  8750] By: nick                                  on 2001/02/09  19:25:16
24113         Log: Subject: RE: Biannual Competition to Improve Hashing Function
24114              From: Fisher Mark <fisherm@tce.com>
24115              Date: Thu, 8 Feb 2001 10:44:00 -0500
24116              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
24117              Date: Thu, 8 Feb 2001 15:02:47 -0500
24118              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
24119      Branch: perl
24120            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
24121 ____________________________________________________________________________
24122 [  8749] By: jhi                                   on 2001/02/09  19:02:35
24123         Log: Forgotten fragment.
24124      Branch: perl
24125            ! pod/perlapi.pod
24126 ____________________________________________________________________________
24127 [  8748] By: jhi                                   on 2001/02/09  18:31:34
24128         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
24129              plus manual tweakage.
24130              
24131              Sync the perlfaq2 between mainline and maintperl.
24132      Branch: maint-5.6/perl
24133            ! pod/perlfaq2.pod
24134      Branch: perl
24135           !> pod/perlfaq2.pod
24136 ____________________________________________________________________________
24137 [  8747] By: jhi                                   on 2001/02/09  18:12:04
24138         Log: Subject: versiononly and installperl
24139              From: abigail@foad.org
24140              Date: Wed, 7 Feb 2001 22:43:12 +0100
24141              Message-ID: <20010207214312.7045.qmail@foad.org>    
24142              
24143              Add +v flag to force a normal install of the perl binary
24144              and the utilities.
24145              
24146              Subject: [PATCH] installperl
24147              From: Nicholas Clark <nick@ccl4.org>
24148              Date: Fri, 9 Feb 2001 16:28:57 +0000
24149              Message-ID: <20010209162857.B10931@plum.flirble.org>
24150              
24151              Add -A flag which also hardlinks the binary with
24152              the full architecture name.
24153      Branch: perl
24154            ! installperl
24155 ____________________________________________________________________________
24156 [  8746] By: jhi                                   on 2001/02/09  18:03:43
24157         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
24158              
24159              Subject: perlfaq2, re: perlmongers
24160              
24161              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
24162              
24163              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
24164              
24165              Subject: [ID 20010205.001] typo in perlfaq9
24166              
24167              Subject: [ID 20010208.002] unordered explanation in perlcall
24168      Branch: maint-5.6/perl
24169           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24170           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
24171           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
24172 ____________________________________________________________________________
24173 [  8745] By: jhi                                   on 2001/02/09  17:59:09
24174         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
24175              From: abela@geneanet.org
24176              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
24177              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
24178      Branch: perl
24179            ! pod/perlcall.pod
24180 ____________________________________________________________________________
24181 [  8744] By: jhi                                   on 2001/02/09  17:48:16
24182         Log: Subject: [ID 20010205.001] typo in perlfaq9
24183              From: eserte@vran.herceg.de
24184              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
24185              Message-Id: <200102042244.XAA21926@vran.herceg.de>
24186      Branch: perl
24187            ! pod/perlfaq9.pod
24188 ____________________________________________________________________________
24189 [  8743] By: jhi                                   on 2001/02/09  17:25:12
24190         Log: Integrate change #8695 from maintperl.
24191              
24192              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
24193      Branch: perl
24194           !> thread.h
24195 ____________________________________________________________________________
24196 [  8742] By: jhi                                   on 2001/02/09  17:21:22
24197         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
24198              From: Andy Dougherty <doughera@lafayette.edu>
24199              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
24200              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
24201      Branch: perl
24202            ! embed.pl
24203 ____________________________________________________________________________
24204 [  8741] By: jhi                                   on 2001/02/09  17:05:19
24205         Log: Integrate changes #8738,8739,8740 from maintperl.
24206              
24207              Html files will be installed in a more logical and easier to
24208              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
24209              
24210              Html files will be generated with a header to make them look
24211              a little less bare.
24212              
24213              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
24214      Branch: perl
24215           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
24216 ____________________________________________________________________________
24217 [  8740] By: jhi                                   on 2001/02/09  17:03:46
24218         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
24219              From: "Brendan O'Dea" <bod@compusol.com.au>
24220              Date: Sun, 4 Feb 2001 11:17:56 +1100
24221              Message-ID: <20010204111756.A16301@compusol.com.au>
24222      Branch: maint-5.6/perl
24223            ! pod/perlfaq3.pod
24224 ____________________________________________________________________________
24225 [  8739] By: jhi                                   on 2001/02/09  17:01:59
24226         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
24227              From: "Indy Singh" <indy@nusphere.com>
24228              Date: Fri, 2 Feb 2001 15:09:59 -0500
24229              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
24230              
24231              Html files will be generated with a header to make them look
24232              a little less bare.
24233      Branch: maint-5.6/perl
24234            ! installhtml
24235 ____________________________________________________________________________
24236 [  8738] By: jhi                                   on 2001/02/09  16:58:48
24237         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
24238              From: "Indy Singh" <indy@nusphere.com>
24239              Date: Fri, 2 Feb 2001 15:08:23 -0500
24240              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
24241              
24242              Html files will be installed in a more logical and easier to
24243              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
24244      Branch: maint-5.6/perl
24245            ! win32/Makefile win32/makefile.mk
24246 ____________________________________________________________________________
24247 [  8737] By: jhi                                   on 2001/02/09  16:46:54
24248         Log: Integrate changes #8687,8736 from maintperl.
24249              
24250              HP-UX thread patches from Merijn H. Brand.
24251              
24252              Latin nit from Philip Newton.
24253      Branch: perl
24254           !> README.hpux hints/hpux.sh
24255 ____________________________________________________________________________
24256 [  8736] By: jhi                                   on 2001/02/09  16:42:31
24257         Log: Latin nit from Philip Newton.
24258      Branch: maint-5.6/perl
24259            ! README.hpux
24260 ____________________________________________________________________________
24261 [  8735] By: jhi                                   on 2001/02/09  16:24:03
24262         Log: Integrate changes #8704,8710 from pureperl.
24263              
24264              Fixed UMRs and leak in Perl_pmtrans()
24265              
24266              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24267              associated UTFied tr/// code.  Also fixed scoping leak of
24268              PL_reg_start_tmp.
24269      Branch: perl
24270           !> op.c regcomp.c
24271 ____________________________________________________________________________
24272 [  8734] By: jhi                                   on 2001/02/09  15:40:21
24273         Log: Integrate change #8733 from maintperl.
24274              
24275              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
24276      Branch: perl
24277           !> pod/perlre.pod
24278 ____________________________________________________________________________
24279 [  8733] By: jhi                                   on 2001/02/09  15:35:47
24280         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
24281              From: Prymmer/Kahn <pvhp@best.com>
24282              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
24283              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
24284      Branch: maint-5.6/perl
24285            ! pod/perlre.pod
24286 ____________________________________________________________________________
24287 [  8732] By: jhi                                   on 2001/02/09  15:26:17
24288         Log: Rename README.posix-bc to README.bs2000 (to avoid the
24289              confusion of a "perlposix-bc.pod"), add a few missing
24290              arch pods, regen toc.
24291      Branch: maint-5.6/perl
24292           +> README.bs2000
24293            - README.posix-bc
24294            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24295            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24296 ____________________________________________________________________________
24297 [  8731] By: jhi                                   on 2001/02/09  15:23:39
24298         Log: De-cut-and-pasto.
24299      Branch: perl
24300            ! pod/perl.pod
24301 ____________________________________________________________________________
24302 [  8730] By: jhi                                   on 2001/02/09  15:11:13
24303         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
24304              when people think that perlposix-bc.pod tells anything about
24305              Perl and POSIX.  Regen toc.
24306      Branch: perl
24307           +> README.bs2000
24308            - README.posix-bc
24309            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24310            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24311 ____________________________________________________________________________
24312 [  8729] By: jhi                                   on 2001/02/09  14:52:28
24313         Log: The README.vmesa part of #8712 from maintperl.
24314      Branch: perl
24315            ! README.vmesa
24316 ____________________________________________________________________________
24317 [  8728] By: jhi                                   on 2001/02/09  14:46:06
24318         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
24319              From: Peter Prymmer <pvhp@forte.com>
24320              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
24321              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
24322      Branch: maint-5.6/perl
24323            ! README.vmesa win32/Makefile win32/makefile.mk
24324 ____________________________________________________________________________
24325 [  8727] By: jhi                                   on 2001/02/09  14:33:25
24326         Log: Integrate change #8712 from mainline.
24327              
24328              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
24329      Branch: maint-5.6/perl
24330           !> lib/Pod/Find.pm
24331 ____________________________________________________________________________
24332 [  8726] By: jhi                                   on 2001/02/09  14:30:28
24333         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
24334              From: Peter Prymmer <pvhp@forte.com>
24335              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
24336              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
24337      Branch: perl
24338            + t/lib/cgi-esc.t
24339            ! MANIFEST lib/CGI/Util.pm
24340 ____________________________________________________________________________
24341 [  8725] By: jhi                                   on 2001/02/09  04:56:47
24342         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
24343      Branch: maint-5.6/perl
24344            ! pod/perlport.pod
24345 ____________________________________________________________________________
24346 [  8724] By: jhi                                   on 2001/02/09  04:40:59
24347         Log: Integrate changes 7819,7820 from vmsperl into mainline.
24348              
24349              Add header for LIB$ prototypes (C. Berry)
24350              
24351              Convert fwrite()s to sockets to write()s, since some socket stacks
24352              don't take kindly to stdio.
24353              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24354              (for often optional LNMs)
24355              Correct a few typos
24356              (C. Bailey)
24357      Branch: perl
24358           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
24359 ____________________________________________________________________________
24360 [  8723] By: jhi                                   on 2001/02/09  03:29:29
24361         Log: Integrate change #8722 from mainline.
24362              
24363              The Im() function wasn't returning zero for non-Math::Complex
24364              arguments.  The bug reported by John Gamble.
24365      Branch: maint-5.6/perl
24366           !> lib/Math/Complex.pm
24367 ____________________________________________________________________________
24368 [  8722] By: jhi                                   on 2001/02/09  03:28:33
24369         Log: The Im() function wasn't returning zero for non-Math::Complex
24370              arguments.  The bug reported by John Gamble.
24371      Branch: perl
24372            ! lib/Math/Complex.pm
24373 ____________________________________________________________________________
24374 [  8721] By: nick                                  on 2001/02/08  22:11:35
24375         Log: Correct the correction :-(
24376      Branch: perl
24377            ! perl.c
24378 ____________________________________________________________________________
24379 [  8720] By: bailey                                on 2001/02/08  20:59:22
24380         Log: Convert frwite()s to sockets to write()s, since some socket stacks
24381              don't take kindly to stdio.
24382              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24383              (for often optional LNMs)
24384              Correct a few typos
24385              (C. Bailey)
24386      Branch: vmsperl
24387            ! vms/vms.c vms/vmsish.h
24388 ____________________________________________________________________________
24389 [  8719] By: bailey                                on 2001/02/08  20:51:02
24390         Log: Add header for LIB$ prototypes (C. Berry)
24391      Branch: vmsperl
24392            ! ext/Devel/DProf/DProf.xs
24393 ____________________________________________________________________________
24394 [  8718] By: bailey                                on 2001/02/08  20:49:00
24395         Log: SYN SYN
24396      Branch: vmsperl
24397           +> pod/perliol.pod t/lib/sample-tests/bailout
24398           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
24399           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
24400           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
24401           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
24402           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
24403           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
24404            - lib/unicode/Is/DCinital.pl
24405           !> (integrate 101 files)
24406 ____________________________________________________________________________
24407 [  8717] By: nick                                  on 2001/02/08  19:38:48
24408         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
24409              From: Robin Barker <rmb1@cise.npl.co.uk>
24410              Date: Thu, 8 Feb 2001 14:38:07 GMT
24411              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
24412      Branch: perl
24413            ! lib/CPAN.pm
24414 ____________________________________________________________________________
24415 [  8716] By: nick                                  on 2001/02/08  19:29:07
24416         Log: Generated files form 8713 etc.
24417      Branch: perl
24418            ! embed.h global.sym objXSUB.h perlapi.c proto.h
24419 ____________________________________________________________________________
24420 [  8715] By: nick                                  on 2001/02/08  19:26:08
24421         Log: Fixup non-ithread build after 8713
24422      Branch: perl
24423            ! perl.c
24424 ____________________________________________________________________________
24425 [  8714] By: nick                                  on 2001/02/08  19:17:45
24426         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
24427              From: nick@ccl4.org
24428              Date: Wed, 7 Feb 2001 00:27:47 +0000
24429              Message-Id: <20010207002747.B63724@plum.flirble.org>
24430      Branch: perl
24431            ! sv.c toke.c
24432 ____________________________________________________________________________
24433 [  8713] By: nick                                  on 2001/02/08  19:15:58
24434         Log: Subject: Re: [patch] Re: PL_ptr_table
24435              From: Doug Maceachern <dougm@covalent.net>
24436              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
24437              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
24438      Branch: perl
24439            ! embed.pl perl.c sv.c sv.h
24440 ____________________________________________________________________________
24441 [  8712] By: nick                                  on 2001/02/08  19:12:47
24442         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
24443              From: Peter Prymmer <pvhp@forte.com>
24444              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
24445              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
24446      Branch: perl
24447            ! lib/Pod/Find.pm
24448 ____________________________________________________________________________
24449 [  8711] By: nick                                  on 2001/02/07  21:06:11
24450         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
24451              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
24452              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24453              Date: Tue, 06 Feb 2001 23:37:01 +0000
24454              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
24455      Branch: perl
24456            ! regcomp.c
24457 ____________________________________________________________________________
24458 [  8710] By: alanbur                               on 2001/02/07  00:22:04
24459         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24460              associated UTFied tr/// code.  Also fixed scoping leak of
24461              PL_reg_start_tmp.
24462      Branch: maint-5.6/pureperl
24463            ! op.c regcomp.c
24464 ____________________________________________________________________________
24465 [  8709] By: nick                                  on 2001/02/06  21:16:49
24466         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
24467              From: Michael G Schwern <schwern@pobox.com>
24468              Date: Sun, 4 Feb 2001 19:47:14 -0500
24469              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
24470      Branch: perl
24471            ! pod/perlapi.pod pod/perlmodlib.PL
24472 ____________________________________________________________________________
24473 [  8708] By: nick                                  on 2001/02/06  20:41:20
24474         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
24475              From: Michael G Schwern <schwern@pobox.com>
24476              Date: Sun, 4 Feb 2001 21:17:49 -0500
24477              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
24478      Branch: perl
24479            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
24480            ! pod/perltootc.pod
24481 ____________________________________________________________________________
24482 [  8707] By: nick                                  on 2001/02/06  20:29:11
24483         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
24484              From: Michael G Schwern <schwern@pobox.com>
24485              Date: Tue, 6 Feb 2001 05:54:30 -0500
24486              Message-Id: <20010206055430.A951@blackrider.aocn.com>
24487      Branch: perl
24488            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
24489 ____________________________________________________________________________
24490 [  8706] By: nick                                  on 2001/02/06  20:21:40
24491         Log: Subject: RE: some win32 fixes
24492              Date: Tue, 6 Feb 2001 09:23:20 +0300
24493              From: Vadim Konovalov <vkonovalov@lucent.com>
24494              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
24495      Branch: perl
24496            ! toke.c win32/Makefile win32/config.bc win32/config.gc
24497            ! win32/config.vc win32/config_H.bc win32/makefile.mk
24498 ____________________________________________________________________________
24499 [  8705] By: alanbur                               on 2001/02/06  15:00:03
24500         Log: Synchronised with parent
24501      Branch: maint-5.6/pureperl
24502            ! regexec.c
24503           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
24504           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
24505 ____________________________________________________________________________
24506 [  8704] By: alanbur                               on 2001/02/06  14:55:24
24507         Log: Fixed UMRs and leak in Perl_pmtrans()
24508      Branch: maint-5.6/pureperl
24509            ! op.c
24510 ____________________________________________________________________________
24511 [  8703] By: gsar                                  on 2001/02/06  02:29:37
24512         Log: $(MAKE) distclean doesn't clean up properly on windows
24513      Branch: maint-5.6/perl
24514            ! win32/Makefile win32/makefile.mk
24515 ____________________________________________________________________________
24516 [  8702] By: gsar                                  on 2001/02/06  01:00:46
24517         Log: tweak change#8659 to keep it simple
24518      Branch: maint-5.6/perl
24519            ! utils/perldoc.PL
24520 ____________________________________________________________________________
24521 [  8701] By: gsar                                  on 2001/02/05  22:45:41
24522         Log: change#8693 was missing testsuite changes
24523      Branch: maint-5.6/perl
24524           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
24525 ____________________________________________________________________________
24526 [  8700] By: nick                                  on 2001/02/05  20:32:52
24527         Log: Integrate mainline
24528      Branch: perlio
24529           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
24530           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
24531           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
24532           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
24533           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
24534           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
24535           +> t/lib/test-harness.t
24536           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
24537           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
24538           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
24539           !> pod/perlutil.pod t/TEST utils/h2xs.PL
24540 ____________________________________________________________________________
24541 [  8699] By: nick                                  on 2001/02/05  19:41:07
24542         Log: Subject: perlfaq2, re: perlmongers
24543              From: David H. Adler <dha@panix.com>
24544              Date: Sun, 4 Feb 2001 23:48:23 -0500
24545              Message-Id: <20010204234823.A13429@panix.com>
24546      Branch: perl
24547            ! pod/perlfaq2.pod
24548 ____________________________________________________________________________
24549 [  8698] By: nick                                  on 2001/02/05  19:39:31
24550         Log: Missed file f#rom the testharness mess.
24551      Branch: perl
24552            + t/lib/test-harness.t
24553 ____________________________________________________________________________
24554 [  8697] By: nick                                  on 2001/02/05  19:37:21
24555         Log: Subject: [DOC PATCH] overload.pm nits
24556              From: John Tobey <jtobey@john-edwin-tobey.org>
24557              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
24558              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
24559      Branch: perl
24560            ! lib/overload.pm
24561 ____________________________________________________________________________
24562 [  8696] By: alanbur                               on 2001/02/05  11:56:00
24563         Log: Sync with parent
24564      Branch: maint-5.6/pureperl
24565           !> thread.h
24566 ____________________________________________________________________________
24567 [  8695] By: gsar                                  on 2001/02/05  03:27:34
24568         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
24569      Branch: maint-5.6/perl
24570            ! thread.h
24571 ____________________________________________________________________________
24572 [  8694] By: alanbur                               on 2001/02/05  00:07:47
24573         Log: Initial branch creation from //depot/maint-5.6/perl
24574      Branch: maint-5.6/pureperl
24575           +> (branch 1719 files)
24576 ____________________________________________________________________________
24577 [  8693] By: gsar                                  on 2001/02/04  22:38:49
24578         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
24579              changes)
24580      Branch: maint-5.6/perl
24581           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24582           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
24583           !> ext/DB_File/version.c
24584 ____________________________________________________________________________
24585 [  8692] By: nick                                  on 2001/02/04  18:15:57
24586         Log: The missed t/TEST part of the grand testharness upgrade.
24587      Branch: perl
24588            ! t/TEST
24589 ____________________________________________________________________________
24590 [  8691] By: nick                                  on 2001/02/04  18:05:17
24591         Log: New improved test harness
24592              Subject: Re: [PATCH Test::Harness] Third time's a charm?
24593              From: Michael G Schwern <schwern@pobox.com>
24594              Date: Sun, 4 Feb 2001 08:01:20 -0500
24595              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
24596      Branch: perl
24597            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
24598            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
24599            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
24600            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
24601            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
24602            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
24603            ! MANIFEST lib/Test/Harness.pm
24604 ____________________________________________________________________________
24605 [  8690] By: nick                                  on 2001/02/04  17:57:51
24606         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
24607              From: Jonathan Stowe <gellyfish@gellyfish.com>
24608              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
24609              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
24610      Branch: perl
24611            ! utils/h2xs.PL
24612 ____________________________________________________________________________
24613 [  8689] By: nick                                  on 2001/02/04  17:55:24
24614         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
24615              From: Michael G Schwern <schwern@pobox.com>
24616              Date: Sat, 3 Feb 2001 22:46:38 -0500
24617              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
24618      Branch: perl
24619            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
24620            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
24621 ____________________________________________________________________________
24622 [  8688] By: nick                                  on 2001/02/04  17:43:55
24623         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
24624              length byfailing to spot lack of closing )
24625              From: nick@talking.bollo.cx
24626              Date: Sat, 03 Feb 2001 23:53:16 +0000
24627              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
24628      Branch: perl
24629            ! perlio.c pod/perldiag.pod
24630 ____________________________________________________________________________
24631 [  8687] By: jhi                                   on 2001/02/03  17:11:42
24632         Log: HP-UX thread patches from Merijn H. Brand.
24633      Branch: maint-5.6/perl
24634            ! README.hpux hints/hpux.sh
24635 ____________________________________________________________________________
24636 [  8686] By: jhi                                   on 2001/02/03  16:40:12
24637         Log: Metaconfig changes for #8685.
24638      Branch: metaconfig
24639            ! U/installdirs/instubperl.U
24640      Branch: metaconfig/U/perl
24641            ! Devel.U versiononly.U
24642 ____________________________________________________________________________
24643 [  8685] By: jhi                                   on 2001/02/03  16:39:49
24644         Log: For -Dusedevel builds turn off installusrbinperl and turn on
24645              versiononly, a combined idea of Richard Soderberg and Merijn
24646              H. Brand.  You can still override both of these from the command
24647              line if you need to, -Dinstallusrbinperl and -Uversiononly.
24648      Branch: perl
24649            ! Configure
24650 ____________________________________________________________________________
24651 [  8684] By: jhi                                   on 2001/02/03  16:16:34
24652         Log: Metaconfig unit fix for #8683.
24653      Branch: metaconfig
24654            ! U/compline/nblock_io.U
24655 ____________________________________________________________________________
24656 [  8683] By: jhi                                   on 2001/02/03  16:16:12
24657         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
24658              reported by Peter Prymmer for 5.6-TRIAL1.
24659      Branch: perl
24660            ! Configure
24661 ____________________________________________________________________________
24662 [  8682] By: jhi                                   on 2001/02/03  05:52:11
24663         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
24664              to work correctly.
24665      Branch: maint-5.6/perl
24666            ! hints/irix_6.sh
24667 ____________________________________________________________________________
24668 [  8681] By: jhi                                   on 2001/02/03  05:47:33
24669         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
24670      Branch: maint-5.6/perl
24671            ! pod/perlport.pod
24672 ____________________________________________________________________________
24673 [  8680] By: jhi                                   on 2001/02/02  21:39:49
24674         Log: perlport update from Peter Prymmer.
24675      Branch: maint-5.6/perl
24676            ! pod/perlport.pod
24677 ____________________________________________________________________________
24678 [  8679] By: nick                                  on 2001/02/02  20:50:48
24679         Log: Integrate mainline
24680      Branch: perlio
24681           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
24682           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
24683           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
24684 ____________________________________________________________________________
24685 [  8678] By: gsar                                  on 2001/02/02  16:02:12
24686         Log: note about bincompat, slightly modified (from Lupe Christoph)
24687      Branch: maint-5.6/perl
24688            ! README.solaris
24689 ____________________________________________________________________________
24690 [  8677] By: jhi                                   on 2001/02/02  15:46:20
24691         Log: Supported platforms updates.
24692      Branch: maint-5.6/perl
24693            ! pod/perlport.pod
24694 ____________________________________________________________________________
24695 [  8676] By: jhi                                   on 2001/02/02  03:41:26
24696         Log: A couple more perlfaq2 tweaks.
24697      Branch: maint-5.6/perl
24698            ! pod/perlfaq2.pod
24699 ____________________________________________________________________________
24700 [  8675] By: jhi                                   on 2001/02/02  03:17:44
24701         Log: Misedit in #8661.
24702      Branch: maint-5.6/perl
24703            ! Configure
24704 ____________________________________________________________________________
24705 [  8674] By: jhi                                   on 2001/02/02  03:14:38
24706         Log: Damien again.
24707      Branch: maint-5.6/perl
24708            ! pod/perlfaq2.pod
24709 ____________________________________________________________________________
24710 [  8673] By: jhi                                   on 2001/02/02  03:12:40
24711         Log: perlfaq update from Elaine Ashton.
24712      Branch: maint-5.6/perl
24713            ! pod/perlfaq2.pod
24714 ____________________________________________________________________________
24715 [  8672] By: jhi                                   on 2001/02/02  03:07:08
24716         Log: UTF-8 s/// patch from Inaba Hiroto.
24717      Branch: maint-5.6/perl
24718            ! pp_ctl.c pp_hot.c
24719 ____________________________________________________________________________
24720 [  8671] By: jhi                                   on 2001/02/01  22:34:31
24721         Log: Update Changes.
24722      Branch: perl
24723            ! Changes patchlevel.h
24724 ____________________________________________________________________________
24725 [  8670] By: jhi                                   on 2001/02/01  22:15:29
24726         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
24727              from maintperl.
24728              
24729              Upgrade to Getopt::Long 2.25, from Johan Vromans.
24730              
24731              more files need to be writable in the source distribution
24732              
24733              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
24734              
24735              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
24736              
24737              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24738              
24739              Allow the float to be fuzzier.
24740              
24741              need to use INT2PTR instead of a straight cast or ia64 fails
24742              
24743              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
24744              
24745              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
24746      Branch: perl
24747           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
24748           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
24749           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
24750 ____________________________________________________________________________
24751 [  8669] By: jhi                                   on 2001/02/01  21:57:02
24752         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24753              From: Robin Barker <rmb1@cise.npl.co.uk>
24754              Date: Thu, 1 Feb 2001 16:59:05 GMT
24755              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
24756      Branch: maint-5.6/perl
24757            ! pod/perlmodlib.PL
24758 ____________________________________________________________________________
24759 [  8668] By: nick                                  on 2001/02/01  19:41:40
24760         Log: Integrate mainline
24761      Branch: perlio
24762           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
24763           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
24764           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
24765 ____________________________________________________________________________
24766 [  8667] By: gsar                                  on 2001/02/01  16:59:11
24767         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
24768      Branch: maint-5.6/perl
24769            ! embed.pl embedvar.h
24770 ____________________________________________________________________________
24771 [  8666] By: gsar                                  on 2001/02/01  16:34:51
24772         Log: add missing entries to win32/config.?c
24773      Branch: maint-5.6/perl
24774            ! win32/config.bc win32/config.gc win32/config.vc
24775            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24776 ____________________________________________________________________________
24777 [  8665] By: jhi                                   on 2001/02/01  14:58:51
24778         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
24779              From: "Stephen P. Potter" <spp@spotter.yi.org>
24780              Date: Thu, 01 Feb 2001 10:45:46 -0500
24781              Message-Id: <200102011545.KAA31479@spotter.yi.org>
24782      Branch: maint-5.6/perl
24783            ! pod/perlfunc.pod
24784 ____________________________________________________________________________
24785 [  8664] By: gsar                                  on 2001/02/01  14:52:37
24786         Log: need to use INT2PTR instead of a straight cast or ia64 fails
24787              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
24788      Branch: maint-5.6/perl
24789            ! ext/POSIX/POSIX.xs
24790 ____________________________________________________________________________
24791 [  8663] By: jhi                                   on 2001/02/01  14:09:13
24792         Log: Allow the float to be fuzzier.
24793      Branch: maint-5.6/perl
24794            ! t/lib/peek.t
24795 ____________________________________________________________________________
24796 [  8662] By: jhi                                   on 2001/02/01  13:59:00
24797         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
24798              From: Robin Barker <rmb1@cise.npl.co.uk>
24799              Date: Thu, 1 Feb 2001 13:05:39 GMT
24800              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
24801      Branch: maint-5.6/perl
24802            ! pod/perlmodlib.pod
24803 ____________________________________________________________________________
24804 [  8661] By: jhi                                   on 2001/02/01  13:57:38
24805         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
24806              Date: Thu, 01 Feb 2001 14:15:41 +0100
24807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24808              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
24809              
24810              Have the $ccflags in the gcc version test (strange, this change
24811              is claimed to be have been integrated already)
24812      Branch: maint-5.6/perl
24813            ! Configure
24814 ____________________________________________________________________________
24815 [  8660] By: jhi                                   on 2001/02/01  13:44:10
24816         Log: Integrate changes #7950,7964,7962 from mainline.
24817              
24818              Find the stdchar signedness using cpp, should fix some of
24819              the Solaris compiler warnings reported by Alan Burlison.
24820      Branch: maint-5.6/perl
24821           !> Configure config_h.SH
24822 ____________________________________________________________________________
24823 [  8659] By: jhi                                   on 2001/02/01  05:35:32
24824         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
24825              From: Jan Dubois <JanD@ActiveState.com>
24826              Date: Wed, 31 Jan 2001 21:17:03 -0800
24827              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
24828      Branch: maint-5.6/perl
24829            ! utils/perldoc.PL
24830 ____________________________________________________________________________
24831 [  8658] By: jhi                                   on 2001/02/01  04:33:17
24832         Log: Integrate the README.os390 and README.posix-bc parts of mainline
24833              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
24834              installperl parts were taken care of by #8657.)
24835      Branch: maint-5.6/perl
24836           !> README.os390 README.posix-bc
24837 ____________________________________________________________________________
24838 [  8657] By: jhi                                   on 2001/02/01  04:29:21
24839         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
24840              From: Peter Prymmer <pvhp@forte.com>
24841              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
24842              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
24843      Branch: maint-5.6/perl
24844            + ext/DynaLoader/dl_dllload.xs
24845            ! MANIFEST Makefile.SH hints/os390.sh installperl
24846 ____________________________________________________________________________
24847 [  8656] By: jhi                                   on 2001/02/01  04:25:45
24848         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
24849              From: Peter Prymmer <pvhp@forte.com>
24850              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
24851              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
24852      Branch: maint-5.6/perl
24853            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
24854 ____________________________________________________________________________
24855 [  8655] By: jhi                                   on 2001/02/01  04:14:47
24856         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
24857              From: troc@netrus.net
24858              Date: Wed, 31 Jan 2001 22:31:26 -0500
24859              Message-Id: <200102010331.WAA117.85@rocco.homenet>
24860      Branch: maint-5.6/perl
24861            ! os2/os2.c
24862 ____________________________________________________________________________
24863 [  8654] By: jhi                                   on 2001/02/01  04:12:52
24864         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
24865              as reported by Alan Burlison.
24866      Branch: maint-5.6/perl
24867            ! pp.h
24868 ____________________________________________________________________________
24869 [  8653] By: jhi                                   on 2001/02/01  04:05:12
24870         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
24871              From: dsugalski@northernlight.com
24872              Date: Wed, 31 Jan 2001 18:54:11 -0500
24873              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
24874      Branch: maint-5.6/perl
24875            ! configure.com
24876 ____________________________________________________________________________
24877 [  8652] By: jhi                                   on 2001/02/01  04:03:11
24878         Log: Misplaced #endif.
24879              
24880              Subject: [perl-5-6-1-trial2] patches for EPOC
24881              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24882              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24883              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24884      Branch: maint-5.6/perl
24885            ! epoc/epocish.c
24886 ____________________________________________________________________________
24887 [  8651] By: jhi                                   on 2001/02/01  04:00:25
24888         Log: Integrate changes #8647,8648,8650 from mainline.
24889              
24890              Macrofy a magic UTF-8 test.
24891              
24892              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
24893              
24894              Watch out for cross compiling for EPOC (usually done on linux).
24895      Branch: maint-5.6/perl
24896           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
24897 ____________________________________________________________________________
24898 [  8650] By: jhi                                   on 2001/02/01  03:56:20
24899         Log: Watch out for cross compiling for EPOC (usually done on linux)
24900              
24901              Subject: [perl-5-6-1-trial2] patches for EPOC
24902              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24903              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24904              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24905      Branch: perl
24906            ! ext/Errno/Errno_pm.PL
24907 ____________________________________________________________________________
24908 [  8649] By: gsar                                  on 2001/02/01  00:46:00
24909         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
24910      Branch: maint-5.6/perl
24911            ! sv.c
24912 ____________________________________________________________________________
24913 [  8648] By: jhi                                   on 2001/01/31  23:35:36
24914         Log: All the uses of PL_numeric_radix must be protected by
24915              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
24916              
24917              Subject: [perl-5-6-1-trial2] patches for EPOC
24918              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24919              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24920              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24921      Branch: perl
24922            ! sv.c
24923 ____________________________________________________________________________
24924 [  8647] By: jhi                                   on 2001/01/31  22:56:16
24925         Log: Macrofy a magic UTF-8 test.
24926      Branch: perl
24927            ! utf8.c utf8.h
24928 ____________________________________________________________________________
24929 [  8646] By: gsar                                  on 2001/01/31  15:55:12
24930         Log: update Changes
24931      Branch: maint-5.6/perl
24932            ! Changes
24933 ____________________________________________________________________________
24934 [  8645] By: gsar                                  on 2001/01/31  15:10:14
24935         Log: Configure tweak suggested by Peter Prymmer
24936      Branch: maint-5.6/perl
24937            ! Configure
24938 ____________________________________________________________________________
24939 [  8644] By: gsar                                  on 2001/01/31  15:06:32
24940         Log: more files need to be writable in the source distribution
24941      Branch: maint-5.6/perl
24942            ! Porting/makerel
24943 ____________________________________________________________________________
24944 [  8643] By: jhi                                   on 2001/01/31  14:59:46
24945         Log: Integrate changes #8258,8278,8279 from mainline.
24946              
24947              Make the large file tests more robust/talkative.
24948      Branch: maint-5.6/perl
24949           !> t/lib/syslfs.t t/op/lfs.t
24950 ____________________________________________________________________________
24951 [  8642] By: gsar                                  on 2001/01/31  14:53:48
24952         Log: integrate changes#8311,8334 from mainline
24953              
24954              Add a new MakeMaker variable PM_FILTER that defines a Unix
24955              filter to be run on each .pm during the pm_to_blib() phase,
24956              a fixed version of
24957              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
24958              
24959              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
24960              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
24961              accurate reading of the "atime".  
24962      Branch: maint-5.6/perl
24963           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
24964           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24965           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
24966 ____________________________________________________________________________
24967 [  8641] By: jhi                                   on 2001/01/31  14:46:37
24968         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
24969      Branch: maint-5.6/perl
24970            ! lib/Getopt/Long.pm
24971 ____________________________________________________________________________
24972 [  8640] By: gsar                                  on 2001/01/31  14:40:24
24973         Log: make regen_all
24974      Branch: maint-5.6/perl
24975            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
24976 ____________________________________________________________________________
24977 [  8639] By: gsar                                  on 2001/01/31  14:37:25
24978         Log: refresh windows config files
24979      Branch: maint-5.6/perl
24980            ! win32/Makefile win32/config_H.bc win32/config_H.gc
24981            ! win32/config_H.vc win32/makefile.mk
24982 ____________________________________________________________________________
24983 [  8638] By: gsar                                  on 2001/01/31  14:28:10
24984         Log: makefile tweaks for windows: introduce a bulk-switch to enable
24985              same options as ActivePerl; sync changes with makefile.mk
24986      Branch: maint-5.6/perl
24987            ! win32/Makefile win32/makefile.mk
24988 ____________________________________________________________________________
24989 [  8637] By: jhi                                   on 2001/01/31  04:41:30
24990         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
24991              From: Nicholas Clark <nick@ccl4.org>
24992              Date: Tue, 30 Jan 2001 19:51:05 +0000
24993              Message-ID: <20010130195105.R76607@plum.flirble.org> 
24994              
24995              op/inc cure.
24996      Branch: perl
24997            ! pp.c pp.h pp_hot.c t/op/arith.t
24998 ____________________________________________________________________________
24999 [  8636] By: jhi                                   on 2001/01/31  02:38:32
25000         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
25001              no perlio],8257,8380,8479,8515 from mainline.
25002              
25003              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
25004              
25005              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
25006              Subject: [PATCH perl@8133] fix-up for VMS extensions
25007              
25008              In VMS embedded perls couldn't access the statically built Socket.
25009              
25010              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
25011              
25012              Further VMS piping fixes from Charles Lane.
25013              
25014              Subject:  [PATCH] make t/op/misc.t work on VMS
25015              
25016              Add tracing for debugging extensions builds in VMS.
25017              
25018              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
25019      Branch: maint-5.6/perl
25020           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
25021           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
25022           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
25023 ____________________________________________________________________________
25024 [  8635] By: jhi                                   on 2001/01/31  01:46:41
25025         Log: Integrate change #7732 from mainline.
25026              
25027              Sparc 64-bit pack() fix from Jens Hamisch.
25028      Branch: maint-5.6/perl
25029           !> pp.c
25030 ____________________________________________________________________________
25031 [  8634] By: jhi                                   on 2001/01/31  01:41:16
25032         Log: One spot missing from #8626.
25033      Branch: maint-5.6/perl
25034            ! sv.c
25035 ____________________________________________________________________________
25036 [  8633] By: jhi                                   on 2001/01/31  00:49:17
25037         Log: Integrate change #7495 from mainline.
25038              
25039              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
25040      Branch: maint-5.6/perl
25041           !> MANIFEST ext/re/Makefile.PL
25042 ____________________________________________________________________________
25043 [  8632] By: jhi                                   on 2001/01/30  23:38:49
25044         Log: Integrate change #8396 from mainline.
25045              
25046              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
25047              better multicast support (resend)
25048      Branch: maint-5.6/perl
25049           !> ext/Socket/Socket.pm
25050 ____________________________________________________________________________
25051 [  8631] By: jhi                                   on 2001/01/30  23:28:03
25052         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
25053              
25054              More AIX lore. (7514, ext/re/hints/aix.pl)
25055              
25056              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
25057              
25058              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)
25059              
25060              Subject: [ID 20001214.002] Net::Ping patch
25061              
25062              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
25063              
25064              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
25065              
25066              Add ReuseAddr as a (preferred) alias for Reuse as we now
25067              also have ReusePort.
25068              
25069              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
25070      Branch: maint-5.6/perl
25071           +> ext/re/hints/aix.pl
25072           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
25073           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
25074 ____________________________________________________________________________
25075 [  8630] By: jhi                                   on 2001/01/30  23:03:59
25076         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
25077              
25078              read() documentation tweak for 20001121.004.
25079              
25080              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
25081      Branch: maint-5.6/perl
25082           !> pod/perlfunc.pod pod/perlre.pod
25083 ____________________________________________________________________________
25084 [  8629] By: jhi                                   on 2001/01/30  22:41:57
25085         Log: Integrate change #8098 from mainline.
25086              
25087              fastgetcwd is defined using a glob alias on a $^O dependent basis
25088              and there was no default assignment or perl subroutine.
25089      Branch: maint-5.6/perl
25090           !> lib/Cwd.pm
25091 ____________________________________________________________________________
25092 [  8628] By: jhi                                   on 2001/01/30  21:58:52
25093         Log: Integrate change #7866 from mainline.
25094              
25095              File::Temp 0.11.
25096      Branch: maint-5.6/perl
25097           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
25098 ____________________________________________________________________________
25099 [  8627] By: jhi                                   on 2001/01/30  21:39:44
25100         Log: Integrate changes #8075,8086,8228 from mainline.  
25101              
25102              Darwin is not Windows. (8075,8086)
25103              
25104              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
25105      Branch: maint-5.6/perl
25106           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
25107           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
25108           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
25109           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
25110 ____________________________________________________________________________
25111 [  8626] By: jhi                                   on 2001/01/30  21:22:11
25112         Log: Integrate with tweakery the change #8625 from mainline,
25113              the multibyte decimal separator fix ("fa_IR locale failure").
25114      Branch: maint-5.6/perl
25115            ! embedvar.h perlapi.h
25116           !> intrpvar.h perl.c perl.h sv.c util.c
25117 ____________________________________________________________________________
25118 [  8625] By: jhi                                   on 2001/01/30  20:26:33
25119         Log: Fix for the fa_IR locale failure.  The reason for the failure
25120              was that Perl was assuming the decimal separator aka the radix
25121              separator is one character.  The Farsi-Iranian locale crushed
25122              that bad assumption since there the separator is 'Momayyez',
25123              glyphwise looking somewhat like a slash, and in Unicode UTF-8
25124              encoded in two bytes, 0xd9 0xab.
25125      Branch: perl
25126            ! intrpvar.h perl.c perl.h sv.c util.c
25127 ____________________________________________________________________________
25128 [  8624] By: gsar                                  on 2001/01/30  20:17:03
25129         Log: regen_headers
25130      Branch: maint-5.6/perl
25131            ! Makefile.SH pod/perlintern.pod
25132 ____________________________________________________________________________
25133 [  8623] By: gsar                                  on 2001/01/30  19:42:34
25134         Log: backout change#7431 and its dependents (causes spurious rebuilds
25135              of autogenerated files)
25136              
25137              fix benign b.t failure
25138      Branch: maint-5.6/perl
25139            ! Makefile.SH t/lib/b.t
25140 ____________________________________________________________________________
25141 [  8622] By: jhi                                   on 2001/01/30  19:41:41
25142         Log: Microperl sync.
25143      Branch: perl
25144            ! mg.c perl.h
25145 ____________________________________________________________________________
25146 [  8621] By: gsar                                  on 2001/01/30  19:24:47
25147         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
25148              from mainline
25149              
25150              Subject: podlators 1.06 released
25151              
25152              Subject: [PATCH @8436] Eliminate op_children
25153              
25154              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
25155              
25156              (Replaced by #8448)  More op_children traces (cleanup of #8442).
25157              
25158              Subject: [PATCH #3 @8436] Re: Eliminate op_children
25159              Replace #8444 and #8445.
25160              
25161              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
25162              at the setting of the ofs_sv in new_struct_thread() as the
25163              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
25164              uninitialized fields are, uh, initialized with),
25165              SvREFCNT_inc()ing that invited a core dump.
25166              
25167              podlators 1.07, from Russ Allbery.
25168              
25169              Subject: [PATCH] regcomp.c old feature removal
25170              From: mjd@plover.com
25171              Date: 16 Jan 2001 14:43:18 -0000 
25172              Message-ID: <20010116144318.7140.qmail@plover.com> 
25173      Branch: maint-5.6/perl
25174           +> lib/Pod/Text/Overstrike.pm
25175           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
25176           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
25177           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
25178           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
25179           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
25180           !> util.c
25181 ____________________________________________________________________________
25182 [  8620] By: gsar                                  on 2001/01/30  18:48:32
25183         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
25184              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
25185              now fails one test)
25186              
25187              Subject: [PATCH] lvalue AUTOLOAD. No, really.
25188              
25189              Subject: [PATCH] Interesting syntax idea
25190              Make opens + bareword assigns do typeglob assigns.
25191              
25192              Tests for #8254.
25193              
25194              Subject: [PATCH @8269] Continue blocks and B::Deparse
25195              Make the peephole optimizer to bypass more null ops and
25196              and rewrite the deparse handling of continue blocks.
25197              
25198              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
25199              Doc tweak on #8313.
25200              
25201              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
25202              
25203              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
25204              
25205              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
25206              
25207              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
25208              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
25209              according to the platform.
25210              
25211              Subject: [PATCH @8404] Consolidated lvalue sub changes
25212              
25213              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
25214              
25215              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
25216              
25217              Subject: B::Concise -- an improved replacement for B::Terse 
25218              
25219              The B::Terse drop-in replacement wasn't quite drop-in.
25220              
25221              The LVRET macro needed an aTHX.
25222              
25223              Use the /^Perl_/-less form of is_lvalue_sub().
25224              
25225              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
25226      Branch: maint-5.6/perl
25227           +> ext/B/B/Concise.pm
25228           !> (integrate 27 files)
25229 ____________________________________________________________________________
25230 [  8619] By: nick                                  on 2001/01/30  18:40:28
25231         Log: Integrate mainline
25232      Branch: perlio
25233           !> (integrate 40 files)
25234 ____________________________________________________________________________
25235 [  8618] By: jhi                                   on 2001/01/30  18:37:18
25236         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
25237              Date: Mon, 29 Jan 2001 22:51:29 -0600
25238              From: "Craig A. Berry" <craigberry@mac.com>
25239              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
25240      Branch: perl
25241            ! vms/test.com
25242 ____________________________________________________________________________
25243 [  8617] By: jhi                                   on 2001/01/30  18:34:53
25244         Log: Subject: [PATCH] Add missing CV flags to dump.c
25245              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25246              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
25247              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
25248      Branch: perl
25249            ! dump.c
25250 ____________________________________________________________________________
25251 [  8616] By: jhi                                   on 2001/01/30  18:20:58
25252         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
25253              part isn't applicable to maintperl.
25254              
25255              UTF-8 nit from Inaba Hiroto.
25256      Branch: maint-5.6/perl
25257           !> pod/perlapi.pod utf8.c
25258 ____________________________________________________________________________
25259 [  8615] By: jhi                                   on 2001/01/30  18:18:51
25260         Log: UTF-8 nit from Inaba Hiroto.
25261      Branch: perl
25262            ! pod/perlapi.pod t/op/each.t utf8.c
25263 ____________________________________________________________________________
25264 [  8614] By: jhi                                   on 2001/01/30  18:13:38
25265         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
25266              
25267              perl's internal variables are not for public consumption,
25268              move their docs from perlapi.pod to perlintern.pod
25269              
25270              support for -Dusethreads build under HP-UX 10.20 and DCE threads
25271              library (11.0 and later have pthreads but 10.x don't)
25272              
25273              avoid uninitialized value warnings
25274              
25275              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
25276              gets weird results)
25277              
25278              perldoc nit on windows
25279              
25280              make it possible to run the tests outside the source tree
25281              (there's still a dependency on ../lib being the library
25282              location)
25283      Branch: perl
25284           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
25285           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
25286           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
25287           !> win32/bin/search.pl win32/vdir.h
25288 ____________________________________________________________________________
25289 [  8613] By: gsar                                  on 2001/01/30  16:39:59
25290         Log: make it possible to run the tests outside the source tree
25291              (there's still a dependency on ../lib being the library
25292              location)
25293      Branch: maint-5.6/perl
25294            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
25295 ____________________________________________________________________________
25296 [  8612] By: gsar                                  on 2001/01/30  16:31:12
25297         Log: perldoc nit on windows
25298      Branch: maint-5.6/perl
25299            ! utils/perldoc.PL
25300 ____________________________________________________________________________
25301 [  8611] By: gsar                                  on 2001/01/30  16:22:54
25302         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
25303              gets weird results)
25304      Branch: maint-5.6/perl
25305            ! win32/vdir.h
25306 ____________________________________________________________________________
25307 [  8610] By: gsar                                  on 2001/01/30  16:12:45
25308         Log: avoid uninitialized value warnings
25309      Branch: maint-5.6/perl
25310            ! win32/bin/search.pl
25311 ____________________________________________________________________________
25312 [  8609] By: gsar                                  on 2001/01/30  16:08:01
25313         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
25314              library (11.0 and later have pthreads but 10.x don't)
25315      Branch: maint-5.6/perl
25316            ! hints/hpux.sh thread.h
25317 ____________________________________________________________________________
25318 [  8608] By: gsar                                  on 2001/01/30  15:48:55
25319         Log: perl's internal variables are not for public consumption,
25320              move their docs from perlapi.pod to perlintern.pod
25321      Branch: maint-5.6/perl
25322            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
25323            ! thrdvar.h
25324 ____________________________________________________________________________
25325 [  8607] By: gsar                                  on 2001/01/30  15:44:27
25326         Log: mistakenly branched perl56delta.pod, revert
25327      Branch: maint-5.6/perl
25328            - pod/perl56delta.pod
25329           !> pod/perldelta.pod
25330 ____________________________________________________________________________
25331 [  8606] By: gsar                                  on 2001/01/30  14:20:24
25332         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
25333              dTHR which has been a noop for a while now, except for the
25334              compatibility definition in thread.h)
25335      Branch: maint-5.6/perl
25336           !> (integrate 45 files)
25337 ____________________________________________________________________________
25338 [  8605] By: jhi                                   on 2001/01/30  05:43:58
25339         Log: Mark the UTF-8 APIs as experimental.
25340      Branch: maint-5.6/perl
25341            ! embed.pl pod/perlapi.pod
25342 ____________________________________________________________________________
25343 [  8604] By: jhi                                   on 2001/01/30  05:38:40
25344         Log: Nits from earlier integrates.
25345      Branch: maint-5.6/perl
25346            ! lib/Carp/Heavy.pm
25347           !> sv.c
25348 ____________________________________________________________________________
25349 [  8603] By: jhi                                   on 2001/01/30  05:27:26
25350         Log: Regenerate Porting files.
25351      Branch: maint-5.6/perl
25352            ! Porting/Glossary Porting/config.sh Porting/config_H
25353 ____________________________________________________________________________
25354 [  8602] By: jhi                                   on 2001/01/30  05:14:59
25355         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
25356              8310,8339,8447,8492,8493,8505,8525: documentation changes.
25357              
25358              Subject: Re: perlfaq style changes
25359              
25360              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
25361              
25362              Subject: [PATCH] docs on NaN
25363              
25364              Subject: [patch] perlfaq7
25365              
25366              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
25367              
25368              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
25369              
25370              Subject: [PATCH] open() example in perlfunc.pod
25371              
25372              Podify README.mpeix (a new version from the web)
25373              
25374              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25375              
25376              Subject: [PATCH] format and rewording in perlfaq.pod
25377              
25378              Subject: [PATCH] API Variable documentation   
25379              
25380              Memory management calls documentation.
25381              
25382              Subject: [PATCH: perl@8482] README.vms URL updates
25383              
25384              Subject: Minor typos in perlfaq2.pod
25385              
25386              Subject: [PATCH] pod/perlvar.pod
25387      Branch: maint-5.6/perl
25388           +> pod/perl56delta.pod
25389            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25390           !> README.amiga README.epoc README.mpeix README.vms
25391           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
25392           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
25393           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
25394           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
25395           !> pod/perlvar.pod thrdvar.h
25396 ____________________________________________________________________________
25397 [  8601] By: jhi                                   on 2001/01/30  04:38:35
25398         Log: Integrate changes #8036,8096,8253 from mainline:
25399              hints changes.
25400              
25401              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
25402              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
25403              
25404              Output the (apparent) version of gcc in Tru64.
25405      Branch: maint-5.6/perl
25406           +> ext/POSIX/hints/svr4.pl
25407           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
25408           !> hints/svr4.sh t/lib/bigfltpm.t
25409 ____________________________________________________________________________
25410 [  8600] By: jhi                                   on 2001/01/30  04:04:01
25411         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
25412              locale fixes.
25413              
25414              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
25415              
25416              Debian allows /usr/bin/locale to exist without any locales. (7868)
25417              
25418              Allow the locale test needing POSIX and the taint test
25419              needing IPC::SysV to run under 'minitest' (basically,
25420              bail out if loading the extension fails). (8384)
25421              
25422              Cleanup the locale.t output  (8480)
25423      Branch: maint-5.6/perl
25424           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
25425           !> t/pragma/locale.t
25426 ____________________________________________________________________________
25427 [  8599] By: jhi                                   on 2001/01/30  03:51:04
25428         Log: Missing generated files from #8598.
25429      Branch: maint-5.6/perl
25430            ! embed.h global.sym objXSUB.h perlapi.c proto.h
25431 ____________________________________________________________________________
25432 [  8598] By: jhi                                   on 2001/01/30  03:41:54
25433         Log: Integrate change #8555 from mainline, manually integrate parts
25434              of changes 8452 and 8583.
25435              
25436              Subject: [PATCH] utf8.c documentation (8452)
25437              
25438              No point in checking the length if the pointer is bogus. (8555)
25439              
25440              Introduce bytes_from_utf8() and implement sv_eq() using it,
25441              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
25442              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
25443              was malformed. (8583)
25444      Branch: maint-5.6/perl
25445            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
25446           !> pod/perlapi.pod sv.c utf8.c
25447 ____________________________________________________________________________
25448 [  8597] By: gsar                                  on 2001/01/30  02:37:26
25449         Log: get PERL_OBJECT build going again on windows
25450      Branch: maint-5.6/perl
25451            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25452            ! pod/perlapi.pod proto.h sv.c
25453 ____________________________________________________________________________
25454 [  8596] By: jhi                                   on 2001/01/30  02:16:17
25455         Log: Signedness nit.
25456      Branch: perl
25457            ! sv.c
25458 ____________________________________________________________________________
25459 [  8595] By: jhi                                   on 2001/01/30  02:11:07
25460         Log: EBCDIC patch for Storable, from Peter Prymmer.
25461      Branch: perl
25462            ! t/lib/st-06compat.t
25463 ____________________________________________________________________________
25464 [  8594] By: jhi                                   on 2001/01/30  01:04:48
25465         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
25466              From: Peter Prymmer <pvhp@forte.com>
25467              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
25468              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
25469      Branch: perl
25470            ! t/lib/b.t
25471 ____________________________________________________________________________
25472 [  8593] By: jhi                                   on 2001/01/30  00:56:47
25473         Log: Subject: [PATCH: perl@8585] pod problems in io
25474              From: Peter Prymmer <pvhp@forte.com>
25475              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
25476              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
25477      Branch: perl
25478            ! pod/perlapio.pod pod/perliol.pod
25479 ____________________________________________________________________________
25480 [  8592] By: jhi                                   on 2001/01/30  00:48:20
25481         Log: Integrate perlio.
25482      Branch: perl
25483           !> pod/perlapio.pod pod/perliol.pod
25484 ____________________________________________________________________________
25485 [  8591] By: nick                                  on 2001/01/29  22:02:28
25486         Log: GNU 'merge' Simon's copy of perliol.pod with version
25487              patched by Craig's patch.
25488      Branch: perlio
25489            ! pod/perliol.pod
25490 ____________________________________________________________________________
25491 [  8590] By: nick                                  on 2001/01/29  21:55:10
25492         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
25493      Branch: perlio
25494            ! pod/perlapio.pod pod/perliol.pod
25495 ____________________________________________________________________________
25496 [  8589] By: jhi                                   on 2001/01/29  15:35:33
25497         Log: Integrate change #8586 from maint-5.6/perl.
25498              
25499              make the BOM detection code not call tell() until it has to
25500              (meant to fix esoteric compatibility issues where PL_rsfp
25501              is overridden)
25502      Branch: perl
25503           !> toke.c
25504 ____________________________________________________________________________
25505 [  8588] By: jhi                                   on 2001/01/29  15:29:11
25506         Log: Subject: MAking Solaris malloc() the default
25507              From: Lupe Christoph <lupe@lupe-christoph.de>
25508              Date: Mon, 29 Jan 2001 12:59:36 +0100
25509              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
25510              
25511              The README.solaris part slightly tweaked.
25512      Branch: perl
25513            ! README.solaris hints/solaris_2.sh
25514 ____________________________________________________________________________
25515 [  8587] By: jhi                                   on 2001/01/29  15:17:34
25516         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
25517              From: root@ak-75.mind.de
25518              Date: Sun, 28 Jan 2001 20:32:29 +0100
25519              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
25520      Branch: perl
25521            ! pod/perlre.pod
25522 ____________________________________________________________________________
25523 [  8586] By: gsar                                  on 2001/01/29  13:43:44
25524         Log: make the BOM detection code not call tell() until it has to
25525              (meant to fix esoteric compatibility issues where PL_rsfp
25526              is overridden)
25527      Branch: maint-5.6/perl
25528            ! toke.c
25529 ____________________________________________________________________________
25530 [  8585] By: jhi                                   on 2001/01/28  20:05:45
25531         Log: Update Changes.
25532      Branch: perl
25533            ! Changes patchlevel.h
25534 ____________________________________________________________________________
25535 [  8584] By: jhi                                   on 2001/01/28  19:30:02
25536         Log: Integrate perlio.
25537      Branch: perl
25538           +> pod/perliol.pod
25539           !> MANIFEST pod/perlapio.pod
25540 ____________________________________________________________________________
25541 [  8583] By: jhi                                   on 2001/01/28  19:28:40
25542         Log: Patch from Inaba Hiroto:
25543              - canonical UTF-8 hash keys: if a key string for a hash is
25544              UTF8-on, try downgrade the string and use it if
25545              unicode::distinct is not in effect.
25546              For the task, I added a function bytes_from_utf8() to utf8.c.
25547              It might resemble utf8_to_bytes() but it is not convenient
25548              to the task.
25549              Made a test for it and added to t/op/each.t
25550              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
25551              the mortal copy of the argument SV.
25552              And changed t/io/utf8.t test 18 which expects print() to
25553              upgrade its argument.
25554              - re-implement sv_eq with bytes_from_utf8()
25555              - some bug fixes
25556              - tr/// does not handle UTF8 range (\x{}-\x{})
25557              - \ before raw UTF8 character produced
25558              "Malformed UTF-8 character" warning.
25559              - "\x{100}\N{CENT SIGN}" is Malformed.
25560              Added tests for these 3.
25561              - and one silly bug (by me) with qu operator.
25562      Branch: perl
25563            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
25564            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
25565            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
25566 ____________________________________________________________________________
25567 [  8582] By: nick                                  on 2001/01/28  19:25:04
25568         Log: Add pod/perliol.pod to MANIFEST :-(
25569      Branch: perlio
25570            ! MANIFEST
25571 ____________________________________________________________________________
25572 [  8581] By: nick                                  on 2001/01/28  19:22:40
25573         Log: PerlIO documentation. Proofing and sub-editing requested.
25574      Branch: perlio
25575            + pod/perliol.pod
25576            ! pod/perlapio.pod
25577 ____________________________________________________________________________
25578 [  8580] By: jhi                                   on 2001/01/28  05:16:25
25579         Log: Revert the change to sv_2pv() done by #8054: Someone who
25580              did SvNV_set() on a scalar that also happened to be POK,
25581              followed by sv_2pv() won't get the right coercion anymore.
25582              [Sarathy]
25583      Branch: maint-5.6/perl
25584            ! sv.c
25585 ____________________________________________________________________________
25586 [  8579] By: jhi                                   on 2001/01/28  05:15:04
25587         Log: Remove the #8084 effect: do not allow -Q to be interpreted
25588              as -&Q(), this is too much wiggle room.
25589      Branch: maint-5.6/perl
25590            ! toke.c
25591 ____________________________________________________________________________
25592 [  8578] By: jhi                                   on 2001/01/28  05:12:45
25593         Log: Needed bits of #8439 (should have been in #8576),
25594              mainly for lval substr().
25595      Branch: maint-5.6/perl
25596            ! mg.c pp.c pp_hot.c
25597 ____________________________________________________________________________
25598 [  8577] By: jhi                                   on 2001/01/28  05:02:46
25599         Log: A missing check-in.
25600      Branch: maint-5.6/perl
25601            ! utf8.c
25602 ____________________________________________________________________________
25603 [  8576] By: jhi                                   on 2001/01/28  04:26:18
25604         Log: Integrate changes #8425,8436,8439,8517 from mainline.
25605              The 8439 was not truly integrated because it had too many
25606              dependencies on the development branch and because it introduced
25607              concepts too bold for a maintenance branch (such as the qu operator).
25608              
25609              Subject: [PATCH perl@8342] -Wformat
25610              
25611              Tighten some of the UTF-8 tests a bit.
25612              
25613              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
25614              - The substr lval was still not okay.
25615              - Now pp_stringify and sv_setsv copies source's UTF8 flag
25616              even if IN_BYTE.  pp_stringify is called from fold_constants
25617              at optimization phase and "\x{100}" was made SvUTF8_off under
25618              use bytes (the bytes pragma is for "byte semantics" and not
25619              for "do not produce UTF8 data")
25620      Branch: maint-5.6/perl
25621            ! t/lib/charnames.t t/op/substr.t toke.c
25622           !> sv.c t/pragma/utf8.t
25623 ____________________________________________________________________________
25624 [  8575] By: jhi                                   on 2001/01/28  04:01:51
25625         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
25626              
25627              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
25628              
25629              Subject: [ID 20001230.003] UTF-8 tr still hurts
25630              
25631              Test cases for #8385 (from Simon's "torture.pl")
25632              
25633              Start fixing UTF-8 lval substr() (8405)
25634      Branch: maint-5.6/perl
25635           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
25636           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
25637 ____________________________________________________________________________
25638 [  8574] By: jhi                                   on 2001/01/28  03:09:06
25639         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
25640              from mainline.
25641              
25642              UTF-8 cleanup.
25643              
25644              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
25645              
25646              "\x{FF}\xFF" was broken.
25647              
25648              Tests for #8329 and #8330.
25649              
25650              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
25651              
25652              IRIX compiler noticed that the bof initialization might be
25653              bypassed by control flow.
25654              
25655              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
25656      Branch: maint-5.6/perl
25657           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25658           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
25659 ____________________________________________________________________________
25660 [  8573] By: jhi                                   on 2001/01/28  02:06:12
25661         Log: Retract #8552.
25662      Branch: perl
25663            ! lib/Text/Wrap.pm t/lib/textwrap.t
25664 ____________________________________________________________________________
25665 [  8572] By: jhi                                   on 2001/01/28  02:04:49
25666         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
25667              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
25668              not really integrated but instead salvaged by hand
25669              (they had too many dependencies on the development release
25670              to be cleanly integratable).
25671              
25672              Subject: more UTF8 test suites and an UTF8 patch
25673              
25674              Tweak for MULTIPLICITY/USE_PERLIO
25675              
25676              Signedness nit.
25677              
25678              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
25679              
25680              Use the UTF8_XXX macros in is_utf8_char().
25681              
25682              Rewrite pp_concat() in terms of sv_catsv().  The . operator
25683              should now be UTF-8-proof.
25684              
25685              Subject: [PATCH perl@8269] scanning two hex-constants
25686              fails on EBCDIC environment (script length.t)
25687              
25688              Add some Unicode chop() tests.
25689      Branch: maint-5.6/perl
25690            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
25691           !> sv.c t/op/chop.t utf8.h
25692 ____________________________________________________________________________
25693 [  8571] By: jhi                                   on 2001/01/28  00:35:59
25694         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
25695              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
25696              
25697              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
25698              
25699              The maxiters upper limit sanity check (guarding against
25700              non-progress) assumed bytes instead of characters in s///
25701              and split().
25702              
25703              Signedness nit.
25704              
25705              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
25706              join() should now be UTF-8-proof.
25707              
25708              More split // UTF-8 tests. (8250)
25709      Branch: maint-5.6/perl
25710           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
25711           !> util.c
25712 ____________________________________________________________________________
25713 [  8570] By: jhi                                   on 2001/01/27  22:15:46
25714         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
25715              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
25716              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
25717              8084,8204,8244,8333 from mainline.
25718              
25719              For -Q where Q might be a one-letter sub name one does no more
25720              get a warning about an unknown filetest (7941,7943,7944,8084).
25721              
25722              Subject: Re: [ID 20001130.011] expression parsing bug ?
25723              
25724              Make uv_to_utf8() to zero-terminate its output buffer.
25725              
25726              Split off t/op/length.t (7995)
25727              
25728              Split off t/op/utf8decode.t (7996)
25729              
25730              Remove an unnecessary 'use utf8' from the utf8.t (7998)
25731              
25732              Split off t/op/concat.t (8004)
25733              
25734              Split off t/op/ver.t (8005)
25735              
25736              Document utf8_length(), utf8_distance(), and utf8_hop().
25737              
25738              Document utf8_to_uv() better.
25739              
25740              Introduce macros for UTF8 decoding (8028,8033).
25741              
25742              Add test for reverse() (8030,8031).
25743              
25744              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
25745              
25746              Do not return the Unicode replacement character    on UTF-8
25747              decoding failure.
25748              
25749              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
25750              not this_utf8 i.e. the output string has one, but don't mess
25751              with source assumption. (8052,8053)
25752              
25753              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
25754              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
25755              was not expecting to be called with something that was already
25756              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
25757              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
25758              (8054)
25759              
25760              Recode the naughty binary bytes in utf8decode.t using the \xHH.
25761              
25762              Make some panic messages a bit more logical.
25763      Branch: maint-5.6/perl
25764           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
25765           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
25766           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
25767           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
25768           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
25769           !> utf8.c utf8.h
25770 ____________________________________________________________________________
25771 [  8569] By: jhi                                   on 2001/01/27  19:16:43
25772         Log: Integrate changes #7750 from perlio and #8566 from mainline.
25773      Branch: maint-5.6/perl
25774           !> regexec.c sv.c
25775 ____________________________________________________________________________
25776 [  8568] By: jhi                                   on 2001/01/27  18:06:51
25777         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
25778              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
25779              7935[-perlio.c],7936,7959,7965 from mainline.
25780              
25781              Change the "big byte" error message to "Wide character".
25782              (7355, the croak-if-wide-chars-in-print part ignored)
25783              
25784              Use UINT64_C().
25785              
25786              Introduce Perl_utf8_length().
25787              
25788              diff -se shows these as different (7753, forgotten check-ins)
25789              
25790              Subject: [PATCH] doop.c - UTF8 tr///
25791              
25792              If we use (aTHX_ ...) then put Perl_ on the front.
25793              
25794              Make utf8_length() and utf8_distance() to be less forgiving
25795              about bad UTF-8.
25796              
25797              Test line numbers are different with utf8.
25798              
25799              No need to scan till infinity, 13 is enough. (7872,7911)
25800              
25801              Subject: [PATCH] Tokeniser debugging
25802              
25803              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
25804              
25805              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
25806              
25807              Be more careful in Perl_sv_utf8_downgrade().
25808              
25809              Use DO_UTF8().
25810              
25811              Raw zero bytes in text files confuse at least GNU patch 2.1.
25812      Branch: maint-5.6/perl
25813           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
25814           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
25815           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
25816           !> t/pragma/utf8.t toke.c utf8.c utf8.h
25817 ____________________________________________________________________________
25818 [  8567] By: nick                                  on 2001/01/27  11:10:38
25819         Log: Integrate mainline
25820      Branch: perlio
25821           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
25822           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
25823           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
25824           !> toke.c
25825 ____________________________________________________________________________
25826 [  8566] By: jhi                                   on 2001/01/27  06:22:48
25827         Log: More documentation for the regexp context stack.
25828      Branch: perl
25829            ! regexec.c
25830 ____________________________________________________________________________
25831 [  8565] By: jhi                                   on 2001/01/27  05:21:57
25832         Log: Update Changes.
25833      Branch: perl
25834            ! Changes patchlevel.h
25835 ____________________________________________________________________________
25836 [  8564] By: jhi                                   on 2001/01/27  04:44:04
25837         Log: Threadedness patch for #8562 from Doug MacEachern.
25838      Branch: perl
25839            ! toke.c
25840 ____________________________________________________________________________
25841 [  8563] By: jhi                                   on 2001/01/27  04:26:24
25842         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
25843              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25844              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
25845              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
25846      Branch: perl
25847            ! op.c
25848 ____________________________________________________________________________
25849 [  8562] By: jhi                                   on 2001/01/27  04:20:30
25850         Log: Subject: Re: Announce : Tokener reporting patch
25851              From: Simon Cozens <simon@cozens.net>
25852              Date: Mon, 22 Jan 2001 02:17:22 +0000
25853              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
25854      Branch: perl
25855            ! embed.h embed.pl proto.h toke.c
25856 ____________________________________________________________________________
25857 [  8561] By: jhi                                   on 2001/01/27  04:17:24
25858         Log: Forgot from #8545.  Oops.
25859      Branch: perl
25860            ! pp.c t/pragma/overload.t
25861 ____________________________________________________________________________
25862 [  8560] By: jhi                                   on 2001/01/27  03:01:47
25863         Log: A better module compilation test, use MANIFEST as suggested
25864              by Spider.
25865      Branch: perl
25866            ! t/lib/1_compile.t
25867 ____________________________________________________________________________
25868 [  8559] By: jhi                                   on 2001/01/27  02:50:48
25869         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
25870              From: Peter Prymmer <pvhp@forte.com>
25871              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
25872              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
25873      Branch: perl
25874            ! t/lib/b.t
25875 ____________________________________________________________________________
25876 [  8558] By: jhi                                   on 2001/01/27  02:27:05
25877         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
25878              From: Peter Prymmer <pvhp@forte.com>
25879              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
25880              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
25881      Branch: perl
25882            ! t/pragma/sub_lval.t
25883 ____________________________________________________________________________
25884 [  8557] By: jhi                                   on 2001/01/27  02:26:03
25885         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
25886              From: Peter Prymmer <pvhp@forte.com>
25887              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
25888              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
25889      Branch: perl
25890            ! t/lib/st-06compat.t
25891 ____________________________________________________________________________
25892 [  8556] By: jhi                                   on 2001/01/27  02:24:33
25893         Log: Subject: [PATCH: perl@8531] minor update to README.os390
25894              From: Peter Prymmer <pvhp@forte.com>
25895              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
25896              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
25897      Branch: perl
25898            ! README.os390
25899 ____________________________________________________________________________
25900 [  8555] By: jhi                                   on 2001/01/27  00:35:47
25901         Log: No point in checking the length before we know whether the pointer
25902              is bogus or not, fixes Abigail's odbm failures in Linux.
25903      Branch: perl
25904            ! sv.c
25905 ____________________________________________________________________________
25906 [  8554] By: nick                                  on 2001/01/26  19:01:31
25907         Log: Integrate mainline
25908      Branch: perlio
25909           !> lib/Text/Wrap.pm t/lib/textwrap.t
25910 ____________________________________________________________________________
25911 [  8553] By: jhi                                   on 2001/01/26  15:19:39
25912         Log: Integrate change #7792 from perlio (multiplicity fix),
25913              fix the AV leak in regex DEBUGGING (tiny part of the
25914              polymorphic regexp patch #8143).
25915      Branch: maint-5.6/perl
25916            ! regcomp.c
25917           !> scope.h
25918 ____________________________________________________________________________
25919 [  8552] By: jhi                                   on 2001/01/26  15:03:23
25920         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
25921              From: Michael G Schwern <schwern@pobox.com>
25922              Date: Fri, 26 Jan 2001 09:28:31 -0500
25923              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
25924      Branch: perl
25925            ! lib/Text/Wrap.pm t/lib/textwrap.t
25926 ____________________________________________________________________________
25927 [  8551] By: jhi                                   on 2001/01/26  02:33:19
25928         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
25929              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
25930              
25931              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
25932              
25933              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
25934              
25935              Message nit.
25936              
25937              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
25938              
25939              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
25940              
25941              (the cleanup of unused submatches in regtry() and regcppop())
25942              
25943              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
25944              stored and restored, and thusly was trounced by the utf8 swash
25945              routines.
25946              
25947              use utf8 not required to use \x{}.
25948              
25949              Removed two more tests that make no sense in UTF-8 since the test
25950              data is not in UTF-8.
25951              
25952              Get the three different space character classes right under utf8.
25953              
25954              Implement ANYOFUTF8 regprop() dumping.
25955              
25956              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
25957              
25958              Document the regex context pushing/popping a bit better.
25959      Branch: maint-5.6/perl
25960           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
25961           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
25962           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
25963           !> t/op/regmesg.t utf8.c
25964 ____________________________________________________________________________
25965 [  8550] By: nick                                  on 2001/01/25  19:42:30
25966         Log: Integrate mainline
25967      Branch: perlio
25968           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
25969           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
25970           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
25971           !> t/lib/bigint.t t/lib/bigintpm.t
25972 ____________________________________________________________________________
25973 [  8549] By: jhi                                   on 2001/01/25  15:22:28
25974         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
25975      Branch: maint-5.6/perl
25976            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
25977 ____________________________________________________________________________
25978 [  8548] By: jhi                                   on 2001/01/25  15:02:55
25979         Log: Integrate changes #7997,8063,8492,8547 from mainline.
25980              
25981              Subject: Re: STRLEN - what?
25982              
25983              Subject: [PATCH] perlguts.pod
25984              
25985              Memory management calls documentation.
25986              
25987              Layout using tabulator is not a good idea in a pod.
25988      Branch: maint-5.6/perl
25989           !> pod/perlguts.pod
25990 ____________________________________________________________________________
25991 [  8547] By: jhi                                   on 2001/01/25  14:49:05
25992         Log: Layout using tabulator is not a good idea in a pod.
25993      Branch: perl
25994            ! pod/perlguts.pod
25995 ____________________________________________________________________________
25996 [  8546] By: jhi                                   on 2001/01/25  14:31:12
25997         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
25998              from mainline.
25999              
26000              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26001              
26002              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
26003              
26004              More Win32 editor/IDE/shell hints.
26005              
26006              More Win32 Perling.
26007              
26008              Yet another editor edit.
26009              
26010              Edit edit edit.
26011              
26012              IDE/editor section tweaking.
26013              
26014              Few more IDE/editor nits from p5p.
26015      Branch: maint-5.6/perl
26016           !> pod/perlfaq3.pod
26017 ____________________________________________________________________________
26018 [  8545] By: jhi                                   on 2001/01/25  04:16:32
26019         Log: Subject: [PATCH 5.7.0] overload int()
26020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26021              Date: Wed, 24 Jan 2001 19:06:57 -0500
26022              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
26023      Branch: perl
26024            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
26025            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
26026            ! t/lib/bigintpm.t
26027 ____________________________________________________________________________
26028 [  8544] By: jhi                                   on 2001/01/25  04:15:11
26029         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
26030              From: Peter Prymmer <pvhp@forte.com>
26031              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
26032              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
26033      Branch: perl
26034            ! Makefile.SH README.os390 hints/os390.sh installperl
26035 ____________________________________________________________________________
26036 [  8543] By: jhi                                   on 2001/01/25  03:52:08
26037         Log: Integrate change #8462,8469 from mainline.
26038              
26039              In VMS Perl subversion (perl -V) is undef.
26040      Branch: maint-5.6/perl
26041           !> configure.com
26042 ____________________________________________________________________________
26043 [  8542] By: jhi                                   on 2001/01/25  03:44:55
26044         Log: Integrate changes #7835,7850,8315,8316 from mainline.
26045              
26046              Solaris hints.
26047      Branch: maint-5.6/perl
26048           !> hints/solaris_2.sh
26049 ____________________________________________________________________________
26050 [  8541] By: jhi                                   on 2001/01/25  03:39:28
26051         Log: Integrate #8336 from mainline.
26052      Branch: maint-5.6/perl
26053           !> hv.c
26054 ____________________________________________________________________________
26055 [  8540] By: jhi                                   on 2001/01/25  03:23:50
26056         Log: Retract #8539.
26057      Branch: maint-5.6/perl
26058            ! pod/perlfaq3.pod
26059 ____________________________________________________________________________
26060 [  8539] By: jhi                                   on 2001/01/25  03:21:55
26061         Log: (Retracted by #5940.)
26062      Branch: maint-5.6/perl
26063            ! pod/perlfaq3.pod
26064 ____________________________________________________________________________
26065 [  8538] By: jhi                                   on 2001/01/25  03:14:07
26066         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
26067              From: Peter Prymmer <pvhp@forte.com>
26068              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
26069              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
26070              
26071              The VMS bits.
26072      Branch: maint-5.6/perl
26073            ! configure.com vms/descrip_mms.template
26074 ____________________________________________________________________________
26075 [  8537] By: jhi                                   on 2001/01/25  03:06:09
26076         Log: Integrate #7710,7824,7973 from mainline.
26077      Branch: maint-5.6/perl
26078           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26079           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
26080           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
26081           !> vos/config.ga.def vos/config.ga.h win32/config.bc
26082           !> win32/config.gc win32/config.vc
26083 ____________________________________________________________________________
26084 [  8536] By: jhi                                   on 2001/01/24  13:50:20
26085         Log: Revert the edits made by me so far to the 5.6 branch since
26086              the TRIAL1 since I did edits when I should have been using
26087              integrates.  Bad programmer.   (Will integrate them properly later.)
26088              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
26089              The #8353 will not be reapplied at least for now since
26090              the UTF-8 hash keys need more thinking.
26091              (The patches #8347, #8354, #8454, #8473 were okay since they
26092              were original edits made specifically for the 5.6.1-TRIAL1.)
26093      Branch: maint-5.6/perl
26094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26095            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
26096            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
26097            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
26098            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
26099            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26100            ! win32/config.bc win32/config.gc win32/config.vc
26101 ____________________________________________________________________________
26102 [  8535] By: bailey                                on 2001/01/24  06:37:02
26103         Log: SYN SYN
26104      Branch: vmsperl
26105           +> (branch 26 files)
26106           !> (integrate 130 files)
26107 ____________________________________________________________________________
26108 [  8534] By: nick                                  on 2001/01/23  19:30:57
26109         Log: Integrate mainline.
26110      Branch: perlio
26111           !> Changes Configure Porting/Glossary Porting/config.sh
26112           !> Porting/config_H embed.h embed.pl ext/Encode/compile
26113           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
26114           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
26115           !> pod/perlvar.pod proto.h t/lib/1_compile.t
26116 ____________________________________________________________________________
26117 [  8533] By: jhi                                   on 2001/01/23  16:15:46
26118         Log: Forgotten from #8501.
26119      Branch: perl
26120            ! Porting/Glossary Porting/config.sh Porting/config_H
26121 ____________________________________________________________________________
26122 [  8532] By: jhi                                   on 2001/01/23  16:13:27
26123         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
26124              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26125              Date: Mon, 22 Jan 2001 17:51:58 +0100
26126              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
26127      Branch: perl
26128            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
26129 ____________________________________________________________________________
26130 [  8531] By: jhi                                   on 2001/01/23  15:46:01
26131         Log: Update Changes.
26132      Branch: perl
26133            ! Changes patchlevel.h
26134 ____________________________________________________________________________
26135 [  8530] By: jhi                                   on 2001/01/23  15:38:39
26136         Log: De-cut-and-pasto.
26137      Branch: perl
26138            ! t/lib/1_compile.t
26139 ____________________________________________________________________________
26140 [  8529] By: jhi                                   on 2001/01/23  15:11:04
26141         Log: Document the mkdir trailing slashes case.
26142      Branch: perl
26143            ! pod/perlfunc.pod
26144 ____________________________________________________________________________
26145 [  8528] By: jhi                                   on 2001/01/23  15:08:28
26146         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
26147              get installed:
26148              
26149              Subject: lib/lib.pm
26150              From: <abigail@foad.org>
26151              Date: Mon, 28 Aug 2000 20:35:08 -0400
26152              Message-ID: <20000829003508.21281.qmail@foad.org>
26153      Branch: perl
26154            ! installperl
26155 ____________________________________________________________________________
26156 [  8527] By: jhi                                   on 2001/01/23  14:44:04
26157         Log: Metaconfig unit change for #8526.
26158      Branch: metaconfig
26159            ! U/threads/archname.U
26160 ____________________________________________________________________________
26161 [  8526] By: jhi                                   on 2001/01/23  14:43:19
26162         Log: Attach -perlio to the archname if so selected.
26163      Branch: perl
26164            ! Configure
26165 ____________________________________________________________________________
26166 [  8525] By: jhi                                   on 2001/01/23  14:24:01
26167         Log: Subject: [PATCH] pod/perlvar.pod
26168              From: abigail@foad.org
26169              Date: Tue, 23 Jan 2001 01:41:10 +0100
26170              Message-ID: <20010123004110.22259.qmail@foad.org>
26171      Branch: perl
26172            ! pod/perlvar.pod
26173 ____________________________________________________________________________
26174 [  8524] By: jhi                                   on 2001/01/23  14:22:32
26175         Log: A bug introduced in #8217 (the undefined variable in the
26176              lib/safe1_t #3) fixed, by Charles Lane:
26177              
26178              The earlier patch made it so that stuff running in Safe
26179              compartments could do a "caller" and see "main".  That
26180              little change in name is done right before the code in
26181              the compartment is run, and apparantly the parser
26182              was picking up the stash name before it got changed.
26183              
26184              (why it was threaded vs. unthreaded Perl that was sensitive to this
26185              I still don't know...and it probably doesn't matter).
26186              
26187              I tryed removing the stash name-change and saw that threaded Perl
26188              did indeed pass the lib/safe1.t tests.
26189              
26190              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
26191              do the name change (and to connect _ in the compartment to the global
26192              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
26193              to call _safe_pkg_prep when creating a new compartment.
26194              
26195              Passes all tests with threaded perl on linux; passes all tests
26196              with unthreaded perl on VMS.
26197              
26198              At some point I'll probably want to revisit Safe and Opcode to
26199              provide more sensible handling of global variables...and to get
26200              formats working in Safe compartments, which they don't do currently.
26201      Branch: perl
26202            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
26203 ____________________________________________________________________________
26204 [  8523] By: jhi                                   on 2001/01/23  14:11:58
26205         Log: Also the lib/Thread.pm itself needs to be ignored if
26206              the Thread extension hasn't been built.
26207      Branch: perl
26208            ! t/lib/1_compile.t
26209 ____________________________________________________________________________
26210 [  8522] By: jhi                                   on 2001/01/23  13:51:28
26211         Log: print() instead of warn() so that stderr doesn't get
26212              unncessarily polluted.
26213      Branch: perl
26214            ! ext/Encode/compile
26215 ____________________________________________________________________________
26216 [  8521] By: jhi                                   on 2001/01/23  13:49:48
26217         Log: Integrate perlio.
26218      Branch: perl
26219           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
26220           !> ext/Encode/encode.h
26221 ____________________________________________________________________________
26222 [  8520] By: nick                                  on 2001/01/22  21:44:00
26223         Log: More messing with Encode:
26224              Extra fields in header to allow multiple names and to record
26225              other things "compile" knows.
26226              Re-organise compile to factor out common output routines.
26227      Branch: perlio
26228            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
26229 ____________________________________________________________________________
26230 [  8519] By: nick                                  on 2001/01/22  20:33:50
26231         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
26232      Branch: perlio
26233            ! ext/Encode/Makefile.PL ext/Encode/compile
26234 ____________________________________________________________________________
26235 [  8518] By: nick                                  on 2001/01/22  20:28:13
26236         Log: Integrate mainline
26237      Branch: perlio
26238           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
26239           !> vos/config.alpha.def vos/config.alpha.h
26240 ____________________________________________________________________________
26241 [  8517] By: jhi                                   on 2001/01/22  15:37:17
26242         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
26243              by Inaba Hiroto.
26244      Branch: perl
26245            ! sv.c
26246 ____________________________________________________________________________
26247 [  8516] By: jhi                                   on 2001/01/22  14:55:15
26248         Log: More SIG_SIZE fixes.
26249      Branch: perl
26250            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
26251 ____________________________________________________________________________
26252 [  8515] By: jhi                                   on 2001/01/22  14:50:27
26253         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
26254              From: "Craig A. Berry" <craigberry@mac.com>
26255              Date: Mon, 22 Jan 2001 00:42:24 -0600
26256              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
26257      Branch: perl
26258            ! configure.com
26259 ____________________________________________________________________________
26260 [  8514] By: jhi                                   on 2001/01/22  14:31:17
26261         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
26262              From: "Craig A. Berry" <craigberry@mac.com>
26263              Date: Sun, 21 Jan 2001 23:03:25 -0600
26264              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
26265      Branch: perl
26266            ! configure.com
26267 ____________________________________________________________________________
26268 [  8513] By: jhi                                   on 2001/01/22  14:14:00
26269         Log: Add the .ucm encoding tables to the MANIFEST.
26270      Branch: perl
26271            ! MANIFEST
26272 ____________________________________________________________________________
26273 [  8512] By: jhi                                   on 2001/01/22  13:43:33
26274         Log: Integrate perlio.
26275      Branch: perl
26276           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26277           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26278           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26279           +> ext/Encode/Encode/iso8859-10.ucm
26280           +> ext/Encode/Encode/iso8859-13.ucm
26281           +> ext/Encode/Encode/iso8859-14.ucm
26282           +> ext/Encode/Encode/iso8859-15.ucm
26283           +> ext/Encode/Encode/iso8859-16.ucm
26284           +> ext/Encode/Encode/iso8859-2.ucm
26285           +> ext/Encode/Encode/iso8859-3.ucm
26286           +> ext/Encode/Encode/iso8859-4.ucm
26287           +> ext/Encode/Encode/iso8859-5.ucm
26288           +> ext/Encode/Encode/iso8859-6.ucm
26289           +> ext/Encode/Encode/iso8859-7.ucm
26290           +> ext/Encode/Encode/iso8859-8.ucm
26291           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26292           +> ext/Encode/Encode/symbol.ucm
26293           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
26294           !> perliol.h
26295 ____________________________________________________________________________
26296 [  8511] By: nick                                  on 2001/01/21  23:44:47
26297         Log: Make "real" layers of ":utf8" and ":raw".
26298              So now PERLIO=utf8 perl ...
26299              does what Andreas wanted.
26300              Fix arg passing in open.pm (still have a Carp issue).
26301      Branch: perlio
26302            ! lib/open.pm perlio.c perliol.h
26303 ____________________________________________________________________________
26304 [  8510] By: jhi                                   on 2001/01/21  22:56:53
26305         Log: Document the regex context pushing/popping a bit better.
26306      Branch: perl
26307            ! regexec.c
26308 ____________________________________________________________________________
26309 [  8509] By: jhi                                   on 2001/01/21  22:55:44
26310         Log: Tweak the mkdir trailing slash code some more.
26311              
26312              TO DO: the same handling should probably be done for
26313              all the other filesystem functions that can have directories
26314              as their arguments.
26315      Branch: perl
26316            ! pp_sys.c
26317 ____________________________________________________________________________
26318 [  8508] By: nick                                  on 2001/01/21  21:37:43
26319         Log: Switch "compiled in" encodings to .ucm format.
26320              (Leave others as .enc till we can run-time load .ucm,
26321              or find some other way to load them.)
26322      Branch: perlio
26323            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26324            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26325            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26326            + ext/Encode/Encode/iso8859-10.ucm
26327            + ext/Encode/Encode/iso8859-13.ucm
26328            + ext/Encode/Encode/iso8859-14.ucm
26329            + ext/Encode/Encode/iso8859-15.ucm
26330            + ext/Encode/Encode/iso8859-16.ucm
26331            + ext/Encode/Encode/iso8859-2.ucm
26332            + ext/Encode/Encode/iso8859-3.ucm
26333            + ext/Encode/Encode/iso8859-4.ucm
26334            + ext/Encode/Encode/iso8859-5.ucm
26335            + ext/Encode/Encode/iso8859-6.ucm
26336            + ext/Encode/Encode/iso8859-7.ucm
26337            + ext/Encode/Encode/iso8859-8.ucm
26338            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26339            + ext/Encode/Encode/symbol.ucm
26340            ! ext/Encode/Makefile.PL ext/Encode/compile
26341 ____________________________________________________________________________
26342 [  8507] By: nick                                  on 2001/01/21  21:02:03
26343         Log: Integrate (partial) mainline.
26344      Branch: perlio
26345           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
26346           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
26347           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26348 ____________________________________________________________________________
26349 [  8506] By: jhi                                   on 2001/01/21  20:09:30
26350         Log: Update Changes.
26351      Branch: perl
26352            ! Changes patchlevel.h
26353 ____________________________________________________________________________
26354 [  8505] By: jhi                                   on 2001/01/21  19:39:59
26355         Log: Subject: Minor typos in perlfaq2.pod
26356              From: "Stephen P. Potter" <spp@spotter.yi.org>
26357              Message-Id: <200101192101.QAA11911@spotter.yi.org>
26358              Date: Fri, 19 Jan 2001 16:01:13 -0500
26359              
26360              with a nit from Philip Netwon.
26361      Branch: perl
26362            ! pod/perlfaq2.pod
26363 ____________________________________________________________________________
26364 [  8504] By: jhi                                   on 2001/01/21  19:33:05
26365         Log: Metaconfig change for #8503.
26366      Branch: metaconfig
26367            ! U/threads/usethreads.U
26368 ____________________________________________________________________________
26369 [  8503] By: jhi                                   on 2001/01/21  19:32:21
26370         Log: Sanity check for conflicting thread flavours.
26371      Branch: perl
26372            ! Configure config_h.SH
26373 ____________________________________________________________________________
26374 [  8502] By: jhi                                   on 2001/01/21  19:23:00
26375         Log: Metaconfig change for #8501.
26376      Branch: metaconfig
26377            ! U/modified/sig_name.U
26378 ____________________________________________________________________________
26379 [  8501] By: jhi                                   on 2001/01/21  19:22:26
26380         Log: The SIG_SIZE is the number of the elements *excluding*
26381              the terminating NULL.
26382      Branch: perl
26383            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
26384            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
26385            ! win32/config_H.vc
26386 ____________________________________________________________________________
26387 [  8500] By: jhi                                   on 2001/01/21  18:31:31
26388         Log: Integrate perlio.
26389      Branch: perl
26390           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
26391           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
26392           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
26393           !> pp_sys.c proto.h sv.c
26394 ____________________________________________________________________________
26395 [  8499] By: jhi                                   on 2001/01/21  17:43:57
26396         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
26397              From: Hugo <hv@crypt.compulink.co.uk>
26398              Date: Sun, 21 Jan 2001 13:34:05 +0000
26399              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
26400              
26401              In sprintf UTF8ize only if necessary.
26402      Branch: perl
26403            ! sv.c
26404 ____________________________________________________________________________
26405 [  8498] By: nick                                  on 2001/01/21  16:25:32
26406         Log: Encode cleanup.
26407              Add command line control over "compile" so that Makefile.PL
26408              needs can be combined with other uses.
26409              Use command line options in Makefile.PL.
26410              Fix multi-byte parsing in .ucm files.
26411      Branch: perlio
26412            ! ext/Encode/Makefile.PL ext/Encode/compile
26413 ____________________________________________________________________________
26414 [  8497] By: nick                                  on 2001/01/21  12:56:27
26415         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
26416      Branch: perlio
26417            ! ext/Encode/Encode.xs
26418 ____________________________________________________________________________
26419 [  8496] By: nick                                  on 2001/01/21  12:18:45
26420         Log: Fixup after integrate:
26421              missed the .sym files that are changed by regen_headers
26422              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
26423      Branch: perlio
26424            ! global.sym pp.sym sv.c
26425 ____________________________________________________________________________
26426 [  8495] By: nick                                  on 2001/01/21  11:51:07
26427         Log: Integrate mainline.
26428      Branch: perlio
26429           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
26430           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
26431           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
26432           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
26433           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
26434           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
26435           !> win32/Makefile win32/makefile.mk
26436 ____________________________________________________________________________
26437 [  8494] By: jhi                                   on 2001/01/20  23:12:11
26438         Log: Forgot the expect_number() prototype.
26439      Branch: perl
26440            ! embed.h embed.pl proto.h
26441 ____________________________________________________________________________
26442 [  8493] By: jhi                                   on 2001/01/20  22:56:39
26443         Log: Subject: [PATCH: perl@8482] README.vms URL updates
26444              From: Peter Prymmer <pvhp@forte.com>
26445              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
26446              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
26447              
26448              Plus Craig A. Berry's suggestion to use compaq.com instead
26449              of digital.com.
26450      Branch: perl
26451            ! README.vms
26452 ____________________________________________________________________________
26453 [  8492] By: jhi                                   on 2001/01/20  22:50:05
26454         Log: Memory management calls documentation.
26455      Branch: perl
26456            ! pod/perlguts.pod
26457 ____________________________________________________________________________
26458 [  8491] By: jhi                                   on 2001/01/20  22:38:33
26459         Log: Signedness nit plus few memcpy/Copy nits.
26460      Branch: perl
26461            ! sv.c
26462 ____________________________________________________________________________
26463 [  8490] By: jhi                                   on 2001/01/20  22:25:53
26464         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
26465              From: Peter Prymmer <pvhp@forte.com>
26466              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
26467              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
26468      Branch: perl
26469            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
26470 ____________________________________________________________________________
26471 [  8489] By: jhi                                   on 2001/01/20  22:24:41
26472         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
26473              From: Peter Prymmer <pvhp@forte.com>
26474              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
26475              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
26476      Branch: perl
26477            ! win32/Makefile win32/makefile.mk
26478 ____________________________________________________________________________
26479 [  8488] By: jhi                                   on 2001/01/20  22:22:27
26480         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
26481              From: Peter Prymmer <pvhp@forte.com>
26482              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
26483              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
26484      Branch: perl
26485            ! Makefile.SH
26486 ____________________________________________________________________________
26487 [  8487] By: jhi                                   on 2001/01/20  22:21:18
26488         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
26489              From: Peter Prymmer <pvhp@forte.com>
26490              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
26491              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
26492      Branch: perl
26493            + ext/DynaLoader/dl_dllload.xs
26494            ! MANIFEST Makefile.SH hints/os390.sh
26495 ____________________________________________________________________________
26496 [  8486] By: jhi                                   on 2001/01/20  22:17:53
26497         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
26498              From: Peter Prymmer <pvhp@forte.com>
26499              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
26500              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
26501      Branch: perl
26502            ! README.os390 README.posix-bc
26503 ____________________________________________________________________________
26504 [  8485] By: jhi                                   on 2001/01/20  20:15:30
26505         Log: Document and test the new qu operator.
26506      Branch: perl
26507            + t/op/qu.t
26508            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
26509            ! pod/perlretut.pod pod/perlunicode.pod
26510 ____________________________________________________________________________
26511 [  8484] By: nick                                  on 2001/01/20  19:42:30
26512         Log: Infrastructure to allow:
26513              open($fh,"|-",@array);
26514              to be implemented
26515              i.e. mark pp_open as needing a stack mark, and make pp_open
26516              process its args in that style (and pass them _all_ to tied handles OPEN).
26517              Invent do_openn() which takes SV ** at allow it to see multiple args.
26518              Note this does not _do_ anything yet.
26519      Branch: perlio
26520            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
26521            ! perlapi.c pp_proto.h pp_sys.c proto.h
26522 ____________________________________________________________________________
26523 [  8483] By: nick                                  on 2001/01/20  17:23:14
26524         Log: Integrate mainline.
26525      Branch: perlio
26526           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
26527           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
26528 ____________________________________________________________________________
26529 [  8482] By: jhi                                   on 2001/01/19  15:37:49
26530         Log: Update Changes.
26531      Branch: perl
26532            ! Changes patchlevel.h
26533 ____________________________________________________________________________
26534 [  8481] By: jhi                                   on 2001/01/19  14:41:24
26535         Log: Subject: Re: new feature: s?printf parameter reordering 
26536              From: Hugo <hv@crypt.compulink.co.uk>
26537              Date: Thu, 11 Jan 2001 17:09:03 +0000
26538              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
26539              
26540              - support reordering for all parameters: %, *v, *, .*
26541              - lay down that the reordering specification must immediately
26542              follow that parameter: %3$, *v3$, *3$, .*3$
26543              - fix vectorisation of a zero-length string
26544              - factor out the code choosing the argument to format
26545              
26546              Possibly unwanted side-effects:
26547              - the special format specifiers ' +-0' must now precede any
26548              vectorisation specifier. Tests in op/sprintf and op/ver
26549              have been changed to reflect this.
26550              - sprintf.t test #214 changed its expectations because in many
26551              cases, the next parameter has already been consumed when an
26552              invalid type letter is detected.
26553              
26554              Probably wanted side-effects:
26555              - attempts to format a non-existent parameter will warn as if C<undef>
26556              - attempt to write to non-existent parameter with '%n' will complain
26557              of "attempt to modify read-only value" instead of being silent
26558      Branch: perl
26559            ! sv.c t/op/sprintf.t t/op/ver.t
26560 ____________________________________________________________________________
26561 [  8480] By: jhi                                   on 2001/01/19  14:08:37
26562         Log: Subject: PATCH pragma/locale.t
26563              From: andreas.koenig@anima.de (Andreas J. Koenig)
26564              Date: 18 Jan 2001 09:45:37 +0100
26565              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
26566      Branch: perl
26567            ! t/pragma/locale.t
26568 ____________________________________________________________________________
26569 [  8479] By: jhi                                   on 2001/01/19  13:19:58
26570         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
26571      Branch: perl
26572            ! configure.com
26573 ____________________________________________________________________________
26574 [  8478] By: jhi                                   on 2001/01/19  02:12:35
26575         Log: Automate 1_compile.t.
26576      Branch: perl
26577            ! t/lib/1_compile.t
26578 ____________________________________________________________________________
26579 [  8477] By: jhi                                   on 2001/01/19  01:49:56
26580         Log: Integrate perlio.
26581      Branch: perl
26582           !> sv.c win32/config.bc win32/config.gc win32/config.vc
26583           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26584 ____________________________________________________________________________
26585 [  8476] By: nick                                  on 2001/01/18  21:51:52
26586         Log: Integrate mainline
26587      Branch: perlio
26588           +> t/lib/1_compile.t t/lib/compmod.pl
26589           !> MANIFEST configure.com lib/unicode/distinct.pm
26590 ____________________________________________________________________________
26591 [  8475] By: nick                                  on 2001/01/18  21:48:02
26592         Log: Win32 "safe signals" co-existance fix.
26593              Fix SIG_SIZE value.
26594              Clear PL_sig_pending when cloning (fork).
26595      Branch: perlio
26596            ! sv.c win32/config.bc win32/config.gc win32/config.vc
26597            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26598 ____________________________________________________________________________
26599 [  8474] By: jhi                                   on 2001/01/18  14:40:57
26600         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
26601      Branch: perl
26602            ! t/lib/1_compile.t
26603 ____________________________________________________________________________
26604 [  8473] By: gsar                                  on 2001/01/18  11:42:31
26605         Log: unsubmitted trial1 change
26606      Branch: maint-5.6/perl
26607            ! Changes
26608 ____________________________________________________________________________
26609 [  8472] By: jhi                                   on 2001/01/18  04:30:24
26610         Log: The first bug found by 1_compile.t.
26611      Branch: perl
26612            ! lib/unicode/distinct.pm
26613 ____________________________________________________________________________
26614 [  8471] By: jhi                                   on 2001/01/18  04:29:42
26615         Log: Add Schwern's 1_compile test.  The compile_module script renamed
26616              to be a bit shorter for the 8.3 people.
26617      Branch: perl
26618            + t/lib/1_compile.t t/lib/compmod.pl
26619            ! MANIFEST
26620 ____________________________________________________________________________
26621 [  8470] By: jhi                                   on 2001/01/18  04:16:00
26622         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)
26623              From: Peter Prymmer <pvhp@forte.com>
26624              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
26625              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
26626              Replace #8463.
26627      Branch: maint-5.6/perl
26628            ! configure.com
26629 ____________________________________________________________________________
26630 [  8469] By: jhi                                   on 2001/01/18  04:13:02
26631         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)
26632              From: Peter Prymmer <pvhp@forte.com>
26633              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
26634              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
26635              Replace #8462.
26636      Branch: perl
26637            ! configure.com
26638 ____________________________________________________________________________
26639 [  8468] By: jhi                                   on 2001/01/18  03:42:08
26640         Log: Integrate perlio.
26641      Branch: perl
26642           !> gv.c mg.c perlio.c util.c
26643 ____________________________________________________________________________
26644 [  8467] By: nick                                  on 2001/01/17  22:41:10
26645         Log: "Safe" signals - trial implementation.
26646              gv.c tweaked to zero PL_sig_pend array
26647              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
26648              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
26649              Odd thing is that it "works" with PERLIO=stdio as well (linux).
26650      Branch: perlio
26651            ! gv.c mg.c perlio.c util.c
26652 ____________________________________________________________________________
26653 [  8466] By: nick                                  on 2001/01/17  20:40:20
26654         Log: Integrate mainline.
26655      Branch: perlio
26656           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26657           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
26658           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
26659           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26660           !> vos/config.ga.h win32/config.bc win32/config.gc
26661           !> win32/config.vc
26662 ____________________________________________________________________________
26663 [  8465] By: jhi                                   on 2001/01/17  18:37:13
26664         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
26665              From: Nicholas Clark <nick@ccl4.org>
26666              Date: Wed, 17 Jan 2001 17:31:33 +0000
26667              Message-ID: <20010117173133.I2633@plum.flirble.org>
26668      Branch: perl
26669            ! t/op/int.t
26670 ____________________________________________________________________________
26671 [  8464] By: jhi                                   on 2001/01/17  14:43:17
26672         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
26673              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26674              Date: Wed, 17 Jan 2001 15:16:43 +0100
26675              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
26676              
26677              pp_int() was dropping an NV to the floor,
26678              int(279964589018079/59) either returned not an integer
26679              4745162525730.15, or one got "Attempt to free unreferenced scalar."
26680      Branch: perl
26681            ! pp.c
26682 ____________________________________________________________________________
26683 [  8463] By: jhi                                   on 2001/01/17  06:12:42
26684         Log: (Replaced by #8470)
26685              
26686              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)
26687              From: "Craig A. Berry" <craigberry@mac.com>
26688              Date: Tue, 16 Jan 2001 23:38:46 -0600
26689              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
26690      Branch: maint-5.6/perl
26691            ! configure.com
26692 ____________________________________________________________________________
26693 [  8462] By: jhi                                   on 2001/01/17  06:11:31
26694         Log: (Replaced by #8469)
26695              
26696              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)
26697              From: "Craig A. Berry" <craigberry@mac.com>
26698              Date: Tue, 16 Jan 2001 23:38:46 -0600
26699              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
26700      Branch: perl
26701            ! configure.com
26702 ____________________________________________________________________________
26703 [  8461] By: jhi                                   on 2001/01/17  05:56:12
26704         Log: Allow for one trailing slash in the directory of mkdir().
26705      Branch: perl
26706            ! pp_sys.c
26707 ____________________________________________________________________________
26708 [  8460] By: jhi                                   on 2001/01/17  03:26:01
26709         Log: Metaconfig unit changes for #8459.
26710      Branch: metaconfig
26711            ! U/modified/Loc.U U/modified/sig_name.U
26712 ____________________________________________________________________________
26713 [  8459] By: jhi                                   on 2001/01/17  03:24:48
26714         Log: Define SIG_SIZE, the number of elements in the sig_name and
26715              sig_num arrays, including the final NULL entry.
26716      Branch: perl
26717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26718            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
26719            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
26720            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26721            ! win32/config.bc win32/config.gc win32/config.vc
26722 ____________________________________________________________________________
26723 [  8458] By: jhi                                   on 2001/01/17  01:41:33
26724         Log: Integrate perlio.
26725      Branch: perl
26726           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
26727           !> perlapi.h proto.h sv.c
26728 ____________________________________________________________________________
26729 [  8457] By: nick                                  on 2001/01/16  22:07:26
26730         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
26731              Provides all the "cost" but no benefit yet - it is to allow cost
26732              to be measured, and implementation experiments (just in mg.c?).
26733      Branch: perlio
26734            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
26735            ! perlapi.h proto.h sv.c
26736 ____________________________________________________________________________
26737 [  8456] By: nick                                  on 2001/01/16  21:07:07
26738         Log: Integrate mainline.
26739      Branch: perlio
26740           !> (integrate 51 files)
26741 ____________________________________________________________________________
26742 [  8455] By: jhi                                   on 2001/01/16  18:13:43
26743         Log: Subject: [PATCH] regcomp.c old feature removal
26744              From: mjd@plover.com
26745              Date: 16 Jan 2001 14:43:18 -0000 
26746              Message-ID: <20010116144318.7140.qmail@plover.com> 
26747      Branch: perl
26748            ! regcomp.c
26749 ____________________________________________________________________________
26750 [  8454] By: jhi                                   on 2001/01/16  16:12:39
26751         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
26752              From: "Indy Singh" <indy@nusphere.com>
26753              Date: Wed, 10 Jan 2001 20:17:49 -0500
26754              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
26755      Branch: maint-5.6/perl
26756            ! win32/Makefile
26757 ____________________________________________________________________________
26758 [  8453] By: jhi                                   on 2001/01/16  16:09:33
26759         Log: Update Changes.
26760      Branch: perl
26761            ! Changes patchlevel.h
26762 ____________________________________________________________________________
26763 [  8452] By: jhi                                   on 2001/01/16  15:42:04
26764         Log: Subject: Re: API Cleanup
26765              To: perl5-porters@perl.org
26766              Date: Tue, 16 Jan 2001 13:42:30 +0000
26767              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
26768              
26769              Subject: [PATCH] utf8.c documentation
26770              From: Simon Cozens <simon@cozens.net>
26771              Date: Tue, 16 Jan 2001 13:52:48 +0000
26772              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
26773              
26774              Subject: Re: API Cleanup
26775              From: Simon Cozens <simon@cozens.net>
26776              Date: Tue, 16 Jan 2001 14:58:55 +0000
26777              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
26778              
26779              UTF-8 doc patches.
26780      Branch: perl
26781            ! embed.pl pod/perlapi.pod utf8.c
26782 ____________________________________________________________________________
26783 [  8451] By: jhi                                   on 2001/01/16  14:41:39
26784         Log: podlators 1.07, from Russ Allbery.
26785      Branch: perl
26786            ! lib/Pod/Man.pm
26787 ____________________________________________________________________________
26788 [  8450] By: jhi                                   on 2001/01/16  14:24:19
26789         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
26790              From: "Indy Singh" <indy@nusphere.com>
26791              Date: Mon, 15 Jan 2001 20:59:40 -0500
26792              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
26793      Branch: perl
26794            ! win32/Makefile
26795 ____________________________________________________________________________
26796 [  8449] By: jhi                                   on 2001/01/16  03:42:55
26797         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
26798              at the setting of the ofs_sv in new_struct_thread() as the
26799              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
26800              that invited a core dump.
26801      Branch: perl
26802            ! util.c
26803 ____________________________________________________________________________
26804 [  8448] By: jhi                                   on 2001/01/16  01:49:07
26805         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
26806              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26807              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
26808              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
26809              
26810              Replace #8444 and #8445.
26811      Branch: perl
26812            ! ext/B/B.xs ext/B/B/Debug.pm
26813 ____________________________________________________________________________
26814 [  8447] By: jhi                                   on 2001/01/15  21:05:35
26815         Log: Subject: [PATCH] API Variable documentation   
26816              From: Simon Cozens <simon@cozens.net>
26817              Date: Mon, 15 Jan 2001 19:35:54 +0000
26818              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
26819      Branch: perl
26820            ! pod/perlapi.pod thrdvar.h
26821 ____________________________________________________________________________
26822 [  8446] By: jhi                                   on 2001/01/15  20:49:20
26823         Log: Signedness nit.
26824      Branch: perl
26825            ! pp_ctl.c
26826 ____________________________________________________________________________
26827 [  8445] By: jhi                                   on 2001/01/15  20:28:48
26828         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
26829      Branch: perl
26830            ! ext/B/B/Debug.pm
26831 ____________________________________________________________________________
26832 [  8444] By: jhi                                   on 2001/01/15  13:09:10
26833         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
26834      Branch: perl
26835            ! ext/B/B.xs
26836 ____________________________________________________________________________
26837 [  8443] By: jhi                                   on 2001/01/15  13:06:26
26838         Log: Missing from #8439.
26839      Branch: perl
26840            ! keywords.h mg.c
26841 ____________________________________________________________________________
26842 [  8442] By: jhi                                   on 2001/01/15  13:02:38
26843         Log: Subject: [PATCH @8436] Eliminate op_children
26844              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26845              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
26846              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
26847              
26848              Subject: [PATCH @8436] Re: Eliminate op_children
26849              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26850              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
26851              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
26852      Branch: perl
26853            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
26854            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
26855            ! op.c op.h
26856 ____________________________________________________________________________
26857 [  8441] By: jhi                                   on 2001/01/15  12:57:08
26858         Log: Use the /^Perl_/-less form of is_lvalue_sub().
26859      Branch: perl
26860            ! pp.h
26861 ____________________________________________________________________________
26862 [  8440] By: jhi                                   on 2001/01/15  05:13:09
26863         Log: Revert #8437 and #8438, the Linux large files story is more complex.
26864      Branch: metaconfig/U/perl
26865            ! d_fpos64_t.U d_off64_t.U
26866      Branch: perl
26867            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26868            ! config_h.SH configure.com epoc/config.sh perl.h
26869            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
26870            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26871            ! win32/config.bc win32/config.gc win32/config.vc
26872 ____________________________________________________________________________
26873 [  8439] By: jhi                                   on 2001/01/15  05:02:24
26874         Log: More UTF-8 patches from Inaba Hiroto.
26875              - The substr lval was still not okay.
26876              - Now pp_stringify and sv_setsv copies source's UTF8 flag
26877              even if IN_BYTE.  pp_stringify is called from fold_constants
26878              at optimization phase and "\x{100}" was made SvUTF8_off under
26879              use bytes (the bytes pragma is for "byte semantics" and not
26880              for "do not produce UTF8 data")
26881              - New `qu' operator to generate UTF8 string explicitly.
26882              Though I agree with the policy "0x00-0xff always produce bytes",
26883              sometimes want to such a string to be coded in UTF8.
26884              I can use pack"U0a*" but it requires more typing and has
26885              runtime overhead.
26886              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
26887              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
26888              string is not UTF8_on and has char 0x80-0xff.
26889              
26890              TODO: document and test qu.
26891      Branch: perl
26892            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
26893            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
26894            ! toke.c
26895 ____________________________________________________________________________
26896 [  8438] By: jhi                                   on 2001/01/14  05:10:23
26897         Log: Metaconfig unit changes for #8437.
26898      Branch: metaconfig/U/perl
26899            ! d_fpos64_t.U d_off64_t.U
26900 ____________________________________________________________________________
26901 [  8437] By: jhi                                   on 2001/01/14  04:55:34
26902         Log: Add <features.h> probing, seems to be needed for (some?)
26903              Linux largefileness.
26904      Branch: perl
26905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26906            ! config_h.SH configure.com epoc/config.sh perl.h
26907            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
26908            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26909            ! win32/config.bc win32/config.gc win32/config.vc
26910 ____________________________________________________________________________
26911 [  8436] By: jhi                                   on 2001/01/13  17:47:21
26912         Log: Tighten some of the tests a bit.
26913      Branch: perl
26914            ! t/pragma/utf8.t
26915 ____________________________________________________________________________
26916 [  8435] By: jhi                                   on 2001/01/13  17:31:54
26917         Log: Integrate perlio.
26918      Branch: perl
26919           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
26920           !> win32/config_H.gc win32/config_H.vc
26921 ____________________________________________________________________________
26922 [  8434] By: nick                                  on 2001/01/13  11:36:53
26923         Log: Run dmake regen_config_h for Win32
26924      Branch: perlio
26925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26926 ____________________________________________________________________________
26927 [  8433] By: nick                                  on 2001/01/13  11:31:55
26928         Log: VMS friendly patch to Encode compile process
26929      Branch: perlio
26930            ! ext/Encode/Makefile.PL ext/Encode/compile
26931 ____________________________________________________________________________
26932 [  8432] By: nick                                  on 2001/01/13  11:06:44
26933         Log: Integrate mainline
26934      Branch: perlio
26935           +> ext/B/B/Concise.pm
26936           !> (integrate 52 files)
26937 ____________________________________________________________________________
26938 [  8431] By: jhi                                   on 2001/01/13  05:55:55
26939         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
26940              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26941              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
26942              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
26943      Branch: perl
26944            ! ext/B/B/Concise.pm
26945 ____________________________________________________________________________
26946 [  8430] By: jhi                                   on 2001/01/13  04:24:18
26947         Log: The LVRET macro needed an aTHX.
26948      Branch: perl
26949            ! pp.h
26950 ____________________________________________________________________________
26951 [  8429] By: jhi                                   on 2001/01/13  02:12:42
26952         Log: Update Changes.
26953      Branch: perl
26954            ! Changes patchlevel.h
26955 ____________________________________________________________________________
26956 [  8428] By: jhi                                   on 2001/01/13  02:08:50
26957         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
26958              From: Peter Prymmer <pvhp@forte.com>
26959              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
26960              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
26961              
26962              Add a BEGIN guard for sloppy floating point division.
26963      Branch: perl
26964            ! lib/Math/BigInt.pm lib/bigint.pl
26965 ____________________________________________________________________________
26966 [  8427] By: jhi                                   on 2001/01/13  01:47:16
26967         Log: The B::Terse drop-in replacement wasn't quite drop-in.
26968      Branch: perl
26969            ! ext/B/B/Terse.pm
26970 ____________________________________________________________________________
26971 [  8426] By: jhi                                   on 2001/01/12  21:20:43
26972         Log: Use UVXf.
26973      Branch: perl
26974            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26975            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
26976            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26977            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26978            ! win32/config.gc win32/config.vc
26979 ____________________________________________________________________________
26980 [  8425] By: jhi                                   on 2001/01/12  20:20:14
26981         Log: Subject: [PATCH perl@8342] -Wformat
26982              From: Robin Barker <rmb1@cise.npl.co.uk>
26983              Date: Fri, 12 Jan 2001 20:03:14 GMT
26984              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
26985      Branch: perl
26986            ! ext/Encode/Encode.xs mg.c sv.c toke.c
26987 ____________________________________________________________________________
26988 [  8424] By: jhi                                   on 2001/01/12  20:01:48
26989         Log: Subject: B::Concise -- an improved replacement for B::Terse 
26990              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26991              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
26992              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
26993      Branch: perl
26994            + ext/B/B/Concise.pm
26995            ! MANIFEST ext/B/B/Terse.pm
26996 ____________________________________________________________________________
26997 [  8423] By: jhi                                   on 2001/01/12  19:24:02
26998         Log: The new metaconfig unit from the #8421.
26999      Branch: metaconfig/U/perl
27000            + d_sigprocmask.U
27001 ____________________________________________________________________________
27002 [  8422] By: jhi                                   on 2001/01/12  19:23:43
27003         Log: Forgot the microperl config from the #8421.
27004      Branch: perl
27005            ! uconfig.h uconfig.sh
27006 ____________________________________________________________________________
27007 [  8421] By: jhi                                   on 2001/01/12  19:05:27
27008         Log: Add sigprocmask() probe, regen Configure, regen toc.
27009      Branch: perl
27010            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27011            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
27012            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27013            ! vos/config.ga.h win32/config.bc win32/config.gc
27014            ! win32/config.vc
27015 ____________________________________________________________________________
27016 [  8420] By: jhi                                   on 2001/01/12  18:34:31
27017         Log: Add sockatmark() to the todo list.
27018      Branch: perl
27019            ! Todo-5.6
27020 ____________________________________________________________________________
27021 [  8419] By: jhi                                   on 2001/01/12  18:09:46
27022         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
27023      Branch: perl
27024            ! op.c
27025 ____________________________________________________________________________
27026 [  8418] By: jhi                                   on 2001/01/12  18:05:30
27027         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
27028              From: Radu Greab <radu@netsoft.ro>
27029              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
27030              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
27031      Branch: perl
27032            ! op.c t/pragma/sub_lval.t
27033 ____________________________________________________________________________
27034 [  8417] By: jhi                                   on 2001/01/12  16:09:09
27035         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
27036              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
27037              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
27038              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
27039      Branch: perl
27040            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
27041            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
27042            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
27043            ! t/pragma/sub_lval.t toke.c
27044 ____________________________________________________________________________
27045 [  8416] By: jhi                                   on 2001/01/12  15:42:06
27046         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
27047              From: "Richard Soderberg" <rs@crystalflame.net>
27048              Date: Fri, 12 Jan 2001 04:49:35 -0800
27049              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
27050              
27051              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
27052              according to the platform.
27053      Branch: perl
27054            ! op.c
27055 ____________________________________________________________________________
27056 [  8415] By: jhi                                   on 2001/01/12  15:33:41
27057         Log: One more UTF-8 fix from Inaba Hiroto.
27058      Branch: perl
27059            ! pp.c regexec.c t/pragma/utf8.t
27060 ____________________________________________________________________________
27061 [  8414] By: jhi                                   on 2001/01/12  15:30:18
27062         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
27063      Branch: perl
27064            ! regexec.c
27065 ____________________________________________________________________________
27066 [  8413] By: jhi                                   on 2001/01/12  15:22:10
27067         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
27068              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27069              Date: Thu, 11 Jan 2001 12:53:36 +0100
27070              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
27071      Branch: perl
27072            ! toke.c
27073 ____________________________________________________________________________
27074 [  8412] By: jhi                                   on 2001/01/12  15:20:25
27075         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
27076              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27077              Date: Fri, 12 Jan 2001 14:37:55 +0100
27078              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
27079      Branch: perl
27080            ! hints/posix-bc.sh
27081 ____________________________________________________________________________
27082 [  8411] By: jhi                                   on 2001/01/12  15:14:14
27083         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
27084              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27085              Date: Fri, 12 Jan 2001 10:42:21 +0100
27086              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
27087      Branch: perl
27088            ! t/op/regmesg.t
27089 ____________________________________________________________________________
27090 [  8410] By: jhi                                   on 2001/01/12  05:48:55
27091         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
27092              From: Nicholas Clark <nick@ccl4.org> 
27093              Date: Sun, 7 Jan 2001 19:47:14 +0000
27094              Message-ID: <20010107194714.B1048@plum.flirble.org>
27095      Branch: perl
27096            ! t/op/numconvert.t
27097 ____________________________________________________________________________
27098 [  8409] By: jhi                                   on 2001/01/12  05:41:28
27099         Log: Integrate perlio.
27100      Branch: perl
27101           !> mg.c scope.h
27102 ____________________________________________________________________________
27103 [  8408] By: nick                                  on 2001/01/11  22:43:28
27104         Log: Remove variables that were used in experiments.
27105      Branch: perlio
27106            ! mg.c
27107 ____________________________________________________________________________
27108 [  8407] By: nick                                  on 2001/01/11  20:57:44
27109         Log: Catch die in %SIG handler and unblock the signal before re-dying.
27110              This make Linux work _without_ sigsetjmp().
27111              Turn off sigsetjmp() to see what else it does.
27112              May need Configure probe for sigprocmask() if anything has sigaction()
27113              but not sigprocmask().
27114      Branch: perlio
27115            ! mg.c scope.h
27116 ____________________________________________________________________________
27117 [  8406] By: nick                                  on 2001/01/11  19:32:07
27118         Log: Integrate mainline
27119      Branch: perlio
27120           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
27121           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
27122           !> t/op/substr.t
27123 ____________________________________________________________________________
27124 [  8405] By: jhi                                   on 2001/01/11  17:11:01
27125         Log: Fix UTF-8 lval substr().
27126      Branch: perl
27127            ! mg.c t/op/substr.t
27128 ____________________________________________________________________________
27129 [  8404] By: jhi                                   on 2001/01/11  05:13:58
27130         Log: Update Changes.
27131      Branch: perl
27132            ! Changes patchlevel.h
27133 ____________________________________________________________________________
27134 [  8403] By: jhi                                   on 2001/01/11  04:38:24
27135         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
27136              From: Hugo <hv@crypt.compulink.co.uk>
27137              Date: Mon, 30 Oct 2000 01:33:26 +0000
27138              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
27139      Branch: perl
27140            ! regexec.c t/op/re_tests
27141 ____________________________________________________________________________
27142 [  8402] By: jhi                                   on 2001/01/11  04:26:12
27143         Log: Integrate perlio.
27144      Branch: perl
27145           !> scope.h util.c
27146 ____________________________________________________________________________
27147 [  8401] By: nick                                  on 2001/01/10  22:52:55
27148         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
27149              (So Alan and Ilya can try setting via hints.)
27150              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
27151              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
27152              doing the save everywhere seems to restart read() correctly, but just
27153              doing it once "round" the handler does not.
27154      Branch: perlio
27155            ! scope.h
27156 ____________________________________________________________________________
27157 [  8400] By: jhi                                   on 2001/01/10  21:57:54
27158         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
27159              of IRIX, HP-UX is unaffected.
27160      Branch: perl
27161            ! perl.h
27162 ____________________________________________________________________________
27163 [  8399] By: nick                                  on 2001/01/10  21:29:19
27164         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
27165      Branch: perlio
27166            ! util.c
27167 ____________________________________________________________________________
27168 [  8398] By: jhi                                   on 2001/01/10  20:55:31
27169         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
27170              also have ReusePort.
27171      Branch: perl
27172            ! ext/IO/lib/IO/Socket/INET.pm
27173 ____________________________________________________________________________
27174 [  8397] By: jhi                                   on 2001/01/10  20:50:57
27175         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
27176              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
27177              Date: Wed, 10 Jan 2001 01:38:13 -0800
27178              Message-ID: <20010110013813.B41744@yahoo-inc.com>
27179      Branch: perl
27180            ! ext/IO/lib/IO/Socket/INET.pm
27181 ____________________________________________________________________________
27182 [  8396] By: jhi                                   on 2001/01/10  20:49:30
27183         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
27184              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
27185              Date: Wed, 10 Jan 2001 01:37:32 -0800
27186              Message-ID: <20010110013732.A41744@yahoo-inc.com>
27187      Branch: perl
27188            ! ext/Socket/Socket.pm
27189 ____________________________________________________________________________
27190 [  8395] By: jhi                                   on 2001/01/10  20:41:37
27191         Log: Test for bug id 20010105.016 (fixed by #8378).
27192      Branch: perl
27193            ! t/op/split.t
27194 ____________________________________________________________________________
27195 [  8394] By: jhi                                   on 2001/01/10  20:26:32
27196         Log: Integrate perlio.
27197      Branch: perl
27198            ! util.c
27199 ____________________________________________________________________________
27200 [  8393] By: nick                                  on 2001/01/10  19:34:30
27201         Log: Back out Simon's pid hackery for now.
27202      Branch: perlio
27203            ! util.c
27204 ____________________________________________________________________________
27205 [  8392] By: nick                                  on 2001/01/10  19:23:13
27206         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
27207      Branch: perlio
27208           !> (integrate 29 files)
27209 ____________________________________________________________________________
27210 [  8391] By: jhi                                   on 2001/01/10  18:43:15
27211         Log: Subject: [PATCH] Fix my_pclose segfault
27212              From: Simon Cozens <simon@cozens.net>
27213              Date: Wed, 10 Jan 2001 18:39:35 +0000
27214              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
27215      Branch: perl
27216            ! util.c
27217 ____________________________________________________________________________
27218 [  8390] By: jhi                                   on 2001/01/10  18:42:08
27219         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
27220              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27221              Date:     Wed, 10 Jan 2001 13:23:02 EST
27222              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
27223      Branch: perl
27224            ! ext/Opcode/Opcode.xs
27225 ____________________________________________________________________________
27226 [  8389] By: jhi                                   on 2001/01/10  15:16:07
27227         Log: Turn off the integer preservation for now.
27228      Branch: perl
27229            ! perl.h
27230 ____________________________________________________________________________
27231 [  8388] By: jhi                                   on 2001/01/10  15:01:25
27232         Log: Few more IDE/editor nits from p5p.
27233      Branch: perl
27234            ! pod/perlfaq3.pod
27235 ____________________________________________________________________________
27236 [  8387] By: jhi                                   on 2001/01/10  06:53:16
27237         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
27238              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
27239              Date: Tue, 9 Jan 2001 23:16:02 +0000
27240              Message-ID: <20010109231602.A81101@plum.flirble.org>
27241      Branch: perl
27242            ! sv.c
27243 ____________________________________________________________________________
27244 [  8386] By: jhi                                   on 2001/01/10  03:17:54
27245         Log: Test cases for #8385 (from Simon's "torture.pl")
27246      Branch: perl
27247            ! t/op/tr.t
27248 ____________________________________________________________________________
27249 [  8385] By: jhi                                   on 2001/01/10  03:17:11
27250         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
27251              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
27252              Date: Wed, 10 Jan 2001 11:39:39 +0900
27253              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
27254              
27255              Some more UTF-8 tr cases fixed.
27256      Branch: perl
27257            ! doop.c
27258 ____________________________________________________________________________
27259 [  8384] By: jhi                                   on 2001/01/09  22:45:40
27260         Log: Allow the locale test needing POSIX and the taint test
27261              needing IPC::SysV to run under 'minitest' (basically,
27262              bail out if loading the extension fails)
27263      Branch: perl
27264            ! t/op/misc.t t/op/taint.t
27265 ____________________________________________________________________________
27266 [  8383] By: jhi                                   on 2001/01/09  21:36:04
27267         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
27268              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27269              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
27270              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
27271      Branch: perl
27272            ! t/io/openpid.t
27273 ____________________________________________________________________________
27274 [  8382] By: jhi                                   on 2001/01/09  21:06:08
27275         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
27276              Should finish up the bug id 20001205.022.
27277      Branch: perl
27278            ! pp.c pp_hot.c scope.c
27279 ____________________________________________________________________________
27280 [  8381] By: jhi                                   on 2001/01/09  18:27:43
27281         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
27282              From: Andy Dougherty <doughera@lafayette.edu>
27283              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
27284              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
27285              
27286              More robust yacc/bison error detection.
27287      Branch: perl
27288            ! t/comp/proto.t
27289 ____________________________________________________________________________
27290 [  8380] By: jhi                                   on 2001/01/09  15:21:38
27291         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
27292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27293              Date:     Tue, 9 Jan 2001 07:53:55 EST
27294              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
27295      Branch: perl
27296            ! t/op/misc.t vms/test.com
27297 ____________________________________________________________________________
27298 [  8379] By: jhi                                   on 2001/01/09  15:20:38
27299         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
27300              From: jhi@cc.hut.fi
27301              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
27302              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
27303              
27304              The #8378 fixed this.
27305      Branch: perl
27306            ! t/op/tr.t
27307 ____________________________________________________________________________
27308 [  8378] By: jhi                                   on 2001/01/09  15:05:32
27309         Log: Subject: One more patch for UTF8 
27310              From: Inaba Hiroto <inaba@st.rim.or.jp>
27311              Date: Tue, 09 Jan 2001 01:04:32 +0900
27312              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
27313              
27314              UTF-8 fixes for 'x' and tr///.
27315      Branch: perl
27316            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
27317            ! regcomp.c regexec.c toke.c utf8.c
27318 ____________________________________________________________________________
27319 [  8377] By: jhi                                   on 2001/01/09  14:32:17
27320         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
27321      Branch: perl
27322            ! t/op/length.t
27323 ____________________________________________________________________________
27324 [  8376] By: jhi                                   on 2001/01/09  04:32:32
27325         Log: integrate changes #7775, #8316, #8316 from mainline
27326      Branch: maint-5.6/perl
27327            ! hints/solaris_2.sh
27328 ____________________________________________________________________________
27329 [  8375] By: jhi                                   on 2001/01/09  04:26:43
27330         Log: Update Changes.
27331      Branch: perl
27332            ! Changes patchlevel.h
27333 ____________________________________________________________________________
27334 [  8374] By: jhi                                   on 2001/01/09  04:14:32
27335         Log: IDE/editor section tweaking.
27336      Branch: perl
27337            ! pod/perlfaq3.pod
27338 ____________________________________________________________________________
27339 [  8373] By: jhi                                   on 2001/01/09  02:38:26
27340         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
27341              From: Peter Prymmer <pvhp@forte.com>
27342              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
27343              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
27344              
27345              In preparation os OS/390 dynamic loading.
27346      Branch: perl
27347            ! README.os390 hints/os390.sh
27348 ____________________________________________________________________________
27349 [  8372] By: jhi                                   on 2001/01/09  00:24:30
27350         Log: Integrate with perlio.
27351      Branch: perl
27352           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
27353 ____________________________________________________________________________
27354 [  8371] By: nick                                  on 2001/01/08  23:54:33
27355         Log: Fix "scalars leaked" bugs caused by overload magic
27356              (Highlighted by Ilya's DESTROY optimization.)
27357      Branch: perlio
27358            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
27359 ____________________________________________________________________________
27360 [  8370] By: nick                                  on 2001/01/08  20:19:41
27361         Log: Integrate mainline
27362      Branch: perlio
27363           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
27364           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
27365           !> t/op/64bitint.t
27366 ____________________________________________________________________________
27367 [  8369] By: jhi                                   on 2001/01/08  17:30:52
27368         Log: save_delete() Safefree() doesn't (anymore?) work with shared
27369              strings, one test failure in op/misc and almost all of lib/b.
27370              (Outcomments #8369.)
27371      Branch: perl
27372            ! scope.c
27373 ____________________________________________________________________________
27374 [  8368] By: jhi                                   on 2001/01/08  14:47:10
27375         Log: (Outcommented by #8369.)
27376              
27377              Subject: Re: Perl BugID 20001205.022 ---- save_delete
27378              From: Simon Cozens <simon@cozens.net>
27379              Date: Sat, 6 Jan 2001 11:48:40 +0000
27380              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
27381              
27382              The save_delete() does need the Safefree.
27383      Branch: perl
27384            ! scope.c
27385 ____________________________________________________________________________
27386 [  8367] By: bailey                                on 2001/01/08  08:53:52
27387         Log: Once again syncing after too long an absence
27388      Branch: vmsperl
27389           +> (branch 55 files)
27390            - MAINTAIN fix_pl vos/config.def vos/config.h
27391            - vos/config_h.SH_orig
27392           !> (integrate 498 files)
27393 ____________________________________________________________________________
27394 [  8366] By: jhi                                   on 2001/01/08  02:42:59
27395         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
27396              From: nick@ccl4.org
27397              Date: Sun, 7 Jan 2001 21:07:18 +0000
27398              Message-Id: <20010107210717.D1048@plum.flirble.org>
27399      Branch: perl
27400            ! sv.c t/op/64bitint.t
27401 ____________________________________________________________________________
27402 [  8365] By: jhi                                   on 2001/01/08  02:35:16
27403         Log: Subject: [PATCH] environ nit
27404              From: Simon Cozens <simon@cozens.net>
27405              Date: Sun, 7 Jan 2001 17:57:07 +0000
27406              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
27407              
27408              Use environ only if we have it.
27409      Branch: perl
27410            ! mg.c
27411 ____________________________________________________________________________
27412 [  8364] By: jhi                                   on 2001/01/08  02:24:51
27413         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
27414      Branch: perl
27415            ! ext/GDBM_File/GDBM_File.xs
27416 ____________________________________________________________________________
27417 [  8363] By: jhi                                   on 2001/01/08  02:19:24
27418         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
27419              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27420              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
27421              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
27422      Branch: perl
27423            ! dump.c op.c
27424 ____________________________________________________________________________
27425 [  8362] By: jhi                                   on 2001/01/08  02:17:43
27426         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
27427              From: Doug MacEachern <dougm@covalent.net>
27428              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
27429              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
27430              
27431              Allow AUTOLOAD to be an xsub and allow such xsubs
27432              to avoid use of $AUTOLOAD.
27433      Branch: perl
27434            ! gv.c
27435 ____________________________________________________________________________
27436 [  8361] By: jhi                                   on 2001/01/08  02:16:07
27437         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
27438              From: Radu Greab <radu@netsoft.ro>
27439              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
27440              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
27441              
27442              No need for the potentially unportable $SIG{CHLD}.
27443      Branch: perl
27444            ! t/io/pipe.t
27445 ____________________________________________________________________________
27446 [  8360] By: jhi                                   on 2001/01/08  01:58:23
27447         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
27448      Branch: perl
27449            ! lib/Getopt/Long.pm
27450 ____________________________________________________________________________
27451 [  8359] By: jhi                                   on 2001/01/08  01:55:44
27452         Log: Integrate perlio.
27453      Branch: perl
27454           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
27455           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
27456           !> utf8.c win32/Makefile
27457 ____________________________________________________________________________
27458 [  8358] By: jhi                                   on 2001/01/07  21:16:50
27459         Log: Update the EPOC cross SDK URL.
27460      Branch: perl
27461            ! README.epoc
27462 ____________________________________________________________________________
27463 [  8357] By: jhi                                   on 2001/01/07  21:16:09
27464         Log: Update the EPOC cross SDK URL.
27465      Branch: maint-5.6/perl
27466            ! README.epoc
27467 ____________________________________________________________________________
27468 [  8356] By: nick                                  on 2001/01/06  21:47:52
27469         Log: FILE * in XS code for PerlIO world:
27470              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
27471              - Add FILE * T_STDIO typemap.
27472              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
27473      Branch: perlio
27474            ! lib/ExtUtils/typemap perlio.c perlio.h
27475 ____________________________________________________________________________
27476 [  8355] By: jhi                                   on 2001/01/06  20:27:15
27477         Log: integrate change #8336 from mainline
27478              
27479              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
27480      Branch: maint-5.6/perl
27481            ! hv.c
27482 ____________________________________________________________________________
27483 [  8354] By: jhi                                   on 2001/01/06  20:24:29
27484         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27485              From: Robin Barker <rmb1@cise.npl.co.uk>
27486              Date: Fri, 22 Dec 2000 12:17:38 GMT
27487              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
27488              
27489              The patch reformats some long =item lines so they give
27490              correct output via pod2man | nroff -man
27491              
27492              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27493              From: Robin Barker <rmb1@cise.npl.co.uk>
27494              Date: Tue, 2 Jan 2001 15:35:03 GMT
27495              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
27496              
27497              Here is a _further_ patch which corrects a few more errors:
27498              * an empty C<=item> in CPAN.pm
27499              * patching the wrong file (pod/perlamiga.pod not README.amiga)
27500              * leaving empty C<=item>s which formatted incorrectly
27501              * over long C<=item>s revealed by latest patch to Pod::Man
27502      Branch: maint-5.6/perl
27503            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27504            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27505            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
27506            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
27507            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
27508            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
27509 ____________________________________________________________________________
27510 [  8353] By: jhi                                   on 2001/01/06  20:21:10
27511         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
27512              
27513              UTF-8 hash keys.
27514      Branch: maint-5.6/perl
27515            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
27516 ____________________________________________________________________________
27517 [  8352] By: jhi                                   on 2001/01/06  20:18:44
27518         Log: Forgotten from #8438.
27519      Branch: maint-5.6/perl
27520            ! epoc/epocish.h
27521 ____________________________________________________________________________
27522 [  8351] By: jhi                                   on 2001/01/06  20:18:12
27523         Log: Forgotten from #8347.
27524      Branch: maint-5.6/perl
27525            ! config_h.SH
27526 ____________________________________________________________________________
27527 [  8350] By: jhi                                   on 2001/01/06  20:00:19
27528         Log: Thinko in #8347.
27529      Branch: maint-5.6/perl
27530            ! regcomp.c
27531 ____________________________________________________________________________
27532 [  8349] By: jhi                                   on 2001/01/06  18:05:30
27533         Log: Copy the FAQ3 IDE section from the development branch,
27534              changes originally by Peter Prymmer.
27535      Branch: maint-5.6/perl
27536            ! pod/perlfaq3.pod
27537 ____________________________________________________________________________
27538 [  8348] By: jhi                                   on 2001/01/06  18:03:02
27539         Log: EPOC updates for TRIAL1.
27540              
27541              Subject: [5.6.1 trial1] EPOC update
27542              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27543              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
27544              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
27545              
27546              Subject: epoc patch2 for perl-5.6.1-trial1
27547              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27548              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
27549              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
27550      Branch: maint-5.6/perl
27551            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
27552            ! epoc/epocish.c
27553 ____________________________________________________________________________
27554 [  8347] By: jhi                                   on 2001/01/06  17:29:10
27555         Log: integrate changes #7710,7824,7973 from mainline,
27556              plus VMS nits from Peter Prymmer and Dan Sugalski.
27557              
27558              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
27559              library (getprotobyname and getprotobynumber are outversioned by
27560              the same calls in libc, at least for xlc version 3.
27561              
27562              Add HAS_SBRK_PROTO.
27563              
27564              Fixes for signedness warnings noticed by VMSperlers.
27565      Branch: maint-5.6/perl
27566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27567            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
27568            ! sv.c vms/descrip_mms.template vos/config.alpha.def
27569            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27570            ! win32/config.bc win32/config.gc win32/config.vc
27571 ____________________________________________________________________________
27572 [  8346] By: nick                                  on 2001/01/06  14:36:01
27573         Log: Fixup accumulated integrate muddles (perlio == devperl again)
27574      Branch: perlio
27575            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
27576 ____________________________________________________________________________
27577 [  8345] By: nick                                  on 2001/01/06  14:24:58
27578         Log: Integrate mainline
27579      Branch: perlio
27580           !> (integrate 55 files)
27581 ____________________________________________________________________________
27582 [  8344] By: jhi                                   on 2001/01/06  02:24:02
27583         Log: Subject: [patch] PerlIO_cleanup() prototype
27584              From: Doug MacEachern <dougm@covalent.net>
27585              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
27586              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
27587      Branch: perl
27588            ! perlio.h
27589 ____________________________________________________________________________
27590 [  8343] By: jhi                                   on 2001/01/06  01:04:09
27591         Log: IRIX compiler noticed that the bof initialization might be
27592              bypassed by control flow.
27593      Branch: perl
27594            ! toke.c
27595 ____________________________________________________________________________
27596 [  8342] By: jhi                                   on 2001/01/06  00:10:48
27597         Log: Update Changes.
27598      Branch: perl
27599            ! Changes patchlevel.h
27600 ____________________________________________________________________________
27601 [  8341] By: jhi                                   on 2001/01/05  23:52:33
27602         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
27603      Branch: perl
27604            ! toke.c
27605 ____________________________________________________________________________
27606 [  8340] By: jhi                                   on 2001/01/05  22:44:08
27607         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
27608              From: Radu Greab <radu@netsoft.ro>
27609              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
27610              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
27611      Branch: perl
27612            ! t/io/pipe.t util.c
27613 ____________________________________________________________________________
27614 [  8339] By: jhi                                   on 2001/01/05  22:35:17
27615         Log: Subject: [PATCH] format and rewording in perlfaq.pod
27616              From: Robin Barker <rmb1@cise.npl.co.uk>
27617              Date: Fri, 5 Jan 2001 18:51:20 GMT
27618              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
27619      Branch: perl
27620            ! pod/perlfaq.pod
27621 ____________________________________________________________________________
27622 [  8338] By: jhi                                   on 2001/01/05  22:31:17
27623         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
27624              From: Peter Prymmer <pvhp@forte.com>
27625              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
27626              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
27627      Branch: perl
27628            ! utils/perlbug.PL
27629 ____________________________________________________________________________
27630 [  8337] By: jhi                                   on 2001/01/05  18:15:11
27631         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
27632              From: Robin Barker <rmb1@cise.npl.co.uk>
27633              Date: Tue, 2 Jan 2001 15:24:07 GMT
27634              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
27635              
27636              If you call configure as C<./Configure> or C<sh ./Configure>,
27637              $src is set to the absolute path name, not '.'.
27638              
27639              This, in turn, means -Dmksymlink tries to do its stuff because
27640              it does not think it is in the src directory.
27641              
27642              (plus a metaconfig nitfix)
27643      Branch: metaconfig
27644            ! U/compline/ccflags.U U/modified/src.U
27645      Branch: perl
27646            ! Configure config_h.SH
27647 ____________________________________________________________________________
27648 [  8336] By: jhi                                   on 2001/01/05  17:48:32
27649         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
27650              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27651              Message-ID: <3A5606C4.473D2226@uk.sun.com>
27652              Date: Fri, 05 Jan 2001 17:39:16 +0000
27653      Branch: perl
27654            ! hv.c
27655 ____________________________________________________________________________
27656 [  8335] By: jhi                                   on 2001/01/05  16:05:44
27657         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
27658      Branch: perl
27659            ! lib/Getopt/Long.pm
27660 ____________________________________________________________________________
27661 [  8334] By: jhi                                   on 2001/01/05  16:00:51
27662         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
27663              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
27664              Date: Fri, 05 Jan 2001 13:46:51 +0100
27665              Message-ID: <13693.978698811@nice.ram.loc>
27666              
27667              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
27668              accurate reading of the "atime".  
27669      Branch: perl
27670            ! t/io/fs.t
27671 ____________________________________________________________________________
27672 [  8333] By: jhi                                   on 2001/01/05  15:57:37
27673         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
27674              From: Simon Cozens <simon@cozens.net>
27675              Date: Fri, 8 Dec 2000 13:33:31 +0000
27676              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
27677              
27678              A lost patch fragment.
27679      Branch: perl
27680            ! doop.c
27681 ____________________________________________________________________________
27682 [  8332] By: jhi                                   on 2001/01/05  15:40:42
27683         Log: Do away with strncpy() and a fixed length buffer.
27684      Branch: perl
27685            ! utf8.c
27686 ____________________________________________________________________________
27687 [  8331] By: jhi                                   on 2001/01/05  15:03:07
27688         Log: Tests for #8329 and #8330.
27689      Branch: perl
27690            ! t/op/bop.t
27691 ____________________________________________________________________________
27692 [  8330] By: jhi                                   on 2001/01/05  15:02:38
27693         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
27694              raw 8-bit form to the UTF-8 string.
27695      Branch: perl
27696            ! toke.c
27697 ____________________________________________________________________________
27698 [  8329] By: jhi                                   on 2001/01/05  14:55:13
27699         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
27700              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27701              Date: Fri, 5 Jan 2001 12:28:52 +0100
27702              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
27703              
27704              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
27705              no effect.  (changed the strncpy() to Copy())
27706      Branch: perl
27707            ! toke.c
27708 ____________________________________________________________________________
27709 [  8328] By: jhi                                   on 2001/01/05  06:44:27
27710         Log: UTF-8 cleanup.
27711      Branch: perl
27712            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
27713            ! regexec.c sv.c toke.c
27714 ____________________________________________________________________________
27715 [  8327] By: jhi                                   on 2001/01/05  01:11:29
27716         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')
27717              From: Radu Greab <radu@netsoft.ro>
27718              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
27719              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
27720              
27721              Cleans up Harness to not use FileHandle, which uses IO.
27722      Branch: perl
27723            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27724 ____________________________________________________________________________
27725 [  8326] By: jhi                                   on 2001/01/05  00:56:37
27726         Log: Update Changes.
27727      Branch: perl
27728            ! Changes patchlevel.h
27729 ____________________________________________________________________________
27730 [  8325] By: jhi                                   on 2001/01/05  00:53:18
27731         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
27732              From: Peter Prymmer <pvhp@forte.com>
27733              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
27734              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
27735              
27736              plus a couple more tailing whitespace removals.
27737      Branch: perl
27738            ! win32/Makefile
27739 ____________________________________________________________________________
27740 [  8324] By: jhi                                   on 2001/01/05  00:47:39
27741         Log: Add some Unicode chop() tests.
27742      Branch: perl
27743            ! t/op/chop.t
27744 ____________________________________________________________________________
27745 [  8323] By: jhi                                   on 2001/01/05  00:47:23
27746         Log: Unify UTF-8 malformedness handling.
27747      Branch: perl
27748            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
27749 ____________________________________________________________________________
27750 [  8322] By: jhi                                   on 2001/01/04  22:21:54
27751         Log: The new $issymlink was unknown to Mksymlinks.
27752      Branch: metaconfig/U/perl
27753            ! Mksymlinks.U issymlink.U
27754      Branch: perl
27755            ! Configure config_h.SH
27756 ____________________________________________________________________________
27757 [  8321] By: jhi                                   on 2001/01/04  21:51:05
27758         Log: The test didn't work under the core test framework.
27759      Branch: perl
27760            ! t/lib/st-lock.t
27761 ____________________________________________________________________________
27762 [  8320] By: jhi                                   on 2001/01/04  21:14:22
27763         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
27764      Branch: perl
27765            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
27766 ____________________________________________________________________________
27767 [  8319] By: jhi                                   on 2001/01/04  20:46:17
27768         Log: Typo in #8312 when manually appying a problematic patch fragment.
27769      Branch: perl
27770            ! ext/Storable/Storable.xs
27771 ____________________________________________________________________________
27772 [  8318] By: jhi                                   on 2001/01/04  20:43:01
27773         Log: The $sh_c didn't fly.
27774      Branch: metaconfig
27775            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
27776            ! U/modified/Loc.U U/modified/myhostname.U
27777            ! U/modified/spitshell.U
27778      Branch: metaconfig/U/perl
27779            ! issymlink.U
27780      Branch: perl
27781            ! Configure config_h.SH
27782 ____________________________________________________________________________
27783 [  8317] By: jhi                                   on 2001/01/04  19:58:01
27784         Log: AIX builtin test -h is broken, changes based on
27785              
27786              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
27787              Date: Tue, 02 Jan 2001 11:24:39 +0100
27788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27789              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
27790      Branch: metaconfig
27791            + U/modified/spitshell.U
27792            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
27793            ! U/modified/Loc.U U/modified/myhostname.U
27794      Branch: metaconfig/U/perl
27795            ! Mksymlinks.U issymlink.U
27796      Branch: perl
27797            ! Configure
27798 ____________________________________________________________________________
27799 [  8316] By: jhi                                   on 2001/01/04  19:02:22
27800         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
27801              From: Andy Dougherty <doughera@lafayette.edu>
27802              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
27803              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
27804              
27805              Beware of GNU ld.
27806      Branch: perl
27807            ! hints/solaris_2.sh
27808 ____________________________________________________________________________
27809 [  8315] By: jhi                                   on 2001/01/04  18:56:48
27810         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
27811              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
27812              Date: Wed, 3 Jan 2001 07:58:51 +0100
27813              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
27814      Branch: perl
27815            ! hints/solaris_2.sh
27816 ____________________________________________________________________________
27817 [  8314] By: jhi                                   on 2001/01/04  18:54:07
27818         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
27819              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27820              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
27821              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
27822              
27823              Doc tweak on #8313.
27824      Branch: perl
27825            ! ext/B/B/Deparse.pm
27826 ____________________________________________________________________________
27827 [  8313] By: jhi                                   on 2001/01/04  18:52:27
27828         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
27829              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
27830              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27831              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
27832              
27833              Make the peephole optimizer to bypass more null ops and
27834              and rewrite the deparse handling of continue blocks.
27835      Branch: perl
27836            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
27837 ____________________________________________________________________________
27838 [  8312] By: jhi                                   on 2001/01/04  18:47:39
27839         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
27840      Branch: perl
27841            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
27842            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
27843            ! t/lib/st-lock.t
27844 ____________________________________________________________________________
27845 [  8311] By: jhi                                   on 2001/01/04  18:36:08
27846         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
27847              filter to be run on each .pm during the pm_to_blib() phase,
27848              a fixed version of
27849              
27850              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
27851              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
27852              Date: Wed, 03 Jan 2001 22:01:30 +0100
27853              Message-ID: <5296.978555690@nice.ram.loc>
27854      Branch: perl
27855            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
27856            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27857            ! lib/ExtUtils/MakeMaker.pm
27858 ____________________________________________________________________________
27859 [  8310] By: jhi                                   on 2001/01/04  18:32:54
27860         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27861              From: Robin Barker <rmb1@cise.npl.co.uk>
27862              Date: Tue, 2 Jan 2001 15:35:03 GMT
27863              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
27864      Branch: perl
27865            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
27866            ! pod/perlrequick.pod
27867 ____________________________________________________________________________
27868 [  8309] By: jhi                                   on 2001/01/04  18:29:07
27869         Log: Subject: Re: [patch] static-ize XS()
27870              From: Doug MacEachern <dougm@covalent.net>
27871              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
27872              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
27873              
27874              Provide prototypes for the XS functions.
27875      Branch: perl
27876            ! lib/ExtUtils/xsubpp
27877 ____________________________________________________________________________
27878 [  8308] By: jhi                                   on 2001/01/04  18:27:44
27879         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
27880              From: Doug MacEachern <dougm@covalent.net>
27881              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
27882              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
27883      Branch: perl
27884            ! lib/ExtUtils/typemap
27885 ____________________________________________________________________________
27886 [  8307] By: jhi                                   on 2001/01/04  18:25:25
27887         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
27888              From: Doug MacEachern <dougm@covalent.net>
27889              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
27890              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
27891              
27892              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
27893      Branch: perl
27894            ! lib/ExtUtils/MM_Unix.pm
27895 ____________________________________________________________________________
27896 [  8306] By: jhi                                   on 2001/01/04  18:23:00
27897         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
27898              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27899              Date: Thu, 4 Jan 2001 12:47:10 +0100 
27900              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
27901              
27902              The toke.c part only, patching embed.h and proto.h is futile.
27903      Branch: perl
27904            ! toke.c
27905 ____________________________________________________________________________
27906 [  8305] By: jhi                                   on 2001/01/04  18:05:51
27907         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
27908              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27909              Date: Thu, 4 Jan 2001 17:50:12 +0100 
27910              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
27911      Branch: perl
27912            ! toke.c
27913 ____________________________________________________________________________
27914 [  8304] By: jhi                                   on 2001/01/04  18:03:26
27915         Log: Subject: [PATCH perl@8269]
27916              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27917              Date: Thu, 4 Jan 2001 12:53:39 +0100 
27918              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
27919              
27920              If running byacc write-enable also perly.h.
27921      Branch: perl
27922            ! Makefile.SH
27923 ____________________________________________________________________________
27924 [  8303] By: jhi                                   on 2001/01/04  15:40:49
27925         Log: Rewrite pp_concat() in terms of sv_catsv().
27926      Branch: perl
27927            ! pp_hot.c
27928 ____________________________________________________________________________
27929 [  8302] By: nick                                  on 2001/01/03  22:43:22
27930         Log: Integrate mainline.
27931      Branch: perlio
27932           !> ext/Encode/Encode.xs sv.c utf8.c
27933 ____________________________________________________________________________
27934 [  8301] By: jhi                                   on 2001/01/02  23:40:26
27935         Log: Variable naming tweak.
27936      Branch: perl
27937            ! sv.c
27938 ____________________________________________________________________________
27939 [  8300] By: jhi                                   on 2001/01/02  23:40:02
27940         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
27941              in is_utf8_string().
27942      Branch: perl
27943            ! utf8.c
27944 ____________________________________________________________________________
27945 [  8299] By: jhi                                   on 2001/01/02  22:14:40
27946         Log: Integrate perlio.
27947      Branch: perl
27948           !> pp.c pp_hot.c win32/Makefile
27949 ____________________________________________________________________________
27950 [  8298] By: nick                                  on 2001/01/02  22:03:06
27951         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
27952      Branch: perlio
27953            ! pp.c pp_hot.c
27954 ____________________________________________________________________________
27955 [  8297] By: jhi                                   on 2001/01/02  04:26:28
27956         Log: Signedness nit.
27957      Branch: perl
27958            ! ext/Encode/Encode.xs
27959 ____________________________________________________________________________
27960 [  8296] By: nick                                  on 2001/01/01  23:49:36
27961         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
27962      Branch: perlio
27963            ! win32/Makefile
27964 ____________________________________________________________________________
27965 [  8295] By: jhi                                   on 2001/01/01  23:05:48
27966         Log: Integrate perlio.
27967      Branch: perl
27968           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
27969           !> t/lib/encode.t
27970 ____________________________________________________________________________
27971 [  8294] By: nick                                  on 2001/01/01  22:48:34
27972         Log: Integrate mainline
27973      Branch: perlio
27974            ! pp_hot.c t/lib/encode.t
27975           !> (integrate 65 files)
27976 ____________________________________________________________________________
27977 [  8293] By: nick                                  on 2001/01/01  21:58:50
27978         Log: More rigor in UTF-8-ness of Encode's toUnicode
27979              XS export some of the utf8 internal functions.
27980              Test some of the functions.
27981              Fix pp_concat() bug shown by said tests.
27982      Branch: perlio
27983            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
27984            ! t/lib/encode.t
27985 ____________________________________________________________________________
27986 [  8292] By: jhi                                   on 2001/01/01  18:11:44
27987         Log: Integrate perlio.
27988      Branch: perl
27989           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27990           !> ext/Encode/encengine.c ext/Encode/encode.h
27991 ____________________________________________________________________________
27992 [  8291] By: jhi                                   on 2001/01/01  18:10:58
27993         Log: Podify README.mpeix (a new version from the web),
27994              add a dummy NAME to Carp::Heavy, regen toc.
27995      Branch: perl
27996            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
27997            ! pod/perltoc.pod
27998 ____________________________________________________________________________
27999 [  8290] By: nick                                  on 2001/01/01  17:43:47
28000         Log: Loose the "Loading..." warning.
28001              Another bug in fallback support
28002      Branch: perlio
28003            ! ext/Encode/Encode.pm ext/Encode/encengine.c
28004 ____________________________________________________________________________
28005 [  8289] By: jhi                                   on 2001/01/01  00:01:57
28006         Log: Bump up Larry's copyright.
28007      Branch: perl
28008            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
28009            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
28010            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
28011            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
28012            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
28013            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
28014            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
28015            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
28016 ____________________________________________________________________________
28017 [  8288] By: nick                                  on 2000/12/31  21:27:53
28018         Log: Fix .ucm reading - forgot a chr()
28019              Start of .ucm write (for .enc to .ucm)
28020      Branch: perlio
28021            ! ext/Encode/compile
28022 ____________________________________________________________________________
28023 [  8287] By: jhi                                   on 2000/12/31  18:15:56
28024         Log: Comment away a diagnostic message as noted by Craig A. Berry
28025              (the unexpected message was confusing testing)
28026      Branch: perl
28027            ! ext/Encode/Encode.pm
28028 ____________________________________________________________________________
28029 [  8286] By: jhi                                   on 2000/12/31  18:14:51
28030         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
28031              Date: Sun, 31 Dec 2000 11:17:37 -0600
28032              From: "Craig A. Berry" <craigberry@mac.com>
28033              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
28034      Branch: perl
28035            ! ext/Encode/Makefile.PL
28036 ____________________________________________________________________________
28037 [  8285] By: nick                                  on 2000/12/31  18:11:54
28038         Log: Start of support of ICU-style .ucm files:
28039              - teach compile how to read a .ucm file
28040              - first guess at how to represent fallbacks in "tries".
28041              - use fallbacks if check == 0
28042              - new return code to indicate we used one.
28043      Branch: perlio
28044            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28045            ! ext/Encode/encengine.c ext/Encode/encode.h
28046 ____________________________________________________________________________
28047 [  8284] By: jhi                                   on 2000/12/31  18:04:41
28048         Log: Pacify picky VMS compiler.
28049              
28050              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
28051              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28052              Date: Sat, 30 Dec 2000 18:10:02 -0600
28053              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
28054      Branch: perl
28055            ! sv.c
28056 ____________________________________________________________________________
28057 [  8283] By: jhi                                   on 2000/12/31  16:11:47
28058         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
28059      Branch: perl
28060            ! t/lib/glob-basic.t
28061 ____________________________________________________________________________
28062 [  8282] By: jhi                                   on 2000/12/31  15:26:11
28063         Log: Integrate perlio.
28064      Branch: perl
28065           !> makedef.pl opcode.pl os2/os2.c perlio.c
28066 ____________________________________________________________________________
28067 [  8281] By: nick                                  on 2000/12/31  10:06:15
28068         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
28069              is available to be exported
28070      Branch: perlio
28071            ! makedef.pl perlio.c
28072 ____________________________________________________________________________
28073 [  8280] By: nick                                  on 2000/12/31  09:41:26
28074         Log: Ilya's OS2 patch (testing for damage on Win32)
28075      Branch: perlio
28076            ! makedef.pl opcode.pl os2/os2.c
28077 ____________________________________________________________________________
28078 [  8279] By: jhi                                   on 2000/12/30  21:52:07
28079         Log: Test nits.
28080      Branch: perl
28081            ! t/lib/syslfs.t t/op/lfs.t
28082 ____________________________________________________________________________
28083 [  8278] By: jhi                                   on 2000/12/30  21:47:49
28084         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
28085              From: andreas.koenig@anima.de (Andreas J. Koenig)
28086              Date: 30 Dec 2000 22:35:37 +0100
28087              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
28088              
28089              The 32-bit wraparound test wasn't quite right.
28090      Branch: perl
28091            ! t/lib/syslfs.t t/op/lfs.t
28092 ____________________________________________________________________________
28093 [  8277] By: jhi                                   on 2000/12/30  21:33:44
28094         Log: Subject: [PATCH] open() example in perlfunc.pod 
28095              From: Karsten Sperling <s_sperli@ira.uka.de>
28096              Date: Sat, 30 Dec 2000 22:27:09 +0100
28097              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
28098      Branch: perl
28099            ! pod/perlfunc.pod
28100 ____________________________________________________________________________
28101 [  8276] By: jhi                                   on 2000/12/30  20:32:40
28102         Log: Not quite that many tests yet.
28103      Branch: perl
28104            ! t/op/pat.t
28105 ____________________________________________________________________________
28106 [  8275] By: jhi                                   on 2000/12/30  20:26:58
28107         Log: Integrate perlio.
28108      Branch: perl
28109           !> toke.c
28110 ____________________________________________________________________________
28111 [  8274] By: jhi                                   on 2000/12/30  20:24:56
28112         Log: Signedness nit.
28113      Branch: perl
28114            ! utf8.c
28115 ____________________________________________________________________________
28116 [  8273] By: jhi                                   on 2000/12/30  20:15:46
28117         Log: Add a test case for 20000731.001 which was fixed by the #8267.
28118      Branch: perl
28119            ! t/op/pat.t
28120 ____________________________________________________________________________
28121 [  8272] By: nick                                  on 2000/12/30  19:47:51
28122         Log: Tweak for MULTIPLICITY/USE_PERLIO
28123      Branch: perlio
28124            ! toke.c
28125 ____________________________________________________________________________
28126 [  8271] By: nick                                  on 2000/12/30  19:46:45
28127         Log: Integrate mainline
28128      Branch: perlio
28129           +> lib/unicode/distinct.pm
28130           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
28131           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
28132           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
28133 ____________________________________________________________________________
28134 [  8270] By: jhi                                   on 2000/12/30  19:39:50
28135         Log: Subject: RE: perl@8269
28136              From: "Richard Soderberg" <rs@crystalflame.net>
28137              Date: Sat, 30 Dec 2000 11:36:27 -0800
28138              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
28139              
28140              A missing aTHX_.
28141      Branch: perl
28142            ! toke.c
28143 ____________________________________________________________________________
28144 [  8269] By: jhi                                   on 2000/12/30  18:55:48
28145         Log: Update Changes.
28146      Branch: perl
28147            ! Changes patchlevel.h
28148 ____________________________________________________________________________
28149 [  8268] By: jhi                                   on 2000/12/30  17:18:40
28150         Log: Add a test for Unicode split //.  The #8267 was the cure.
28151      Branch: perl
28152            ! t/op/split.t
28153 ____________________________________________________________________________
28154 [  8267] By: jhi                                   on 2000/12/30  17:14:19
28155         Log: Subject: more UTF8 test suites and an UTF8 patch
28156              From: Inaba Hiroto <inaba@st.rim.or.jp>
28157              Date: Sat, 30 Dec 2000 14:27:10 +0900
28158              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
28159              
28160              Just the patch part for now, and the pragma renamed
28161              as unicode::distinct.
28162      Branch: perl
28163            + lib/unicode/distinct.pm
28164            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
28165            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
28166            ! regcomp.h regexec.c sv.c toke.c utf8.c
28167 ____________________________________________________________________________
28168 [  8266] By: nick                                  on 2000/12/30  16:40:49
28169         Log: Integrate mainline
28170      Branch: perlio
28171           +> lib/Pod/Text/Overstrike.pm
28172           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
28173           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
28174           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
28175           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
28176           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
28177 ____________________________________________________________________________
28178 [  8265] By: jhi                                   on 2000/12/30  07:28:55
28179         Log: The sv_catsv() fix, take two.
28180      Branch: perl
28181            ! sv.c t/op/join.t
28182 ____________________________________________________________________________
28183 [  8264] By: jhi                                   on 2000/12/30  06:19:18
28184         Log: Undo all the join-related changes since #8248: relevant
28185              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
28186              The new sv_catsv() doesn't fly so it must go back to
28187              the drawing board.
28188      Branch: perl
28189            ! sv.c t/op/join.t t/pragma/utf8.t
28190 ____________________________________________________________________________
28191 [  8263] By: jhi                                   on 2000/12/30  01:08:32
28192         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
28193      Branch: perl
28194            ! sv.c
28195 ____________________________________________________________________________
28196 [  8262] By: jhi                                   on 2000/12/30  00:45:14
28197         Log: Retract #8261.
28198      Branch: perl
28199            ! hv.c util.c
28200 ____________________________________________________________________________
28201 [  8261] By: jhi                                   on 2000/12/30  00:38:32
28202         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
28203      Branch: perl
28204            ! hv.c util.c
28205 ____________________________________________________________________________
28206 [  8260] By: jhi                                   on 2000/12/29  22:51:33
28207         Log: (Retracted by #8264)  More fixing for #8251.
28208      Branch: perl
28209            ! sv.c
28210 ____________________________________________________________________________
28211 [  8259] By: jhi                                   on 2000/12/29  18:27:30
28212         Log: Subject: podlators 1.06 released
28213              From: Russ Allbery <rra@stanford.edu>
28214              Date: 25 Dec 2000 05:09:30 -0800
28215              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
28216      Branch: perl
28217            + lib/Pod/Text/Overstrike.pm
28218            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
28219            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
28220 ____________________________________________________________________________
28221 [  8258] By: jhi                                   on 2000/12/29  18:20:45
28222         Log: Make the large file tests more robust/talkative as suggested by
28223              
28224              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
28225              From: andreas.koenig@anima.de (Andreas J. Koenig)
28226              Date: 29 Dec 2000 14:23:01 +0100
28227              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
28228      Branch: perl
28229            ! t/lib/syslfs.t t/op/lfs.t
28230 ____________________________________________________________________________
28231 [  8257] By: jhi                                   on 2000/12/29  17:48:04
28232         Log: Further VMS piping fixes from Charles Lane:
28233              
28234              In summary, error messages produced when a subprocess terminated
28235              abnormally were being sent not just to the parent process, but to
28236              grandparents, because of default values for error output that were
28237              not completely overridden when the subprocess was started.
28238              
28239              This patch fixes this behavior by defining user-mode (i.e., temporary
28240              for the duration of the program) logical names for SYS$OUTPUT and
28241              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
28242              changes to make it so that the user-mode logicals are the ones that
28243              control where Perl's error messages go if it terminates abnormally.
28244              
28245              I also added some gratuitous fixes to the indentation of braces in
28246              the piping code.  It just looked ugly, before.
28247      Branch: perl
28248            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
28249 ____________________________________________________________________________
28250 [  8256] By: jhi                                   on 2000/12/29  17:45:12
28251         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
28252              From: "Casey R. Tweten" <crt@kiski.net>
28253              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
28254              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
28255              
28256              Tests for for #8240.
28257      Branch: perl
28258            ! t/pragma/constant.t
28259 ____________________________________________________________________________
28260 [  8255] By: jhi                                   on 2000/12/29  17:43:07
28261         Log: Subject: Re: [PATCH] Interesting syntax idea
28262              From: Simon Cozens <simon@cozens.net>
28263              Date: Fri, 29 Dec 2000 14:34:04 +0000
28264              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
28265              
28266              Tests for #8254.
28267      Branch: perl
28268            ! t/pragma/sub_lval.t
28269 ____________________________________________________________________________
28270 [  8254] By: jhi                                   on 2000/12/29  17:42:11
28271         Log: Subject: [PATCH] Interesting syntax idea
28272              From: Simon Cozens <simon@cozens.net>
28273              Date: Wed, 27 Dec 2000 05:08:57 +0000
28274              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
28275              
28276              Make opens + bareword assigns do typeglob assigns.
28277      Branch: perl
28278            ! op.c
28279 ____________________________________________________________________________
28280 [  8253] By: jhi                                   on 2000/12/29  17:36:45
28281         Log: Output the (apparent) version of gcc, as suggested by
28282              
28283              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
28284              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
28285              Date: 26 Dec 2000 04:29:17 -0500
28286              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
28287              
28288              (The patch as such didn't any more apply as the misparsing had
28289              already been addressed in #6474.)  Also change the wording about
28290              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
28291      Branch: perl
28292            ! hints/dec_osf.sh
28293 ____________________________________________________________________________
28294 [  8252] By: nick                                  on 2000/12/29  12:14:31
28295         Log: Integrate mainline
28296      Branch: perlio
28297           !> (integrate 27 files)
28298 ____________________________________________________________________________
28299 [  8251] By: jhi                                   on 2000/12/29  08:45:46
28300         Log: (Retracted by #8264)
28301              
28302              (Fixed by #8260.)
28303              
28304              sv_catsv() needs one more byte space than seems reasonable.
28305              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
28306              Curiouser and curiouser.
28307      Branch: perl
28308            ! sv.c
28309 ____________________________________________________________________________
28310 [  8250] By: jhi                                   on 2000/12/29  07:57:52
28311         Log: More split // UTF-8 tests.
28312      Branch: perl
28313            ! t/pragma/utf8.t
28314 ____________________________________________________________________________
28315 [  8249] By: jhi                                   on 2000/12/29  07:54:51
28316         Log: (Retracted by #8264)  More join() testing which was good because
28317              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
28318      Branch: perl
28319            ! pp.c t/op/join.t utf8.c utf8.h
28320 ____________________________________________________________________________
28321 [  8248] By: jhi                                   on 2000/12/29  07:08:32
28322         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
28323              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
28324              that the only cases to care about are byte+byte and byte+character.
28325              
28326              TODO: See how well pp_concat() could be implemented in terms
28327              of sv_catsv().
28328      Branch: perl
28329            ! doop.c sv.c t/op/join.t utf8.h
28330 ____________________________________________________________________________
28331 [  8247] By: jhi                                   on 2000/12/29  06:35:23
28332         Log: Signedness nit.
28333      Branch: perl
28334            ! pp_hot.c
28335 ____________________________________________________________________________
28336 [  8246] By: jhi                                   on 2000/12/29  01:23:31
28337         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
28338              From: Lupe Christoph <lupe@lupe-christoph.de>
28339              Date: Thu, 28 Dec 2000 23:00:00 +0100
28340              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
28341              
28342              Suggest rsync --delete --dry-run.
28343      Branch: perl
28344            ! pod/perlhack.pod
28345 ____________________________________________________________________________
28346 [  8245] By: jhi                                   on 2000/12/28  23:57:05
28347         Log: The maxiters upper limit sanity check (guarding against
28348              non-progress) assumed bytes instead of characters in s///
28349              and split().
28350      Branch: perl
28351            ! pp.c pp_hot.c
28352 ____________________________________________________________________________
28353 [  8244] By: jhi                                   on 2000/12/28  23:34:08
28354         Log: Make some panic messages a bit more logical.
28355      Branch: perl
28356            ! doop.c pod/perldiag.pod pp.c pp_hot.c
28357 ____________________________________________________________________________
28358 [  8243] By: jhi                                   on 2000/12/28  22:59:16
28359         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
28360              From: Simon Cozens <simon@cozens.net>
28361              Date: Wed, 27 Dec 2000 02:30:03 +0000
28362              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
28363      Branch: perl
28364            ! pp.c t/pragma/sub_lval.t
28365 ____________________________________________________________________________
28366 [  8242] By: jhi                                   on 2000/12/28  22:56:53
28367         Log: Subject: [PATCH blead] Fix B::Terse indentation
28368              From: Daniel Chetlin <daniel@chetlin.com>
28369              Date: Wed, 27 Dec 2000 06:43:30 -0800
28370              Message-ID: <20001227064329.B9573@darkstar>
28371      Branch: perl
28372            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
28373 ____________________________________________________________________________
28374 [  8241] By: jhi                                   on 2000/12/28  22:48:59
28375         Log: The latter patch from the
28376              
28377              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
28378              From: Peter Prymmer <pvhp@forte.com> 
28379              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
28380              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
28381              
28382              (the former patch from the above should have been
28383              taken care of by Nick I-S)
28384      Branch: perl
28385            ! win32/Makefile
28386 ____________________________________________________________________________
28387 [  8240] By: jhi                                   on 2000/12/28  22:45:22
28388         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
28389              From: "Casey R. Tweten" <crt@kiski.net>
28390              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
28391              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
28392      Branch: perl
28393            ! lib/constant.pm
28394 ____________________________________________________________________________
28395 [  8239] By: jhi                                   on 2000/12/28  22:37:45
28396         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
28397              From: Simon Cozens <simon@cozens.net>
28398              Date: Wed, 27 Dec 2000 14:12:44 +0000
28399              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
28400      Branch: perl
28401            ! t/op/method.t t/op/sort.t toke.c
28402 ____________________________________________________________________________
28403 [  8238] By: jhi                                   on 2000/12/28  22:30:32
28404         Log: Subject: [PATCH perl@8229] Call.pm
28405              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28406              Date: Mon, 25 Dec 2000 10:47:15 -0000
28407              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
28408      Branch: perl
28409            ! ext/Filter/Util/Call/Call.pm
28410 ____________________________________________________________________________
28411 [  8237] By: jhi                                   on 2000/12/28  22:19:21
28412         Log: Subject: [PATCH blead] Fix problem with `&' prototype
28413              From: Daniel Chetlin <daniel@chetlin.com>
28414              Date: Wed, 27 Dec 2000 15:55:32 -0800
28415              Message-ID: <20001227155532.D9573@darkstar>
28416      Branch: perl
28417            ! op.c t/comp/proto.t
28418 ____________________________________________________________________________
28419 [  8236] By: jhi                                   on 2000/12/28  22:09:25
28420         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
28421              From: Daniel Chetlin <daniel@chetlin.com>
28422              Date: Sun, 24 Dec 2000 04:09:49 -0800
28423              Message-ID: <20001224040949.B3090@darkstar>
28424      Branch: perl
28425            ! gv.c mg.c t/op/attrs.t
28426 ____________________________________________________________________________
28427 [  8235] By: jhi                                   on 2000/12/28  22:07:11
28428         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
28429              From: Jan Dubois <jand@ActiveState.com>
28430              Date: Tue, 26 Dec 2000 20:57:31 -0800
28431              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
28432      Branch: perl
28433            ! win32/win32.c
28434 ____________________________________________________________________________
28435 [  8234] By: jhi                                   on 2000/12/28  21:52:42
28436         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
28437              From: Simon Cozens <simon@cozens.net>
28438              Date: Thu, 28 Dec 2000 20:33:13 +0000
28439              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
28440      Branch: perl
28441            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
28442 ____________________________________________________________________________
28443 [  8233] By: jhi                                   on 2000/12/28  19:40:49
28444         Log: Integrate perlio.
28445      Branch: perl
28446           !> ext/Encode/Makefile.PL ext/Encode/compile
28447 ____________________________________________________________________________
28448 [  8232] By: nick                                  on 2000/12/23  16:06:00
28449         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
28450              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
28451      Branch: perlio
28452            ! ext/Encode/Makefile.PL
28453 ____________________________________________________________________________
28454 [  8231] By: nick                                  on 2000/12/23  14:30:34
28455         Log: "Compiled" encode build cleanup
28456              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
28457              - .c files do not export sub-tables
28458      Branch: perlio
28459            ! ext/Encode/Makefile.PL ext/Encode/compile
28460 ____________________________________________________________________________
28461 [  8230] By: nick                                  on 2000/12/23  12:50:37
28462         Log: Integrate mainline
28463      Branch: perlio
28464           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
28465           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
28466           !> pod/perl5004delta.pod pod/perl5005delta.pod
28467           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
28468           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
28469           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
28470           !> pod/perlsub.pod
28471 ____________________________________________________________________________
28472 [  8229] By: jhi                                   on 2000/12/22  15:32:12
28473         Log: Integrate perlio.
28474      Branch: perl
28475           +> win32/distclean.bat
28476           !> MANIFEST t/io/utf8.t
28477 ____________________________________________________________________________
28478 [  8228] By: jhi                                   on 2000/12/22  15:29:40
28479         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
28480              From: Robin Barker <rmb1@cise.npl.co.uk>
28481              Date: Fri, 22 Dec 2000 12:17:38 GMT
28482              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
28483      Branch: perl
28484            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
28485            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
28486            ! pod/perl5004delta.pod pod/perl5005delta.pod
28487            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
28488            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
28489            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
28490            ! pod/perlsub.pod
28491 ____________________________________________________________________________
28492 [  8227] By: jhi                                   on 2000/12/22  15:24:28
28493         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
28494              From: "John L. Allen" <allen@grumman.com>
28495              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
28496              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
28497              
28498              Document APPLLIB_EXP.
28499      Branch: perl
28500            ! INSTALL
28501 ____________________________________________________________________________
28502 [  8226] By: nick                                  on 2000/12/21  22:11:50
28503         Log: Handy script for when one forgets to "dmake clean" 
28504      Branch: perlio
28505            + win32/distclean.bat
28506            ! MANIFEST
28507 ____________________________________________________________________________
28508 [  8225] By: nick                                  on 2000/12/21  21:54:04
28509         Log: CRLF platform issue with io/utf8 fix.
28510      Branch: perlio
28511            ! t/io/utf8.t
28512 ____________________________________________________________________________
28513 [  8224] By: nick                                  on 2000/12/21  21:02:20
28514         Log: Integrate mainline
28515      Branch: perlio
28516           !> Changes Configure Makefile.SH Porting/Glossary
28517           !> Porting/config.sh Porting/config_H configure.com
28518           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
28519           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
28520           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
28521           !> win32/config.bc win32/config.gc win32/config.vc
28522 ____________________________________________________________________________
28523 [  8223] By: jhi                                   on 2000/12/21  17:09:16
28524         Log: Update Changes.
28525      Branch: perl
28526            ! Changes patchlevel.h
28527 ____________________________________________________________________________
28528 [  8222] By: jhi                                   on 2000/12/21  16:24:01
28529         Log: Metaconfig unit changes for #8221.
28530      Branch: metaconfig/U/perl
28531           +> issymlink.U
28532            - testsyml.U
28533            ! Mksymlinks.U
28534 ____________________________________________________________________________
28535 [  8221] By: jhi                                   on 2000/12/21  16:23:48
28536         Log: Rename testsyml to issymlink.
28537      Branch: perl
28538            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28539            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
28540            ! win32/config.vc
28541 ____________________________________________________________________________
28542 [  8220] By: jhi                                   on 2000/12/21  15:47:26
28543         Log: Robustness support for #8218 (symlink forest) since the GNU
28544              tools seem to be overly picky about symlinkage depths.
28545      Branch: perl
28546            ! Makefile.SH t/io/fs.t
28547 ____________________________________________________________________________
28548 [  8219] By: jhi                                   on 2000/12/21  15:38:27
28549         Log: Metaconfig changes for #8218.
28550      Branch: metaconfig
28551            ! U/modified/Oldconfig.U
28552      Branch: metaconfig/U/perl
28553            + Mksymlinks.U
28554            ! testsyml.U
28555 ____________________________________________________________________________
28556 [  8218] By: jhi                                   on 2000/12/21  15:37:57
28557         Log: Add Configure option -Dmksymlinks which will create a symlink
28558              forest if the current/build differs from the source directory.
28559              TODO: mkdir -p is not portable.
28560      Branch: perl
28561            ! Configure
28562 ____________________________________________________________________________
28563 [  8217] By: jhi                                   on 2000/12/21  14:39:12
28564         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
28565              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
28566              Date: Thu, 21 Dec 2000 09:38:18 GMT
28567              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
28568              
28569              The ofs became an SV.
28570      Branch: perl
28571            ! ext/Thread/Thread.xs
28572 ____________________________________________________________________________
28573 [  8216] By: jhi                                   on 2000/12/21  05:40:21
28574         Log: The polymorphism seems to have fixed 20000517.001.
28575      Branch: perl
28576            ! t/pragma/utf8.t
28577 ____________________________________________________________________________
28578 [  8215] By: jhi                                   on 2000/12/21  04:44:52
28579         Log: read() documentation tweak for 20001121.004.
28580      Branch: perl
28581            ! pod/perlfunc.pod
28582 ____________________________________________________________________________
28583 [  8214] By: jhi                                   on 2000/12/21  03:54:11
28584         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
28585      Branch: perl
28586            ! pp_sys.c t/op/misc.t
28587 ____________________________________________________________________________
28588 [  8213] By: jhi                                   on 2000/12/21  00:28:10
28589         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
28590              From: Peter Prymmer <pvhp@forte.com>
28591              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
28592              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
28593      Branch: perl
28594            ! configure.com
28595 ____________________________________________________________________________
28596 [  8212] By: jhi                                   on 2000/12/21  00:26:21
28597         Log: Edit edit edit.
28598      Branch: perl
28599            ! pod/perlfaq3.pod
28600 ____________________________________________________________________________
28601 [  8211] By: jhi                                   on 2000/12/20  18:52:46
28602         Log: Update Changes.
28603      Branch: perl
28604            ! Changes patchlevel.h
28605 ____________________________________________________________________________
28606 [  8210] By: jhi                                   on 2000/12/20  18:34:47
28607         Log: Yet another editor edit.
28608      Branch: perl
28609            ! pod/perlfaq3.pod
28610 ____________________________________________________________________________
28611 [  8209] By: jhi                                   on 2000/12/20  15:33:28
28612         Log: More Win32 Perling.
28613      Branch: perl
28614            ! pod/perlfaq3.pod
28615 ____________________________________________________________________________
28616 [  8208] By: jhi                                   on 2000/12/20  15:07:46
28617         Log: More Win32 editor/IDE/shell hints.
28618      Branch: perl
28619            ! pod/perlfaq3.pod
28620 ____________________________________________________________________________
28621 [  8207] By: jhi                                   on 2000/12/20  03:54:08
28622         Log: Subject: [PATCH] obscure timing knowledge
28623              From: Nicholas Clark <nick@ccl4.org>
28624              Date: Tue, 19 Dec 2000 19:22:31 +0000
28625              Message-ID: <20001219192231.F2827@plum.flirble.org>
28626      Branch: perl
28627            ! sv.c
28628 ____________________________________________________________________________
28629 [  8206] By: jhi                                   on 2000/12/20  03:45:57
28630         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
28631              From: Spider Boardman <spider@leggy.zk3.dec.com>
28632              Date: Tue, 19 Dec 2000 21:30:16 -0500
28633              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
28634      Branch: perl
28635            ! sv.c
28636 ____________________________________________________________________________
28637 [  8205] By: jhi                                   on 2000/12/19  23:02:01
28638         Log: Update Changes.
28639      Branch: perl
28640            ! Changes patchlevel.h
28641 ____________________________________________________________________________
28642 [  8204] By: jhi                                   on 2000/12/19  22:58:18
28643         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
28644              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
28645              on editors and diffing/patching.
28646      Branch: perl
28647            ! t/op/utf8decode.t
28648 ____________________________________________________________________________
28649 [  8203] By: nick                                  on 2000/12/19  21:36:16
28650         Log: Integrate mainline (forgot my own change...)
28651      Branch: perlio
28652           !> ext/Encode/compile
28653 ____________________________________________________________________________
28654 [  8202] By: nick                                  on 2000/12/19  21:34:42
28655         Log: Integrate mainline.
28656      Branch: perlio
28657           !> (integrate 61 files)
28658 ____________________________________________________________________________
28659 [  8201] By: nick                                  on 2000/12/19  21:34:06
28660         Log: Avoid looking for File::Glob when we don't need it.
28661      Branch: perl
28662            ! ext/Encode/compile
28663 ____________________________________________________________________________
28664 [  8200] By: jhi                                   on 2000/12/19  18:35:49
28665         Log: Update Changes.
28666      Branch: perl
28667            ! Changes patchlevel.h
28668 ____________________________________________________________________________
28669 [  8199] By: jhi                                   on 2000/12/19  18:35:07
28670         Log: Microperl tweaks.
28671      Branch: perl
28672            ! sv.c uconfig.h uconfig.sh
28673 ____________________________________________________________________________
28674 [  8198] By: jhi                                   on 2000/12/19  18:29:59
28675         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
28676      Branch: perl
28677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28678            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
28679 ____________________________________________________________________________
28680 [  8197] By: jhi                                   on 2000/12/19  17:55:29
28681         Log: In VMS embedded perls couldn't access the statically built Socket,
28682              from Charles Lane.
28683      Branch: perl
28684            ! configure.com
28685 ____________________________________________________________________________
28686 [  8196] By: jhi                                   on 2000/12/19  17:49:50
28687         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
28688              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
28689              Date: Sun, 17 Dec 2000 19:11:44 -0000
28690              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
28691      Branch: perl
28692            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28693            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
28694 ____________________________________________________________________________
28695 [  8195] By: jhi                                   on 2000/12/19  17:47:53
28696         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
28697              From: Jonathan Stowe <gellyfish@gellyfish.com>
28698              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
28699              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
28700      Branch: perl
28701            ! utils/h2xs.PL
28702 ____________________________________________________________________________
28703 [  8194] By: jhi                                   on 2000/12/19  17:46:28
28704         Log: Subject: Re: useless use of void context work-around
28705              From: andreas.koenig@anima.de (Andreas J. Koenig)
28706              Date: 16 Dec 2000 15:13:36 +0100
28707              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
28708              
28709              Document (comment) the q(di ds ig) trick in the code.
28710      Branch: perl
28711            ! op.c
28712 ____________________________________________________________________________
28713 [  8193] By: jhi                                   on 2000/12/19  17:10:57
28714         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
28715              From: "Mark J. Reed" <mreed@strange.turner.com>
28716              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
28717              Message-Id: <200012160222.VAA13986@strange.turner.com>
28718      Branch: perl
28719            ! ext/Sys/Syslog/Syslog.pm
28720 ____________________________________________________________________________
28721 [  8192] By: jhi                                   on 2000/12/19  17:07:45
28722         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
28723              From: Nicholas Clark <nick@ccl4.org>
28724              Date: Sat, 16 Dec 2000 19:03:13 +0000
28725              Message-ID: <20001216190313.D68304@plum.flirble.org>
28726      Branch: perl
28727            ! t/op/64bitint.t
28728 ____________________________________________________________________________
28729 [  8191] By: jhi                                   on 2000/12/19  17:06:13
28730         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
28731              From: Dominic Dunlop <domo@computer.org>
28732              Date: Mon, 18 Dec 2000 12:00:15 +0100
28733              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
28734              
28735              This patchlet is needed in order that perl can be statically linked.  
28736      Branch: perl
28737            ! regexec.c
28738 ____________________________________________________________________________
28739 [  8190] By: jhi                                   on 2000/12/19  17:03:08
28740         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
28741              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28742              Date: Sun, 17 Dec 2000 00:18:35 -0600
28743              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
28744      Branch: perl
28745            ! perlio.h vms/gen_shrfls.pl
28746 ____________________________________________________________________________
28747 [  8189] By: jhi                                   on 2000/12/19  16:20:28
28748         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
28749              From: Prymmer/Kahn <pvhp@best.com>
28750              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
28751              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
28752              
28753              A better version of #8188.
28754      Branch: perl
28755            ! pod/perlfaq3.pod
28756 ____________________________________________________________________________
28757 [  8188] By: jhi                                   on 2000/12/19  15:57:06
28758         Log: (Replaced by #8189)
28759              
28760              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28761              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
28762              From: Prymmer/Kahn <pvhp@best.com>
28763              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
28764              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28765              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
28766              Date: Mon, 18 Dec 2000 11:10:45 -0500
28767              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
28768      Branch: perl
28769            ! pod/perlfaq3.pod
28770 ____________________________________________________________________________
28771 [  8187] By: jhi                                   on 2000/12/19  15:54:19
28772         Log: Email address fix for Anton Berezin.
28773      Branch: perl
28774            ! AUTHORS
28775 ____________________________________________________________________________
28776 [  8186] By: jhi                                   on 2000/12/19  15:38:54
28777         Log: Subject: [PATCH perl@8102] cygwin port
28778              From: "Eric Fifer" <efifer@dircon.co.uk> 
28779              Date: Thu, 14 Dec 2000 13:41:29 -0000
28780              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
28781              
28782              When compiling modules the data item that is being imported
28783              from libperl.dll needs to be tagged as imported/shared data:
28784              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
28785      Branch: perl
28786            ! perliol.h
28787 ____________________________________________________________________________
28788 [  8185] By: jhi                                   on 2000/12/19  14:53:24
28789         Log: Regen uconfig.h and uconfig.sh.
28790      Branch: perl
28791            ! uconfig.h uconfig.sh
28792 ____________________________________________________________________________
28793 [  8184] By: jhi                                   on 2000/12/18  20:43:49
28794         Log: Comments work so much better when they are closed.
28795      Branch: perl
28796            ! regcomp.c
28797 ____________________________________________________________________________
28798 [  8183] By: jhi                                   on 2000/12/18  18:04:02
28799         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
28800              Fixes the bug 20001218.016.
28801      Branch: perl
28802            ! regcomp.c
28803 ____________________________________________________________________________
28804 [  8182] By: gsar                                  on 2000/12/18  09:53:47
28805         Log: delete spurious files
28806      Branch: maint-5.6/perl
28807            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
28808            - vos/config.h vos/config_h.SH_orig
28809 ____________________________________________________________________________
28810 [  8181] By: gsar                                  on 2000/12/18  09:46:08
28811         Log: regen perltoc
28812      Branch: maint-5.6/perl
28813            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
28814 ____________________________________________________________________________
28815 [  8180] By: gsar                                  on 2000/12/18  09:20:27
28816         Log: integrate changes#7924..7926,7946,7952 from mainline
28817      Branch: maint-5.6/perl
28818           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
28819           !> lib/File/stat.pm t/lib/class-struct.t
28820 ____________________________________________________________________________
28821 [  8179] By: gsar                                  on 2000/12/18  08:55:54
28822         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
28823              7918,7919,7988,8907 from mainline (various)
28824      Branch: maint-5.6/perl
28825           +> t/lib/class-struct.t
28826           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
28827           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
28828           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
28829 ____________________________________________________________________________
28830 [  8178] By: gsar                                  on 2000/12/18  08:16:30
28831         Log: avoid redefinition warnings on windows due to sys/socket.h getting
28832              #included before win32.h
28833      Branch: maint-5.6/perl
28834            ! win32/include/sys/socket.h
28835 ____________________________________________________________________________
28836 [  8177] By: gsar                                  on 2000/12/18  05:24:04
28837         Log: make regen_headers; fix POSIX.xs problems; remove outdated
28838              code from sys/socket.h that makes build fail now
28839      Branch: maint-5.6/perl
28840            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
28841            ! pod/perlapi.pod
28842           !> win32/include/sys/socket.h
28843 ____________________________________________________________________________
28844 [  8176] By: gsar                                  on 2000/12/18  05:20:17
28845         Log: update Changes
28846      Branch: maint-5.6/perl
28847            ! Changes patchlevel.h
28848 ____________________________________________________________________________
28849 [  8175] By: gsar                                  on 2000/12/18  04:57:48
28850         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
28851              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
28852              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
28853              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
28854              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
28855              7823,7825,7838
28856      Branch: maint-5.6/perl
28857           +> lib/File/Spec/Epoc.pm
28858           !> (integrate 88 files)
28859 ____________________________________________________________________________
28860 [  8174] By: gsar                                  on 2000/12/18  03:53:09
28861         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
28862              7625..7629,7631..7634,7637,7639,7642 from mainline
28863      Branch: maint-5.6/perl
28864           +> README.solaris
28865           !> (integrate 26 files)
28866 ____________________________________________________________________________
28867 [  8173] By: gsar                                  on 2000/12/18  03:37:02
28868         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
28869              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
28870              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
28871              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
28872      Branch: maint-5.6/perl
28873           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
28874            - MAINTAIN
28875           !> (integrate 111 files)
28876 ____________________________________________________________________________
28877 [  8172] By: jhi                                   on 2000/12/18  02:49:27
28878         Log: Regen pods.
28879      Branch: perl
28880            ! pod/perlmodlib.pod pod/perltoc.pod
28881 ____________________________________________________________________________
28882 [  8171] By: gsar                                  on 2000/12/18  02:49:24
28883         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
28884              7465..7471 from mainline
28885              
28886              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
28887              in platforms that strictly require all the symbols being present
28888              at link time.
28889              
28890              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
28891              
28892              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
28893              
28894              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
28895              
28896              Subject: [PATCH] todo
28897              
28898              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
28899              
28900              Use $sort, $uniq (and $tr) consistently as wondered
28901              by Nicholas Clark.
28902              
28903              Too enthusiastic editing in #7460.
28904              
28905              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
28906              
28907              Upgrade to CPAN 1.58_55.
28908              Subject: CPAN.pm status
28909              
28910              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
28911              
28912              Make target reordering to avoid pointless re-makes.
28913              Subject: Re: Total re-make of 'make okfile' after 7451 ?
28914              
28915              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
28916              
28917              Subject: DOC PATCH 5.6.0
28918              
28919              Add the repository doc by Malcolm, Sarathy, and by Simon,
28920              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
28921      Branch: maint-5.6/perl
28922           +> Porting/repository.pod
28923           !> Configure MANIFEST Makefile.SH README.dos README.os2
28924           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
28925           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
28926           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
28927 ____________________________________________________________________________
28928 [  8169] By: gsar                                  on 2000/12/18  02:33:34
28929         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
28930              7435..7441,7445 from mainline
28931              
28932              Make the UTF-8 decoding stricter and more verbose when
28933              malformation happens.  This involved adding an argument
28934              to utf8_to_uv_chk(), which involved changing its prototype,
28935              and prefer STRLEN over I32 for the UTF-8 length, which as
28936              a domino effect necessitated changing the prototypes of
28937              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
28938              The stricter UTF-8 decoding checking uses Markus Kuhn's
28939              UTF-8 Decode Stress Tester from
28940              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
28941              
28942              Run vms/vms_yfix.pl, should have done that after changing
28943              perly.c in #7382.
28944              
28945              Subject: [PATCH 5.7.0] static linking with uninstalled perl
28946              
28947              (Replaced by #7440.)
28948              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28949              
28950              Fix the bug ID 20001024.005, the bug introduced by #7416.
28951              
28952              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
28953              
28954              Fix the bug reported in
28955              From: andreas.koenig@anima.de (Andreas J. Koenig)
28956              Also make is_utf8_char() stricter.
28957              
28958              Missed the header file changes from #7425.
28959              
28960              Check if stdio supports tweaking lval and cnt simultaneously.
28961              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
28962              
28963              Stratus VOS updates from Paul Green.
28964              
28965              Podify README.epoc and README.vos.
28966              
28967              Add targets to Makefile.SH, most importantly
28968              'regen_all' which also remembers to update vms/perly*.
28969              
28970              Subject: Minor update to find2perl, for portability
28971              
28972              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
28973              
28974              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
28975              
28976              Rename UTF8LEN() to be UNISKIP(), too confusing to have
28977              UTF8LEN() and UTF8SKIP(). 
28978              
28979              Allow poking holes at the UTF-8 decoding strictness.
28980              
28981              Continue the internal UTF-8 API tweaking.
28982              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
28983              used much more than the simpler API, now called utf8_to_uv_simple().
28984              Still not quite happy with API, too much partial duplication
28985              of functionality.
28986              
28987              A new version of making the syslog test more robust.
28988              (Replaces #7421.)
28989              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28990              
28991              buildtoc target tweaks.
28992              
28993              Integrate with vmsperl #7430 by Charles Bailey:
28994              
28995              Cleanup from prior patch (Charles Lane?):
28996              - improve handling of MFDs in Basename and Path
28997              - default to no xsubpp line # munging when building debug images
28998      Branch: maint-5.6/perl
28999           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29000           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
29001           !> (integrate 67 files)
29002 ____________________________________________________________________________
29003 [  8168] By: gsar                                  on 2000/12/18  02:05:49
29004         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
29005              
29006              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
29007              From: Martin Husemann <martin@duskware.de>
29008              
29009              Subject: [PATCH 5.7.0] restore match data on backtracing
29010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29011      Branch: maint-5.6/perl
29012           !> regcomp.c regexec.c t/op/re_tests
29013 ____________________________________________________________________________
29014 [  8167] By: gsar                                  on 2000/12/18  01:55:22
29015         Log: integrate changes#7858,7986 from mainline
29016              
29017              C<foreach my $x ...> in pseudo-fork()ed process may diddle
29018              parent's memory; fix it by keeping track of the actual pad
29019              offset rather than a raw pointer (this change is probably also
29020              relevant to non-ithreads case to avoid fallout from reallocs of
29021              the pad array, but is currently only enabled for the ithreads
29022              case in the interests of minimal disruption to existing "well
29023              tested" code)
29024              
29025              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
29026              due to the notorious GetFileType() bug in Windows 9x, which fstat()
29027              tickles)
29028      Branch: maint-5.6/perl
29029           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
29030           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
29031           !> win32/win32.c win32/win32.h win32/win32sck.c
29032 ____________________________________________________________________________
29033 [  8166] By: gsar                                  on 2000/12/18  01:52:59
29034         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
29035              from mainline (xsubpp and ExtUtils::LibList fixups, various
29036              other small items)
29037      Branch: maint-5.6/perl
29038           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
29039           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
29040           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
29041           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
29042           !> win32/bin/search.pl
29043 ____________________________________________________________________________
29044 [  8165] By: gsar                                  on 2000/12/18  01:28:45
29045         Log: integrate changes#7533,7563,7611,7623 from mainline (various
29046              malloc.c embellishments)
29047      Branch: maint-5.6/perl
29048           !> malloc.c pod/perldiag.pod
29049 ____________________________________________________________________________
29050 [  8164] By: gsar                                  on 2000/12/18  01:23:33
29051         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
29052              fixups)
29053      Branch: maint-5.6/perl
29054           !> utils/h2xs.PL
29055 ____________________________________________________________________________
29056 [  8163] By: gsar                                  on 2000/12/18  01:17:50
29057         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
29058              fixups)
29059      Branch: maint-5.6/perl
29060           !> Makefile.SH utils/perlbug.PL
29061 ____________________________________________________________________________
29062 [  8162] By: gsar                                  on 2000/12/18  00:25:43
29063         Log: always export Perl_deb() (it is required by re.xs whether
29064              Perl is built with or without -DDEBUGGING)
29065      Branch: maint-5.6/perl
29066            ! makedef.pl
29067 ____________________________________________________________________________
29068 [  8161] By: gsar                                  on 2000/12/18  00:23:38
29069         Log: integrate change#7414 from mainline
29070              
29071              Undo the basename() part of #7412 since the lib/basename
29072              tests would need upgrading too.
29073              
29074              squelch two tests in tr.t that rely on tr/// paranoia change
29075              that's not in 5.6.x
29076      Branch: maint-5.6/perl
29077            ! t/op/tr.t
29078           !> lib/File/Basename.pm
29079 ____________________________________________________________________________
29080 [  8160] By: gsar                                  on 2000/12/18  00:05:30
29081         Log: missing change in previous integrate
29082      Branch: maint-5.6/perl
29083           !> README.aix
29084 ____________________________________________________________________________
29085 [  8159] By: gsar                                  on 2000/12/18  00:03:38
29086         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
29087              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
29088              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
29089              7410..7413 from mainline
29090      Branch: maint-5.6/perl
29091           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
29092           +> t/lib/tie-splice.t
29093            - lib/unicode/Is/DCinital.pl
29094           !> (integrate 112 files)
29095 ____________________________________________________________________________
29096 [  8158] By: jhi                                   on 2000/12/17  23:04:24
29097         Log: Subject: [PATCHES] RE: perl@8150 
29098              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
29099              Date: Sun, 17 Dec 2000 21:46:39 +0100
29100              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
29101              
29102              Neither cygwin has a getpwuid() one can trust on.
29103      Branch: perl
29104            ! t/lib/glob-basic.t
29105 ____________________________________________________________________________
29106 [  8157] By: jhi                                   on 2000/12/17  23:01:54
29107         Log: More MAN.PODS => {} fixes.
29108      Branch: perl
29109            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
29110            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
29111            ! os2/OS2/REXX/Makefile.PL
29112 ____________________________________________________________________________
29113 [  8156] By: gsar                                  on 2000/12/17  22:49:13
29114         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
29115              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
29116              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
29117              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
29118              7201,7204 from mainline
29119      Branch: maint-5.6/perl
29120           !> (integrate 121 files)
29121 ____________________________________________________________________________
29122 [  8155] By: jhi                                   on 2000/12/17  22:30:58
29123         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
29124              From: "Craig A. Berry" <craigberry@mac.com>
29125              Date: Sun, 17 Dec 2000 13:09:28 -0600
29126              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
29127              
29128              MAN.PODS => ' ' is naughty.
29129      Branch: perl
29130            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
29131 ____________________________________________________________________________
29132 [  8154] By: nick                                  on 2000/12/17  22:07:13
29133         Log: MULTIPLICITY nit.
29134      Branch: perl
29135            ! mg.c
29136 ____________________________________________________________________________
29137 [  8153] By: gsar                                  on 2000/12/17  21:23:05
29138         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
29139              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
29140              from mainline
29141              
29142              Document the SvIOK_.*UV().
29143              
29144              Update Unicode todo list.
29145              
29146              Guard against bad string->int conversion for quads.
29147              
29148              Subject: small apidoc fix
29149              
29150              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
29151              
29152              Subject: [PATCH] Tied filehandle documentation
29153              
29154              Subject: [PATCH] Modernize Opcode.pm documentation
29155              
29156              Make Data::Dumper (non-XS) to work with changed semantics of ref().
29157              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
29158              [applied even though said semantics didn't change in 5.6.x]
29159              
29160              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
29161              
29162              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
29163              
29164              Fix the URL, but the server is still missing in action.
29165              Subject: [ID 20000905.002] perlfaq1.pod URL error
29166              
29167              Subject: [ID 20000903.001] \w in utf8-strings
29168              
29169              Fix the ccversion detection for 5.1 and beyond.
29170              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29171              
29172              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
29173              
29174              Subject: [ID 20000904.008] Tiny fix for perldiag
29175              
29176              Subject: Re: [ID 20000906.004] segfault with bad perl statement
29177              
29178              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29179              
29180              Subject: [ID 20000908.002] perlipc documentation bug.
29181              
29182              Subject: [PATCH lib/Benchmark.pm]
29183              
29184              Re-allow vec() for characters > 255.
29185              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
29186              
29187              Do away with memory models cruft.  Sorry, PDP users.
29188              
29189              Continue #7041.
29190              
29191              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
29192              
29193              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
29194              
29195              Upgrade to CPAN 1.57_65, from Andreas König.
29196              
29197              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
29198              by Russ Allbery.
29199              
29200              Silence t/pod/*.t about alternate quote-mappings now implemented
29201              by Pod::Text, from Brad Appleton.
29202              
29203              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
29204              Subject: borland C++ win32.c tweak
29205              
29206              C<@a = @b = split(...)> optimization coredumps under ithreads
29207              (missed a spot when fixing up op_pmreplroot hack for ithreads)
29208              
29209              Document the SvUTF8*().
29210              
29211              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
29212              
29213              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
29214              
29215              Do in VMS as the #7054 does.
29216              
29217              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
29218              
29219              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
29220              
29221              Subject: [patch: perl@7045] vms updates
29222              
29223              Test for the #7049.
29224              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
29225              
29226              Break up the myconfig lines a bit.
29227              Subject: perlbug/perl -V output format
29228              
29229              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
29230              
29231              The #7054 truncated Configure badly.
29232              
29233              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
29234              initialization in all the threads on Windows
29235              
29236              Allow for whitespace between "#" and "line" in cpp output.
29237              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
29238              
29239              Remove vestiges of tr//CU.
29240              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
29241              
29242              The return value of setlocale must be copied away.
29243              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
29244              
29245              Allow chop() and chomp() to be overridden.
29246              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
29247              
29248              Hints optimization.
29249              Subject: Minor nit
29250              
29251              Subject: [PATCH] de-wall t/README
29252              
29253              Subject: Re: Two advertising clauses need to be removed
29254      Branch: maint-5.6/perl
29255           !> (integrate 75 files)
29256 ____________________________________________________________________________
29257 [  8152] By: gsar                                  on 2000/12/17  20:30:11
29258         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
29259              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
29260              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
29261              
29262              Don't attach -ld to the archname if pointless.
29263              
29264              Document UNTIE in a very minimalistic way.
29265              
29266              POSIX doesn't report long double values under -Duselongdouble
29267              when the long doubles are "real" (bigger than doubles).
29268              
29269              More author updates.
29270              
29271              Try to deduce NV_MAX.  Really should be Configure fodder.
29272              
29273              :: not allowed in pathnames, change to .
29274              Subject: [PATCH perl@6938] cygwin port
29275              
29276              Forget about NV_MAX (#6951).  Various floating point tweaks,
29277              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
29278              
29279              Move the Solaris 7 scan to use64bitall, make the
29280              failure to find 64-bot sparc libc to mention the
29281              possibility of being in an intel, from Lupe and Alan.
29282              
29283              Regen perltoc.
29284              
29285              AUTHORS tweaks, from Peter Prymmer.
29286              
29287              More address tweaking.
29288              
29289              Small tweaks all over.
29290              
29291              File::Temp patches from Andreas König,
29292              
29293              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
29294              
29295              Subject: CPAN.pm beta 1.57_57 for the core
29296              
29297              Part of the solution.
29298              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
29299              
29300              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
29301              
29302              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29303              
29304              Add the overload warnings to perldiag.
29305              
29306              Drop unused argument.
29307              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
29308              
29309              Subject: Nit in Configure (bleadperl@6961)
29310              
29311              Update to PodParser 1.18, from Brad Appleton.
29312              
29313              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
29314              
29315              Subject: [PATCH: 6948] add SCNfldbl to configure.com
29316              
29317              Document UNTIE. Also tweak implementation to suppress the 'inner references'
29318              warning when UNTIE exists and instead pass the cound of extra references to
29319              the UNTIE method.
29320              
29321              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
29322              so that case-ignoring systems like DCL can tell them from
29323              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
29324              
29325              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29326              
29327              Feature ordering tweak.
29328              
29329              Regen perltoc.
29330              
29331              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
29332              
29333              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
29334              
29335              Subject: http:// in L<>
29336              
29337              Detypo.
29338              
29339              change#6791 accidentally clobbered change#6710, put it back
29340              
29341              Only the first line, thank you very much.
29342              
29343              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
29344              plus rework the http: spots as suggested by Tom Christiansen,
29345              plus regen perltoc.
29346              
29347              Undo part of change 6489 which looks like a bulk edit which
29348              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
29349              The supressing of main:: on return from select() is undesirable.
29350              
29351              Apparently avoiding the swapping is too costly.
29352              
29353              Various Configure nits by Philip Newton,
29354              plus the ebcdic one by me.
29355              
29356              Make certain cc is set before trying to run it.
29357              
29358              If overloaded %{} etc. return the object do not loop.
29359              Thus  sub deref { $_[0] } functions if object is wanted type.
29360              
29361              Update perlhist.
29362              
29363              More %{} and other deref special casing - do not pass to 'nomethod'.
29364      Branch: maint-5.6/perl
29365           !> (integrate 59 files)
29366 ____________________________________________________________________________
29367 [  8151] By: gsar                                  on 2000/12/17  19:14:38
29368         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
29369              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
29370              
29371              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
29372              
29373              Make the epsilon to be relative, not absolute.
29374              
29375              Put back the flags dump as reasoned in
29376              Subject: Re: [PATCH] Glob dumping
29377              
29378              Introduce ccname to keep track of what compiler kind of we have.
29379              
29380              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
29381              
29382              Put back the slice accidentally removed by #6907.
29383              
29384              Reset archname and archname64 always, forcing them be
29385              recomputed at each Configure run, make Configure and
29386              the hints files agree on the naming of largefiles variables.
29387              
29388              Don't say "Perl 5.0 source kit".
29389              
29390              Subject: [PATCH] fix misc cast warnings
29391              
29392              Subject: typos in pods
29393              
29394              NVs not necessarily doubles, as pointed out by Yitzchak.
29395              
29396              Subject: [PATCH 6889] add a few ldbl formats to configure.com
29397              
29398              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
29399              
29400              Better options for rsync.
29401              
29402              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
29403              
29404              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
29405              
29406              Subject: [PATCH] Re: UNTIE method 
29407              
29408              A better fix for the Socket building problem from Craig Berry.
29409              
29410              Retract the dummy test, skip the security tests (instead of failing),
29411              explain what the warnings mean.
29412              
29413              Heap decorruption.
29414              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
29415              
29416              Update to Unicode 3.0.1.
29417              
29418              Missed one Unicode file.
29419              
29420              Subject: Re: typos in pods
29421              
29422              The #6929 was too skimpy.
29423              
29424              sscanf() may be the only way to read long doubles from strings.
29425              
29426              Reveal Borland's isnan.
29427              Subject: build with BC++ tweak
29428              
29429              Issue useful diagnostic on unknown pod commands.
29430              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
29431              
29432              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
29433              
29434              Clarify the third case of ftmp-security warnings.
29435              
29436              Make -Dusemorebits find long doubles in Solaris.
29437              
29438              Wrap the test in eval.
29439      Branch: maint-5.6/perl
29440           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
29441           +> lib/unicode/PropList.txt lib/unicode/README.perl
29442           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29443           +> lib/unicode/Unicode.301 vms/vmspipe.com
29444            - lib/unicode/Props.txt lib/unicode/UCD300.html
29445            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29446           !> (integrate 305 files)
29447 ____________________________________________________________________________
29448 [  8150] By: jhi                                   on 2000/12/17  18:47:57
29449         Log: Uncheckedin generated files.
29450      Branch: perl
29451            ! global.sym perlapi.c pod/perlapi.pod
29452 ____________________________________________________________________________
29453 [  8149] By: jhi                                   on 2000/12/17  18:41:22
29454         Log: Update Changes.
29455      Branch: perl
29456            ! Changes patchlevel.h
29457 ____________________________________________________________________________
29458 [  8148] By: jhi                                   on 2000/12/17  18:39:16
29459         Log: Subject: [PATCH] Fcntl constants speedup
29460              From: Nicholas Clark <nick@ccl4.org>
29461              Date: Sun, 17 Dec 2000 16:29:24 +0000
29462              Message-ID: <20001217162924.E97668@plum.flirble.org>
29463              
29464              Use IVs for the Fcntl constants instead of NVs.
29465      Branch: perl
29466            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
29467 ____________________________________________________________________________
29468 [  8147] By: jhi                                   on 2000/12/17  18:33:41
29469         Log: Add test for #8145 (binmode() warning), add warning for
29470              ioctl() and sockpair(), document them. (fileno() cannot
29471              be tripwired with the same kind of warning because
29472              'defined fileno($foo)' seems to be an idiom.)
29473      Branch: perl
29474            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
29475 ____________________________________________________________________________
29476 [  8146] By: gsar                                  on 2000/12/17  18:09:08
29477         Log: update Changes
29478      Branch: maint-5.6/perl
29479            ! Changes
29480 ____________________________________________________________________________
29481 [  8145] By: jhi                                   on 2000/12/17  17:39:35
29482         Log: Subject: [PATCH] Re: The long awaited feature ...
29483              From: Simon Cozens <simon@cozens.net>
29484              Date: Sun, 17 Dec 2000 12:31:56 +0000
29485              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
29486              
29487              Add a warning to binmode() about using bad filehandles
29488              (can happen e.g. if someone forgets the filehandle argument)
29489      Branch: perl
29490            ! pp_sys.c
29491 ____________________________________________________________________________
29492 [  8144] By: jhi                                   on 2000/12/17  17:33:48
29493         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
29494              From: Jonathan Stowe <gellyfish@gellyfish.com>
29495              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
29496              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
29497      Branch: perl
29498            ! lib/Net/Ping.pm
29499 ____________________________________________________________________________
29500 [  8143] By: jhi                                   on 2000/12/17  05:31:37
29501         Log: Polymorphic regexps.
29502              
29503              Fixes at least the bugs 20001028.003 (both of them...) and
29504              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
29505              also to be fixed by now, probably already before this patch.
29506      Branch: perl
29507            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
29508            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
29509            ! t/op/utf8decode.t t/pragma/utf8.t
29510 ____________________________________________________________________________
29511 [  8142] By: jhi                                   on 2000/12/16  17:16:05
29512         Log: Subject: [patch perl@8102] dos/djgpp update
29513              From: Laszlo Molnar <ml1050@freemail.hu>
29514              Date: Sat, 16 Dec 2000 01:40:52 +0100
29515              Message-ID: <20001216014052.A335@freemail.hu>
29516      Branch: perl
29517            ! djgpp/config.over t/base/commonsense.t
29518 ____________________________________________________________________________
29519 [  8141] By: jhi                                   on 2000/12/16  17:09:27
29520         Log: Few uncheckedin files.
29521      Branch: perl
29522            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
29523 ____________________________________________________________________________
29524 [  8140] By: nick                                  on 2000/12/15  22:14:31
29525         Log: Integrate mainline
29526      Branch: perlio
29527           !> (integrate 53 files)
29528 ____________________________________________________________________________
29529 [  8139] By: jhi                                   on 2000/12/15  19:49:49
29530         Log: One more IVUV tweak from Nicholas Clark.
29531      Branch: perl
29532            ! sv.c
29533 ____________________________________________________________________________
29534 [  8138] By: jhi                                   on 2000/12/15  19:17:06
29535         Log: Return of the IVUV-preservation, now seems to be happy even
29536              in Digital UNIX (the broken strtoul brokenness detection
29537              seems to have been the fly in the ointment).
29538      Branch: perl
29539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29540            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
29541            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
29542            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
29543            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29544            ! vos/config.ga.h win32/config.bc win32/config.gc
29545            ! win32/config.vc
29546 ____________________________________________________________________________
29547 [  8137] By: jhi                                   on 2000/12/15  18:12:14
29548         Log: Metaconfig unit change for #8136.
29549      Branch: metaconfig
29550            ! U/modified/d_strtoul.U
29551      Branch: metaconfig/U/perl
29552            ! d_strtoull.U d_strtouq.U
29553 ____________________________________________________________________________
29554 [  8136] By: jhi                                   on 2000/12/15  18:11:35
29555         Log: I don't think it's sensible or portable to test the strtou*
29556              on /^-/ strings.
29557      Branch: perl
29558            ! Configure
29559 ____________________________________________________________________________
29560 [  8135] By: jhi                                   on 2000/12/15  17:18:49
29561         Log: Metaconfig unit change for #8134.
29562      Branch: metaconfig
29563            ! U/modified/d_strtoul.U
29564 ____________________________________________________________________________
29565 [  8134] By: jhi                                   on 2000/12/15  17:14:13
29566         Log: If longsize is 8 we don't need a LL suffix for integer constants.
29567      Branch: perl
29568            ! Configure config_h.SH
29569 ____________________________________________________________________________
29570 [  8133] By: jhi                                   on 2000/12/15  16:00:23
29571         Log: Update Changes.
29572      Branch: perl
29573            ! Changes patchlevel.h
29574 ____________________________________________________________________________
29575 [  8132] By: jhi                                   on 2000/12/15  15:44:16
29576         Log: Some compilers get huffy if you do not cast a const pointer
29577              to a non-const when assigning.
29578      Branch: perl
29579            ! gv.c
29580 ____________________________________________________________________________
29581 [  8131] By: jhi                                   on 2000/12/15  15:38:30
29582         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
29583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29584              Date: Fri, 15 Dec 2000 05:26:57 -0500
29585              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
29586      Branch: perl
29587            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
29588            ! t/pragma/overload.t
29589 ____________________________________________________________________________
29590 [  8130] By: jhi                                   on 2000/12/15  15:36:08
29591         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
29592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29593              Date: Thu, 14 Dec 2000 22:02:43 -0500
29594              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
29595      Branch: perl
29596            ! gv.c perl.h
29597 ____________________________________________________________________________
29598 [  8129] By: jhi                                   on 2000/12/15  15:34:16
29599         Log: Subject: PATCH: h2xs nit
29600              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29601              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
29602              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
29603              
29604              Add a template README.
29605      Branch: perl
29606            ! utils/h2xs.PL
29607 ____________________________________________________________________________
29608 [  8128] By: jhi                                   on 2000/12/15  15:32:22
29609         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
29610      Branch: perl
29611            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
29612 ____________________________________________________________________________
29613 [  8127] By: jhi                                   on 2000/12/15  15:19:34
29614         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
29615              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29616              Date:     Thu, 14 Dec 2000 20:04:42 EST
29617              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
29618      Branch: perl
29619            ! ext/Opcode/Opcode.xs
29620 ____________________________________________________________________________
29621 [  8126] By: jhi                                   on 2000/12/15  15:17:49
29622         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
29623              From: Peter Prymmer <pvhp@forte.com>
29624              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
29625              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
29626      Branch: perl
29627            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
29628            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
29629            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
29630 ____________________________________________________________________________
29631 [  8125] By: jhi                                   on 2000/12/15  15:11:05
29632         Log: This seems to be a stage sane and stable enough to checkin.
29633              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
29634      Branch: perl
29635            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
29636            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
29637            ! t/op/cmp.t t/op/numconvert.t
29638 ____________________________________________________________________________
29639 [  8124] By: jhi                                   on 2000/12/15  04:20:26
29640         Log: Something is really wonky.
29641      Branch: perl
29642            ! sv.c
29643 ____________________________________________________________________________
29644 [  8123] By: jhi                                   on 2000/12/15  04:00:50
29645         Log: Fixes for the IV UV patches to compile in Digital UNIX.
29646      Branch: perl
29647            ! sv.c
29648 ____________________________________________________________________________
29649 [  8122] By: jhi                                   on 2000/12/15  02:53:40
29650         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
29651              From: "Craig A. Berry" <craigberry@mac.com>
29652              Date: Thu, 14 Dec 2000 19:10:49 -0600
29653              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
29654      Branch: perl
29655            ! vms/vms.c
29656 ____________________________________________________________________________
29657 [  8121] By: jhi                                   on 2000/12/15  02:50:00
29658         Log: Metaconfig changes for #8120.
29659      Branch: metaconfig
29660            + U/modified/d_strtoul.U
29661      Branch: metaconfig/U/perl
29662            ! d_strtoull.U d_strtouq.U
29663 ____________________________________________________________________________
29664 [  8120] By: jhi                                   on 2000/12/15  02:49:42
29665         Log: From: Nicholas Clark <nick@ccl4.org> 
29666              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
29667              Date: Thu, 14 Dec 2000 18:38:57 +0000
29668              Message-ID: <20001214183857.B97909@plum.flirble.org>
29669      Branch: perl
29670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29671            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
29672            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29673            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29674            ! win32/config.gc win32/config.vc
29675 ____________________________________________________________________________
29676 [  8119] By: jhi                                   on 2000/12/14  23:40:58
29677         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
29678              From: Nicholas Clark <nick@ccl4.org>
29679              Date: Wed, 13 Dec 2000 20:08:50 +0000
29680              Message-ID: <20001213200849.B71166@plum.flirble.org>
29681      Branch: perl
29682            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
29683            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
29684 ____________________________________________________________________________
29685 [  8118] By: jhi                                   on 2000/12/14  22:46:26
29686         Log: Integrate perlio.
29687      Branch: perl
29688           !> MANIFEST ext/Encode/compile makedef.pl
29689 ____________________________________________________________________________
29690 [  8117] By: nick                                  on 2000/12/14  22:38:53
29691         Log: Win32 tweaks to get Encode to build
29692              - temp hack to makedef.pl till PerlIO is properly "exported".
29693              - MSVC dislikes  
29694              static encpage_t foo[];
29695              so make 'em extern for now.
29696      Branch: perlio
29697            ! ext/Encode/compile makedef.pl
29698 ____________________________________________________________________________
29699 [  8116] By: nick                                  on 2000/12/14  22:00:53
29700         Log: Document the new files
29701      Branch: perlio
29702            ! MANIFEST
29703 ____________________________________________________________________________
29704 [  8115] By: jhi                                   on 2000/12/14  21:58:01
29705         Log: MANIFEST new files of #8114.
29706      Branch: perl
29707            ! MANIFEST
29708 ____________________________________________________________________________
29709 [  8114] By: jhi                                   on 2000/12/14  21:50:49
29710         Log: Integrate perlio.
29711      Branch: perl
29712           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
29713           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29714           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
29715           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
29716           !> ext/Encode/Makefile.PL
29717 ____________________________________________________________________________
29718 [  8113] By: jhi                                   on 2000/12/14  21:48:49
29719         Log: The documentation part of the
29720              
29721              Subject: [ID 20001214.002] Net::Ping patch
29722              From: Jonathan Stowe <gellyfish@gellyfish.com>
29723              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
29724              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
29725              since the #7529 had already addressed the same problem.
29726      Branch: perl
29727            ! lib/Net/Ping.pm
29728 ____________________________________________________________________________
29729 [  8112] By: jhi                                   on 2000/12/14  21:42:57
29730         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
29731              From: Dominic Dunlop <domo@computer.org>
29732              Date: Tue, 12 Dec 2000 10:47:10 +0100
29733              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
29734              
29735              Document how elusive subroutines can be.
29736      Branch: perl
29737            ! pod/perlfunc.pod
29738 ____________________________________________________________________________
29739 [  8111] By: jhi                                   on 2000/12/14  21:38:05
29740         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
29741              From: Dominic Dunlop <domo@computer.org>
29742              Date: Thu, 14 Dec 2000 10:13:51 +0100
29743              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
29744      Branch: perl
29745            ! ext/POSIX/POSIX.pod
29746 ____________________________________________________________________________
29747 [  8110] By: jhi                                   on 2000/12/14  21:36:32
29748         Log: Subject: [patch] perlfaq7
29749              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
29750              Date: Thu, 14 Dec 2000 15:31:07 +0100
29751              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
29752      Branch: perl
29753            ! pod/perlfaq7.pod
29754 ____________________________________________________________________________
29755 [  8109] By: jhi                                   on 2000/12/14  21:29:20
29756         Log: Subject: [8104] Encode
29757              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29758              Date: Thu, 14 Dec 2000 14:49:34 +0100
29759              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
29760              
29761              Type casting for nervous compilers.
29762      Branch: perl
29763            ! ext/Encode/Encode.xs
29764 ____________________________________________________________________________
29765 [  8108] By: jhi                                   on 2000/12/14  21:26:17
29766         Log: Subject: [8104] DB_File
29767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29768              Date: Thu, 14 Dec 2000 14:49:35 +0100
29769              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
29770              
29771              Type definition incorrect for DB 2.7.7.  Not known when it
29772              changed, so only changed it for a known revision.
29773      Branch: perl
29774            ! ext/DB_File/DB_File.xs
29775 ____________________________________________________________________________
29776 [  8107] By: jhi                                   on 2000/12/14  21:23:41
29777         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
29778              From: Peter Prymmer <pvhp@forte.com>
29779              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
29780              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
29781              
29782              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
29783      Branch: perl
29784            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
29785            ! ext/Encode/Encode/posix-bc.enc
29786 ____________________________________________________________________________
29787 [  8106] By: nick                                  on 2000/12/14  20:36:13
29788         Log: "Cold" build correction to Encode's Makefile.PL
29789      Branch: perlio
29790            ! ext/Encode/Makefile.PL
29791 ____________________________________________________________________________
29792 [  8105] By: nick                                  on 2000/12/14  20:09:37
29793         Log: "Compiled" encodings.
29794              Correct replacement character in EBCDIC .enc files
29795              Add 0x7F to ASCII repertoire.
29796      Branch: perlio
29797            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29798            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
29799            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
29800            ! ext/Encode/Makefile.PL ext/Encode/compile
29801            ! ext/Encode/encengine.c ext/Encode/encode.h
29802 ____________________________________________________________________________
29803 [  8104] By: nick                                  on 2000/12/14  00:38:20
29804         Log: Integrate mainline
29805      Branch: perlio
29806           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
29807           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
29808           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
29809           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
29810           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
29811           !> t/lib/db-hash.t t/lib/db-recno.t
29812 ____________________________________________________________________________
29813 [  8103] By: nick                                  on 2000/12/13  23:16:13
29814         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
29815              so far and so it does not get lost.
29816      Branch: perlio
29817            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
29818 ____________________________________________________________________________
29819 [  8102] By: jhi                                   on 2000/12/13  17:14:22
29820         Log: Update Changes.
29821      Branch: perl
29822            ! Changes patchlevel.h
29823 ____________________________________________________________________________
29824 [  8101] By: jhi                                   on 2000/12/13  16:53:41
29825         Log: Move the proto of start_glob() to a better place; regen api files.
29826      Branch: perl
29827            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
29828 ____________________________________________________________________________
29829 [  8100] By: jhi                                   on 2000/12/13  16:47:11
29830         Log: Metaconfig change for #8099.
29831      Branch: metaconfig
29832            ! U/modified/Head.U
29833 ____________________________________________________________________________
29834 [  8099] By: jhi                                   on 2000/12/13  16:46:48
29835         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
29836              From: Andy Dougherty <doughera@lafayette.edu>
29837              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
29838              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
29839      Branch: perl
29840            ! Configure
29841 ____________________________________________________________________________
29842 [  8098] By: jhi                                   on 2000/12/13  16:39:02
29843         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
29844              From: rspier@pobox.com (Robert Spier)
29845              Date: Tue, 12 Dec 2000 21:12:39 -0500
29846              Message-ID: <14902.56087.678086.725773@rls.cx>
29847              
29848              fastgetcwd is defined using a glob alias on a $^O dependent basis -
29849              and there was no default assignment or perl subroutine.
29850      Branch: perl
29851            ! lib/Cwd.pm
29852 ____________________________________________________________________________
29853 [  8097] By: jhi                                   on 2000/12/13  16:16:01
29854         Log: Subject: [PATCH] move startglob out of pp_hot.c
29855              From: Nicholas Clark <nick@ccl4.org>
29856              Date: Mon, 11 Dec 2000 23:16:39 +0000
29857              Message-ID: <20001211231638.A55550@plum.flirble.org>
29858      Branch: perl
29859            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
29860 ____________________________________________________________________________
29861 [  8096] By: jhi                                   on 2000/12/13  15:26:23
29862         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
29863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29864              Date: Wed, 13 Dec 2000 14:01:37 +0100
29865              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
29866              
29867              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
29868              in turn requires libpthread in libswanted.
29869      Branch: perl
29870            ! hints/hpux.sh
29871 ____________________________________________________________________________
29872 [  8095] By: jhi                                   on 2000/12/12  19:51:05
29873         Log: The integration wars continue.
29874      Branch: perl
29875           !> sv.c
29876 ____________________________________________________________________________
29877 [  8094] By: jhi                                   on 2000/12/12  19:48:26
29878         Log: Subject: [PATCH perl@8070] DB_File-1.74  
29879              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
29880              Date: Mon, 11 Dec 2000 23:07:17 -0000
29881              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
29882      Branch: perl
29883            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29884            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
29885            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
29886            ! t/lib/db-recno.t
29887 ____________________________________________________________________________
29888 [  8093] By: nick                                  on 2000/12/12  19:42:13
29889         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
29890      Branch: perlio
29891            ! sv.c
29892           !> lib/File/DosGlob.pm
29893 ____________________________________________________________________________
29894 [  8092] By: jhi                                   on 2000/12/12  19:28:11
29895         Log: Integrate perlio.
29896      Branch: perl
29897           !> sv.c
29898 ____________________________________________________________________________
29899 [  8091] By: nick                                  on 2000/12/12  18:49:45
29900         Log: Fix for Tk, and upgrading shared SVs.
29901      Branch: perlio
29902            ! sv.c
29903 ____________________________________________________________________________
29904 [  8090] By: jhi                                   on 2000/12/12  16:48:59
29905         Log: Subject: [PATCH] Re: Breadperl & Tk
29906              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29907              Date: Tue, 12 Dec 2000 14:48:27 GMT
29908              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
29909      Branch: perl
29910            ! sv.c
29911 ____________________________________________________________________________
29912 [  8089] By: jhi                                   on 2000/12/12  03:37:19
29913         Log: Subject: DosGlob.pm diff for bash style brace expansion.
29914              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
29915              Date: Fri, 8 Dec 2000 10:45:30 -0600
29916              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
29917      Branch: perl
29918            ! lib/File/DosGlob.pm
29919 ____________________________________________________________________________
29920 [  8088] By: nick                                  on 2000/12/11  23:59:59
29921         Log: Integrate mainline
29922      Branch: perlio
29923           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
29924           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29925           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
29926           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
29927           !> t/op/local.t t/pragma/warn/toke toke.c
29928 ____________________________________________________________________________
29929 [  8087] By: jhi                                   on 2000/12/11  23:20:23
29930         Log: Integrate perlio.
29931      Branch: perl
29932           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29933 ____________________________________________________________________________
29934 [  8086] By: jhi                                   on 2000/12/11  22:50:59
29935         Log: Tune further the OS detection of CGI.
29936      Branch: perl
29937            ! lib/CGI.pm
29938 ____________________________________________________________________________
29939 [  8085] By: nick                                  on 2000/12/11  22:50:46
29940         Log: Finish 1st pass of "encoding" layer e.g. :
29941              open($fh,"<encoding(iso8859-7)",$greek) || die;
29942      Branch: perlio
29943            ! ext/Encode/Encode.xs perlio.c perliol.h
29944 ____________________________________________________________________________
29945 [  8084] By: jhi                                   on 2000/12/11  22:32:06
29946         Log: Revert the -f ambiguousity patch, seems to cause
29947              too much hassle (the interpret -Q as a function
29948              where Q is not a known filetest part is left in).
29949      Branch: perl
29950            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
29951            ! toke.c
29952 ____________________________________________________________________________
29953 [  8083] By: jhi                                   on 2000/12/11  22:27:23
29954         Log: (accidentally empty check-in)
29955      Branch: perl
29956            ! lib/File/DosGlob.pm
29957 ____________________________________________________________________________
29958 [  8082] By: nick                                  on 2000/12/11  19:09:51
29959         Log: Restore mmap function (broken by tweaks to shared buffer
29960              layer for encode(xxxx)).
29961      Branch: perlio
29962            ! perlio.c
29963 ____________________________________________________________________________
29964 [  8081] By: jhi                                   on 2000/12/11  18:29:13
29965         Log: Subject: Re: The long awaited feature ...
29966              From: Simon Cozens <simon@cozens.net>
29967              Date: Mon, 11 Dec 2000 15:54:24 +0000
29968              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
29969              
29970              More io/utf8 tests.
29971      Branch: perl
29972            ! t/io/utf8.t
29973 ____________________________________________________________________________
29974 [  8080] By: jhi                                   on 2000/12/11  18:19:36
29975         Log: Subject: PATCH MakeMaker manpage clarification
29976              From: andreas.koenig@anima.de (Andreas J. Koenig)
29977              Date: 10 Dec 2000 20:46:13 +0100
29978              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
29979      Branch: perl
29980            ! lib/ExtUtils/MakeMaker.pm
29981 ____________________________________________________________________________
29982 [  8079] By: jhi                                   on 2000/12/11  15:35:07
29983         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
29984              From: Simon Cozens <simon@cozens.net>
29985              Date: Sun, 10 Dec 2000 19:06:19 +0000
29986              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
29987      Branch: perl
29988            ! ext/B/B/Deparse.pm t/lib/b.t
29989 ____________________________________________________________________________
29990 [  8078] By: jhi                                   on 2000/12/11  15:09:11
29991         Log: Subject: [PATCH] docs on NaN
29992              From: Nicholas Clark <nick@ccl4.org>
29993              Date: Mon, 11 Dec 2000 01:48:38 +0000
29994              Message-ID: <20001211014838.B99205@plum.flirble.org>
29995      Branch: perl
29996            ! pod/perlop.pod
29997 ____________________________________________________________________________
29998 [  8077] By: jhi                                   on 2000/12/11  15:02:21
29999         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
30000              From: Simon Cozens <simon@cozens.net>
30001              Date: Mon, 11 Dec 2000 01:21:45 +0000
30002              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
30003      Branch: perl
30004            ! pp.c pp_hot.c scope.c t/op/local.t
30005 ____________________________________________________________________________
30006 [  8076] By: nick                                  on 2000/12/10  20:43:32
30007         Log: Not merge worthy...
30008              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
30009              syntax is modelled on attributes.
30010              Untested fix for io/utf8 on Win32 etc.
30011              Very clumsy start to the encode layer.
30012      Branch: perlio
30013            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30014 ____________________________________________________________________________
30015 [  8075] By: jhi                                   on 2000/12/10  18:39:33
30016         Log: Darwin is not Windows.
30017      Branch: perl
30018            ! lib/CGI.pm
30019 ____________________________________________________________________________
30020 [  8074] By: jhi                                   on 2000/12/10  18:31:27
30021         Log: Subject: Ambiguous -%c() resolved as a file test
30022              From: "Paul Marquess" <Paul.Marquess@openwave.com>
30023              Date: Sun, 10 Dec 2000 15:35:07 -0000
30024              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
30025      Branch: perl
30026            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30027 ____________________________________________________________________________
30028 [  8073] By: jhi                                   on 2000/12/10  18:16:29
30029         Log: Subject: PATCH installperl misinformed 
30030              From: andreas.koenig@anima.de (Andreas J. Koenig)
30031              Date: 10 Dec 2000 13:01:32 +0100 
30032              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
30033      Branch: perl
30034            ! installperl
30035 ____________________________________________________________________________
30036 [  8072] By: jhi                                   on 2000/12/10  18:07:55
30037         Log: The walkoptree confusion rages; walkoptree() seems to be coming
30038              from B.xs, while walkoptree_slow() comes from B.pm.
30039      Branch: perl
30040            ! ext/B/B.pm
30041 ____________________________________________________________________________
30042 [  8071] By: nick                                  on 2000/12/10  11:45:47
30043         Log: Integrate mainline
30044      Branch: perlio
30045           +> t/base/commonsense.t
30046           !> (integrate 37 files)
30047 ____________________________________________________________________________
30048 [  8070] By: jhi                                   on 2000/12/10  04:46:21
30049         Log: Update Changes.
30050      Branch: perl
30051            ! Changes patchlevel.h
30052 ____________________________________________________________________________
30053 [  8069] By: jhi                                   on 2000/12/10  04:39:19
30054         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
30055              From: andreas.koenig@anima.de (Andreas J. Koenig)
30056              Date: 09 Dec 2000 17:14:25 +0100
30057              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
30058      Branch: perl
30059            + t/base/commonsense.t
30060            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
30061 ____________________________________________________________________________
30062 [  8068] By: jhi                                   on 2000/12/10  04:17:36
30063         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
30064              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30065              Date: Sat, 9 Dec 2000 16:47:22 -0000
30066              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
30067      Branch: perl
30068            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
30069            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
30070            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
30071            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
30072            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
30073            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
30074            ! t/lib/sdbm.t
30075 ____________________________________________________________________________
30076 [  8067] By: jhi                                   on 2000/12/10  03:52:02
30077         Log: Test case for #8066.
30078      Branch: perl
30079            ! t/op/misc.t
30080 ____________________________________________________________________________
30081 [  8066] By: jhi                                   on 2000/12/10  03:50:30
30082         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
30083              From: Simon Cozens <simon@cozens.net>
30084              Date: Sun, 10 Dec 2000 00:55:37 +0000
30085              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
30086      Branch: perl
30087            ! pp_sys.c
30088 ____________________________________________________________________________
30089 [  8065] By: jhi                                   on 2000/12/10  03:44:52
30090         Log: Test case for #8064.
30091      Branch: perl
30092            ! t/comp/proto.t
30093 ____________________________________________________________________________
30094 [  8064] By: jhi                                   on 2000/12/10  03:42:32
30095         Log: Subject: Re: prototype of substr
30096              From: Simon Cozens <simon@cozens.net>
30097              Date: Sun, 10 Dec 2000 00:13:33 +0000
30098              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
30099              
30100              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
30101      Branch: perl
30102            ! pp.c
30103 ____________________________________________________________________________
30104 [  8063] By: jhi                                   on 2000/12/10  03:39:42
30105         Log: Subject: [PATCH] perlguts.pod
30106              From: Simon Cozens <simon@cozens.net>
30107              Date: Sun, 10 Dec 2000 00:06:47 +0000
30108              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
30109              
30110              Documentation of the different types of ops,
30111              plus the functions in dump.c
30112      Branch: perl
30113            ! pod/perlguts.pod
30114 ____________________________________________________________________________
30115 [  8062] By: jhi                                   on 2000/12/10  03:30:04
30116         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
30117              From: Nicholas Clark <nick@talking.bollo.cx>
30118              Date: Sat, 09 Dec 2000 18:57:25 +0000
30119              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
30120              
30121              Be more robust in weird hostname setups.
30122      Branch: perl
30123            ! t/lib/net-hostent.t
30124 ____________________________________________________________________________
30125 [  8061] By: jhi                                   on 2000/12/10  03:28:21
30126         Log: Pacify fussy compiler. 
30127      Branch: perl
30128            ! pp_sys.c
30129 ____________________________________________________________________________
30130 [  8060] By: jhi                                   on 2000/12/10  02:52:46
30131         Log: Integrate perlio.
30132      Branch: perl
30133           !> pp_sys.c t/io/utf8.t
30134 ____________________________________________________________________________
30135 [  8059] By: nick                                  on 2000/12/09  23:40:14
30136         Log: read/sysread/recv should now be utf8 aware.
30137              Basic test for utf8 read.
30138      Branch: perlio
30139            ! pp_sys.c t/io/utf8.t
30140 ____________________________________________________________________________
30141 [  8058] By: jhi                                   on 2000/12/09  21:56:02
30142         Log: Integrate perlio.
30143      Branch: perl
30144           +> t/io/utf8.t
30145           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
30146 ____________________________________________________________________________
30147 [  8057] By: jhi                                   on 2000/12/09  21:53:35
30148         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
30149              From: Inaba Hiroto <inaba@st.rim.or.jp>
30150              Date: Sun, 10 Dec 2000 05:53:21 +0900
30151              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
30152              
30153              Tests for #8056.
30154      Branch: perl
30155            ! t/op/each.t
30156 ____________________________________________________________________________
30157 [  8056] By: jhi                                   on 2000/12/09  21:51:16
30158         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
30159              From: Inaba Hiroto <inaba@st.rim.or.jp>
30160              Date: Sat, 09 Dec 2000 18:02:00 +0900
30161              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
30162              
30163              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
30164      Branch: perl
30165            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
30166 ____________________________________________________________________________
30167 [  8055] By: nick                                  on 2000/12/09  20:11:48
30168         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
30169              than raw PerlIO_write() - does not seem to break any tests.
30170      Branch: perlio
30171            ! pp_sys.c
30172 ____________________________________________________________________________
30173 [  8054] By: nick                                  on 2000/12/09  19:47:30
30174         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
30175              (sysread, recv and write i.e. formats still to do...)
30176              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
30177              open($fh,">:utf8","name")
30178              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
30179              so no extra overhead is involved.
30180              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
30181              to a non-utf8 stream.
30182              Add initial io/utf8.t
30183              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
30184              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
30185              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
30186      Branch: perlio
30187            + t/io/utf8.t
30188            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
30189 ____________________________________________________________________________
30190 [  8053] By: nick                                  on 2000/12/09  19:26:37
30191         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
30192              was only testing this_utf8.
30193      Branch: perlio
30194            ! toke.c
30195 ____________________________________________________________________________
30196 [  8052] By: nick                                  on 2000/12/09  19:09:41
30197         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
30198              i.e. the output string has one, but don't mess with source assumption.
30199      Branch: perlio
30200            ! toke.c
30201 ____________________________________________________________________________
30202 [  8051] By: jhi                                   on 2000/12/09  16:55:17
30203         Log: Integrate perlio.
30204      Branch: perl
30205           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
30206           !> sv.c thrdvar.h util.c
30207 ____________________________________________________________________________
30208 [  8050] By: jhi                                   on 2000/12/09  16:48:07
30209         Log: Nits noticed by Peter Prymmer.
30210      Branch: perl
30211            ! lib/ExtUtils/MM_VMS.pm
30212 ____________________________________________________________________________
30213 [  8049] By: nick                                  on 2000/12/09  13:49:40
30214         Log: UTF8 output prework.
30215              - Store $\ and $, as SVs so they can have SvUTF8 flag
30216              - use do_print() rather than raw PerlIO_write() to print them.
30217      Branch: perlio
30218            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
30219            ! thrdvar.h util.c
30220 ____________________________________________________________________________
30221 [  8048] By: nick                                  on 2000/12/09  12:30:43
30222         Log: Integrate mainline.
30223      Branch: perlio
30224           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
30225           +> t/op/reverse.t
30226           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
30227           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
30228           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
30229           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
30230           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
30231           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
30232 ____________________________________________________________________________
30233 [  8047] By: jhi                                   on 2000/12/09  00:23:27
30234         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
30235              From: Michael G Schwern <schwern@pobox.com>
30236              Date: Fri, 8 Dec 2000 14:43:04 -0600
30237      Branch: perl
30238            ! lib/ExtUtils/MM_VMS.pm
30239 ____________________________________________________________________________
30240 [  8046] By: jhi                                   on 2000/12/08  23:10:27
30241         Log: A missed check-in.
30242      Branch: perl
30243            ! lib/ExtUtils/Manifest.pm
30244 ____________________________________________________________________________
30245 [  8045] By: jhi                                   on 2000/12/08  21:57:12
30246         Log: (null check-in)
30247      Branch: perl
30248            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
30249 ____________________________________________________________________________
30250 [  8044] By: jhi                                   on 2000/12/08  21:11:06
30251         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
30252              at the final draft stage.
30253      Branch: perl
30254            + ext/Encode/Encode/iso8859-16.enc
30255            ! MANIFEST
30256 ____________________________________________________________________________
30257 [  8043] By: jhi                                   on 2000/12/08  16:39:04
30258         Log: Update Changes.
30259      Branch: perl
30260            ! Changes patchlevel.h
30261 ____________________________________________________________________________
30262 [  8042] By: jhi                                   on 2000/12/08  16:33:39
30263         Log: Do not return the Unicode replacement character if UTF-8
30264              decoding goes awry, it should be up to the caller to decide.
30265      Branch: perl
30266            ! pod/perlapi.pod utf8.c
30267 ____________________________________________________________________________
30268 [  8041] By: jhi                                   on 2000/12/08  16:22:28
30269         Log: metaconfig maintenance.
30270      Branch: metaconfig
30271            ! U/modified/stdchar.U
30272      Branch: metaconfig/U/perl
30273            + testsyml.U
30274 ____________________________________________________________________________
30275 [  8040] By: jhi                                   on 2000/12/08  16:03:08
30276         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
30277              From: sthoenna@efn.org
30278              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
30279              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
30280      Branch: perl
30281            ! Changes lib/ExtUtils/MM_OS2.pm
30282 ____________________________________________________________________________
30283 [  8039] By: jhi                                   on 2000/12/08  15:57:11
30284         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
30285              From: Simon Cozens <simon@cozens.net>
30286              Date: Fri, 8 Dec 2000 13:33:31 +0000
30287              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
30288              
30289              (The pp_hot part needed a rewrite.)
30290      Branch: perl
30291            ! doop.c pp_hot.c utf8.c
30292 ____________________________________________________________________________
30293 [  8038] By: jhi                                   on 2000/12/08  15:25:08
30294         Log: Subject: djSP
30295              From: Michael Stevens <michael@etla.org>
30296              Date: Wed, 6 Dec 2000 23:24:01 +0000
30297              Message-ID: <20001206232400.A21381@firedrake.org>
30298              
30299              Plus a note from Nick Ing-Simmons.
30300      Branch: perl
30301            ! pp.h
30302 ____________________________________________________________________________
30303 [  8037] By: jhi                                   on 2000/12/08  15:18:35
30304         Log: Filetype is text.
30305      Branch: perl
30306            ! t/op/utf8decode.t
30307 ____________________________________________________________________________
30308 [  8036] By: jhi                                   on 2000/12/08  03:31:27
30309         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30310              From: Andy Dougherty <doughera@lafayette.edu>
30311              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
30312              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
30313              
30314              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30315              From: Andy Dougherty <doughera@lafayette.edu>
30316              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
30317              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
30318      Branch: perl
30319            + ext/POSIX/hints/svr4.pl
30320            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
30321 ____________________________________________________________________________
30322 [  8035] By: jhi                                   on 2000/12/08  03:26:01
30323         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
30324              From: Andy Dougherty <doughera@lafayette.edu>
30325              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
30326              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
30327      Branch: perl
30328            ! t/README t/base/term.t
30329 ____________________________________________________________________________
30330 [  8034] By: jhi                                   on 2000/12/08  03:21:59
30331         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
30332              From: mjd@plover.com  
30333              Date: 7 Dec 2000 21:04:20 -0000
30334              Message-ID: <20001207210420.22282.qmail@plover.com>
30335              
30336              Plus -z doc.
30337      Branch: perl
30338            ! pod/perlfunc.pod
30339 ____________________________________________________________________________
30340 [  8033] By: jhi                                   on 2000/12/08  03:19:03
30341         Log: Use the UTF8 macros a bit.  They can't be used with abandon
30342              everywhere because we do generate illegal UTF-8 in some situations.
30343              This is of course naughty.
30344      Branch: perl
30345            ! pod/perlapi.pod utf8.c utf8.h
30346 ____________________________________________________________________________
30347 [  8032] By: jhi                                   on 2000/12/08  03:00:09
30348         Log: Out of sync?
30349      Branch: perl
30350            ! t/pragma/warn/utf8
30351 ____________________________________________________________________________
30352 [  8031] By: jhi                                   on 2000/12/08  02:22:39
30353         Log: Cnt spl.
30354      Branch: perl
30355            ! MANIFEST
30356 ____________________________________________________________________________
30357 [  8030] By: jhi                                   on 2000/12/08  01:23:54
30358         Log: Add test for reverse().
30359      Branch: perl
30360            + t/op/reverse.t
30361            ! MANIFEST
30362 ____________________________________________________________________________
30363 [  8029] By: jhi                                   on 2000/12/08  01:21:47
30364         Log: Integrate perlio.
30365      Branch: perl
30366           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
30367           !> perlio.c perlio.h perlsdio.h warnings.pl
30368 ____________________________________________________________________________
30369 [  8028] By: jhi                                   on 2000/12/08  01:19:08
30370         Log: Introduce macros for UTF8 decoding.
30371      Branch: perl
30372            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
30373 ____________________________________________________________________________
30374 [  8027] By: nick                                  on 2000/12/07  22:18:19
30375         Log: Integrate mainline
30376      Branch: perlio
30377           !> embed.pl pod/perlapi.pod utf8.c
30378 ____________________________________________________________________________
30379 [  8026] By: nick                                  on 2000/12/07  21:45:08
30380         Log: Various oddities p4 diff -se showed up
30381              Remove 'our' from warnings.pl
30382      Branch: perlio
30383            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
30384 ____________________________________________________________________________
30385 [  8025] By: nick                                  on 2000/12/07  21:43:32
30386         Log: Change PerlIO_(get|set)pos to take SV *
30387              Should fix, OS/2, VMS, (sfio??)
30388      Branch: perlio
30389            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
30390 ____________________________________________________________________________
30391 [  8024] By: jhi                                   on 2000/12/07  19:05:32
30392         Log: Document utf8_to_uv() better.
30393      Branch: perl
30394            ! pod/perlapi.pod utf8.c
30395 ____________________________________________________________________________
30396 [  8023] By: jhi                                   on 2000/12/07  18:23:47
30397         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
30398      Branch: perl
30399            ! embed.pl pod/perlapi.pod utf8.c
30400 ____________________________________________________________________________
30401 [  8022] By: jhi                                   on 2000/12/07  04:13:51
30402         Log: Integrate perlio.
30403      Branch: perl
30404           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
30405           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
30406           !> win32/makefile.mk
30407 ____________________________________________________________________________
30408 [  8021] By: nick                                  on 2000/12/07  00:28:14
30409         Log: Various attempts at MSVC debug - not sure what has
30410              changed but works now. 
30411              Seems atexit() _may_ work for DLLs built with MSVC so don't
30412              call cleanup that way.
30413      Branch: perlio
30414            ! perlio.c win32/makefile.mk
30415 ____________________________________________________________________________
30416 [  8020] By: nick                                  on 2000/12/06  19:57:20
30417         Log: Integrate mainline
30418      Branch: perlio
30419           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
30420           !> (integrate 75 files)
30421 ____________________________________________________________________________
30422 [  8019] By: nick                                  on 2000/12/06  19:28:21
30423         Log: Add useperlio to config.vc
30424              Turn off binmode in config_H.PL
30425              Regen all the config_H.xx
30426              Attempt to get debugging build with MSVC.
30427      Branch: perlio
30428            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30429            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
30430 ____________________________________________________________________________
30431 [  8018] By: nick                                  on 2000/12/06  19:21:57
30432         Log: Test various dup/external program options on all platforms.
30433      Branch: perlio
30434            ! t/io/dup.t
30435 ____________________________________________________________________________
30436 [  8017] By: nick                                  on 2000/12/06  19:20:47
30437         Log: Fix harness to be less picky
30438      Branch: perlio
30439            ! lib/Test/Harness.pm
30440 ____________________________________________________________________________
30441 [  8016] By: jhi                                   on 2000/12/06  16:45:12
30442         Log: Update Changes.
30443      Branch: perl
30444            ! Changes patchlevel.h
30445 ____________________________________________________________________________
30446 [  8015] By: jhi                                   on 2000/12/06  16:41:03
30447         Log: Test \x{...} with ord().
30448      Branch: perl
30449            ! t/op/ord.t
30450 ____________________________________________________________________________
30451 [  8014] By: jhi                                   on 2000/12/06  16:20:33
30452         Log: Test tweak because of #8013.
30453      Branch: perl
30454            ! t/lib/b.t
30455 ____________________________________________________________________________
30456 [  8013] By: jhi                                   on 2000/12/06  16:09:09
30457         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
30458              From: Michael G Schwern <schwern@pobox.com>
30459              Date: Tue, 5 Dec 2000 21:23:28 -0500
30460              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
30461              
30462              Carp::Heavy parts not very applicable because of recent changes.
30463      Branch: perl
30464            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
30465            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
30466            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
30467            ! lib/Exporter.pm lib/Exporter/Heavy.pm
30468            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
30469            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
30470            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
30471            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
30472            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
30473            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
30474            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
30475            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
30476            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
30477            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
30478            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
30479            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
30480            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
30481            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
30482            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
30483            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
30484            ! warnings.pl
30485 ____________________________________________________________________________
30486 [  8012] By: jhi                                   on 2000/12/06  15:22:38
30487         Log: Subject: [PATCH] Re: New harness is failing things
30488              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30489              Date: Wed, 6 Dec 2000 13:00:30 GMT
30490              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
30491      Branch: perl
30492            ! lib/Test/Harness.pm
30493 ____________________________________________________________________________
30494 [  8011] By: jhi                                   on 2000/12/06  15:12:08
30495         Log: Subject: installhtml changes
30496              From: Michael Stevens <michael@etla.org>
30497              Date: Wed, 6 Dec 2000 13:15:53 +0000
30498              Message-ID: <20001206131553.A27317@firedrake.org>
30499      Branch: perl
30500            ! installhtml
30501 ____________________________________________________________________________
30502 [  8010] By: jhi                                   on 2000/12/06  15:06:05
30503         Log: Subject: the dTHR hits
30504              From: Michael Stevens <michael@etla.org>
30505              Date: Wed, 6 Dec 2000 12:06:03 +0000
30506              Message-ID: <20001206120603.A24581@firedrake.org>
30507              
30508              More, errrm, less dTHRs.
30509      Branch: perl
30510            ! bytecode.pl ext/B/B/C.pm
30511 ____________________________________________________________________________
30512 [  8009] By: jhi                                   on 2000/12/06  15:04:25
30513         Log: Subject: MakeMaker mailing list gone?
30514              From: Michael G Schwern <schwern@pobox.com>
30515              Date: Tue, 5 Dec 2000 19:29:59 -0500
30516              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
30517              
30518              The MakeMaker mailing list is dead, perlbug is the right
30519              address to report bugs.
30520      Branch: perl
30521            ! lib/ExtUtils/MakeMaker.pm
30522 ____________________________________________________________________________
30523 [  8008] By: jhi                                   on 2000/12/06  15:00:32
30524         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
30525              From: Michael G Schwern <schwern@pobox.com>
30526              Date: Tue, 5 Dec 2000 19:21:21 -0500
30527              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
30528              
30529              Add a default MANIFEST skip that ignores things like
30530              version control files, editor temporary files, and the Makefile.
30531      Branch: perl
30532            + lib/ExtUtils/MANIFEST.SKIP
30533            ! MANIFEST lib/ExtUtils/Manifest.pm
30534 ____________________________________________________________________________
30535 [  8007] By: jhi                                   on 2000/12/06  14:57:20
30536         Log: In Amiga more manual hackery of the scripts seems to be needed,
30537              from Jan-Erik Karlsson.  Why Configure does not get this right
30538              is unknown, may be shell-induced.
30539      Branch: perl
30540            ! README.amiga
30541 ____________________________________________________________________________
30542 [  8006] By: jhi                                   on 2000/12/05  23:53:12
30543         Log: Add TOPm1s to peek at the second topmost stack item.
30544      Branch: perl
30545            ! pp.h
30546 ____________________________________________________________________________
30547 [  8005] By: jhi                                   on 2000/12/05  23:13:55
30548         Log: Avaunt, you foul UTF-8 tests.
30549      Branch: perl
30550            ! t/op/ver.t t/pragma/utf8.t
30551 ____________________________________________________________________________
30552 [  8004] By: jhi                                   on 2000/12/05  23:09:54
30553         Log: Continue utf8 dispersal. 
30554      Branch: perl
30555            + t/op/concat.t
30556            ! MANIFEST t/pragma/utf8.t
30557 ____________________________________________________________________________
30558 [  8003] By: nick                                  on 2000/12/05  23:02:39
30559         Log: Integrate mainline.
30560      Branch: perlio
30561           +> t/op/length.t t/op/utf8decode.t
30562           !> (integrate 69 files)
30563 ____________________________________________________________________________
30564 [  8002] By: jhi                                   on 2000/12/05  22:59:28
30565         Log: Integrate perlio.
30566      Branch: perl
30567           !> iperlsys.h perl.c perlio.c win32/perllib.c
30568 ____________________________________________________________________________
30569 [  8001] By: nick                                  on 2000/12/05  22:07:52
30570         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
30571              - calloc/free suffer from damage on TerminateThread()
30572              - use PerlMemShared (as originally planned) now fixed
30573              - avoid doing anything important on DLL "detach".
30574      Branch: perlio
30575            ! perl.c perlio.c win32/perllib.c
30576 ____________________________________________________________________________
30577 [  8000] By: nick                                  on 2000/12/05  21:05:09
30578         Log: Fix gross PerlMemShared issue.
30579      Branch: perlio
30580            ! iperlsys.h
30581 ____________________________________________________________________________
30582 [  7999] By: jhi                                   on 2000/12/05  20:46:58
30583         Log: Test for Unicode (UTF-8) hash keys.
30584      Branch: perl
30585            ! t/op/each.t
30586 ____________________________________________________________________________
30587 [  7998] By: jhi                                   on 2000/12/05  20:30:35
30588         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
30589              is now always UTF-8), empty line cosmetics.
30590      Branch: perl
30591            ! t/pragma/utf8.t
30592 ____________________________________________________________________________
30593 [  7997] By: jhi                                   on 2000/12/05  20:15:40
30594         Log: Subject: Re: STRLEN - what?
30595              From: Andy Dougherty <doughera@lafayette.edu>
30596              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
30597              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
30598              
30599              Explain STRLEN.
30600      Branch: perl
30601            ! pod/perlguts.pod
30602 ____________________________________________________________________________
30603 [  7996] By: jhi                                   on 2000/12/05  20:13:34
30604         Log: Split off the UTF-8 decoder tests, make them to check also
30605              the error message.
30606      Branch: perl
30607            + t/op/utf8decode.t
30608            ! MANIFEST t/pragma/utf8.t utf8.c
30609 ____________________________________________________________________________
30610 [  7995] By: jhi                                   on 2000/12/05  16:39:47
30611         Log: Start migrating bits of pragma/utf8 to elsewhere
30612              (since the long term plan is to obsolete 'use utf8').
30613      Branch: perl
30614            + t/op/length.t
30615            ! MANIFEST t/pragma/utf8.t
30616 ____________________________________________________________________________
30617 [  7994] By: jhi                                   on 2000/12/05  16:30:21
30618         Log: Fix a manual edit typo from #7993, fix the message formatting
30619              for Unicode, add few our declarations.
30620      Branch: perl
30621            ! lib/Carp/Heavy.pm
30622 ____________________________________________________________________________
30623 [  7993] By: jhi                                   on 2000/12/05  16:09:15
30624         Log: Subject: Need help with warnings :-(
30625              From: "Ben Tilly" <ben_tilly@hotmail.com>
30626              Date: Tue, 05 Dec 2000 01:35:54 -0500
30627              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
30628              
30629              Subject: UPDATE: Carp/Heavy now passes all tests
30630              From: "Ben Tilly" <ben_tilly@hotmail.com>
30631              Date: Tue, 05 Dec 2000 07:59:41 -0500
30632              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
30633              
30634              The Brave New Carp.
30635      Branch: perl
30636            ! lib/Carp.pm lib/Carp/Heavy.pm
30637 ____________________________________________________________________________
30638 [  7992] By: jhi                                   on 2000/12/05  15:55:08
30639         Log: Subject: [PATCH perl@7979] cygwin port
30640              From: "Eric Fifer" <efifer@dircon.co.uk>
30641              Date: Tue, 5 Dec 2000 14:04:09 -0000
30642              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
30643      Branch: perl
30644            ! t/lib/net-hostent.t
30645 ____________________________________________________________________________
30646 [  7991] By: jhi                                   on 2000/12/05  15:52:34
30647         Log: Subject: Re: [PATCH] The largest hoax of all times?
30648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30649              Date: Tue, 5 Dec 2000 00:40:25 -0500
30650              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
30651              
30652              Subject: Re: [PATCH] The largest hoax of all times?
30653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30654              Date: Mon, 4 Dec 2000 23:55:53 -0500
30655              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
30656              
30657              Subject: Re: [PATCH] The largest hoax of all times?
30658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30659              Date: Tue, 5 Dec 2000 01:28:45 -0500
30660              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
30661              
30662              Fix the unpredictable order of DESTROYs.
30663      Branch: perl
30664            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
30665            ! sv.c sv.h t/op/ref.t
30666 ____________________________________________________________________________
30667 [  7990] By: jhi                                   on 2000/12/05  14:38:53
30668         Log: Subject: [PATCH] shrink pp_hot fractionally
30669              From: Nicholas Clark <nick@ccl4.org>
30670              Date: Tue, 5 Dec 2000 12:44:31 +0000
30671              Message-ID: <20001205124431.E74518@plum.flirble.org>
30672              
30673              Use report_evil_fh().
30674      Branch: perl
30675            ! opcode.pl opnames.h pp_hot.c util.c
30676 ____________________________________________________________________________
30677 [  7989] By: jhi                                   on 2000/12/05  14:21:27
30678         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
30679              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30680              Date: Mon, 04 Dec 2000 22:21:59 -0800
30681              Message-ID: <HmIL6gzkgepS092yn@efn.org>
30682              
30683              Harness shouldn't ignore responses like "ok 3\r\r\n".
30684      Branch: perl
30685            ! lib/Test/Harness.pm
30686 ____________________________________________________________________________
30687 [  7988] By: jhi                                   on 2000/12/05  13:51:28
30688         Log: Integrate the "skip" messages to explain().
30689      Branch: perl
30690            ! t/lib/syslfs.t t/op/lfs.t
30691 ____________________________________________________________________________
30692 [  7987] By: jhi                                   on 2000/12/05  12:34:54
30693         Log: The one that got away in #7984.
30694              
30695              Subject: Re: dTHR - what and why?
30696              From: Michael Stevens <michael@etla.org> 
30697              Date: Tue, 5 Dec 2000 11:15:52 +0000
30698              Message-ID: <20001205111552.A4647@firedrake.org>
30699      Branch: perl
30700            ! sv.h
30701 ____________________________________________________________________________
30702 [  7986] By: gsar                                  on 2000/12/05  09:14:44
30703         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
30704              due to the notorious GetFileType() bug in Windows 9x, which fstat()
30705              tickles)
30706      Branch: perl
30707            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
30708 ____________________________________________________________________________
30709 [  7985] By: jhi                                   on 2000/12/05  05:49:03
30710         Log: Integrate perlio.
30711      Branch: perl
30712           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
30713           !> win32/perlhost.h win32/perllib.c
30714 ____________________________________________________________________________
30715 [  7984] By: jhi                                   on 2000/12/05  05:48:16
30716         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
30717      Branch: perl
30718            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
30719            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
30720            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
30721            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
30722            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
30723            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30724            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
30725            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
30726            ! win32/win32.c
30727 ____________________________________________________________________________
30728 [  7983] By: nick                                  on 2000/12/04  23:27:43
30729         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
30730      Branch: perlio
30731            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
30732            ! win32/perlhost.h win32/perllib.c
30733 ____________________________________________________________________________
30734 [  7982] By: jhi                                   on 2000/12/04  19:44:09
30735         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
30736              uncovered by #7980.
30737      Branch: perl
30738            ! op.c
30739 ____________________________________________________________________________
30740 [  7981] By: jhi                                   on 2000/12/04  19:42:07
30741         Log: Subject: [PATCH] Trivial dump.c feature
30742              From: Simon Cozens <simon@cozens.net>
30743              Date: Mon, 4 Dec 2000 18:08:38 +0000
30744              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
30745              
30746              Show whether a constant is UTF-8.
30747      Branch: perl
30748            ! dump.c
30749 ____________________________________________________________________________
30750 [  7980] By: jhi                                   on 2000/12/04  19:36:51
30751         Log: UTF-8 hash keys, patch from Inaba Hiroto.
30752      Branch: perl
30753            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
30754 ____________________________________________________________________________
30755 [  7979] By: jhi                                   on 2000/12/04  17:36:28
30756         Log: Update Changes.
30757      Branch: perl
30758            ! Changes patchlevel.h
30759 ____________________________________________________________________________
30760 [  7978] By: jhi                                   on 2000/12/04  16:42:17
30761         Log: Retract #7977, still too volatile (the euphemism of the day
30762              for unfinished and buggy :-)
30763      Branch: perl
30764            ! doop.c hv.c pp.c sv.h
30765 ____________________________________________________________________________
30766 [  7977] By: jhi                                   on 2000/12/04  16:25:15
30767         Log: (Retracted by #7978, too shaky yet.)
30768              
30769              Subject: Re: utf8 in hash keys, implementor missing
30770              From: Simon Cozens <simon@cozens.net>
30771              Date: Sat, 2 Dec 2000 19:49:35 +0000
30772              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
30773              
30774              The first step at UTF-8 hash keys.
30775      Branch: perl
30776            ! doop.c hv.c pp.c sv.h
30777 ____________________________________________________________________________
30778 [  7976] By: jhi                                   on 2000/12/04  16:13:53
30779         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
30780              From: sthoenna@efn.org
30781              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
30782              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
30783      Branch: perl
30784            ! os2/os2.c perlio.c
30785 ____________________________________________________________________________
30786 [  7975] By: jhi                                   on 2000/12/04  16:05:25
30787         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
30788              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30789              Date: Thu, 30 Nov 2000 20:50:37 -0800
30790              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
30791      Branch: perl
30792            ! os2/os2.c
30793 ____________________________________________________________________________
30794 [  7974] By: jhi                                   on 2000/12/04  16:03:57
30795         Log: Subject: [PATCH] ++ 20% faster
30796              From: Nicholas Clark <nick@ccl4.org>
30797              Date: Mon, 4 Dec 2000 12:17:27 +0000
30798              Message-ID: <20001204121726.B52976@plum.flirble.org>
30799              
30800              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
30801      Branch: perl
30802            ! sv.c
30803 ____________________________________________________________________________
30804 [  7973] By: jhi                                   on 2000/12/04  16:00:48
30805         Log: 
30806              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
30807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30808              Date: Mon, 04 Dec 2000 12:30:45 +0100
30809              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
30810              
30811              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
30812              library (getprotobyname and getprotobynumber are outversioned by
30813              the same calls in libc, at least for xlc version 3.
30814      Branch: perl
30815            ! hints/aix.sh
30816 ____________________________________________________________________________
30817 [  7972] By: jhi                                   on 2000/12/04  02:58:31
30818         Log: Integrate perlio.
30819      Branch: perl
30820           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
30821           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
30822           !> win32/win32.h win32/win32iop.h win32/win32thread.h
30823 ____________________________________________________________________________
30824 [  7971] By: nick                                  on 2000/12/04  00:24:33
30825         Log: Quieten some noise in Win32 builds:
30826              - win32.h is included after <sys/socket.h>, so need to 
30827              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
30828              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
30829      Branch: perlio
30830            ! doio.c perl.h toke.c win32/win32.h
30831 ____________________________________________________________________________
30832 [  7970] By: nick                                  on 2000/12/03  22:57:46
30833         Log: PERL_IMPLICIT_SYS compiles but does not work.
30834      Branch: perlio
30835            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
30836            ! win32/perlhost.h win32/perllib.c win32/win32.h
30837            ! win32/win32iop.h win32/win32thread.h
30838 ____________________________________________________________________________
30839 [  7969] By: jhi                                   on 2000/12/03  22:12:58
30840         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
30841              used to swash_init(), makes regprop() dumps more informative
30842              (+utf8::IsAlpha, -utf8::IsDigit, for example).
30843      Branch: perl
30844            ! regcomp.c regexec.c
30845 ____________________________________________________________________________
30846 [  7968] By: jhi                                   on 2000/12/03  21:39:56
30847         Log: Implement ANYOFUTF8 regprop() dumping.
30848      Branch: perl
30849            ! regcomp.c
30850 ____________________________________________________________________________
30851 [  7967] By: jhi                                   on 2000/12/03  20:57:19
30852         Log: Make uv_to_utf8() to zero-terminate its output buffer,
30853              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
30854      Branch: perl
30855            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
30856 ____________________________________________________________________________
30857 [  7966] By: nick                                  on 2000/12/03  18:41:21
30858         Log: Integrate mainline (STDCHAR)
30859      Branch: perlio
30860           !> Configure t/pragma/utf8.t
30861 ____________________________________________________________________________
30862 [  7965] By: jhi                                   on 2000/12/03  17:58:20
30863         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
30864      Branch: perl
30865            ! t/pragma/utf8.t
30866 ____________________________________________________________________________
30867 [  7964] By: jhi                                   on 2000/12/03  17:35:56
30868         Log: Integrate perlio.
30869      Branch: perl
30870           !> iperlsys.h perlio.c
30871 ____________________________________________________________________________
30872 [  7963] By: jhi                                   on 2000/12/03  17:33:55
30873         Log: Metaconfig unit change for #7962.
30874      Branch: metaconfig
30875            ! U/modified/stdchar.U
30876 ____________________________________________________________________________
30877 [  7962] By: jhi                                   on 2000/12/03  17:33:27
30878         Log: Untangle the <stdio.h> #include nest for the stdchar test,
30879              from Andy Dougherty.
30880      Branch: perl
30881            ! Configure
30882 ____________________________________________________________________________
30883 [  7961] By: nick                                  on 2000/12/03  16:53:00
30884         Log: Make iperlsys.h vector stdio not PerlIO.
30885      Branch: perlio
30886            ! iperlsys.h perlio.c
30887 ____________________________________________________________________________
30888 [  7960] By: nick                                  on 2000/12/03  14:43:01
30889         Log: Integrate mainline
30890      Branch: perlio
30891           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
30892           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
30893 ____________________________________________________________________________
30894 [  7959] By: jhi                                   on 2000/12/03  08:16:36
30895         Log: Use DO_UTF8().
30896      Branch: perl
30897            ! op.c
30898 ____________________________________________________________________________
30899 [  7958] By: jhi                                   on 2000/12/02  18:33:05
30900         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
30901              From: Mike Guy <mjtg@cam.ac.uk>         
30902              Date: Sat, 02 Dec 2000 17:27:13 +0000
30903              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
30904              
30905              An extraneous argument.
30906      Branch: perl
30907            ! toke.c
30908 ____________________________________________________________________________
30909 [  7957] By: jhi                                   on 2000/12/02  18:22:32
30910         Log: A missing hunk.
30911      Branch: perl
30912            ! t/lib/net-hostent.t
30913 ____________________________________________________________________________
30914 [  7956] By: jhi                                   on 2000/12/02  18:06:20
30915         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
30916              From: Nicholas Clark <nick@ccl4.org>
30917              Date: Sat, 2 Dec 2000 14:28:27 +0000
30918              Message-ID: <20001202142827.A12308@plum.flirble.org>
30919              
30920              Test robustness.
30921      Branch: perl
30922            ! t/lib/net-hostent.t
30923 ____________________________________________________________________________
30924 [  7955] By: jhi                                   on 2000/12/02  17:58:06
30925         Log: Metaconfig unit change for #7954.
30926      Branch: metaconfig
30927            ! U/modified/stdchar.U
30928 ____________________________________________________________________________
30929 [  7954] By: jhi                                   on 2000/12/02  17:54:32
30930         Log: An inconvenient hang would happen if the stdio _ptr wasn't
30931              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
30932              would be grepping stdin for all eternity for the _ptr.)
30933      Branch: perl
30934            ! Configure
30935 ____________________________________________________________________________
30936 [  7953] By: jhi                                   on 2000/12/02  00:07:15
30937         Log: Update Changes.
30938      Branch: perl
30939            ! Changes patchlevel.h
30940 ____________________________________________________________________________
30941 [  7952] By: jhi                                   on 2000/12/01  23:54:47
30942         Log: Subject: Re: long shell lines
30943              From: Andy Dougherty <doughera@lafayette.edu>
30944              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
30945              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
30946              
30947              Split overly long shell command lines.
30948      Branch: perl
30949            ! lib/ExtUtils/MM_Unix.pm
30950 ____________________________________________________________________________
30951 [  7951] By: jhi                                   on 2000/12/01  23:48:02
30952         Log: The metaconfig unit change for #7950.
30953      Branch: metaconfig
30954            + U/modified/stdchar.U
30955 ____________________________________________________________________________
30956 [  7950] By: jhi                                   on 2000/12/01  23:47:39
30957         Log: Try to find stdchar also from <stdio_impl.h>.
30958      Branch: perl
30959            ! Configure config_h.SH
30960 ____________________________________________________________________________
30961 [  7949] By: jhi                                   on 2000/12/01  23:46:45
30962         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
30963              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30964              Date: Fri, 1 Dec 2000 16:26:08 -0500
30965              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
30966              
30967              Reword the diagnostic message.
30968      Branch: perl
30969            ! pod/perldiag.pod
30970 ____________________________________________________________________________
30971 [  7948] By: nick                                  on 2000/12/01  22:49:43
30972         Log: Integrate mainline (for s/y/m as sub names stuff).
30973      Branch: perlio
30974           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
30975           !> t/pragma/warn/toke toke.c
30976 ____________________________________________________________________________
30977 [  7947] By: jhi                                   on 2000/12/01  20:55:41
30978         Log: Integrate perlio.
30979      Branch: perl
30980           !> perlio.c perliol.h t/io/pipe.t
30981 ____________________________________________________________________________
30982 [  7946] By: jhi                                   on 2000/12/01  20:36:51
30983         Log: Upgrade to CPAN 1.59_51, from Andreas König.
30984      Branch: perl
30985            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30986 ____________________________________________________________________________
30987 [  7945] By: nick                                  on 2000/12/01  20:31:32
30988         Log: Integrate mainline
30989      Branch: perlio
30990           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
30991           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
30992           +> t/lib/net-hostent.t
30993           !> (integrate 35 files)
30994 ____________________________________________________________________________
30995 [  7944] By: jhi                                   on 2000/12/01  20:23:29
30996         Log: Some help for 20001130.011.  Now one gets warnings like
30997              "Ambiguous -f() resolved as a file test ..."
30998      Branch: perl
30999            ! pod/perldiag.pod t/pragma/warn/toke toke.c
31000 ____________________________________________________________________________
31001 [  7943] By: jhi                                   on 2000/12/01  19:44:44
31002         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
31003              that also breaks using them as methods. 
31004      Branch: perl
31005            ! pod/perldiag.pod t/op/misc.t toke.c
31006 ____________________________________________________________________________
31007 [  7942] By: nick                                  on 2000/12/01  17:56:46
31008         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
31009              Make 'unix' pass most tests
31010              - do unread by temporary push of layer ("pending") holding unread chars
31011              - fast_gets is now based on per-handle flag
31012              - relax one of io/pipe.t tests to allow print to fail and close to
31013              succeed so that it passes on unbuffered "unix" layer.
31014              Remaining fail is sporadic and a genuine race condition between
31015              parent/child in fork test.
31016      Branch: perlio
31017            ! perlio.c perliol.h t/io/pipe.t
31018 ____________________________________________________________________________
31019 [  7941] By: jhi                                   on 2000/12/01  15:28:58
31020         Log: (Retracted by #7943.)
31021              
31022              Reserve the short named string operator names.
31023      Branch: perl
31024            ! pod/perldiag.pod t/op/misc.t toke.c
31025 ____________________________________________________________________________
31026 [  7940] By: jhi                                   on 2000/12/01  06:45:53
31027         Log: Get the three different space character classes right under utf8.
31028      Branch: perl
31029            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
31030            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
31031            ! regexec.c t/op/pat.t utf8.c
31032 ____________________________________________________________________________
31033 [  7939] By: jhi                                   on 2000/12/01  03:26:26
31034         Log: Two more tests that make no sense in UTF-8 since the test
31035              data is not in UTF-8.
31036      Branch: perl
31037            ! t/op/regexp.t
31038 ____________________________________________________________________________
31039 [  7938] By: jhi                                   on 2000/12/01  03:20:39
31040         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
31041              should it be required inside regexen?
31042      Branch: perl
31043            ! regcomp.c t/op/regmesg.t
31044 ____________________________________________________________________________
31045 [  7937] By: jhi                                   on 2000/12/01  02:58:53
31046         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
31047              stored and restored, and thusly was trounced by the utf8 swash
31048              routines.
31049      Branch: perl
31050            ! regcomp.c
31051 ____________________________________________________________________________
31052 [  7936] By: jhi                                   on 2000/11/30  20:41:39
31053         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
31054              Why the different platforms behave so differently (core dump vs
31055              no core dump) on this bug is a but of a mystery, but if I had to
31056              guess I would mumble something like 'alignment'.
31057      Branch: perl
31058            ! sv.c
31059 ____________________________________________________________________________
31060 [  7935] By: jhi                                   on 2000/11/30  16:17:02
31061         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
31062              From: Robin Barker <rmb1@cise.npl.co.uk>
31063              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
31064              Date: Thu, 30 Nov 2000 14:27:12 GMT
31065      Branch: perl
31066            ! perlio.c toke.c
31067 ____________________________________________________________________________
31068 [  7934] By: jhi                                   on 2000/11/30  16:04:49
31069         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
31070      Branch: perl
31071            ! t/lib/net-hostent.t
31072 ____________________________________________________________________________
31073 [  7933] By: jhi                                   on 2000/11/30  06:07:26
31074         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
31075              From: Peter Prymmer <pvhp@forte.com>
31076              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
31077              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
31078              
31079              In VMS the localhost may be LOCALHOST.
31080      Branch: perl
31081            ! t/lib/net-hostent.t
31082 ____________________________________________________________________________
31083 [  7932] By: jhi                                   on 2000/11/30  01:11:11
31084         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
31085              From: Peter Prymmer <pvhp@forte.com>
31086              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
31087              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
31088              
31089              plus regen perlapi.pod.
31090      Branch: perl
31091            ! pod/perlapi.pod utf8.c
31092 ____________________________________________________________________________
31093 [  7931] By: jhi                                   on 2000/11/30  01:06:19
31094         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
31095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31096              Date:     Wed, 29 Nov 2000 17:15:11 EST
31097              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
31098      Branch: perl
31099            ! t/lib/filter-util.pl t/lib/filter-util.t
31100 ____________________________________________________________________________
31101 [  7930] By: jhi                                   on 2000/11/29  18:51:55
31102         Log: Update Changes.
31103      Branch: perl
31104            ! Changes patchlevel.h
31105 ____________________________________________________________________________
31106 [  7929] By: jhi                                   on 2000/11/29  18:50:55
31107         Log: Update the va_copy() metaconfig unit.
31108      Branch: metaconfig/U/perl
31109            ! need_va_copy.U
31110 ____________________________________________________________________________
31111 [  7928] By: jhi                                   on 2000/11/29  17:50:43
31112         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
31113              From: Dominic Dunlop <domo@computer.org>
31114              Date: Tue, 28 Nov 2000 16:41:57 +0100
31115              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
31116              
31117              Patch to catch a core dump in the Configure va_copy test.
31118      Branch: perl
31119            ! Configure config_h.SH
31120 ____________________________________________________________________________
31121 [  7927] By: jhi                                   on 2000/11/29  17:31:59
31122         Log: Retract #7921, the patch shouldn't be needed.
31123      Branch: perl
31124            ! sv.c
31125 ____________________________________________________________________________
31126 [  7926] By: jhi                                   on 2000/11/29  17:01:41
31127         Log: Make the Class::Struct import() wiser.
31128      Branch: perl
31129            ! lib/Class/Struct.pm t/lib/class-struct.t
31130 ____________________________________________________________________________
31131 [  7925] By: jhi                                   on 2000/11/29  16:36:33
31132         Log: All the core library users of Class::Struct seem to be
31133              using "use Class::Struct 'struct';" instead of the bare
31134              "use Class::Struct;", which isn't documented in Class::Struct.
31135              This can't be right.
31136      Branch: perl
31137            ! lib/File/stat.pm
31138 ____________________________________________________________________________
31139 [  7924] By: jhi                                   on 2000/11/29  16:32:15
31140         Log: A test works better if it has the right 1..$n output.
31141      Branch: perl
31142            ! t/lib/class-struct.t
31143 ____________________________________________________________________________
31144 [  7923] By: jhi                                   on 2000/11/29  16:29:11
31145         Log: Forgot to MANIFEST the new Net::hostent test.
31146      Branch: perl
31147            ! MANIFEST
31148 ____________________________________________________________________________
31149 [  7922] By: jhi                                   on 2000/11/29  16:27:49
31150         Log: Integrate perlio.
31151      Branch: perl
31152           !> iperlsys.h perlio.c
31153 ____________________________________________________________________________
31154 [  7921] By: jhi                                   on 2000/11/29  16:27:10
31155         Log: (Retracted by #7927.)
31156              
31157              Subject: [PATCH] Is infinity a number?
31158              From: Simon Cozens <simon@cozens.net>
31159              Date: Wed, 29 Nov 2000 14:48:20 +0000
31160              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
31161      Branch: perl
31162            ! sv.c
31163 ____________________________________________________________________________
31164 [  7920] By: jhi                                   on 2000/11/29  16:23:02
31165         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
31166              From: rspier@pobox.com (Robert Spier)
31167              Date: Wed, 29 Nov 2000 02:17:49 -0500
31168              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
31169              
31170              Add a test for Net::hostent.
31171      Branch: perl
31172            + t/lib/net-hostent.t
31173 ____________________________________________________________________________
31174 [  7919] By: jhi                                   on 2000/11/29  16:21:31
31175         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
31176              add a test for Class::Struct.
31177      Branch: perl
31178            + t/lib/class-struct.t
31179            ! MANIFEST lib/Class/Struct.pm
31180 ____________________________________________________________________________
31181 [  7918] By: jhi                                   on 2000/11/29  15:48:40
31182         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
31183              From: rspier@pobox.com (Robert Spier)
31184              Date: Wed, 29 Nov 2000 02:25:39 -0500
31185              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
31186              
31187              More checking in case someone has broken their services or
31188              protocol databases.
31189      Branch: perl
31190            ! ext/Sys/Syslog/Syslog.pm
31191 ____________________________________________________________________________
31192 [  7917] By: jhi                                   on 2000/11/29  15:46:25
31193         Log: Subject: [PATCH] $^O  win32 -> MSWin32
31194              From: rspier@pobox.com (Robert Spier)
31195              Date: Wed, 29 Nov 2000 02:17:38 -0500
31196              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
31197              
31198              plus similar nits for vms, err, VMS, and UNICOS.
31199      Branch: perl
31200            ! t/lib/syslfs.t t/op/lfs.t
31201 ____________________________________________________________________________
31202 [  7916] By: jhi                                   on 2000/11/29  15:42:51
31203         Log: Subject: [PATCH] Tokeniser debugging
31204              From: Simon Cozens <simon@cozens.net>
31205              Date: Wed, 29 Nov 2000 14:15:45 +0000
31206              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
31207      Branch: perl
31208            ! perl.c perl.h pod/perlrun.pod toke.c
31209 ____________________________________________________________________________
31210 [  7915] By: jhi                                   on 2000/11/29  15:41:36
31211         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
31212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31213              Date: Wed, 29 Nov 2000 02:13:14 -0500
31214              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
31215              
31216              OUT keyword nits.
31217              
31218              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
31219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31220              Date: Wed, 29 Nov 2000 03:09:04 -0500
31221              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
31222              
31223              OUT and IN_OUT documentation.
31224      Branch: perl
31225            ! lib/ExtUtils/xsubpp pod/perlxs.pod
31226 ____________________________________________________________________________
31227 [  7914] By: jhi                                   on 2000/11/29  03:35:01
31228         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
31229              From: John Tobey <jtobey@john-edwin-tobey.org>
31230              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
31231              Message-Id: <m140e1N-000FOoC@feynman.localnet>
31232              
31233              plus a performance speedup noticed by Sarathy.
31234      Branch: perl
31235            ! op.c
31236 ____________________________________________________________________________
31237 [  7913] By: jhi                                   on 2000/11/29  03:16:59
31238         Log: Use "1 while unlink" so that VMS gets clean, too.
31239      Branch: perl
31240            ! t/lib/filter-util.t
31241 ____________________________________________________________________________
31242 [  7912] By: jhi                                   on 2000/11/29  03:09:08
31243         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
31244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31245              Date: Tue, 28 Nov 2000 03:27:09 -0500
31246              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
31247      Branch: perl
31248            ! lib/ExtUtils/xsubpp
31249 ____________________________________________________________________________
31250 [  7911] By: jhi                                   on 2000/11/29  03:06:30
31251         Log: This should have been part of #7872: no need to scan UTF-8
31252              until eternity.
31253      Branch: perl
31254            ! utf8.c
31255 ____________________________________________________________________________
31256 [  7910] By: jhi                                   on 2000/11/29  02:50:04
31257         Log: One more perltie.pod nit from Casey R. Tweten.
31258      Branch: perl
31259            ! pod/perltie.pod
31260 ____________________________________________________________________________
31261 [  7909] By: jhi                                   on 2000/11/29  02:44:23
31262         Log: Document the known sprintf test failures, exact standard
31263              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
31264      Branch: perl
31265            ! pod/perldelta.pod t/op/sprintf.t
31266 ____________________________________________________________________________
31267 [  7908] By: jhi                                   on 2000/11/29  02:36:23
31268         Log: Add the Encoding table format documentation.
31269      Branch: perl
31270            + ext/Encode/Encode/EncodeFormat.pod
31271            ! MANIFEST
31272 ____________________________________________________________________________
31273 [  7907] By: jhi                                   on 2000/11/29  02:07:24
31274         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
31275              From: "Casey R. Tweten" <crt@kiski.net>
31276              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
31277              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
31278              
31279              Subject: Re: [PATCH] Updating perltie.pod for arrays
31280              From: "Casey R. Tweten" <crt@kiski.net>
31281              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
31282              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
31283      Branch: perl
31284            ! pod/perltie.pod
31285 ____________________________________________________________________________
31286 [  7906] By: nick                                  on 2000/11/28  22:40:59
31287         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
31288      Branch: perlio
31289            ! iperlsys.h perlio.c
31290 ____________________________________________________________________________
31291 [  7905] By: nick                                  on 2000/11/28  22:04:34
31292         Log: Integrate mainline
31293      Branch: perlio
31294           !> (integrate 39 files)
31295 ____________________________________________________________________________
31296 [  7904] By: jhi                                   on 2000/11/28  16:44:43
31297         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
31298              From: Nicholas Clark <nick@babyhippo.co.uk>
31299              Date: Tue, 28 Nov 2000 11:16:57 +0000
31300              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
31301      Branch: perl
31302            ! pod/perlipc.pod
31303 ____________________________________________________________________________
31304 [  7903] By: jhi                                   on 2000/11/28  16:40:31
31305         Log: Subject: [PATCH] Updating perltie.pod for arrays
31306              From: "Casey R. Tweten" <crt@kiski.net>
31307              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
31308              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
31309      Branch: perl
31310            ! pod/perltie.pod
31311 ____________________________________________________________________________
31312 [  7902] By: jhi                                   on 2000/11/28  16:39:37
31313         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
31314              From: Robin Barker <rmb1@cise.npl.co.uk>
31315              Date: Mon, 27 Nov 2000 17:56:44 GMT
31316              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
31317      Branch: perl
31318            ! pod/perlfunc.pod t/op/split.t
31319 ____________________________________________________________________________
31320 [  7901] By: jhi                                   on 2000/11/28  16:28:04
31321         Log: setmode() is a DOSish-only thing.
31322      Branch: perl
31323            ! perlio.c
31324 ____________________________________________________________________________
31325 [  7900] By: jhi                                   on 2000/11/28  16:21:46
31326         Log: Subject: [PATCH] perlcc.PL cleanups
31327              From: Simon Cozens <simon@cozens.net>
31328              Date: Tue, 28 Nov 2000 12:44:35 +0000
31329              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
31330      Branch: perl
31331            ! utils/perlcc.PL
31332 ____________________________________________________________________________
31333 [  7899] By: gsar                                  on 2000/11/28  06:32:55
31334         Log: reintegrate files missed by change#7895
31335      Branch: maint-5.6/perl
31336           +> ext/ByteLoader/bytecode.h utils/Makefile
31337            - utils/perlbc.PL
31338 ____________________________________________________________________________
31339 [  7897] By: gsar                                  on 2000/11/27  18:22:47
31340         Log: can't integrate these two files, for some reason
31341      Branch: maint-5.6/perl
31342            - ext/ByteLoader/bytecode.h utils/Makefile
31343 ____________________________________________________________________________
31344 [  7895] By: gsar                                  on 2000/11/27  18:11:21
31345         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
31346              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
31347              6757..6890,6892..6901 from mainline
31348              
31349              Bytecompiler patches from Benjamin Stuhl.
31350              
31351              More bytecompiler.
31352              
31353              Subject: [PATCH blead] B:: missing dependency
31354              
31355              Subject: [PATCH: 6757] configure.com updates and syslog build
31356              
31357              Long double Gconvert fixes from Yitzchak Scott-Thoennes
31358              and Spider Boardman.
31359              
31360              Subject: [PATCH blead] nextchar() abuse misses an optimisation
31361              
31362              Long double fixes from Spider Boardman.
31363              
31364              Make the selection of NVff et al stricter.
31365              
31366              cSVOPo_*v things index into the current PL_curpad
31367              under ithreads, which is different from the curpad
31368              used by the XSUB.  (In other words, the code as-is
31369              before this patch wouldn't work under ithreads.)
31370              
31371              Be portable.
31372              
31373              VMS MMS (make) wants null action.
31374              
31375              Mac and other portability updates from Chris Nandor.
31376              
31377              Storable support, v-version fixes.
31378              Subject: CPAN.pm beta for testing available
31379              
31380              Portability fix from Hugo van der Sanden.
31381              
31382              Bad makefile.
31383              
31384              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
31385              
31386              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
31387              
31388              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31389              
31390              Replace #6705 with a minimal doc patch.
31391              Subject: [PATCH 5.6.0] replace change #6705
31392              
31393              Drop the separate perlbc, perlcc -b should be enough.
31394              
31395              installperl couldn't tell whether it had run tests or not.
31396              Subject: [PATCH] Re: installperl and t/TEST
31397              
31398              Add silencer flags to installperl.
31399              Subject: [PATCH] Making installperl silent.
31400              
31401              Make "make install" by default silent.  A new "install-verbose"
31402              target is verbose.
31403              
31404              More liberal parsing of version numbers.
31405              Subject: Re: CPAN.pm beta for testing available
31406              
31407              Create directories in silence.
31408              Subject: [PATCH] Another silencer for MakeMaker
31409              
31410              DOS patches and portability/porting notes, from Tim Jenness.
31411              
31412              Make installman to recognize the silence flag -S.
31413              
31414              Actually do something with the silencer option.
31415              
31416              Continue silencing.
31417              
31418              Show the doc file, not the temp file.
31419              
31420              Regen perltoc.
31421              
31422              Subject: [PATCH] More silencing of installman.
31423              
31424              Better wording for the vec lvalue diagnostic.
31425              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31426              
31427              Subject: [PATCH: 6805] several more tweaks to configure.com
31428              
31429              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
31430              
31431              Missing parts of 
31432              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
31433              
31434              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
31435              (applied slightly modified)
31436              
31437              installperl --verbose and --silent.
31438              Subject: Re: [PATCH] More silencing of installman.
31439              
31440              Add install-silent target.
31441              
31442              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
31443              the problem reported in
31444              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
31445              
31446              Tweak the sfio/useperlio logic, hopefully as wished in
31447              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
31448              
31449              One forgotten file from #6816.
31450              
31451              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
31452              
31453              Remove duplicately applied patch shards.
31454              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
31455              
31456              Support preserving extremely big/small angles.
31457              
31458              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
31459              
31460              Subject: [PATCH] installation not quite silent yet.
31461              
31462              Update the test count.
31463              
31464              Use UVxf, PTR2UV, NVff.
31465              
31466              Document PTR2XX and INT2PTR.
31467              
31468              no-install target a la make -n.
31469              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
31470              
31471              grep -e isn't portable.
31472              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
31473              
31474              Can't get the test to reliably work thanks to the
31475              inaccurateness of floating point.  "Resolves" bug ids
31476              20000826.003, 20000826.009, 20000826.010,
31477              
31478              Subject: installman buglet
31479              
31480              DJGPP update from Laszlo Molnar.
31481              
31482              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31483              
31484              Passing -R in ldflags makes now it to appear in the default
31485              for lddlflags, just like with -L.
31486              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31487              
31488              Test nit.
31489              
31490              Use the actual thread type, not the pointer-to-struct.
31491              
31492              Provice virtual $Config{ccflags_nolargefiles} etc. 
31493              
31494              display_format used as a class method without arguments was broken,
31495              reported in
31496              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
31497              
31498              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
31499              
31500              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
31501              
31502              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
31503              
31504              opmini.o may be left around if a build is interrupted.
31505              
31506              Typo in #6858.
31507              
31508              Fix for ID 20000828.001, long doubles were not formatted
31509              correctly (showed up in $], which stopped installing perl).
31510              
31511              An attempt to fix the problem reported in
31512              Subject: Building perl@6856 using gcc/AIX 4.3.3 
31513              I can't test this properly since the gcc installation I have
31514              access to seems to be botched (gcc is calling the AIX cpp,
31515              a losing proposition...)
31516              
31517              Add -ld to archname on long tr...double platforms.
31518              
31519              Subject: hv.h Doc Patch
31520              
31521              Potential cruft.
31522              
31523              Subject: [PATCH bleedperl@6856] warnings fixes
31524              
31525              -S is the silent flag, -s is the strip flag.
31526              Subject: [PATCH] Re: [PATCH] make no-install          
31527              
31528              Take out the SUIDMAIL thing, that will not be
31529              a problem in 5.7.*.
31530              
31531              Subject: [PATCH bleedperl@6866] spellings
31532              
31533              Subject: [PATCH] Re: files not cleaned even by veryclean
31534              
31535              Use minimal @INC in tests, most of the time just '../lib',
31536              so that we simply can't pick up stuff from other Perls than
31537              the one we are testing.  Pointed out by
31538              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
31539              
31540              Update to Getopt::Long 2.24, from Johan Vromans.
31541              
31542              Fix for thinko in #6848.
31543              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
31544              
31545              Patches all over for people and the files they (hopefully) care about.
31546              
31547              Subject: Net::protoent does not export 'getproto'
31548              
31549              Missed a change in #6869.
31550              
31551              Subject: [PATCH] Warnings in B::Deparse
31552              
31553              Subject: [PATCH] Glob dumping
31554              
31555              Disable one of the tests for now.
31556              
31557              Disabling the one test is a bit tricky.
31558              
31559              Don't forget to tidy up.
31560              
31561              The #6881 removed one dump line.
31562              
31563              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
31564              
31565              Under usethreads the dumped variable is IN_PAD.
31566              Subject: Re: [PATCH] Glob dumping
31567              
31568              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
31569              
31570              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
31571              
31572              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
31573              
31574              Regen Configure for #6894.
31575              
31576              Subject: [PATCH: 6889] updates to perlebcdic.pod
31577              
31578              Undo namespace pollution of #6878.
31579              Subject: Re: Net::protoent does not export 'getproto'
31580              
31581              Admit that we are leaking scalars.
31582              
31583              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
31584      Branch: maint-5.6/perl
31585           !> (integrate 271 files)
31586 ____________________________________________________________________________
31587 [  7894] By: gsar                                  on 2000/11/27  16:00:34
31588         Log: a couple of nits
31589      Branch: maint-5.6/perl
31590            ! MANIFEST pp_sys.c
31591 ____________________________________________________________________________
31592 [  7893] By: gsar                                  on 2000/11/27  15:10:56
31593         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
31594              6740..6745,6747..6757,6760
31595              
31596              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
31597              
31598              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
31599              
31600              Doc nits spotted by Richard Soderberg.
31601              
31602              move WNOHANG definition to where other such things are
31603              
31604              Make $Config{byteorder} more magical so that it is
31605              dynamically computed: nice for 'fat binaries'.
31606              Subject: [PATCH]: default byteorder
31607              
31608              Subject: [PATCH] Cwd.pm now uses strict
31609              
31610              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
31611              
31612              Get -DLEAKTEST to compile (not necessarily to work, mind)
31613              Subject: [ID 20000724.006] -DLEAKTEST problem
31614              
31615              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
31616              
31617              Add perlebcdic from Peter Prymmer, regen toc.
31618              
31619              Don't propose using modules built for 5.005 if no binary
31620              compatibility with 5.005 is attempted.
31621              
31622              Do not use prototyping here.
31623              Subject: [ID 20000817.016] [PATCH] Peek.xs
31624              
31625              Document what the backtick returns if the command fails.
31626              
31627              Add byteorder to the myconfig output.
31628              
31629              Introduce NVef, NVff, and NVgf, use the middle one.
31630              (helps for lib/peek + Linux + long doubles)  Reported in
31631              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31632              Use NVs in POSIX math, not doubles.
31633              Subject: [ID 20000817.014] POSIX & modfl
31634              
31635              Subject: [PATCH 5.6.0+] newSVrv() memory leak
31636              
31637              The byteorder code in #6671 was wrong.
31638              
31639              Fix the lib/complex failure of
31640              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
31641              Linux long double accuracy issue: something that
31642              when printed with %g looks like "2" but int() of it is 1.
31643              
31644              Propagate new Configure vars.
31645              
31646              Unbuffer the output.
31647              
31648              Subject: [PATCH] perltrap.pod spring cleaning
31649              
31650              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
31651              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
31652              
31653              Tiny Getopt::Long patch from Johan Vromans.
31654              
31655              Document code point which makes if (defined %stash::) to work
31656              (noted by Spider Boardman).
31657              
31658              Subject: [PATCH perl@6698] cygwin port
31659              
31660              Document the NDBM_File and ODBM_File as SDBM_File
31661              was documented in #6417.
31662              
31663              The new tests were missing from #6415.
31664              
31665              Add [[:blank:]] as suggested in
31666              Subject: [ID 20000716.024] [=cc=] / [:blank:]
31667              (the [=cc=] has already been taken care of by #6439
31668              so the whole bug report can be closed)
31669              and make [[:space:]] to be equivalent to isspace(3)
31670              (as opposed to \s, which is isSPACE()).  The difference
31671              is that now [[:space:]] matches the mythical vertical tab,
31672              while \s doesn't.
31673              
31674              Don't eat leading os from index entries.
31675              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
31676              
31677              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
31678              
31679              Typo in pp_complement().
31680              Subject: [PATCH perl-current] Deparse
31681              
31682              Add warnif(), check warnings further up the stack,
31683              all the warnings functions now can take an optional object reference.
31684              Subject: [PATCH bleedperl@6691] warnings pragma update
31685              
31686              Fix a core dump in lib/selfloader under -DDEBUGGING.
31687              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
31688              
31689              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
31690              
31691              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
31692              
31693              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
31694              Put back the long double avoidance code to POSIX.xs
31695              because VMS seems to need it still.
31696              
31697              Introduce a 'veryclean' target that is like 'distclean'
31698              but also removes *~ and *.orig.
31699              
31700              Subject: [ID 20000817.023] endianness description in perlfunc.pod
31701              
31702              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
31703              
31704              Let's try #6717 again.
31705              
31706              UTF8 concat fixes.
31707              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
31708              
31709              pp_open() could pass an uninitialized filename down to do_open9().
31710              
31711              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
31712              
31713              Update to CGI 2.72, from Lincoln Stein.
31714              
31715              Subject: [PATCH] Silence MakeMaker (Was: installman)
31716              
31717              Use temporary directory instead of current directory.
31718              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
31719              
31720              Document odd vs even subreleases and -Dusedevel.
31721              
31722              The veryclean target needs to clobber.
31723              
31724              Use File::Spec->tmpdir().
31725              
31726              Document the number of exponent digits.
31727              
31728              Mention perlebcdic and perlposix-bc.
31729              
31730              s/this one/the 5.6.0 release/
31731              
31732              The #6724 is here.
31733              
31734              The correct cleaning order is an art.
31735              
31736              small tweaks for change#6705: avoid C++ style comments in C code;
31737              use Perl's malloc API rather than the low level system one
31738              
31739              Array context keeps slithering in.
31740              
31741              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
31742              
31743              Subject: [PATCH] os2.c fix for use64bitint
31744              
31745              Update to Pod::LaTeX 0.53.
31746              Subject: [PATCH] lib/Pod/LaTeX.pm updates
31747              
31748              Document the endianness of Alpha more precisely.
31749              
31750              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
31751              
31752              Rename the macro argument because some preprocessors
31753              can't tell the difference and expand arguments also inside
31754              double quoted strings.
31755              
31756              free TLS slot properly on Windows
31757              
31758              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
31759              
31760              Unicos/mk requires elaborate paranoia.
31761              
31762              Tweak the floating point output routine preferences.
31763              
31764              Also under djgpp the timestamps are funky.
31765              
31766              Apply some PodParser 1.18 patches; the Pod/Find.pm
31767              patches cannot be applied since #6712 conflicts.
31768              
31769              Use PodParser 1.18 new test.
31770              
31771              A pod nit.
31772              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
31773              
31774              Be verydeepclean.
31775      Branch: maint-5.6/perl
31776           +> pod/perlebcdic.pod
31777           !> (integrate 106 files)
31778 ____________________________________________________________________________
31779 [  7892] By: jhi                                   on 2000/11/27  15:02:32
31780         Log: Update Changes.
31781      Branch: perl
31782            ! Changes patchlevel.h
31783 ____________________________________________________________________________
31784 [  7891] By: jhi                                   on 2000/11/27  14:57:23
31785         Log: Subject: Re: perlfaq style changes
31786              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31787              Date: Sat, 25 Nov 2000 23:32:26 -0800
31788              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
31789              
31790              plus a note from Ronald Kimball.
31791      Branch: perl
31792            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
31793 ____________________________________________________________________________
31794 [  7890] By: jhi                                   on 2000/11/27  14:53:14
31795         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
31796              From: Benjamin Holzman <bah@ecnvantage.com>
31797              Date: Sun, 26 Nov 2000 16:27:33 -0500
31798              Message-ID: <20001126162733.J25040@ecnvantage.com>
31799      Branch: perl
31800            ! gv.c
31801 ____________________________________________________________________________
31802 [  7889] By: jhi                                   on 2000/11/27  14:43:11
31803         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
31804              From: lvirden@cas.org
31805              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
31806              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
31807      Branch: perl
31808            ! README.amiga
31809 ____________________________________________________________________________
31810 [  7888] By: jhi                                   on 2000/11/27  14:32:34
31811         Log: Restore also the locale test to no-sprintf-taint state.
31812              Fixes the bug 20001127.003.
31813      Branch: perl
31814            ! sv.c t/pragma/locale.t
31815 ____________________________________________________________________________
31816 [  7887] By: gsar                                  on 2000/11/27  14:13:05
31817         Log: integrate changes#6613..6616,6620..6665 from mainline
31818              
31819              VMS configure.com update continues.
31820              
31821              Subject: Test fails / warnings with perl-current #6612
31822              
31823              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
31824              
31825              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31826              
31827              For now remove the mail code.
31828              
31829              Subject: Re: [PATCH] @+, @- readonly
31830              
31831              Subject: warning: storage class after type is obsolescent
31832              
31833              Subject: sfio2000
31834              
31835              Subject: Re: File::Temp problems on VMS in bleedperl
31836              
31837              README.os2 update.
31838              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
31839              
31840              Make the user to give up his firstborn, err, to knowingly
31841              verify installing an unstable developer release.  Also bump
31842              the release to 5.7.0, but leave a patch tag in the local
31843              patches saying that this is not yet the real thing.
31844              
31845              Update (kinda) to Test 1.14, from Joshua Pritikin.
31846              
31847              make ok etc also for win32.
31848              
31849              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
31850              
31851              Don't blow limited stacks, a lower number is enough to
31852              tickle the lookbehind limit.
31853              
31854              Use -Dusedevel; regen Configure and the respective Porting stuff.
31855              
31856              Subject: [PATCH] debugger exit code should reflect user exit code
31857              
31858              Subject: [PATCH perl@6620] cygwin port
31859              
31860              Missed a file from #6638.
31861              
31862              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)
31863              
31864              magic callbacks all need to have same type signature
31865              
31866              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
31867              
31868              Fix a dependency problem.
31869              Subject: [PATCH: 6640] VMS Makefile.SH update
31870              
31871              The numeric locale was reset to "C" by s?printf and never restored.
31872              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31873              No test since adding the failing example to locale.t
31874              does not fail -- probably because the locale settings are so
31875              thoroughly tweaked by that time.  Running the example standalone
31876              does fail, though.  UPDATE: test case added at change #7540.
31877              
31878              Subject: [ID 20000324.040] minor fix to perlhpux.pod
31879              
31880              Update to CPAN 1.57.
31881              
31882              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
31883              
31884              Change the perlbug address to perl.org since it's more forgiving.
31885              
31886              Change the regx compilation error markers to use = instead of <
31887              since pod makes using the latter quite messy.  Reported in
31888              ID 20000814.006 by Abigail and in
31889              Subject: Unknown escape E<> ?
31890              
31891              Update to perldebtut 1.9, from Richard Foley.
31892              
31893              check that the number pseudo children doesn't exceed
31894              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
31895              the WaitForMultipleObjects() limit that would cause wait()
31896              to crash)
31897              wait() and waitpid() could potentially be rewritten to use
31898              more than one thread to do the waiting to eliminate this
31899              limitation
31900              
31901              change#6328 could make close(SOCKET) return false on windows
31902              when it shouldn't
31903              
31904              pod nit seen in passing
31905              
31906              on windows, the return values from wait() and waitpid() don't
31907              match those of pseudo-pids
31908              
31909              waitpid() now handles externally spawned pids correctly;
31910              fixes for backtick/wait/waitpid failures on Windows 9x
31911              these changes make the pid returned by process functions on
31912              Windows 9x always positive by clearing the high bit (which
31913              is always set on Win9x); pseudo-process PIDs are likewise
31914              always negative now on Win9x (just as on NT/2000)
31915              
31916              trailing new %ENV entries weren't being pushed into the real
31917              environment of subprocesses on Windows
31918              
31919              Tweak the regex compilation errors once more.
31920              
31921              avoid warnings from dense compiler
31922              
31923              add "ok" targets from change#6632 in makefile.mk
31924      Branch: maint-5.6/perl
31925            - lib/Pod/PlainText.pm vms/configure.com
31926           !> (integrate 66 files)
31927 ____________________________________________________________________________
31928 [  7886] By: jhi                                   on 2000/11/27  13:54:18
31929         Log: __FUNCTION__ isn't portable and trying to emulate it leads
31930              into practically spelling out the name of the function.
31931              Takes care of the bug 20001127.001.
31932      Branch: perl
31933            ! perlio.c
31934 ____________________________________________________________________________
31935 [  7885] By: gsar                                  on 2000/11/27  13:53:18
31936         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
31937              6610..6611 from mainline
31938              
31939              Make regular expression parse error messages easier to understand.
31940              Subject: Re: enhanced(?) regex error messages
31941              
31942              Tiny tidying on report_evil_fh().
31943              
31944              Subject: Re: enhanced(?) regex error messages 
31945              plus Capitalize the error messages, plus perldiag them.
31946              
31947              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
31948              
31949              Document here-doc better.
31950              
31951              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31952              
31953              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
31954              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
31955              (either perlbug or p5p ate the original), plus regen
31956              perlapi and perltoc. 
31957              
31958              Regen global.sym.
31959              
31960              Double check that we have a dirhandle.
31961              
31962              Subject: Re: enhanced(?) regex error messages
31963              (plus two small patches sent privately)
31964              (this still seems to leave few test failures)
31965              
31966              warn is a macro, avoid using at a variable to avoid warnings
31967              in some configurations; readdir.t is too conservative in
31968              estimating number of *.t's
31969              
31970              Get back into sync with Jeffrey on the enhanced regex warnings.
31971              
31972              Subject: [PATCH 5.6.0] cygwin port
31973              
31974              Zero entries were skipped, fix from Adrian Goalby
31975              <argoalby@yahoo.co.uk>
31976              
31977              Subject: Remove dead entry in perldiag
31978              
31979              Amend the description of Perl6.
31980              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
31981              
31982              detypo
31983              
31984              It's the 2ndO'ROSSC.
31985              
31986              Revert the sv.c part of #6559, a better fix is needed.
31987              
31988              Iterating perl6 description.
31989              
31990              Update to Term::ANSIColor 1.03, from Russ Allbery.
31991              
31992              Update to Getopt::Long 2.23_05, from Johan Vromans.
31993              
31994              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
31995              
31996              Update to Pod::Parser 1.17, from Brad Appleton.
31997              
31998              Update to CPAN 1.56, from Andreas König.
31999              
32000              Update to CGI 2.70, from Lincoln Stein.
32001              
32002              Put back the std @INC thing.
32003              
32004              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
32005              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
32006              
32007              Document the IO::Select timeout.
32008              
32009              sleep(1) does not necessarily return 1.
32010              Subject: [PATCH bleadperl] op/lex_assign.t  
32011              
32012              Subject: debugger "d" command doesnt check line number
32013              
32014              B::Deparse didn't do sub attributes.
32015              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32016              
32017              Preprocessing and postprocessing for File::Find.
32018              Subject: Patch to Find::File.pm to allow alphabetical results
32019              
32020              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
32021              
32022              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
32023              
32024              Subject: Re: [ID 20000730.003] utf8::length() bad
32025              
32026              Subject: Getting perlio and threads to compile
32027              (the Solaris version changes in Configure skipped)
32028              
32029              Tests for #6589.
32030              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32031              
32032              Add Perl debugging tutorial, regen toc. 
32033              Subject: perldebtut.pod
32034              
32035              Add a few missing files, update MANIFEST.
32036              
32037              Rewrite of vms/subconfigure.com as configure.com,
32038              from Peter Prymmer and the vmsperl crew.
32039              
32040              Should have deleted this in #6603.
32041              
32042              Fix the test for 5005threads.
32043              
32044              Fix-n-skip the tests under 5005threads.
32045              
32046              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
32047              
32048              Upgrade to CGI 2.71, from Lincoln Stein.
32049      Branch: maint-5.6/perl
32050           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
32051           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
32052           +> t/op/regmesg.t t/pod/find.t vms/configure.com
32053            - vms/subconfigure.com
32054            ! lib/lib.pm
32055           !> (integrate 115 files)
32056 ____________________________________________________________________________
32057 [  7884] By: jhi                                   on 2000/11/27  13:44:33
32058         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
32059              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32060              Date:     Mon, 27 Nov 2000 08:23:54 EST
32061              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
32062      Branch: perl
32063            ! vms/descrip_mms.template vms/test.com
32064 ____________________________________________________________________________
32065 [  7883] By: gsar                                  on 2000/11/27  11:50:46
32066         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
32067              6511..6513,6515..6523,6525..6536
32068              
32069              The swallow_bom() saga continues.  The #23 of require.t
32070              (UTF16-LE) still fails (silently, no output) but the #22
32071              (UTF16-BE) seems to be working now.  The root of the
32072              failure may be in sv_gets(): is it UTF-16LE-aware,
32073              especially when it comes to line endings? 
32074              
32075              Document the problem with -P in HP-UX and its workaround.
32076              
32077              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
32078              (aka ID 20000730.002)
32079              
32080              Subject: fix and question re: waitpid() under win32
32081              
32082              Make the safety catch for buggy gccs work with triple version
32083              numbers like 2.95.2.  Reported in
32084              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
32085              
32086              In Digital UNIX warn if gcc explicitly chosen because even
32087              2.95.2 is known to cause problems.
32088              
32089              Make chr() for values >127 to create utf8 when under utf8.
32090              
32091              various syntax errors and such (not fixed: comp/require.t#22 coredump
32092              on Windows)
32093              
32094              Stash away the largefiles flags and libswanted.
32095              
32096              BOM patching from Simon Cozens.
32097              
32098              If gccosandvers is equal to osname, clear gccosandvers.
32099              
32100              Make p4desc to skip non-mainperl branches by default.
32101              
32102              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
32103              
32104              The test from this
32105              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
32106              
32107              In new BSDs changes to argv[] do not show up in ps(1) output,
32108              instead one must use setproctitle().  This was already addressed
32109              by change #6457, but the below has a new variant for FreeBSD 4.0
32110              or later, and the matter is also documented more.
32111              
32112              FreeBSD 3.* updates from
32113              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32114              
32115              regen_headers, regen perltoc.
32116              
32117              Document in one place the memory abstractions used in Perl core.
32118              
32119              memcpy has n o in it, as pinted ut by Sarathy.
32120              
32121              Remove the extraneous "main::" prefix from all the
32122              "opened only for", "on closed", and "never opened" warnings.
32123              
32124              The name of a filehandle does not have <these>.
32125              
32126              The tr utf8 patching continues.
32127              
32128              The new setproctitle() feature is available only in 
32129              bleeding edge FreeBSD.  From Paul Saab.
32130              
32131              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
32132              
32133              Dump UVs as UVs in Data::Dumper.
32134              
32135              detypo #6494
32136              
32137              Document the IVdf UVuf UVof UVxf.
32138              
32139              require.t needs binmode() to work on windows
32140              
32141              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
32142              that are hopefully soon put into use.
32143              
32144              Allow "no Module;" even if there is no 'unimport'.
32145              
32146              Better skip message for the test; one of the two problems in
32147              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
32148              
32149              The subtest 4 may fail also on VOBS, as pointed out
32150              by Nick Ing-Simmons in November 1999, bug id 19991124.003
32151              (but the failure in that bug report isn't the subtest 4).
32152              
32153              Be more informative on what is skipped and why,
32154              also repeat the list at the end.
32155              
32156              Add a URL for FSF.
32157              
32158              Subject: [PATCH] sv.h documentation - SvLEN
32159              
32160              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
32161              
32162              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
32163              
32164              Subject: [PATCH] bad cppsymbols on os2 + Configure question
32165              
32166              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
32167              
32168              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
32169              mention the idea of @( and @)
32170              
32171              This is 6512.  Really.
32172              
32173              Subject: [ID 19990721.004] Documentation bug in perlfunc
32174              
32175              Subject: Minor tweak to perlvar.pod
32176              
32177              In the warnings call filehandles consistently so;
32178              add "unopened" warning for stat().
32179              
32180              After the #6519 a warning about stat() is just that,
32181              not about a filetest, which now have their own warning.
32182              
32183              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
32184              
32185              Subject: Re: Array vs. List context
32186              
32187              Subject: New perlcc, take 2
32188              
32189              Weed buglets pointed out by
32190              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
32191              
32192              gcc versions might have (parentheses) in them.
32193              
32194              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
32195              
32196              Essential prototype changes were missing from #6527.
32197              Also make report_evil_fh() more bomb-proof.
32198              
32199              Zap lib/Sys directory when cleaning up.
32200              
32201              Change the Policy policy: now -Dprefix= with an existing
32202              Policy.sh and prefix == siteprefix == vendorprefix, then all
32203              of them follow along the new prefix.
32204              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
32205              
32206              Continue fixing the io warnings.  This also
32207              sort of fixes bug ID 20000802.003: the core dump
32208              is no more.  Whether the current behaviour is correct
32209              (giving a warning: "Not a format reference"), is another matter.
32210              
32211              Have symbols for the IoTYPEs.
32212              
32213              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
32214              
32215              Document a bit that UDP is not what you might think.
32216              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
32217              tr memory corruption fix from Simon Cozens.
32218              
32219              Plug the security hole described in the Aug 05 2000 bugtraq message
32220              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
32221              The security hole exists only in suidperls, which isn't
32222              installed or even built by default.
32223      Branch: maint-5.6/perl
32224           !> (integrate 71 files)
32225 ____________________________________________________________________________
32226 [  7882] By: gsar                                  on 2000/11/27  10:25:36
32227         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
32228              from mainline
32229              
32230              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
32231              to be fatal errors (instead of by default ignoring them, and
32232              ignoring with a bug: even though -w gave an error, the opening [
32233              was left in)  Reported in:
32234              
32235              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
32236              
32237              Subject: [PATCH] split /^/
32238              
32239              MacOS nits from Matthias Neeracher.
32240              
32241              More split() doc and test patches from Mike Guy.
32242              
32243              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
32244              from Graham Barr in the module list.
32245              
32246              docfix from Peter Scott <Peter@PSDT.com>.
32247              
32248              File::Temp patches for VMS and OS/2 from Tim Jenness.
32249              
32250              open() wariness in perlbug.
32251              
32252              Subject: [PATCH] minor doc change - perlguts
32253              
32254              Subject: Minor doc patch: handy.h
32255              
32256              Be wary of close()s, too.
32257              
32258              Further File::Temp patches from Yitzchak Scott-Thoennes
32259              and Craig A. Berry.
32260              
32261              Subject: [PATCH] fixes bug 20000508.004
32262              
32263              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
32264              
32265              Allow "no AutoLoader;", based on change #6444,
32266              suggested by Graham Barr.
32267              
32268              Use setproctitle() if available to modify $0.
32269              
32270              Warn if the version of the operating system used to compile gcc
32271              differs from the current version of the operating system.
32272              Also display the gcc compilation os and version in myconfig.
32273              Inspiration from
32274              
32275              Tiny fixes for #6460.
32276              
32277              The problem described in this
32278              Subject: [ID 20000322.018] named chars aren't magical enough
32279              has been fixed in perl 5.6.0 but just in case added a test
32280              to keep it away.  (The report from Joseph Hall.)
32281              
32282              Tune the comments and hopefully stop a memory leak.
32283              
32284              Subject: UTF8 concat
32285              (with a memory leak fixed, plus a few casts added)
32286              This also seems to help for
32287              Subject: [ID 20000716.015] join UTF8 weirdness
32288              
32289              Do not upgrade SVs into utf8 just because they participate
32290              in eq or cmp.  Reported and fix suggested in
32291              Subject: [ID 20000720.009] sv_eq UTF8 bug
32292              
32293              Fix the HALF_UPGRADE() macro introduced in #6263.
32294              
32295              Find green threads before native threads.
32296              Subject: Re: Patch to jpl/JNI/Makefile.PL
32297      Branch: maint-5.6/perl
32298           !> (integrate 30 files)
32299 ____________________________________________________________________________
32300 [  7881] By: jhi                                   on 2000/11/27  05:48:41
32301         Log: It seems that *both* the unused submatch loop cleanup
32302              codes are needed.
32303      Branch: perl
32304            ! regexec.c
32305 ____________________________________________________________________________
32306 [  7880] By: jhi                                   on 2000/11/27  04:50:07
32307         Log: Clean .exists deeper.
32308      Branch: perl
32309            ! Makefile.SH
32310 ____________________________________________________________________________
32311 [  7879] By: jhi                                   on 2000/11/27  02:31:35
32312         Log: The code in regcppop() (see #7878) contains the correct lower
32313              limit for the unused submatch 'cleanup' loop so that under
32314              "use utf8" the following code wouldn't dump core:
32315              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
32316              the cleanup loop in regtry() stomped beyond allocated area
32317              in the startp[] array.  Therefore, copied the correct lower
32318              loop limit (*PL_reglastparen) to regtry().  Note: something
32319              may still not be quite right: why was the _higher_ loop limit
32320              (prog->nparens) different in the utf8 case?
32321              
32322              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
32323              without core dumps, there were about 17 of them before
32324              the patch (with us since Perl 5.7.0).  Two failures, still:
32325              496 and 505 (though these may not be severe).
32326              
32327              Patch #7881 is also needed since both the cleanup loops
32328              seem to be needed.
32329              
32330              Also, the t/op/pat#44 seems to core dump under utf8.
32331              Plus a couple of failures.  UGH-8.
32332      Branch: perl
32333            ! regexec.c
32334 ____________________________________________________________________________
32335 [  7878] By: jhi                                   on 2000/11/27  02:21:17
32336         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
32337              the code in regcppop() seems to be redundant for the test suite --
32338              but it contains a germ of truth, and it needed for the build
32339              process itself: see #7879 and #7881.
32340      Branch: perl
32341            ! regexec.c
32342 ____________________________________________________________________________
32343 [  7877] By: jhi                                   on 2000/11/27  01:53:09
32344         Log: Comment on comment.
32345      Branch: perl
32346            ! regexec.c
32347 ____________________________________________________________________________
32348 [  7876] By: jhi                                   on 2000/11/27  00:49:59
32349         Log: Adjust the docs to agree with #7875.
32350      Branch: perl
32351            ! pod/perllocale.pod
32352 ____________________________________________________________________________
32353 [  7875] By: jhi                                   on 2000/11/27  00:49:27
32354         Log: Retract #7863.  It makes more sense not to taint formatted output,
32355              not even by sprintf().
32356      Branch: perl
32357            ! sv.c
32358 ____________________________________________________________________________
32359 [  7874] By: jhi                                   on 2000/11/26  23:36:02
32360         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
32361              Not really fixed (should really dump the UTF-8 charclass),
32362              but stopped displaying the garbage.
32363              
32364              Also add a note on the (missing) Unicode PSXSPC and BLANK.
32365      Branch: perl
32366            ! regcomp.c
32367 ____________________________________________________________________________
32368 [  7873] By: jhi                                   on 2000/11/26  21:31:13
32369         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
32370      Branch: perl
32371            ! regexec.c
32372 ____________________________________________________________________________
32373 [  7872] By: jhi                                   on 2000/11/26  21:06:04
32374         Log: No need to scan till infinity, 13 is enough.
32375      Branch: perl
32376            ! handy.h utf8.c
32377 ____________________________________________________________________________
32378 [  7871] By: jhi                                   on 2000/11/26  20:20:32
32379         Log: Test line numbers are different with utf8.
32380      Branch: perl
32381            ! t/op/re_tests
32382 ____________________________________________________________________________
32383 [  7870] By: jhi                                   on 2000/11/26  20:10:12
32384         Log: Message nit.
32385      Branch: perl
32386            ! regcomp.c
32387 ____________________________________________________________________________
32388 [  7869] By: jhi                                   on 2000/11/26  19:01:05
32389         Log: Make utf8_length() and utf8_distance() (the latter of which
32390              is unused at the moment) to be less forgiving about bad UTF-8.
32391      Branch: perl
32392            ! embed.h embed.pl objXSUB.h proto.h utf8.c
32393 ____________________________________________________________________________
32394 [  7868] By: jhi                                   on 2000/11/26  18:45:56
32395         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
32396              From: Benjamin Holzman <bah@ecnvantage.com>
32397              Date: Sat, 25 Nov 2000 20:40:20 -0500       
32398              Message-ID: <20001125204020.A25040@ecnvantage.com>              
32399              
32400              Debian allows installing /usr/bin/locale without installing
32401              any locales, an error message will ensue.
32402      Branch: perl
32403            ! t/pragma/locale.t
32404 ____________________________________________________________________________
32405 [  7867] By: jhi                                   on 2000/11/26  18:31:12
32406         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
32407              From: Benjamin Holzman <bah@ecnvantage.com>
32408              Date: Sun, 26 Nov 2000 02:42:34 -0500
32409              Message-ID: <20001126024234.G25040@ecnvantage.com>
32410              
32411              Patch for the bug 20000212.002.
32412      Branch: perl
32413            ! sv.c t/op/array.t
32414 ____________________________________________________________________________
32415 [  7866] By: jhi                                   on 2000/11/26  18:28:09
32416         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
32417              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32418              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
32419              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
32420              
32421              File::Temp 0.11.
32422      Branch: perl
32423            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
32424 ____________________________________________________________________________
32425 [  7865] By: jhi                                   on 2000/11/26  18:24:22
32426         Log: The metaconfig unit change for #7864.
32427      Branch: metaconfig/U/perl
32428            ! need_va_copy.U
32429 ____________________________________________________________________________
32430 [  7864] By: jhi                                   on 2000/11/26  18:23:41
32431         Log: Make the va_copy() test not to be so talkative.
32432      Branch: perl
32433            ! Configure config_h.SH
32434 ____________________________________________________________________________
32435 [  7863] By: jhi                                   on 2000/11/26  18:11:02
32436         Log: Fix locale inconsistencies unearthed by Hugo's work.
32437              Now the floating point sprintf really does taint the result
32438              string as perllocale promises (has promised for a long time)
32439              if "use locale" is in the lexical scope.
32440      Branch: perl
32441            ! sv.c t/pragma/locale.t
32442 ____________________________________________________________________________
32443 [  7862] By: jhi                                   on 2000/11/26  00:35:15
32444         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
32445              From: Nicholas Clark <nick@ccl4.org>
32446              Date: Sun, 26 Nov 2000 00:07:50 +0000
32447              Message-ID: <20001126000750.A22446@plum.flirble.org>
32448              
32449              Infinit.
32450      Branch: perl
32451            ! sv.c
32452 ____________________________________________________________________________
32453 [  7861] By: jhi                                   on 2000/11/26  00:01:26
32454         Log: Integrate perlio.
32455      Branch: perl
32456           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
32457 ____________________________________________________________________________
32458 [  7860] By: nick                                  on 2000/11/25  22:04:17
32459         Log: Correct relative path from new ext\Filter\Util\Call location
32460              back to miniperl.
32461      Branch: perlio
32462            ! win32/makefile.mk
32463 ____________________________________________________________________________
32464 [  7859] By: nick                                  on 2000/11/25  21:26:54
32465         Log: Integrate mainline.
32466      Branch: perlio
32467           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32468           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
32469           +> t/lib/filter-util.t
32470            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32471            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32472            - t/lib/filt-util.t
32473           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
32474           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
32475           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
32476           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
32477           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
32478           !> win32/makefile.mk
32479 ____________________________________________________________________________
32480 [  7858] By: gsar                                  on 2000/11/25  20:52:17
32481         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
32482              parent's memory; fix it by keeping track of the actual pad
32483              offset rather than a raw pointer (this change is probably also
32484              relevant to non-ithreads case to avoid fallout from reallocs of
32485              the pad array, but is currently only enabled for the ithreads
32486              case in the interests of minimal disruption to existing "well
32487              tested" code)
32488      Branch: perl
32489            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
32490            ! proto.h scope.c scope.h sv.c t/op/fork.t
32491 ____________________________________________________________________________
32492 [  7857] By: nick                                  on 2000/11/25  20:01:28
32493         Log: All tests pass on Win32/gcc/USE_PERLIO.
32494              - when crlf layer is pushed make unix-level binary.
32495              - remove :crlf injection in pp_backtick in pp_sys.c
32496              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
32497      Branch: perlio
32498            ! doio.c perlio.c pp_sys.c win32/makefile.mk
32499 ____________________________________________________________________________
32500 [  7856] By: jhi                                   on 2000/11/25  18:38:30
32501         Log: Update the metaconfig units for #7855.
32502      Branch: metaconfig/U/perl
32503            ! useperlio.U usesocks.U
32504 ____________________________________________________________________________
32505 [  7855] By: jhi                                   on 2000/11/25  18:37:54
32506         Log: Undo the SOCKS workarounds, instead start using PerlIO
32507              if SOCKS is selected.
32508              
32509              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
32510              From: Jens Hamisch <jens@Strawberry.COM>
32511              Date: Fri, 24 Nov 2000 18:31:30 +0100
32512              Message-ID: <20001124183130.E28337@Strawberry.COM>
32513              
32514              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
32515              From: Jens Hamisch <jens@Strawberry.COM>
32516              Date: Fri, 24 Nov 2000 19:11:51 +0100
32517              Message-ID: <20001124191151.A28753@Strawberry.COM>
32518      Branch: perl
32519            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
32520            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
32521 ____________________________________________________________________________
32522 [  7854] By: jhi                                   on 2000/11/25  17:39:08
32523         Log: Undo #7848.  Some of the code seems to use walkoptree(),
32524              some walkoptree_slow().  An unfinished renaming?
32525              Now the sub is walkoptree() (which is @EXPORT_OK),
32526              the walkoptree_slow() is a typeglob alias to walkoptree.
32527              This makes the tests to pass, at least.
32528      Branch: perl
32529            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
32530 ____________________________________________________________________________
32531 [  7853] By: nick                                  on 2000/11/24  22:24:33
32532         Log: Re-arrange crlf vs binary for platforms that care.
32533              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
32534              Lip-service to making stdio layer work on such platfroms (untested).
32535              Now fails 3 tests rather than one, checkin to see if I can debug 
32536              the issue under linux. (Do not merge.)
32537      Branch: perlio
32538            ! doio.c perlio.c perliol.h
32539 ____________________________________________________________________________
32540 [  7852] By: jhi                                   on 2000/11/24  18:57:39
32541         Log: AUTHORS edits.
32542      Branch: perl
32543            ! AUTHORS
32544 ____________________________________________________________________________
32545 [  7851] By: jhi                                   on 2000/11/24  17:34:56
32546         Log: Add Jan-Erik Karlsson.
32547      Branch: perl
32548            ! AUTHORS
32549 ____________________________________________________________________________
32550 [  7850] By: jhi                                   on 2000/11/24  17:27:56
32551         Log: Configure should find stdchar on its own.
32552      Branch: perl
32553            ! hints/solaris_2.sh
32554 ____________________________________________________________________________
32555 [  7849] By: jhi                                   on 2000/11/24  17:24:55
32556         Log: Subject: PATCH over 7848: Filter test flawed
32557              From: andreas.koenig@anima.de (Andreas J. Koenig)
32558              Date: 24 Nov 2000 10:28:29 +0100
32559              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
32560      Branch: perl
32561            ! t/lib/filter-util.t
32562 ____________________________________________________________________________
32563 [  7848] By: jhi                                   on 2000/11/24  17:22:15
32564         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
32565              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
32566              Date: Fri, 24 Nov 2000 16:12:58 +0000
32567              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
32568      Branch: perl
32569            ! ext/B/B.pm
32570 ____________________________________________________________________________
32571 [  7847] By: jhi                                   on 2000/11/24  03:07:01
32572         Log: Integrate perlio.
32573      Branch: perl
32574           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
32575           !> win32/makefile.mk
32576 ____________________________________________________________________________
32577 [  7846] By: gsar                                  on 2000/11/24  00:55:57
32578         Log: integrate changes#6415..6418,6420..6438 from mainline
32579              
32580              Fix the bitvector ops for utf8 (tricky since past 7 bits
32581              the utf8 'characters' can be more than one octet).
32582              
32583              MPE/ix updates for perl 5.6.0 from Mark Bixby.
32584              
32585              Subject: SDBM_File documentation
32586              
32587              Detypo.
32588              
32589              Decutandpasto.
32590              
32591              Send all installperl messages to STDERR and be -w clean.
32592              
32593              Out-of-date note removed.
32594              
32595              Protect against "wild next"s, that is, callbacks doing "next"
32596              instead of "return".
32597              
32598              Use STDOUT consistently.
32599              
32600              The output might have been produced in the wrong order.
32601              
32602              A missing 'break' after the [[:space:]] switch case.
32603              
32604              Add tests for
32605              [ID 19991110.003] another matching finding by pcre author
32606              which has already been fixed by some patch, as verified in
32607              
32608              Documentation to explain the behaviour of map().
32609              
32610              Add an optimization for map-maps-a-list-element-to-more-list-elements
32611              case, but add also notes explaining the relationship of this
32612              patch and the earlier notes by Sarathy.
32613              
32614              Subject: [ID 20000716.023] syslog test fails without sockets
32615              
32616              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
32617              Test cases for #6431.
32618              
32619              File::Spec::VMS fixup for tmpdir from Craig Berry.
32620              
32621              Make the "uninit variable" warning to say "concat or string"
32622              or "join or string" when in concat or join .
32623              
32624              Get UTF16 BOMs working.  Patch from
32625              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
32626              
32627              Subject: [PATCH] Make large file tests deal with SIGXFSZ
32628              
32629              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
32630              
32631              Subject: [PATCH] av.c apidoc
32632      Branch: maint-5.6/perl
32633           !> (integrate 43 files)
32634 ____________________________________________________________________________
32635 [  7845] By: gsar                                  on 2000/11/24  00:20:45
32636         Log: integrate changes#6406..6414 from mainline
32637              
32638              Merge perlhacktut into perlhack, update perlguts.
32639              
32640              Fix AutoSplit to use File::Spec the right way in VMS,
32641              from Peter Prymmer.
32642              
32643              The bug report
32644              [ID 19991110.002] minimal matching discrepancy found by pcre author
32645              seems to have been fixed (though differently from what was suggested
32646              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
32647              
32648              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
32649              not in pod, from Peter Prymmer
32650              
32651              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
32652              From: Hugo <hv@crypt.compulink.co.uk>
32653              Date: Fri, 14 Jul 2000 23:05:20 +0100
32654              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
32655              
32656              Didn't anymore apply, but that point still could use another fix.
32657              
32658              lib/b test fixes from Peter Prymmer.
32659              
32660              More docs for sv functions.
32661              
32662              perlvms.pod whitespace cleanup to keep pod utils happy.
32663              
32664              another VMS build tweak from Peter Prymmer
32665      Branch: maint-5.6/perl
32666           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
32667           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
32668           !> vms/descrip_mms.template vms/perlvms.pod
32669 ____________________________________________________________________________
32670 [  7844] By: nick                                  on 2000/11/23  23:42:45
32671         Log: Win32/perlio Now just fails one io/argv.t test - lack 
32672              of default :crlf on standard streams.
32673      Branch: perlio
32674            ! doio.c perlio.c
32675 ____________________________________________________________________________
32676 [  7843] By: nick                                  on 2000/11/23  23:04:05
32677         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
32678              peek fail is showing a real problem (multiple crlf layers
32679              are getting pushed.)
32680      Branch: perlio
32681            ! doio.c perlio.c win32/makefile.mk
32682 ____________________________________________________________________________
32683 [  7842] By: nick                                  on 2000/11/23  19:46:23
32684         Log: Implement PerlIO_binmode()
32685              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
32686              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
32687              make binmode in t/lib/io_tell.t unconditional so that works.
32688              Checkin just so Win32 machine can see these changes.
32689      Branch: perlio
32690            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
32691 ____________________________________________________________________________
32692 [  7841] By: jhi                                   on 2000/11/23  19:30:00
32693         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
32694      Branch: perl
32695            ! README.amiga
32696 ____________________________________________________________________________
32697 [  7840] By: jhi                                   on 2000/11/23  17:18:02
32698         Log: SOCKS wrestling continues, patches from Jens Hamisch.
32699      Branch: perl
32700            ! doio.c embed.h embed.pl perlsdio.h proto.h
32701 ____________________________________________________________________________
32702 [  7839] By: jhi                                   on 2000/11/23  16:54:14
32703         Log: Push Filter::Util::Call one level deeper.
32704      Branch: perl
32705            + t/lib/filter-util.t
32706           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32707           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
32708            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32709            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32710            - t/lib/filt-util.t
32711            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
32712            ! win32/Makefile win32/makefile.mk
32713 ____________________________________________________________________________
32714 [  7838] By: jhi                                   on 2000/11/23  16:52:40
32715         Log: Reach back one higher up when searching for PERL_SRC.
32716      Branch: perl
32717            ! lib/ExtUtils/MM_Unix.pm
32718 ____________________________________________________________________________
32719 [  7837] By: jhi                                   on 2000/11/23  16:05:41
32720         Log: Subject: Re: perl@7826
32721              Date: Thu, 23 Nov 2000 02:20:25 -0600
32722              From: "Craig A. Berry" <craigberry@mac.com>
32723              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
32724              
32725              Make VMS to like Filter::Util::Call. 
32726      Branch: perl
32727            ! configure.com ext/Filter/Util/Makefile.PL
32728 ____________________________________________________________________________
32729 [  7836] By: nick                                  on 2000/11/23  16:04:08
32730         Log: Implement crlf layer - not ready for merge.
32731      Branch: perlio
32732            ! perlio.c win32/makefile.mk
32733 ____________________________________________________________________________
32734 [  7835] By: jhi                                   on 2000/11/23  15:56:52
32735         Log: STDCHAR is different in Sparc v9 vs x86.
32736      Branch: perl
32737            ! hints/solaris_2.sh
32738 ____________________________________________________________________________
32739 [  7834] By: jhi                                   on 2000/11/23  15:50:47
32740         Log: The type needs to be visible to protos.
32741      Branch: perl
32742            ! perl.h
32743 ____________________________________________________________________________
32744 [  7833] By: jhi                                   on 2000/11/23  15:40:46
32745         Log: Finish unfinished SOCKS workaround changes.
32746      Branch: perl
32747            ! doio.c
32748 ____________________________________________________________________________
32749 [  7832] By: jhi                                   on 2000/11/23  15:33:30
32750         Log: Integrate perlio.
32751      Branch: perl
32752           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32753           !> win32/makefile.mk
32754 ____________________________________________________________________________
32755 [  7831] By: nick                                  on 2000/11/23  10:31:07
32756         Log: Correct makefile.mk dependancies for ext/Filter/Util
32757              Build ext/Encode
32758              Run dmake regen_config_h
32759      Branch: perlio
32760            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32761            ! win32/makefile.mk
32762 ____________________________________________________________________________
32763 [  7830] By: nick                                  on 2000/11/23  08:05:07
32764         Log: Integrate mainline
32765      Branch: perlio
32766           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32767           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
32768           +> t/lib/filt-util.pl t/lib/filt-util.t
32769           !> (integrate 41 files)
32770 ____________________________________________________________________________
32771 [  7829] By: gsar                                  on 2000/11/23  03:07:11
32772         Log: build the Filter extension on windows
32773      Branch: perl
32774            ! win32/Makefile win32/makefile.mk
32775 ____________________________________________________________________________
32776 [  7828] By: gsar                                  on 2000/11/23  02:46:35
32777         Log: regenerate win32/config* and fix some inconsistencies in the
32778              makefiles; always export Perl_deb() because it is needed
32779              by ext/re/* (whether perl itself is built with -DDEBUGGING
32780              or not)
32781      Branch: perl
32782            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
32783            ! win32/config_H.vc win32/makefile.mk
32784 ____________________________________________________________________________
32785 [  7827] By: gsar                                  on 2000/11/23  02:18:38
32786         Log: get sources building on windows+MSVC again (untested with other
32787              compilers)
32788      Branch: perl
32789            ! win32/include/sys/socket.h win32/perllib.c
32790 ____________________________________________________________________________
32791 [  7826] By: jhi                                   on 2000/11/23  01:18:26
32792         Log: Update Changes.
32793      Branch: perl
32794            ! Changes patchlevel.h
32795 ____________________________________________________________________________
32796 [  7825] By: jhi                                   on 2000/11/23  00:20:41
32797         Log: Subject: Re: av.c patch (having slight problems)
32798              From: "Ben Tilly" <ben_tilly@hotmail.com>
32799              Date: Tue, 21 Nov 2000 23:29:31 -0500
32800              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
32801              
32802              unshift() speedup.
32803      Branch: perl
32804            ! av.c
32805 ____________________________________________________________________________
32806 [  7824] By: jhi                                   on 2000/11/22  23:59:15
32807         Log: Fixes for signedness warnings noticed by VMSperlers.
32808      Branch: perl
32809            ! ext/Storable/Storable.xs regcomp.c sv.c
32810 ____________________________________________________________________________
32811 [  7823] By: jhi                                   on 2000/11/22  23:19:31
32812         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
32813              From: Peter Prymmer <pvhp@forte.com>
32814              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
32815              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
32816      Branch: perl
32817            ! t/pragma/warn/pp_hot
32818 ____________________________________________________________________________
32819 [  7822] By: jhi                                   on 2000/11/22  22:52:20
32820         Log: Be clean.
32821      Branch: perl
32822            ! Makefile.SH
32823 ____________________________________________________________________________
32824 [  7821] By: jhi                                   on 2000/11/22  22:46:39
32825         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
32826              by Damian Conway, as suggested by Paul Marquess.
32827      Branch: perl
32828            + lib/Filter/Simple.pm
32829 ____________________________________________________________________________
32830 [  7820] By: jhi                                   on 2000/11/22  22:45:51
32831         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
32832      Branch: perl
32833            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32834            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32835            + t/lib/filt-util.t
32836            ! MANIFEST
32837 ____________________________________________________________________________
32838 [  7819] By: jhi                                   on 2000/11/22  22:03:27
32839         Log: Integrate perlio.
32840      Branch: perl
32841           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
32842           !> win32/makefile.mk
32843 ____________________________________________________________________________
32844 [  7818] By: jhi                                   on 2000/11/22  21:56:02
32845         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
32846      Branch: perl
32847            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
32848            ! t/lib/io_sock.t
32849 ____________________________________________________________________________
32850 [  7817] By: jhi                                   on 2000/11/22  21:39:49
32851         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
32852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32853              Date: Wed, 22 Nov 2000 16:08:12 -0500
32854              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
32855      Branch: perl
32856            ! lib/ExtUtils/Liblist.pm
32857 ____________________________________________________________________________
32858 [  7816] By: jhi                                   on 2000/11/22  21:38:25
32859         Log: Go ahead and #include <unistd.h> in perl.h.
32860      Branch: perl
32861            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
32862            ! util.c
32863 ____________________________________________________________________________
32864 [  7815] By: jhi                                   on 2000/11/22  21:22:52
32865         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
32866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32867              Date: Mon, 20 Nov 2000 18:30:52 -0500
32868              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
32869      Branch: perl
32870            ! pod/perlre.pod regcomp.c t/op/re_tests
32871 ____________________________________________________________________________
32872 [  7814] By: jhi                                   on 2000/11/22  21:21:46
32873         Log: Subject: [PATCH 5.7.0] Liblist finally works
32874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32875              Date: Tue, 21 Nov 2000 22:02:17 -0500
32876              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
32877      Branch: perl
32878            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
32879            ! lib/ExtUtils/MakeMaker.pm
32880 ____________________________________________________________________________
32881 [  7813] By: jhi                                   on 2000/11/22  21:20:23
32882         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
32883              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32884              Date: Wed, 22 Nov 2000 17:53:15 +0100
32885              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
32886              
32887              AIX dynaloader and perlio patch.
32888      Branch: perl
32889            ! ext/DynaLoader/dl_aix.xs
32890 ____________________________________________________________________________
32891 [  7812] By: jhi                                   on 2000/11/22  21:17:52
32892         Log: (Accidentally empty patch.)
32893      Branch: perl
32894            ! av.c
32895 ____________________________________________________________________________
32896 [  7811] By: jhi                                   on 2000/11/22  21:16:31
32897         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
32898              From: Peter Prymmer <pvhp@forte.com>
32899              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
32900              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
32901      Branch: perl
32902            ! vms/test.com
32903 ____________________________________________________________________________
32904 [  7810] By: jhi                                   on 2000/11/22  21:15:36
32905         Log: Subject: Re: perl@7777 
32906              From: "John P. Linderman" <jpl@research.att.com>
32907              Date: Wed, 22 Nov 2000 13:11:11 -0500
32908              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
32909              
32910              Detypoing.
32911      Branch: perl
32912            ! lib/CPAN.pm
32913 ____________________________________________________________________________
32914 [  7809] By: jhi                                   on 2000/11/22  21:14:19
32915         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
32916              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32917              Date:     Wed, 22 Nov 2000 13:51:37 EST
32918              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
32919      Branch: perl
32920            ! perlsdio.h
32921 ____________________________________________________________________________
32922 [  7808] By: jhi                                   on 2000/11/22  21:13:27
32923         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
32924              From: Casey Tweten <crt@kiski.net>
32925              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
32926              Message-Id: <200011201653.LAA10194@home.kiski.net>
32927      Branch: perl
32928            ! t/lib/io_udp.t
32929 ____________________________________________________________________________
32930 [  7807] By: jhi                                   on 2000/11/22  21:12:35
32931         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
32932              From: Casey Tweten <crt@kiski.net>
32933              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
32934              Message-Id: <200011201636.LAA07227@home.kiski.net>
32935      Branch: perl
32936            ! t/lib/io_sock.t
32937 ____________________________________________________________________________
32938 [  7806] By: jhi                                   on 2000/11/22  21:10:59
32939         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
32940              From: "Casey R. Tweten" <crt@kiski.net>
32941              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
32942              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
32943      Branch: perl
32944            ! utils/h2xs.PL
32945 ____________________________________________________________________________
32946 [  7805] By: nick                                  on 2000/11/22  21:05:06
32947         Log: Integrate mainline
32948      Branch: perlio
32949           !> Changes Porting/genlog ext/DB_File/DB_File.xs
32950           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
32951           !> utils/perlbug.PL
32952 ____________________________________________________________________________
32953 [  7804] By: jhi                                   on 2000/11/22  21:01:12
32954         Log: Subject: [PATCH] Test.pm POD peculiarity
32955              From: "Casey R. Tweten" <crt@kiski.net>
32956              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
32957              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
32958      Branch: perl
32959            ! lib/Test.pm
32960 ____________________________________________________________________________
32961 [  7803] By: jhi                                   on 2000/11/22  20:59:59
32962         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
32963              From: "Philip Newton" <pnewton@gmx.de>
32964              Date: Wed, 22 Nov 2000 14:25:53 +0100
32965              Message-Id: <3A1BD771.25462.1939FAD@localhost>
32966              
32967              Be case-understanding also on 's', and use the -oi of sendmail
32968              not to terminate the transmission on a lone '.'.
32969      Branch: perl
32970            ! utils/perlbug.PL
32971 ____________________________________________________________________________
32972 [  7802] By: nick                                  on 2000/11/22  20:51:42
32973         Log: Win32 PerlIO intermediate state now working as expected.
32974              - In current state we are still using C runtime in text/binary
32975              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
32976              - PERLIO=stdio and PERLIO=unix pass all expected tests.
32977              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
32978              and PerlIO_seek() and the dummy crlf layer is not making adjustments
32979              for CRLF translation happening in C runtime. All other tests pass.
32980              
32981              Added note to README.win32 to point out the snags of doing a perl build
32982              with Norton AntiVirus turned on.
32983              
32984              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
32985              which file a fail comes from.
32986              
32987              Updated "canned" config.h to match the one generated.
32988      Branch: perlio
32989            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
32990            ! win32/makefile.mk
32991 ____________________________________________________________________________
32992 [  7801] By: jhi                                   on 2000/11/22  06:50:20
32993         Log: Nickety nits.
32994      Branch: perl
32995            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32996 ____________________________________________________________________________
32997 [  7800] By: jhi                                   on 2000/11/22  01:29:55
32998         Log: Changes had accidentally gone too silent on non-main branches.
32999      Branch: perl
33000            ! Changes Porting/genlog patchlevel.h
33001 ____________________________________________________________________________
33002 [  7799] By: gsar                                  on 2000/11/22  01:02:56
33003         Log: some lib_pm.PL changes snuck in via change#7772
33004      Branch: maint-5.6/perl
33005            ! Makefile.SH
33006 ____________________________________________________________________________
33007 [  7798] By: nick                                  on 2000/11/21  21:59:40
33008         Log: Integrate mainline
33009      Branch: perlio
33010           !> (integrate 28 files)
33011 ____________________________________________________________________________
33012 [  7797] By: jhi                                   on 2000/11/21  21:01:45
33013         Log: Integrate perlio.
33014      Branch: perl
33015           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
33016 ____________________________________________________________________________
33017 [  7796] By: nick                                  on 2000/11/21  20:36:22
33018         Log: Win32 builds and runs (mostly) with USE_PERLIO.
33019              PERLIO=perlio passes all tests. 
33020              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
33021      Branch: perlio
33022            ! perlio.c win32/perllib.c win32/win32.c
33023 ____________________________________________________________________________
33024 [  7795] By: jhi                                   on 2000/11/21  19:03:44
33025         Log: Update Changes.
33026      Branch: perl
33027            ! Changes patchlevel.h
33028 ____________________________________________________________________________
33029 [  7794] By: jhi                                   on 2000/11/21  18:56:34
33030         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
33031              From: "Craig A. Berry" <craigberry@mac.com>
33032              Date: Mon, 20 Nov 2000 20:27:06 -0600
33033              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
33034              
33035              A cut-and-pasto.
33036      Branch: perl
33037            ! perlio.h
33038 ____________________________________________________________________________
33039 [  7793] By: jhi                                   on 2000/11/21  18:54:41
33040         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
33041              From: Dominic Dunlop <domo@computer.org> 
33042              Date: Mon, 20 Nov 2000 18:55:29 +0100
33043              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
33044              
33045              va_copy() and the need of it.
33046              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
33047      Branch: metaconfig/U/perl
33048            + need_va_copy.U
33049      Branch: perl
33050            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33051            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
33052            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33053            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33054            ! win32/config.bc win32/config.gc win32/config.vc
33055 ____________________________________________________________________________
33056 [  7792] By: jhi                                   on 2000/11/21  17:04:10
33057         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
33058      Branch: perl
33059           !> scope.h
33060 ____________________________________________________________________________
33061 [  7791] By: jhi                                   on 2000/11/21  17:01:16
33062         Log: Export the SOCKS workaround symbols only if necessary.
33063      Branch: perl
33064            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
33065 ____________________________________________________________________________
33066 [  7790] By: nick                                  on 2000/11/20  23:57:11
33067         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
33068      Branch: perlio
33069            ! scope.h
33070 ____________________________________________________________________________
33071 [  7789] By: nick                                  on 2000/11/20  23:38:33
33072         Log: Integrate mainline
33073      Branch: perlio
33074           +> lib/File/Spec/Epoc.pm
33075           !> (integrate 34 files)
33076 ____________________________________________________________________________
33077 [  7788] By: nick                                  on 2000/11/20  23:20:18
33078         Log: Make extra buffer layer work (dummy crlf layer)
33079      Branch: perlio
33080            ! doio.c perlio.c perlio.h
33081 ____________________________________________________________________________
33082 [  7787] By: jhi                                   on 2000/11/20  22:44:04
33083         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
33084              From: Peter Prymmer <pvhp@forte.com>
33085              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
33086              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
33087      Branch: perl
33088            ! t/pragma/locale.t
33089 ____________________________________________________________________________
33090 [  7786] By: jhi                                   on 2000/11/20  22:29:10
33091         Log: Subject: DOC PATCH 5.6.0 perlreftut
33092              From: mjd@plover.com
33093              Date: 20 Nov 2000 19:45:06 -0000
33094              Message-ID: <20001120194506.9505.qmail@plover.com>
33095      Branch: perl
33096            ! pod/perlreftut.pod
33097 ____________________________________________________________________________
33098 [  7785] By: jhi                                   on 2000/11/20  22:27:44
33099         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
33100              From: David Dyck <dcd@tc.fluke.com>
33101              Date: Mon, 20 Nov 2000 11:43:40 -0800
33102              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
33103      Branch: perl
33104            ! lib/Cwd.pm
33105 ____________________________________________________________________________
33106 [  7784] By: jhi                                   on 2000/11/20  22:23:21
33107         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
33108              Date: Mon, 20 Nov 2000 17:06:10 -0500
33109              To: Mailing list Perl5 <perl5-porters@perl.org>
33110              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
33111      Branch: perl
33112            ! pp_ctl.c t/op/pat.t
33113 ____________________________________________________________________________
33114 [  7783] By: jhi                                   on 2000/11/20  22:11:18
33115         Log: Subject: [PATCH] doop.c - UTF8 tr///               
33116              From: Simon Cozens <simon@cozens.net>
33117              Date: Sat, 18 Nov 2000 18:49:30 +0000
33118              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
33119              
33120              Subject: Re: [PATCH] doop.c - UTF8 tr///           
33121              From: Simon Cozens <simon@cozens.net>
33122              Date: Mon, 20 Nov 2000 20:45:22 +0000
33123              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
33124              
33125              Make tr on UTF-8 better but still not correct.
33126      Branch: perl
33127            ! doop.c
33128 ____________________________________________________________________________
33129 [  7782] By: jhi                                   on 2000/11/20  22:02:16
33130         Log: Remove the shared object before attempting to create
33131              (by linking) a new one.  E.g. in AIX not removing
33132              becomes quite painful if one tries to do more than one
33133              build in the same tree (an interrupted build, for example),
33134              since the AIX' shared dynaloader seemingly keeps the shared
33135              objects open and therefore 'busy' for quite a while, even when
33136              nobody is using the objects, leading into link failures.
33137      Branch: perl
33138            ! lib/ExtUtils/MM_Unix.pm
33139 ____________________________________________________________________________
33140 [  7781] By: gsar                                  on 2000/11/20  19:02:55
33141         Log: type mismatch due to faulty integration
33142      Branch: maint-5.6/perl
33143            ! toke.c win32/Makefile
33144 ____________________________________________________________________________
33145 [  7780] By: gsar                                  on 2000/11/20  17:31:55
33146         Log: integrate changes#6392,6394..6399,6401..6404
33147              
33148              The {multiplier} of a fixed substring was overlooked which
33149              caused a wrong initial search offset for that substring.
33150              
33151              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
33152              From: Hugo <hv@crypt.compulink.co.uk>
33153              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
33154              Date: Thu, 13 Jul 2000 19:27:13 +0100
33155              
33156              Fix the BOM bug: not a byteorder bug, a signedness bug.
33157              
33158              Replace change #6337 with a better one.
33159              
33160              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
33161              From: Hugo <hv@crypt.compulink.co.uk>
33162              Date: Fri, 14 Jul 2000 04:16:20 +0100
33163              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
33164              
33165              MakeMaker should not remove editor backups (*~) on `make clean`
33166              by default (completes change#6383)
33167              
33168              move new variables to the end of the interpreter structure (for
33169              bincompat in code that doesn't #include XSUB.h)
33170              
33171              rename totally bletcherous SvLOCK() thingy (doesn't do what the
33172              name suggests anyway)
33173              
33174              various cleanups (typos, misformatted code, and small bugs)
33175              
33176              typecasts needed for change#6394
33177              
33178              typos in change#6399, regen headers
33179              
33180              inconsistent types needs casts
33181              
33182              PERL_OBJECT build tweaks
33183      Branch: maint-5.6/perl
33184           !> MANIFEST doop.c embed.h embed.pl embedvar.h
33185           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
33186           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
33187           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
33188           !> toke.c util.c
33189 ____________________________________________________________________________
33190 [  7779] By: gsar                                  on 2000/11/20  17:06:29
33191         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
33192              
33193              Cosmetics and perldelta.
33194              
33195              Fix nits noticed by Boston.pm.
33196              
33197              Do the cc sanity check both before the hints and
33198              after the cc selction.
33199              
33200              get sprintf.t to adjust properly for 3-digit exponents
33201              
33202              don't clobber *.orig files on *clean targets
33203              
33204              fix bugs in processing %v-*d and similar format specs (from
33205              Avi Finkel <avi@finkel.org>)
33206              
33207              sprintf test tweaks (from Dominic Dunlop)
33208              
33209              new selfloader.t in change#6183 doesn't close DATA handles,
33210              and thus fails to clean up tmp files on dosish platforms
33211              
33212              typos (spotted by Peter Prymmer)
33213              
33214              typo fix from Craig Berry
33215      Branch: maint-5.6/perl
33216           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
33217           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
33218           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
33219           !> x2p/Makefile.SH
33220 ____________________________________________________________________________
33221 [  7778] By: gsar                                  on 2000/11/20  16:46:51
33222         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
33223              
33224              Subject: Re: format bug report  [Patch]
33225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33226              Date: Wed, 05 Jul 2000 13:12:52 +0200
33227              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
33228              
33229              Subject: Re: format bug report  [Patch]
33230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33231              Date: Wed, 05 Jul 2000 14:10:01 +0200
33232              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
33233              
33234              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
33235              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33236              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
33237              Date: Fri, 07 Jul 2000 17:57:16 +0100
33238              
33239              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
33240              To: perl5-porters@perl.org
33241              From: Karsten Sperling <spiff@phreax.net>
33242              Date: Mon, 10 Jul 2000 15:12:52 +0200
33243              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
33244              
33245              README.posix-bc podified from Thomas Dorner.
33246              
33247              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
33248              From: Dominic Dunlop <domo@computer.org>
33249              Date: Tue, 11 Jul 2000 12:27:33 +0200
33250              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
33251              
33252              Typo in #6341.
33253              
33254              Fix for
33255              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
33256              From: Roderick Schertler <roderick@argon.org>
33257              Date: Tue, 11 Jul 2000 13:55:05 -0400
33258              Message-Id: <200007111755.NAA05077@jones.argon.org>
33259              
33260              Minor cleanups on the booklist.
33261              
33262              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
33263              regen perltoc.
33264              
33265              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
33266      Branch: maint-5.6/perl
33267           +> pod/perlbook.pod
33268           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
33269           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
33270           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
33271 ____________________________________________________________________________
33272 [  7777] By: jhi                                   on 2000/11/20  16:08:49
33273         Log: Update Changes.
33274      Branch: perl
33275            ! Changes patchlevel.h
33276 ____________________________________________________________________________
33277 [  7776] By: jhi                                   on 2000/11/20  15:27:56
33278         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
33279              This may be overly harsh but until proven otherwise, we think this
33280              way, or until we have a simple test for Configure (having to start
33281              up servers is does not count as simple) to check for the problems.
33282      Branch: perl
33283            ! perl.h
33284 ____________________________________________________________________________
33285 [  7775] By: jhi                                   on 2000/11/20  15:22:17
33286         Log: Solaris hints tweaks.
33287      Branch: perl
33288            ! hints/solaris_2.sh
33289 ____________________________________________________________________________
33290 [  7774] By: jhi                                   on 2000/11/20  15:01:20
33291         Log: Add a workaround to SOCKS 64-bit problems.
33292      Branch: perl
33293            ! doio.c embed.h embed.pl perlsdio.h proto.h
33294 ____________________________________________________________________________
33295 [  7773] By: jhi                                   on 2000/11/20  14:51:47
33296         Log: sysseek() instead of seek().
33297      Branch: perl
33298            ! t/lib/syslfs.t
33299 ____________________________________________________________________________
33300 [  7772] By: gsar                                  on 2000/11/20  13:06:23
33301         Log: integrate changes#6315..6319,6321..6331,6333..6338
33302              
33303              Integrate with Sarathy, preliminary fix for unicos
33304              alignment problems in [ID 20000612.002] Perl problem on Cray system.
33305              
33306              some debugger output does not go to the socket when RemotePort is set
33307              
33308              winsock cleanup never done on Windows (leads to handle leaks)
33309              
33310              fix UNC path handling on Windows under ithreads, and chdir()
33311              return value when given a non-existent directory
33312              
33313              Autogenerate pod/Makefile and pod/buildtoc.
33314              buildtoc also checks whether the existin pods are
33315              mentioned in MANIFEST and perl.pod, and vice versa.
33316              (None of the thusly found discrepancies fixed yet.)
33317              roffitall also needs to be autogenerated similarly but it
33318              seems so badly out of date that I didn't touch it yet.
33319              
33320              Config is being used.
33321              
33322              Add =head1 NAMEs so that buildtoc is happy.
33323              (The CGI::Util nit reported to Lincoln.)
33324              
33325              Fix complaints of buildtoc.
33326              
33327              Fix the alignment problem in Crays ([ID 20000612.002]).
33328              
33329              Remove perlbook, update perlfaq book listing,
33330              rearrange perl.pod, regenerate perltoc.
33331              
33332              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
33333              was cast to an unsigned (32-bit) integer with wild abandon.
33334              
33335              winsock options weren't being set in all threads under ithreads
33336              (caused send()s from second and subsequent threads to fail)
33337              
33338              accept() leaks memory on windows due to incorrect ordering of
33339              closesocket() and fclose() calls
33340              
33341              Reorder perl.pod once more.
33342              
33343              More POSIX.pod tweaks.
33344              
33345              Sprinkle ldlibpath.
33346              
33347              Precedence goof, fix based on
33348              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
33349              From: Hugo <hv@crypt.compulink.co.uk>
33350              Date: Tue, 11 Jul 2000 12:52:38 +0100
33351              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
33352              
33353              Subject: PATCH perlguts.pod: Document D and d magic types
33354              From: mjd@plover.com
33355              Date: 5 Jul 2000 18:01:51 -0000
33356              Message-ID: <20000705180151.29413.qmail@plover.com>
33357              
33358              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
33359              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
33360              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
33361              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
33362              
33363              Subject: [PATCH cfgperl] $& segfaults if you trick it
33364              From: simon@brecon.co.uk (Simon Cozens)
33365              Date: 7 Jul 2000 11:26:09 GMT
33366              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
33367              
33368              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
33369              From: Hugo <hv@crypt.compulink.co.uk>
33370              Date: Tue, 11 Jul 2000 12:44:50 +0100
33371              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
33372              
33373              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
33374              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33375              Date: Tue, 11 Jul 2000 13:50:51 +0100
33376              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
33377      Branch: maint-5.6/perl
33378           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
33379           +> pod/buildtoc.PL
33380            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
33381           !> (integrate 26 files)
33382 ____________________________________________________________________________
33383 [  7771] By: gsar                                  on 2000/11/20  12:31:42
33384         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
33385              6310,6311,6314
33386              
33387              Subject: [PATCH bleedperl] File::Spec 0.82 beta
33388              From: Barrie Slaymaker <barries@jester.slaysys.com>
33389              Date: Wed, 28 Jun 2000 11:35:29 -0400
33390              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
33391              
33392              tweak perlembed for multiplicity/usethreads sanity; correct notes
33393              about Windows
33394              
33395              localize %INC in a Safe compartment so that use/require work
33396              (many other magic globals probably need similar treatment)
33397              
33398              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
33399              when @_ is modified, causing coredumps
33400              
33401              slurp mode fix in change#4736 still not quite right
33402              
33403              Point to perlipc for more SysV IPC examples.
33404              
33405              Elaborate POSIX.pod.  Still needs work.
33406              
33407              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
33408              
33409              fix large memory leak that has been around for ever, masked by
33410              -DPURIFY (most of the arenas were never freed!)
33411              
33412              fix memory leak on Windows (PL_sys_intern contents were never
33413              freed)
33414              
33415              PERL_OBJECT build tweak
33416              
33417              adjust change#6299
33418              
33419              remove rel2abs prototypes (from Barrie Slaymaker)
33420              
33421              missing perldiag entry for unpack("w",...) diagnostic (from
33422              Andreas Koenig)
33423              
33424              better diagnostic on Frob->stuff() when Frob:: doesn't exist
33425              (from Richard Soderberg <rs@oregonnet.com>)
33426              
33427              Win32 patches for cfgperl from Sarathy.
33428              
33429              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
33430              
33431              More POSIX.pod embellishment.
33432              
33433              tyop in change#6306
33434      Branch: maint-5.6/perl
33435           !> (integrate 44 files)
33436 ____________________________________________________________________________
33437 [  7770] By: gsar                                  on 2000/11/20  11:51:00
33438         Log: integrate changes#6268..6282 from cfgperl branch
33439              
33440              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
33441              From: Dominic Dunlop <domo@computer.org>
33442              Date: Thu, 29 Jun 2000 12:32:39 +0200
33443              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
33444              
33445              Regen headers for #6261 (and update embed.pl for this) and #6267,
33446              silence few compiler warnings.
33447              
33448              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
33449              From: Nicholas Clark <nick@talking.bollo.cx>
33450              Date: Fri, 23 Jun 2000 16:21:15 +0100
33451              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
33452              
33453              Subject: PATCH pod/perltie.pod
33454              From: Ian Phillipps <Ian.Phillipps@iname.com>
33455              Date: Fri, 16 Jun 2000 00:17:19 +0100
33456              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
33457              (only the first hunk, the second hunk had already been done
33458              by some other patch)
33459              
33460              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
33461              From: Tom Phoenix <rootbeer@redcat.com>
33462              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
33463              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
33464              
33465              Subject: [PATCH] xsub attributes
33466              From: Doug MacEachern <dougm@covalent.net>
33467              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
33468              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
33469              
33470              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
33471              From: Andy Dougherty <doughera@lafayette.edu>
33472              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
33473              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
33474              
33475              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
33476              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33477              Date: Tue, 13 Jun 2000 02:43:48 -0500
33478              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
33479              
33480              Subject: [PATCH] Re: eval documentation: context
33481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33482              Date: Mon, 12 Jun 2000 15:07:29 +0100
33483              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
33484              
33485              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
33486              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33487              Date: Mon, 12 Jun 2000 14:55:59 +0100
33488              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
33489              
33490              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
33491              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
33492              Date: Fri, 09 Jun 2000 12:39:27 -0400
33493              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
33494              (plus update the version "number" of Text::Wrap)
33495              
33496              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
33497              From: Tim Ayers <tayers@bridge.com>
33498              Date: Thu, 08 Jun 2000 08:11:06 +0200
33499              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
33500              [resent by Richard Foley, Message-Id probably wrong]
33501              
33502              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
33503              From: rspier@pobox.com (Robert Spier)
33504              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
33505              Message-ID: <14654.31913.845602.610277@rls.cx>
33506              
33507              Subject: [PATCH 5.6.0] utils/h2xs.PL
33508              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33509              Date: Wed, 7 Jun 2000 04:02:04 -0500
33510              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
33511              
33512              Subject: [PATCH 5.6.0]ITHREADs for VMS
33513              From: Dan Sugalski <dan@sidhe.org>
33514              Date: Tue, 06 Jun 2000 11:59:50 -0400
33515              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
33516      Branch: maint-5.6/perl
33517           !> (integrate 31 files)
33518 ____________________________________________________________________________
33519 [  7769] By: gsar                                  on 2000/11/20  11:29:06
33520         Log: integrate changes#6261..6266 from cfgperl
33521              
33522              Subject: Re: [PATCH cfgperl] BOMs away!
33523              From: simon@brecon.co.uk (Simon Cozens)
33524              Date: 17 Jun 2000 11:49:57 GMT
33525              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
33526              
33527              Subject: 5.6.0 Patch for EPOC
33528              From: Olaf Flebbe <o.flebbe@gmx.de>
33529              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
33530              Message-ID: <23449.960929969@www11.gmx.net>
33531              
33532              tr fixes from Simon Cozens
33533              
33534              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
33535              From: Marty Lucich <marty@netcom.com>
33536              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
33537              Message-Id: <200006282116.OAA11148@netcom.com>
33538              ccdlflags update (the BSD/OS 4.1 part had already been taken
33539              care of by #6141).
33540              
33541              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
33542              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33543              Date: Wed, 28 Jun 2000 17:50:12 -0700
33544              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
33545              
33546              Subject: [PATCH 5.6.0] cygwin port
33547              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
33548              From: "Fifer, Eric" <EFifer@sanwaint.com>
33549              Date: Thu, 29 Jun 2000 12:58:29 +0100
33550      Branch: maint-5.6/perl
33551           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
33552           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
33553           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33554           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
33555 ____________________________________________________________________________
33556 [  7768] By: gsar                                  on 2000/11/20  11:13:44
33557         Log: integrate changes#6252..6256,6259..6260
33558              
33559              Paranoia tweak on #6249.
33560              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
33561              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33562              Date: Sun, 25 Jun 2000 23:43:12 -0400
33563              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
33564              
33565              Subject: tr///, help wanted.
33566              From: simon@brecon.co.uk (Simon Cozens)
33567              Date: 28 Jun 2000 11:29:04 GMT
33568              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
33569              
33570              small thinko tweaks
33571              
33572              tweaks from Simon Conzes to further fix tr/// under utf8
33573              
33574              perlnewmod was missing from MANIFEST.
33575              
33576              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
33577              From: simon@brecon.co.uk (Simon Cozens)
33578              Date: 17 Jun 2000 11:56:44 GMT
33579              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
33580              pack U0, pack C0
33581      Branch: maint-5.6/perl
33582           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
33583           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
33584           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
33585           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
33586 ____________________________________________________________________________
33587 [  7767] By: gsar                                  on 2000/11/20  10:51:38
33588         Log: integrate change#6250 from cfgperl
33589              
33590              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
33591              From: Doug MacEachern <dougm@covalent.net>
33592              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
33593              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
33594      Branch: maint-5.6/perl
33595           +> t/op/my_stash.t
33596           !> MANIFEST embed.pl global.sym proto.h toke.c
33597 ____________________________________________________________________________
33598 [  7766] By: gsar                                  on 2000/11/20  10:48:34
33599         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
33600              
33601              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
33602              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33603              Date: Mon, 26 Jun 2000 18:40:14 +0100
33604              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
33605              
33606              Subject: [PATCH] bytes<->utf8 fixes
33607              From: simon@brecon.co.uk (Simon Cozens)
33608              Date: 26 Jun 2000 04:55:45 GMT
33609              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
33610              
33611              Subject: [PATCH] is_utf8_string
33612              From: simon@brecon.co.uk (Simon Cozens)
33613              Date: 26 Jun 2000 02:25:59 GMT
33614              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
33615              
33616              Subject: [PATCH] avoid mg_ptr in '*' magic
33617              From: Doug MacEachern <dougm@covalent.net>
33618              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
33619              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
33620              
33621              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
33622              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33623              Date: Sat, 24 Jun 2000 13:06:20 +0100
33624              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
33625              
33626              Allow for standalone testing.
33627              
33628              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
33629              From: Mark-Jason Dominus <mjd@plover.com>
33630              Date: Tue, 27 Jun 2000 22:36:42 -0400
33631              Message-ID: <20000628023642.12166.qmail@plover.com>
33632              
33633              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
33634              From: Frank Tobin <ftobin@uiuc.edu>
33635              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
33636              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
33637      Branch: maint-5.6/perl
33638           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
33639           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
33640           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
33641           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
33642           !> utf8.c utils/h2xs.PL
33643 ____________________________________________________________________________
33644 [  7765] By: gsar                                  on 2000/11/20  10:29:13
33645         Log: integrate change#6239 from cfgperl
33646              
33647              Configure maintenance.  Sever some dependency cycles,
33648              separate gccversion from the cc unit,
33649              address [ID 20000623.006] Configure script patch for using gcc on AIX
33650              (but solve it a little bit differently),
33651              unduplex some accidentally duplicated units,
33652              suggest using gcc if no cc available
33653              (p5p thread: "Solaris configure: counterproposal", 1999-09)
33654      Branch: maint-5.6/perl
33655           !> Configure Todo-5.6 config_h.SH
33656 ____________________________________________________________________________
33657 [  7764] By: gsar                                  on 2000/11/20  10:25:55
33658         Log: integrate changes#6233..6238 from cfgperl
33659              
33660              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
33661              From: Mark-Jason Dominus <mjd@plover.com>
33662              Date: Fri, 16 Jun 2000 20:53:04 -0400
33663              Message-ID: <20000617005304.8008.qmail@plover.com>
33664              
33665              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
33666              because when run as services (Win32ese for daemons)
33667              no environment variables are set and tmpdir ends up as /tmp,
33668              which is ambiguous.
33669              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
33670              From: matt@sergeant.org
33671              Date: 16 Jun 2000 16:30:43 -0000
33672              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
33673              
33674              The thread begun by
33675              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
33676              From: Kevin.Ruscoe@ubsw.com
33677              Date: Fri, 16 Jun 2000 16:38:51 +0100
33678              Message-Id: <H000019b03c300d6@MHS>
33679              
33680              Tweak embed.pl, regen headers.
33681              
33682              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
33683              From: Dan Sugalski <dan@sidhe.org>
33684              Date: Fri, 23 Jun 2000 17:00:00 -0400
33685              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
33686      Branch: maint-5.6/perl
33687           !> (integrate 27 files)
33688 ____________________________________________________________________________
33689 [  7763] By: gsar                                  on 2000/11/20  10:08:08
33690         Log: s/perl56delta/perldelta/g
33691      Branch: maint-5.6/perl
33692            ! pod/Makefile
33693 ____________________________________________________________________________
33694 [  7762] By: gsar                                  on 2000/11/20  10:04:00
33695         Log: integrate changes#6225,6229,6231,6232 from cfgperl
33696              
33697              Add source code filenames to apidoc.
33698              From: simon@brecon.co.uk (Simon Cozens)
33699              Subject: [PATCH embed.pl] Source X-ref
33700              Date: 22 Jun 2000 02:18:49 GMT
33701              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
33702              
33703              Subject: README.hpux version 0.6.1
33704              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
33705              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
33706              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
33707              
33708              Subject: [PATCH 5.6.0] cygwin port
33709              From: "Fifer, Eric" <EFifer@sanwaint.com>
33710              Date: Tue, 20 Jun 2000 14:30:58 +0100
33711              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
33712              
33713              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
33714              From: simon@brecon.co.uk (Simon Cozens)
33715              Date: 19 Jun 2000 15:18:27 GMT
33716              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
33717              
33718              plus update pod/Makefile and regenerate perltoc
33719      Branch: maint-5.6/perl
33720           +> pod/perlutil.pod
33721           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
33722           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
33723 ____________________________________________________________________________
33724 [  7761] By: jhi                                   on 2000/11/20  04:09:55
33725         Log: Miraculous typo.
33726      Branch: perl
33727            ! t/op/pat.t
33728 ____________________________________________________________________________
33729 [  7760] By: jhi                                   on 2000/11/20  04:06:08
33730         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
33731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33732              Date: Sun, 19 Nov 2000 22:30:26 -0500
33733              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
33734      Branch: perl
33735            ! regexec.c scope.h t/op/pat.t
33736 ____________________________________________________________________________
33737 [  7759] By: jhi                                   on 2000/11/20  02:05:22
33738         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
33739      Branch: perl
33740            ! perl.h
33741 ____________________________________________________________________________
33742 [  7758] By: jhi                                   on 2000/11/20  01:58:11
33743         Log: Subject: [perl 7711: EPOC] updates
33744              From: Olaf Flebbe <o.flebbe@gmx.de>
33745              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
33746              Message-ID: <25575.974658810@www23.gmx.net>               
33747      Branch: perl
33748            + lib/File/Spec/Epoc.pm
33749            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
33750            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
33751            ! lib/File/Spec.pm perl.c sv.c
33752 ____________________________________________________________________________
33753 [  7757] By: jhi                                   on 2000/11/20  01:53:11
33754         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
33755      Branch: perl
33756            ! MANIFEST
33757 ____________________________________________________________________________
33758 [  7756] By: jhi                                   on 2000/11/20  01:47:22
33759         Log: Integrate perlio.
33760      Branch: perl
33761            - ext/re/hints/MSWin32.pl
33762           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
33763           !> win32/config.gc win32/config_H.gc win32/win32sck.c
33764 ____________________________________________________________________________
33765 [  7755] By: nick                                  on 2000/11/19  20:57:17
33766         Log: Add dummy crlf layer (just as buffer)
33767              Correct 1st bug - one layer of indirection.
33768      Branch: perlio
33769            ! perlio.c perlio.h perliol.h
33770 ____________________________________________________________________________
33771 [  7754] By: nick                                  on 2000/11/19  20:56:12
33772         Log: Work-round to Perl_deb_nocontext is no longer required
33773      Branch: perlio
33774            - ext/re/hints/MSWin32.pl
33775 ____________________________________________________________________________
33776 [  7753] By: nick                                  on 2000/11/19  20:01:16
33777         Log: diff -se shows these as different
33778      Branch: perlio
33779            ! global.sym pod/perlapi.pod
33780 ____________________________________________________________________________
33781 [  7752] By: nick                                  on 2000/11/19  18:57:30
33782         Log: Configure GCC/Win32 build -Duseperlio
33783              Fix a couple of gross issues
33784              - double-include of ../deb.o in re.dll
33785              - win32sck.c needs PerlIO and FILE 
33786      Branch: perlio
33787            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
33788            ! win32/win32sck.c
33789 ____________________________________________________________________________
33790 [  7751] By: nick                                  on 2000/11/19  17:05:36
33791         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
33792      Branch: perlio
33793            ! perlio.c
33794 ____________________________________________________________________________
33795 [  7750] By: nick                                  on 2000/11/19  16:57:14
33796         Log: Missing aTHX_
33797      Branch: perlio
33798            ! sv.c
33799 ____________________________________________________________________________
33800 [  7749] By: jhi                                   on 2000/11/19  16:28:40
33801         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
33802              From: "Peter J. Farley III" <pjfarley@banet.net>
33803              Date: Sun, 19 Nov 2000 01:42:58 -0500
33804              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
33805      Branch: perl
33806            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
33807 ____________________________________________________________________________
33808 [  7748] By: jhi                                   on 2000/11/19  16:08:10
33809         Log: Subject: podlators 1.05 available        
33810              From: Russ Allbery <rra@stanford.edu>   
33811              Date: 18 Nov 2000 22:04:28 -0800
33812              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
33813      Branch: perl
33814            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
33815 ____________________________________________________________________________
33816 [  7747] By: nick                                  on 2000/11/19  11:19:39
33817         Log: Integrate mainline
33818      Branch: perlio
33819           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
33820           !> util.c
33821 ____________________________________________________________________________
33822 [  7746] By: jhi                                   on 2000/11/19  06:42:22
33823         Log: Make hex scanning warn on "\x{x}" and "\xx".
33824              "\x" and and hex("x") are still valid.
33825      Branch: perl
33826            ! util.c
33827 ____________________________________________________________________________
33828 [  7745] By: nick                                  on 2000/11/18  22:52:28
33829         Log: Integrate mainline
33830      Branch: perlio
33831           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
33832           !> perl.h perlio.c proto.h regcomp.c regcomp.h
33833 ____________________________________________________________________________
33834 [  7744] By: jhi                                   on 2000/11/18  22:50:28
33835         Log: Introduce Perl_utf8_length().  Use it.
33836      Branch: perl
33837            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
33838 ____________________________________________________________________________
33839 [  7743] By: jhi                                   on 2000/11/18  22:38:51
33840         Log: Compiler denit.
33841      Branch: perl
33842            ! perlio.c
33843 ____________________________________________________________________________
33844 [  7742] By: jhi                                   on 2000/11/18  20:33:05
33845         Log: Integrate perlio.
33846      Branch: perl
33847           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
33848           !> perlio.h pp_ctl.c pp_sys.c sv.c
33849 ____________________________________________________________________________
33850 [  7741] By: jhi                                   on 2000/11/18  20:31:27
33851         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
33852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33853              Date: Fri, 17 Nov 2000 20:35:11 -0500
33854              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
33855              
33856              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
33857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33858              Date: Fri, 17 Nov 2000 21:03:47 -0500
33859              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
33860              
33861              Plus a little bit of tweaking in pregcomp().
33862      Branch: perl
33863            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
33864 ____________________________________________________________________________
33865 [  7740] By: nick                                  on 2000/11/18  20:17:22
33866         Log: Lexical use open ... support:
33867              add ->cop_io to COP structure in cop.h.
33868              Make mg.c and gv.c associate it with ${^OPEN}.
33869              Make lib/open.pm set it.
33870              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
33871              manner similar to ->cop_warnings.
33872              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
33873              call new PerlIO_apply_layers().
33874              Declare latter in perlio.h and define in perlio.c
33875      Branch: perlio
33876            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
33877            ! perlio.h pp_ctl.c pp_sys.c sv.c
33878 ____________________________________________________________________________
33879 [  7739] By: jhi                                   on 2000/11/18  19:54:00
33880         Log: Integrate perlio.
33881      Branch: perl
33882           !> doio.c perlio.c pp.c
33883 ____________________________________________________________________________
33884 [  7738] By: jhi                                   on 2000/11/18  17:16:13
33885         Log: Subject: [PATCH 5.7.0] etags broken again
33886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33887              Date: Sat, 18 Nov 2000 02:41:36 -0500
33888              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
33889      Branch: perl
33890            ! emacs/ptags
33891 ____________________________________________________________________________
33892 [  7737] By: jhi                                   on 2000/11/18  17:12:18
33893         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
33894      Branch: perl
33895            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33896 ____________________________________________________________________________
33897 [  7736] By: nick                                  on 2000/11/18  14:06:20
33898         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
33899              part to be isolated.
33900      Branch: perlio
33901            ! doio.c perlio.c
33902 ____________________________________________________________________________
33903 [  7735] By: nick                                  on 2000/11/18  11:03:32
33904         Log: Integrate mainline
33905      Branch: perlio
33906           !> Changes README.amiga README.win32 patchlevel.h
33907           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
33908 ____________________________________________________________________________
33909 [  7734] By: jhi                                   on 2000/11/18  01:18:56
33910         Log: Update Changes.
33911      Branch: perl
33912            ! Changes patchlevel.h
33913 ____________________________________________________________________________
33914 [  7733] By: jhi                                   on 2000/11/18  00:32:54
33915         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
33916              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33917              Date: Fri, 17 Nov 2000 17:28:02 -0500
33918              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
33919      Branch: perl
33920            ! regcomp.c regexec.c t/op/re_tests
33921 ____________________________________________________________________________
33922 [  7732] By: jhi                                   on 2000/11/18  00:28:56
33923         Log: Sparc 64-bit pack() fix from Jens Hamisch.
33924      Branch: perl
33925            ! pp.c
33926 ____________________________________________________________________________
33927 [  7731] By: jhi                                   on 2000/11/18  00:18:39
33928         Log: Explain in more detail the {} syntax ambiguousity.
33929              
33930              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
33931              From: Nicholas Clark <nick@ccl4.org>
33932              Date: Fri, 17 Nov 2000 22:10:28 +0000
33933              Message-ID: <20001117221028.A88930@plum.flirble.org>
33934      Branch: perl
33935            ! pod/perlfunc.pod
33936 ____________________________________________________________________________
33937 [  7730] By: jhi                                   on 2000/11/18  00:12:18
33938         Log: Subject: Fix for README.amiga (20000323.033)
33939              From: "Stephen P. Potter" <spp@spotter.yi.org>
33940              Date: Fri, 17 Nov 2000 12:25:51 -0500
33941              Message-Id: <200011171725.MAA05768@spotter.yi.org>
33942      Branch: perl
33943            ! README.amiga
33944 ____________________________________________________________________________
33945 [  7729] By: jhi                                   on 2000/11/18  00:08:34
33946         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
33947              From: "A. C. Yardley" <yardley@tanet.net>
33948              Date: Mon, 3 Apr 2000 11:35:33 -0700
33949              Message-ID: <3483.000403@tanet.net>
33950      Branch: perl
33951            ! README.win32
33952 ____________________________________________________________________________
33953 [  7728] By: nick                                  on 2000/11/17  21:59:47
33954         Log: Integrate mainline
33955      Branch: perlio
33956           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
33957           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
33958           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
33959           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
33960 ____________________________________________________________________________
33961 [  7727] By: nick                                  on 2000/11/17  21:56:31
33962         Log: Experiment on use of attributes.pm interface.
33963              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
33964              SVt_PVRV if not already something better (else vivify of say magic gets
33965              core dump).
33966      Branch: perlio
33967            ! perlio.c pp.c
33968 ____________________________________________________________________________
33969 [  7726] By: jhi                                   on 2000/11/17  14:15:49
33970         Log: Subject: Fix for 20000815.006
33971              From: "Stephen P. Potter" <spp@spotter.yi.org>
33972              Date: Fri, 17 Nov 2000 08:57:45 -0500
33973              Message-Id: <200011171357.IAA05122@spotter.yi.org>
33974              
33975              It's really 20000518.006.
33976      Branch: perl
33977            ! pod/perlmodlib.PL
33978 ____________________________________________________________________________
33979 [  7725] By: jhi                                   on 2000/11/17  14:12:31
33980         Log: Subject: Fix for 20000409.001
33981              From: "Stephen P. Potter" <spp@spotter.yi.org>
33982              Date: Fri, 17 Nov 2000 08:55:45 -0500
33983              Message-Id: <200011171355.IAA05104@spotter.yi.org>
33984      Branch: perl
33985            ! pod/perlfaq9.pod
33986 ____________________________________________________________________________
33987 [  7724] By: jhi                                   on 2000/11/17  14:08:58
33988         Log: Undo #7627 now that we have =head3.
33989      Branch: perl
33990            ! pod/perlhack.pod
33991 ____________________________________________________________________________
33992 [  7723] By: jhi                                   on 2000/11/17  14:04:09
33993         Log: As surmised the #7719 wasn't a good move.
33994      Branch: perl
33995            ! hints/solaris_2.sh
33996 ____________________________________________________________________________
33997 [  7722] By: jhi                                   on 2000/11/17  13:59:04
33998         Log: Also the 64bitall hints can be either here or there.
33999      Branch: perl
34000            ! hints/solaris_2.sh
34001 ____________________________________________________________________________
34002 [  7721] By: jhi                                   on 2000/11/17  02:26:23
34003         Log: Test tweak for the open pragma.
34004      Branch: perl
34005            ! t/lib/b.t
34006 ____________________________________________________________________________
34007 [  7720] By: jhi                                   on 2000/11/17  00:23:22
34008         Log: The long double hints can be here or there.
34009      Branch: perl
34010            ! hints/solaris_2.sh
34011 ____________________________________________________________________________
34012 [  7719] By: jhi                                   on 2000/11/17  00:14:06
34013         Log: For Solaris use64bitall the stdchar needs a little bit of help.
34014      Branch: perl
34015            ! hints/solaris_2.sh
34016 ____________________________________________________________________________
34017 [  7718] By: jhi                                   on 2000/11/16  23:27:34
34018         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
34019              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34020              Date: Wed, 15 Nov 2000 08:56:32 +0100
34021              Message-ID: <3A1241B0.64477E00@alcatel.at>
34022      Branch: perl
34023            ! lib/Carp/Heavy.pm
34024 ____________________________________________________________________________
34025 [  7717] By: jhi                                   on 2000/11/16  23:23:29
34026         Log: Subject: [PATCH] Re: 20001101.003 PDL
34027              From: Nicholas Clark <nick@ccl4.org>
34028              Date: Thu, 16 Nov 2000 16:48:25 +0000
34029              Message-ID: <20001116164825.B93487@plum.flirble.org>
34030      Branch: perl
34031            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
34032 ____________________________________________________________________________
34033 [  7716] By: jhi                                   on 2000/11/16  23:21:31
34034         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
34035              From: "Casey R. Tweten" <crt@kiski.net>
34036              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
34037              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
34038      Branch: perl
34039            ! lib/Pod/Checker.pm pod/perlpod.pod
34040 ____________________________________________________________________________
34041 [  7715] By: jhi                                   on 2000/11/16  23:19:40
34042         Log: Avoid an infinite loop in VMS when utils scripts are run
34043              with no arguments, from Charles Lane.
34044      Branch: perl
34045            ! configure.com
34046 ____________________________________________________________________________
34047 [  7714] By: jhi                                   on 2000/11/16  23:17:08
34048         Log: Subject: perllocale.pod changes
34049              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34050              Date: Mon, 13 Nov 2000 10:09:22 +0300
34051              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
34052      Branch: perl
34053            ! pod/perllocale.pod
34054 ____________________________________________________________________________
34055 [  7713] By: jhi                                   on 2000/11/16  23:14:06
34056         Log: Integrate perlio.
34057      Branch: perl
34058           !> doio.c perlio.c perlio.h util.c
34059 ____________________________________________________________________________
34060 [  7712] By: nick                                  on 2000/11/16  21:10:58
34061         Log: Integrate mainline
34062      Branch: perlio
34063           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34064           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
34065           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
34066           !> vos/config.ga.def vos/config.ga.h win32/config.bc
34067           !> win32/config.gc win32/config.vc
34068 ____________________________________________________________________________
34069 [  7711] By: nick                                  on 2000/11/16  19:56:41
34070         Log: Minor tweaks:
34071              consistent way of getting 'rb', 'wb' etc. for binary opens
34072              move *perlio::layers to *open::layers
34073              a #define to show layers available
34074              DOSISH popen/PerlIO had export/import sense inverted.
34075      Branch: perlio
34076            ! doio.c perlio.c perlio.h util.c
34077 ____________________________________________________________________________
34078 [  7710] By: jhi                                   on 2000/11/16  15:46:05
34079         Log: Add HAS_SBRK_PROTO.
34080      Branch: metaconfig/U/perl
34081            + d_sbrkproto.U
34082      Branch: perl
34083            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34084            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
34085            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34086            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34087            ! win32/config.gc win32/config.vc
34088 ____________________________________________________________________________
34089 [  7709] By: nick                                  on 2000/11/16  07:31:49
34090         Log: Integrate mainline
34091      Branch: perlio
34092           !> (integrate 35 files)
34093 ____________________________________________________________________________
34094 [  7708] By: jhi                                   on 2000/11/16  05:33:03
34095         Log: These files are text, not binary.
34096      Branch: perl
34097            ! ext/Encode/Encode/iso8859-10.enc
34098            ! ext/Encode/Encode/iso8859-13.enc
34099            ! ext/Encode/Encode/iso8859-14.enc
34100            ! ext/Encode/Encode/iso8859-15.enc
34101 ____________________________________________________________________________
34102 [  7707] By: jhi                                   on 2000/11/16  01:53:37
34103         Log: Update Changes.
34104      Branch: perl
34105            ! Changes patchlevel.h
34106 ____________________________________________________________________________
34107 [  7706] By: jhi                                   on 2000/11/16  01:35:59
34108         Log: More #undefing of stdio.
34109      Branch: perl
34110            ! fakesdio.h nostdio.h
34111 ____________________________________________________________________________
34112 [  7705] By: jhi                                   on 2000/11/16  01:34:18
34113         Log: Add fwalk() probe to the configuration files and regen perltoc.
34114      Branch: perl
34115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34116            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
34117            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
34118            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34119            ! win32/config.bc win32/config.gc win32/config.vc
34120 ____________________________________________________________________________
34121 [  7704] By: jhi                                   on 2000/11/16  01:33:07
34122         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
34123              an optional third argument to Inlibc?)
34124      Branch: metaconfig/U/perl
34125            + d__fwalk.U
34126 ____________________________________________________________________________
34127 [  7703] By: jhi                                   on 2000/11/16  01:09:22
34128         Log: The type of the hash_cb() size argument is tricky.
34129      Branch: perl
34130            ! ext/DB_File/DB_File.xs
34131 ____________________________________________________________________________
34132 [  7702] By: jhi                                   on 2000/11/15  23:01:16
34133         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
34134      Branch: perl
34135            ! nostdio.h
34136 ____________________________________________________________________________
34137 [  7701] By: jhi                                   on 2000/11/15  22:52:32
34138         Log: Detypo.
34139      Branch: perl
34140            ! t/lib/bigfltpm.t
34141 ____________________________________________________________________________
34142 [  7700] By: jhi                                   on 2000/11/15  22:51:56
34143         Log: UINT64_C() work continues.
34144      Branch: perl
34145            ! handy.h perl.h utf8.h
34146 ____________________________________________________________________________
34147 [  7699] By: jhi                                   on 2000/11/15  14:13:04
34148         Log: SOCKS has its own USE_THREADS, based on
34149              
34150              Subject: [ID 20001114.002] et. al. bugfix followup
34151              From: Jens Hamisch <jens@Strawberry.COM> 
34152              Date: Wed, 15 Nov 2000 14:23:11 +0100
34153              Message-ID: <20001115142311.A21164@Strawberry.COM>
34154      Branch: perl
34155            ! perl.h
34156 ____________________________________________________________________________
34157 [  7698] By: jhi                                   on 2000/11/15  03:50:56
34158         Log: Add few missing #undefs and sort them.
34159      Branch: perl
34160            ! fakesdio.h
34161 ____________________________________________________________________________
34162 [  7697] By: jhi                                   on 2000/11/15  03:39:14
34163         Log: Linenumber fix.
34164      Branch: perl
34165            ! t/pragma/warn/utf8
34166 ____________________________________________________________________________
34167 [  7696] By: jhi                                   on 2000/11/15  02:55:26
34168         Log: EBCDIC tweaks.
34169              
34170              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
34171              From: Peter Prymmer <pvhp@forte.com>
34172              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
34173              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
34174      Branch: perl
34175            ! t/op/regmesg.t t/pragma/warn/utf8
34176 ____________________________________________________________________________
34177 [  7695] By: jhi                                   on 2000/11/15  02:53:58
34178         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
34179              From: Peter Prymmer <pvhp@forte.com>
34180              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
34181              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
34182      Branch: perl
34183            ! utf8.c
34184 ____________________________________________________________________________
34185 [  7694] By: jhi                                   on 2000/11/15  02:50:55
34186         Log: Subject: [PATCH: perl@7674] updates to README.os390
34187              From: Prymmer/Kahn <pvhp@best.com>
34188              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
34189              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
34190      Branch: perl
34191            ! README.os390
34192 ____________________________________________________________________________
34193 [  7693] By: jhi                                   on 2000/11/15  02:48:37
34194         Log: Quit utf8_to_uv() instantly if curlen == 0.
34195      Branch: perl
34196            ! utf8.c
34197 ____________________________________________________________________________
34198 [  7692] By: jhi                                   on 2000/11/15  02:24:29
34199         Log: Use u_int32_t for the size of hash_cb(), not size_t.
34200              
34201              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
34202              From: Jens Hamisch <jens@Strawberry.COM>     
34203              Date: Tue, 14 Nov 2000 19:03:55 +0100
34204              Message-Id: <20001114190355.A20559@Strawberry.COM>
34205      Branch: perl
34206            ! ext/DB_File/DB_File.xs
34207 ____________________________________________________________________________
34208 [  7691] By: jhi                                   on 2000/11/15  02:20:12
34209         Log: Use UINT64_C().
34210              
34211              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
34212              From: Jens Hamisch <jens@Strawberry.COM>
34213              Date: Tue, 14 Nov 2000 19:16:23 +0100
34214              Message-Id: <20001114191623.G20559@Strawberry.COM>
34215      Branch: perl
34216            ! utf8.c utf8.h
34217 ____________________________________________________________________________
34218 [  7690] By: jhi                                   on 2000/11/15  02:17:06
34219         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
34220              (a macro to define signed and unsigned integer constants).
34221      Branch: perl
34222            ! handy.h
34223 ____________________________________________________________________________
34224 [  7689] By: jhi                                   on 2000/11/15  01:56:51
34225         Log: Regen Configure.
34226      Branch: perl
34227            ! Configure
34228 ____________________________________________________________________________
34229 [  7688] By: jhi                                   on 2000/11/15  01:56:32
34230         Log: Make the unit know about SOCKS.
34231      Branch: metaconfig
34232            ! U/protos/socksizetype.U
34233 ____________________________________________________________________________
34234 [  7687] By: jhi                                   on 2000/11/15  01:54:47
34235         Log: Remove unused dependencies.
34236      Branch: metaconfig
34237            ! U/compline/d_getpagsz.U
34238 ____________________________________________________________________________
34239 [  7686] By: nick                                  on 2000/11/14  21:25:13
34240         Log: Integrate mainline.
34241      Branch: perlio
34242           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
34243           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
34244           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
34245           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
34246           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
34247           !> win32/config.bc win32/config.gc win32/config.vc
34248           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
34249 ____________________________________________________________________________
34250 [  7685] By: jhi                                   on 2000/11/14  17:54:56
34251         Log: Integrate perlio.
34252      Branch: perl
34253           +> fakesdio.h perliol.h
34254           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
34255           !> perlsdio.h perlsfio.h pod/perlfunc.pod
34256 ____________________________________________________________________________
34257 [  7684] By: nick                                  on 2000/11/14  17:43:04
34258         Log: PerlIO #include and #ifdef re-work.
34259      Branch: perlio
34260            + fakesdio.h perliol.h
34261            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
34262            ! perlsdio.h perlsfio.h
34263 ____________________________________________________________________________
34264 [  7683] By: jhi                                   on 2000/11/14  15:42:40
34265         Log: Hoist the duplicated socket/netdb include logic to perl.h;
34266              undef SETERRNO in case SOCKS has defined it.  Based on:
34267              
34268              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
34269              From: Jens Hamisch <jens@Strawberry.COM> 
34270              Date: Tue, 14 Nov 2000 11:34:40 +0100
34271              Message-Id: <20001114113440.A20005@Strawberry.COM>
34272      Branch: perl
34273            ! doio.c perl.h pp_sys.c
34274 ____________________________________________________________________________
34275 [  7682] By: jhi                                   on 2000/11/14  14:07:28
34276         Log: Subject: some additions for makefiles for win32 (for perl@7674)
34277              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34278              Date: Tue, 14 Nov 2000 09:31:13 +0300
34279              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
34280      Branch: perl
34281            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
34282            ! win32/makefile.mk
34283 ____________________________________________________________________________
34284 [  7681] By: jhi                                   on 2000/11/14  14:01:41
34285         Log: Subject: tiny typo in perl5db.pl
34286              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34287              Date: Tue, 14 Nov 2000 09:29:28 +0300
34288              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
34289      Branch: perl
34290            ! lib/perl5db.pl
34291 ____________________________________________________________________________
34292 [  7680] By: jhi                                   on 2000/11/14  04:13:50
34293         Log: Redo #7679 with LFs instead of CRLFs.
34294      Branch: perl
34295            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
34296            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
34297            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
34298 ____________________________________________________________________________
34299 [  7679] By: jhi                                   on 2000/11/14  01:21:09
34300         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
34301              From: Benjamin Stuhl <tiriath@yahoo.com> 
34302              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
34303              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
34304      Branch: perl
34305            + win32/bin/mdelete.bat
34306            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
34307            ! makedef.pl perlio.c win32/Makefile win32/config.gc
34308            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
34309 ____________________________________________________________________________
34310 [  7678] By: jhi                                   on 2000/11/14  01:19:20
34311         Log: Fix the re extension building for Win32.
34312              
34313              Subject: [PATCH perl@7638] Get PerlIO building on Win32
34314              From: Benjamin Stuhl <tiriath@yahoo.com> 
34315              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
34316              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
34317      Branch: perl
34318            + ext/re/hints/MSWin32.pl
34319            ! MANIFEST
34320 ____________________________________________________________________________
34321 [  7677] By: jhi                                   on 2000/11/14  01:13:54
34322         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
34323              From: sthoenna@efn.org
34324              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
34325              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
34326      Branch: perl
34327            ! doop.c pp.c toke.c utf8.c utf8.h
34328 ____________________________________________________________________________
34329 [  7676] By: jhi                                   on 2000/11/13  20:23:15
34330         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
34331              From: Nicholas Clark <nick@ccl4.org>
34332              Date: Mon, 13 Nov 2000 18:55:04 +0000
34333              Message-ID: <20001113185504.J29183@plum.flirble.org>
34334      Branch: perl
34335            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
34336 ____________________________________________________________________________
34337 [  7675] By: nick                                  on 2000/11/13  20:21:57
34338         Log: Integrate mainline ...
34339      Branch: perlio
34340           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
34341           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
34342           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
34343           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
34344 ____________________________________________________________________________
34345 [  7674] By: jhi                                   on 2000/11/13  15:07:56
34346         Log: Update Changes.
34347      Branch: perl
34348            ! Changes patchlevel.h
34349 ____________________________________________________________________________
34350 [  7673] By: jhi                                   on 2000/11/13  14:42:42
34351         Log: Remove the new two tests of lib/io_xs for now, they seem to
34352              fail under perlio on some platforms.
34353      Branch: perl
34354            ! t/lib/io_xs.t
34355 ____________________________________________________________________________
34356 [  7672] By: jhi                                   on 2000/11/13  13:57:53
34357         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
34358      Branch: perl
34359            ! perlio.c
34360 ____________________________________________________________________________
34361 [  7671] By: jhi                                   on 2000/11/13  05:30:48
34362         Log: Placate nervous compilers that see longer than ints switch()ing.
34363      Branch: perl
34364            ! utf8.c
34365 ____________________________________________________________________________
34366 [  7670] By: jhi                                   on 2000/11/13  05:14:21
34367         Log: fputs() does return EOF on error but here we don't care.
34368      Branch: perl
34369            ! perlio.c
34370 ____________________________________________________________________________
34371 [  7669] By: jhi                                   on 2000/11/13  05:02:45
34372         Log: Declare reg_data like reg_substr_data.
34373      Branch: perl
34374            ! regexp.h
34375 ____________________________________________________________________________
34376 [  7668] By: jhi                                   on 2000/11/13  04:54:34
34377         Log: Typos in #7667.
34378      Branch: perl
34379            ! perl.h
34380 ____________________________________________________________________________
34381 [  7667] By: jhi                                   on 2000/11/13  04:49:49
34382         Log: Cleanup messy #ifdef.
34383      Branch: perl
34384            ! perl.h
34385 ____________________________________________________________________________
34386 [  7666] By: jhi                                   on 2000/11/13  04:17:34
34387         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
34388              From: Nicholas Clark <nick@talking.bollo.cx>
34389              Date: Sun, 12 Nov 2000 21:14:11 +0000
34390              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
34391              
34392              Note: only one breakage of the two reported is fixed by this patch.
34393      Branch: perl
34394            ! perlio.c
34395 ____________________________________________________________________________
34396 [  7665] By: jhi                                   on 2000/11/13  04:05:07
34397         Log: Tweak the definition of the bit complement on UTF-8 data:
34398              if none of the characters in the string are > 0xff,
34399              the result is a complemented byte string, not a (UTF-8)
34400              char string.  Based on the summary in
34401              
34402              Subject: Re: [ID 20000918.005] ~ on wide chars
34403              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
34404              Date: Fri, 10 Nov 2000 09:47:15 -0800
34405              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
34406              
34407              This should give us the maximum backward (pre-char string)
34408              compatibility and utf8 compatibility.  The other alternative
34409              would be to limit the bit complement to be always byte only,
34410              taking the least significant byte of the chars.
34411      Branch: perl
34412            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
34413 ____________________________________________________________________________
34414 [  7664] By: jhi                                   on 2000/11/13  00:23:44
34415         Log: Couple of tests from #7660 salvaged.
34416      Branch: perl
34417            - t/op/tell.t
34418            ! MANIFEST t/io/tell.t
34419 ____________________________________________________________________________
34420 [  7663] By: jhi                                   on 2000/11/13  00:02:48
34421         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
34422              From: Nicholas Clark <nick@talking.bollo.cx>
34423              Date: Sun, 12 Nov 2000 21:23:43 +0000
34424              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
34425      Branch: perl
34426            ! perlsfio.h
34427 ____________________________________________________________________________
34428 [  7662] By: jhi                                   on 2000/11/13  00:01:39
34429         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
34430              From: Nicholas Clark <nick@talking.bollo.cx>
34431              Date: Sun, 12 Nov 2000 21:30:04 +0000
34432              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
34433      Branch: perl
34434            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
34435 ____________________________________________________________________________
34436 [  7661] By: jhi                                   on 2000/11/12  23:57:29
34437         Log: Document tell() on special streams.
34438      Branch: perl
34439            ! pod/perlfunc.pod
34440 ____________________________________________________________________________
34441 [  7660] By: jhi                                   on 2000/11/12  23:54:22
34442         Log: (Subsumed by #7664)
34443      Branch: perl
34444            + t/op/tell.t
34445            ! MANIFEST
34446 ____________________________________________________________________________
34447 [  7659] By: jhi                                   on 2000/11/12  22:55:25
34448         Log: Many subdocumented return values of the IO extension now documented.
34449              ungetc and write still left subdocumented.
34450              
34451              Subject: [PATCH] (was Re: IO::Handle::ungetc)
34452              From: Nicholas Clark <nick@talking.bollo.cx>
34453              Date: Sun, 12 Nov 2000 21:35:53 +0000
34454              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
34455      Branch: perl
34456            ! ext/IO/lib/IO/Handle.pm
34457 ____________________________________________________________________________
34458 [  7658] By: jhi                                   on 2000/11/12  21:37:06
34459         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
34460              From: Nicholas Clark <nick@talking.bollo.cx>
34461              Date: Sun, 12 Nov 2000 20:03:22 +0000
34462              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
34463      Branch: perl
34464            ! pod/perlfunc.pod
34465 ____________________________________________________________________________
34466 [  7657] By: jhi                                   on 2000/11/12  20:34:55
34467         Log: Integrate perlio.
34468      Branch: perl
34469           !> perlio.c
34470 ____________________________________________________________________________
34471 [  7656] By: nick                                  on 2000/11/12  19:25:06
34472         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
34473      Branch: perlio
34474            ! perlio.c
34475 ____________________________________________________________________________
34476 [  7655] By: nick                                  on 2000/11/12  19:09:41
34477         Log: Integrate mainline
34478      Branch: perlio
34479           +> README.solaris ext/Encode/Encode/cp1006.enc
34480           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
34481           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
34482           +> ext/Encode/Encode/iso8859-13.enc
34483           +> ext/Encode/Encode/iso8859-14.enc
34484           +> ext/Encode/Encode/iso8859-15.enc
34485           !> (integrate 34 files)
34486 ____________________________________________________________________________
34487 [  7654] By: jhi                                   on 2000/11/12  19:00:22
34488         Log: Add a metaconfig unit for fsync.
34489      Branch: metaconfig/U/perl
34490            + d_fsync.U
34491 ____________________________________________________________________________
34492 [  7653] By: jhi                                   on 2000/11/12  19:00:01
34493         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
34494      Branch: perl
34495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34496            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34497            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34498            ! vos/config.ga.h win32/config.bc win32/config.gc
34499            ! win32/config.vc
34500 ____________________________________________________________________________
34501 [  7652] By: jhi                                   on 2000/11/11  21:12:01
34502         Log: Copy the s// information of README.hpux also to the perlrun.
34503      Branch: perl
34504            ! README.hpux pod/perlrun.pod
34505 ____________________________________________________________________________
34506 [  7651] By: jhi                                   on 2000/11/11  21:03:13
34507         Log: More README.solaris updates from Andy Dougherty.
34508      Branch: perl
34509            ! README.solaris
34510 ____________________________________________________________________________
34511 [  7650] By: jhi                                   on 2000/11/11  18:38:57
34512         Log: More descriptive error for unknown perlio layers.
34513              
34514              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
34515              From: Dominic Dunlop <domo@computer.org> 
34516              Date: Sat, 11 Nov 2000 18:20:32 +0100             
34517              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
34518      Branch: perl
34519            ! perlio.c pod/perldiag.pod
34520 ____________________________________________________________________________
34521 [  7649] By: jhi                                   on 2000/11/11  18:37:52
34522         Log: MachTen doesn't really do mmap() and munmap().
34523              
34524              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
34525              From: Dominic Dunlop <domo@computer.org> 
34526              Date: Sat, 11 Nov 2000 18:20:32 +0100             
34527              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
34528      Branch: perl
34529            ! hints/machten.sh
34530 ____________________________________________________________________________
34531 [  7648] By: jhi                                   on 2000/11/11  18:36:46
34532         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
34533              From: rspier@pobox.com (Robert Spier)
34534              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
34535              Message-ID: <14861.32839.491271.985797@rls.cx>
34536      Branch: perl
34537            ! Porting/Contract pod/perltoot.pod
34538 ____________________________________________________________________________
34539 [  7647] By: jhi                                   on 2000/11/11  18:35:30
34540         Log: Simplify the getpagesize() unit by dropping the
34541              pagesize probe since it's nowadays slightly more
34542              complicated because of sysconf(). (Note: if some
34543              platform really needs the -lPW for getpagesize,
34544              I just broke it.)
34545              
34546              TODO: a new pagesize unit.
34547      Branch: metaconfig
34548            ! U/compline/d_getpagsz.U
34549 ____________________________________________________________________________
34550 [  7646] By: jhi                                   on 2000/11/11  18:33:23
34551         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
34552      Branch: perl
34553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34554            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34555            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34556            ! vos/config.ga.h win32/config.bc win32/config.gc
34557            ! win32/config.vc
34558 ____________________________________________________________________________
34559 [  7645] By: jhi                                   on 2000/11/11  16:45:15
34560         Log: Use sysconf() or getpagesize() to find out the pagesize.
34561      Branch: perl
34562            ! perlio.c
34563 ____________________________________________________________________________
34564 [  7644] By: jhi                                   on 2000/11/11  15:46:08
34565         Log: Integrate perlio.
34566      Branch: perl
34567           !> perlio.c
34568 ____________________________________________________________________________
34569 [  7643] By: jhi                                   on 2000/11/11  15:33:36
34570         Log: Subject: Re: [PATCH] README.solaris
34571              From: Lupe Christoph <lupe@lupe-christoph.de>
34572              Date: Sat, 11 Nov 2000 14:08:10 +0100
34573              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
34574      Branch: perl
34575            ! README.solaris
34576 ____________________________________________________________________________
34577 [  7642] By: jhi                                   on 2000/11/11  15:22:12
34578         Log: Subject: [PATCH perl@7638] cygwin port
34579              From: "Eric Fifer" <egf7@columbia.edu>            
34580              Date: Fri, 10 Nov 2000 19:30:30 -0000
34581              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
34582      Branch: perl
34583            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
34584 ____________________________________________________________________________
34585 [  7641] By: nick                                  on 2000/11/11  14:50:36
34586         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
34587              Also call "Buf" layer directly when unread'ing non-read chars.
34588      Branch: perlio
34589            ! perlio.c
34590 ____________________________________________________________________________
34591 [  7640] By: jhi                                   on 2000/11/11  02:05:02
34592         Log: Add more encoding tables.
34593      Branch: perl
34594            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
34595            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
34596            + ext/Encode/Encode/iso8859-10.enc
34597            + ext/Encode/Encode/iso8859-13.enc
34598            + ext/Encode/Encode/iso8859-14.enc
34599            + ext/Encode/Encode/iso8859-15.enc
34600            ! MANIFEST
34601 ____________________________________________________________________________
34602 [  7639] By: jhi                                   on 2000/11/10  18:49:25
34603         Log: Subject: [PATCH] README.solaris
34604              From: Andy Dougherty <doughera@lafayette.edu>
34605              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
34606              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
34607      Branch: perl
34608            + README.solaris
34609            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
34610            ! pod/perl.pod pod/perltoc.pod
34611 ____________________________________________________________________________
34612 [  7638] By: jhi                                   on 2000/11/10  15:04:15
34613         Log: Update Changes.
34614      Branch: perl
34615            ! Changes patchlevel.h
34616 ____________________________________________________________________________
34617 [  7637] By: jhi                                   on 2000/11/10  14:14:28
34618         Log: Explain better why certain regex tests are skipped.
34619              
34620              Subject: Re: tests skipped: unknown reason
34621              From: Lupe Christoph <lupe@lupe-christoph.de>
34622              Date: Fri, 10 Nov 2000 09:08:56 +0100
34623              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
34624      Branch: perl
34625            ! t/op/regexp.t
34626 ____________________________________________________________________________
34627 [  7636] By: nick                                  on 2000/11/10  13:40:00
34628         Log: Integrate mainline.
34629      Branch: perlio
34630           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
34631           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
34632           !> win32/bin/search.pl
34633 ____________________________________________________________________________
34634 [  7635] By: nick                                  on 2000/11/10  13:25:52
34635         Log: Re-instate stdio large file support via perlio.
34636      Branch: perl
34637            ! perlio.c
34638 ____________________________________________________________________________
34639 [  7634] By: jhi                                   on 2000/11/10  04:49:55
34640         Log: Amdahl UTS hints updates.
34641              
34642              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
34643              From: hom00@utsglobal.com (Harold O Morris)
34644              Date: Thu, 9 Nov 2000 20:02 PST
34645              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
34646      Branch: perl
34647            ! hints/uts.sh
34648 ____________________________________________________________________________
34649 [  7633] By: jhi                                   on 2000/11/09  23:33:28
34650         Log: Subject: [PATCH] IO::Seekable pod
34651              From: Nicholas Clark <nick@talking.bollo.cx>
34652              Date: Thu, 9 Nov 2000 20:29:45 +0000
34653              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
34654      Branch: perl
34655            ! ext/IO/lib/IO/Handle.pm
34656 ____________________________________________________________________________
34657 [  7632] By: jhi                                   on 2000/11/09  21:55:41
34658         Log: Various doc oddball characters.
34659              
34660              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
34661              From: Michael Somos <somos@grail.cba.csuohio.edu>
34662              Date: Mon, 6 Nov 2000 17:44:20 -0500
34663              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
34664      Branch: perl
34665            ! emacs/cperl-mode.el lib/unicode/syllables.txt
34666            ! win32/bin/search.pl
34667 ____________________________________________________________________________
34668 [  7631] By: jhi                                   on 2000/11/09  21:12:29
34669         Log: Subject: Re: bash -c exit and linux hints 
34670              From: "John P. Linderman" <jpl@research.att.com>
34671              Date: Thu, 02 Nov 2000 09:37:25 -0500
34672              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
34673      Branch: perl
34674            ! hints/linux.sh
34675 ____________________________________________________________________________
34676 [  7630] By: nick                                  on 2000/11/09  20:34:11
34677         Log: Integrate mainline.
34678      Branch: perlio
34679           !> (integrate 91 files)
34680 ____________________________________________________________________________
34681 [  7629] By: jhi                                   on 2000/11/09  19:46:31
34682         Log: Missing dTHXs.
34683              
34684              Subject: RE: perl@7595 builds not on cygwin
34685              From: "Eric Fifer" <egf7@columbia.edu>
34686              Date: Thu, 9 Nov 2000 19:26:50 -0000
34687              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
34688      Branch: perl
34689            ! ext/Devel/Peek/Peek.xs
34690 ____________________________________________________________________________
34691 [  7628] By: jhi                                   on 2000/11/09  14:48:27
34692         Log: Disable only the tests 99 and 166 for UTF-8 locales.
34693      Branch: perl
34694            ! t/pragma/locale.t
34695 ____________________________________________________________________________
34696 [  7627] By: jhi                                   on 2000/11/09  14:40:27
34697         Log: There's no =head3.
34698      Branch: perl
34699            ! pod/perlhack.pod
34700 ____________________________________________________________________________
34701 [  7626] By: jhi                                   on 2000/11/09  13:54:26
34702         Log: The generated boot_* headers are wrong.  Pickier compiler,
34703              such as KAI C++ will refuse to compile the resulting perlmain.
34704              
34705              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
34706              From: Harri Pasanen <harri.pasanen@trema.com>
34707              Date: Thu, 09 Nov 2000 14:23:28 +0100
34708              Message-Id: <3A0AA550.26D548A3@trema.com>
34709      Branch: perl
34710            ! minimod.pl
34711 ____________________________________________________________________________
34712 [  7625] By: jhi                                   on 2000/11/09  13:50:44
34713         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
34714              From: Prymmer/Kahn <pvhp@best.com>
34715              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
34716              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
34717              
34718              All except the "cow orker" change.
34719      Branch: perl
34720            ! Porting/pumpkin.pod
34721 ____________________________________________________________________________
34722 [  7624] By: jhi                                   on 2000/11/09  13:45:33
34723         Log: Fix for
34724              
34725              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
34726              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34727              Date: Thu, 09 Nov 2000 11:05:52 +0100
34728              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
34729      Branch: perl
34730            ! pod/perldiag.pod t/pragma/warn/pp_sys
34731 ____________________________________________________________________________
34732 [  7623] By: jhi                                   on 2000/11/09  13:37:16
34733         Log: Typo in an ifndef.
34734              
34735              Subject: Re: [PATCH 5.7.0] better messages from malloc()
34736              From: Joe Smith <jms@inwap.com>         
34737              Date: Thu, 09 Nov 2000 01:33:14 -0800
34738              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
34739      Branch: perl
34740            ! malloc.c
34741 ____________________________________________________________________________
34742 [  7622] By: jhi                                   on 2000/11/09  13:31:18
34743         Log: Remove unused extra arguments.
34744      Branch: metaconfig/U/perl
34745            ! perlxv.U
34746      Branch: perl
34747            ! Configure config_h.SH
34748 ____________________________________________________________________________
34749 [  7621] By: jhi                                   on 2000/11/09  13:16:36
34750         Log: More VMS moves on environment handling, from Charles Lane.
34751      Branch: perl
34752            ! t/pragma/locale.t
34753 ____________________________________________________________________________
34754 [  7620] By: jhi                                   on 2000/11/09  04:42:38
34755         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
34756              From: David Dyck <dcd@tc.fluke.com>
34757              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
34758              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
34759      Branch: perl
34760            ! pp_sys.c
34761 ____________________________________________________________________________
34762 [  7619] By: jhi                                   on 2000/11/09  04:36:21
34763         Log: Forgot from #7618.
34764      Branch: perl
34765            ! lib/File/stat.pm
34766 ____________________________________________________________________________
34767 [  7618] By: jhi                                   on 2000/11/09  04:28:44
34768         Log: Make deleting for %ENV work for (newer versions of) VMS,
34769              from Craig A. Berry.
34770      Branch: perl
34771            ! vms/vms.c
34772 ____________________________________________________________________________
34773 [  7617] By: jhi                                   on 2000/11/09  04:25:05
34774         Log: Subject: [PATCH] Class::Struct at compile time
34775              From: "Casey R. Tweten" <crt@kiski.net>
34776              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
34777              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
34778      Branch: perl
34779            ! lib/Class/Struct.pm
34780 ____________________________________________________________________________
34781 [  7616] By: jhi                                   on 2000/11/09  04:15:17
34782         Log: Subject: [ID 20001108.013] spelling
34783              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
34784              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
34785              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
34786      Branch: perl
34787            ! lib/ftp.pl
34788 ____________________________________________________________________________
34789 [  7615] By: jhi                                   on 2000/11/09  04:12:42
34790         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
34791              From: Peter Prymmer <pvhp@forte.com>
34792              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
34793              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
34794      Branch: perl
34795            ! configure.com
34796 ____________________________________________________________________________
34797 [  7614] By: jhi                                   on 2000/11/08  22:42:55
34798         Log: A missing aTHX_.
34799      Branch: perl
34800            ! ext/IPC/SysV/SysV.xs
34801 ____________________________________________________________________________
34802 [  7613] By: jhi                                   on 2000/11/08  19:30:21
34803         Log: Update Changes.
34804      Branch: perl
34805            ! Changes patchlevel.h
34806 ____________________________________________________________________________
34807 [  7612] By: jhi                                   on 2000/11/08  18:35:25
34808         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
34809              From: David Dyck <dcd@tc.fluke.com>
34810              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
34811              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
34812      Branch: perl
34813            ! pp_sys.c
34814 ____________________________________________________________________________
34815 [  7611] By: jhi                                   on 2000/11/08  18:30:26
34816         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
34817              From: Dominic Dunlop <domo@computer.org>
34818              Date: Tue, 7 Nov 2000 12:05:25 +0100
34819              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
34820      Branch: perl
34821            ! malloc.c
34822 ____________________________________________________________________________
34823 [  7610] By: jhi                                   on 2000/11/08  18:25:14
34824         Log: Do not test UTF-8 locales since that the tests would require
34825              polymorphic regexen.
34826      Branch: perl
34827            ! t/pragma/locale.t
34828 ____________________________________________________________________________
34829 [  7609] By: jhi                                   on 2000/11/08  17:12:51
34830         Log: Locale buglets.
34831              
34832              Subject: RE: Locales support (setlocale) fixes
34833              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34834              Date: Wed, 8 Nov 2000 20:01:39 +0300
34835              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
34836      Branch: perl
34837            ! t/pragma/locale.t util.c
34838 ____________________________________________________________________________
34839 [  7608] By: jhi                                   on 2000/11/08  17:00:16
34840         Log: Deleting $ENV{PATH} in VMS is not recommendable.
34841      Branch: perl
34842            ! t/pragma/locale.t
34843 ____________________________________________________________________________
34844 [  7607] By: jhi                                   on 2000/11/08  16:58:26
34845         Log: Subject: PATCH std stdio for (Free)BSD
34846              From: Nicholas Clark <nick@ccl4.org>
34847              Date: Wed, 8 Nov 2000 15:36:29 +0000
34848              Message-ID: <20001108153629.D98736@plum.flirble.org>
34849      Branch: metaconfig
34850            ! U/compline/d_stdstdio.U
34851      Branch: perl
34852            ! Configure config_h.SH
34853 ____________________________________________________________________________
34854 [  7606] By: jhi                                   on 2000/11/08  16:43:31
34855         Log: Forgot to bump the line numbers in #7601.
34856      Branch: perl
34857            ! t/pragma/warn/pp_sys
34858 ____________________________________________________________________________
34859 [  7605] By: jhi                                   on 2000/11/08  16:39:12
34860         Log: More careful detection of how well NVs and UVs mix.
34861              
34862              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))
34863              From: Nicholas Clark <nick@ccl4.org>
34864              Date: Wed, 8 Nov 2000 15:14:12 +0000
34865              Message-ID: <20001108151412.B98736@plum.flirble.org>
34866              
34867              Added some SIGFPE paranoia.
34868      Branch: metaconfig/U/perl
34869            ! perlxv.U
34870      Branch: perl
34871            ! Configure config_h.SH
34872 ____________________________________________________________________________
34873 [  7604] By: jhi                                   on 2000/11/08  14:39:10
34874         Log: Subject: [patch perl@7595] VMS configure.com tweak
34875              From: "Craig A. Berry" <craigberry@mac.com>
34876              Date: Wed, 8 Nov 2000 00:24:12 -0600
34877              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
34878      Branch: perl
34879            ! configure.com
34880 ____________________________________________________________________________
34881 [  7603] By: jhi                                   on 2000/11/08  14:27:11
34882         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
34883              From: Robin Barker <rmb1@cise.npl.co.uk>
34884              Date: Wed, 8 Nov 2000 11:11:39 GMT
34885              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
34886      Branch: perl
34887            ! perlio.c
34888 ____________________________________________________________________________
34889 [  7602] By: jhi                                   on 2000/11/08  14:25:03
34890         Log: Fix for the tie-refhash string table leaks.
34891              
34892              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
34893              Date: Wed, 8 Nov 2000 13:03:04 GMT
34894              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
34895      Branch: perl
34896            ! t/lib/tie-refhash.t
34897 ____________________________________________________________________________
34898 [  7601] By: jhi                                   on 2000/11/08  14:21:08
34899         Log: Try to avoid flockless and emulationless places.
34900      Branch: perl
34901            ! t/pragma/warn/pp_sys
34902 ____________________________________________________________________________
34903 [  7600] By: jhi                                   on 2000/11/08  02:28:54
34904         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
34905              
34906              Subject: [PATCH] prototyped functions that should be overrideable
34907              From: "Casey R. Tweten" <crt@kiski.net>
34908              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
34909              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
34910      Branch: perl
34911            ! toke.c
34912 ____________________________________________________________________________
34913 [  7599] By: jhi                                   on 2000/11/08  01:12:05
34914         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
34915              
34916              Subject: [PATCH] perlbug.PL
34917              From: "Kurt D. Starsinic" <kstar@chapin.edu>
34918              Date: Mon, 6 Nov 2000 21:39:01 -0500
34919              Message-ID: <20001106213901.B20955@O2.chapin.edu>
34920      Branch: perl
34921            ! utils/perlbug.PL
34922 ____________________________________________________________________________
34923 [  7598] By: jhi                                   on 2000/11/07  23:42:00
34924         Log: Bad thinko in #7581 (I used the test program with the expanded
34925              values as-is).
34926      Branch: metaconfig
34927            ! U/compline/d_stdstdio.U
34928      Branch: perl
34929            ! Configure
34930 ____________________________________________________________________________
34931 [  7597] By: jhi                                   on 2000/11/07  21:43:29
34932         Log: Subject: [PATCH perl@7573] cygwin port
34933              From: "Fifer, Eric" <EFifer@sanwaint.com>
34934              Date: Tue, 7 Nov 2000 18:08:51 -0000 
34935              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
34936              
34937              Synchronize with Cygwin 1.1.5.
34938      Branch: perl
34939            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
34940            ! pod/perlport.pod unixish.h util.c
34941 ____________________________________________________________________________
34942 [  7596] By: jhi                                   on 2000/11/07  21:39:25
34943         Log: perlhack updates from H.Merijn Brand.
34944      Branch: perl
34945            ! pod/perlhack.pod
34946 ____________________________________________________________________________
34947 [  7595] By: jhi                                   on 2000/11/07  20:21:41
34948         Log: Update Changes.
34949      Branch: perl
34950            ! Changes patchlevel.h
34951 ____________________________________________________________________________
34952 [  7594] By: jhi                                   on 2000/11/07  19:18:58
34953         Log: Be more robust in Dynaloader.pm.
34954      Branch: perl
34955            ! ext/DynaLoader/DynaLoader_pm.PL
34956 ____________________________________________________________________________
34957 [  7593] By: jhi                                   on 2000/11/07  16:49:31
34958         Log: AUTHORS update.
34959      Branch: perl
34960            ! AUTHORS
34961 ____________________________________________________________________________
34962 [  7592] By: gsar                                  on 2000/11/07  16:39:51
34963         Log: normalize relative paths in virtualized current directory on windows,
34964              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
34965              returns)
34966      Branch: perl
34967            ! win32/vdir.h
34968 ____________________________________________________________________________
34969 [  7591] By: jhi                                   on 2000/11/07  16:04:26
34970         Log: Too profiler-happy: with optimization the #7590 actually makes
34971              the test to run 0.5% _slower_.  Requires much more instrumentation.
34972              Retract #7590.
34973      Branch: perl
34974            ! regcomp.c regcomp.h
34975 ____________________________________________________________________________
34976 [  7590] By: jhi                                   on 2000/11/07  15:51:13
34977         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
34978              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
34979              by using memset() and testing bytewise (as opposed to bitwise).
34980      Branch: perl
34981            ! regcomp.c regcomp.h
34982 ____________________________________________________________________________
34983 [  7589] By: jhi                                   on 2000/11/07  12:56:39
34984         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
34985              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34986              Date: Mon, 06 Nov 2000 23:45:30 -0500
34987              Message-Id: <0011079735.AA973576259@univpress.com>
34988      Branch: perl
34989            ! configure.com t/lib/st-lock.t
34990 ____________________________________________________________________________
34991 [  7588] By: jhi                                   on 2000/11/07  01:03:28
34992         Log: Tweak #7587.
34993      Branch: perl
34994            ! pod/perldiag.pod
34995 ____________________________________________________________________________
34996 [  7587] By: jhi                                   on 2000/11/07  01:00:27
34997         Log: A doc addition for bug id 20001105.019, beware \p.
34998      Branch: perl
34999            ! pod/perldiag.pod
35000 ____________________________________________________________________________
35001 [  7586] By: jhi                                   on 2000/11/07  00:32:22
35002         Log: Fake support of holey files in win/dosish platforms.
35003              
35004              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
35005              From: kipp@shonanblue.ne.jp
35006              Date: Mon, 6 Nov 2000 13:30:55 -0800
35007              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
35008      Branch: perl
35009            ! ext/SDBM_File/sdbm/sdbm.c
35010 ____________________________________________________________________________
35011 [  7585] By: jhi                                   on 2000/11/07  00:12:54
35012         Log: Subject: Pod updates
35013              From: "Stephen P. Potter" <spp@spotter.yi.org>
35014              Date: Mon, 06 Nov 2000 18:56:43 -0500
35015              Message-Id: <200011062357.SAA18173@spotter.yi.org>
35016      Branch: perl
35017            ! README.dos README.os2 README.win32 pod/buildtoc.PL
35018            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
35019            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
35020            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
35021            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
35022            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
35023            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
35024            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
35025            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
35026            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
35027            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
35028            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
35029            ! pod/perltootc.pod pod/perlunicode.pod
35030 ____________________________________________________________________________
35031 [  7584] By: jhi                                   on 2000/11/07  00:04:17
35032         Log: Varargs don't always work too well if one puts an unsigned
35033              char on the stack and pop an unsigned quad off the stack.
35034              
35035              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
35036              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
35037              Date: Mon, 06 Nov 2000 15:19:05 -0800
35038              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
35039      Branch: perl
35040            ! utf8.c
35041 ____________________________________________________________________________
35042 [  7583] By: jhi                                   on 2000/11/06  23:58:48
35043         Log: %ENV note tweaks from Dan Sugalski.
35044      Branch: perl
35045            ! pod/perlport.pod vms/perlvms.pod
35046 ____________________________________________________________________________
35047 [  7582] By: jhi                                   on 2000/11/06  23:05:49
35048         Log: glibc5 detection by __GNU_LIBRARY__.
35049      Branch: perl
35050            ! toke.c
35051 ____________________________________________________________________________
35052 [  7581] By: jhi                                   on 2000/11/06  22:51:29
35053         Log: Make the stdio test program of 7427 less noisy while being 
35054              compiled so that Digital UNIX wouldn't get both
35055              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
35056              undefined.  This makes perlio happy.
35057      Branch: metaconfig
35058            ! U/compline/d_stdstdio.U
35059      Branch: perl
35060            ! Configure config_h.SH
35061 ____________________________________________________________________________
35062 [  7580] By: jhi                                   on 2000/11/06  22:41:41
35063         Log: Document %ENV = () portability issues.
35064      Branch: perl
35065            ! pod/perlport.pod vms/perlvms.pod
35066 ____________________________________________________________________________
35067 [  7579] By: jhi                                   on 2000/11/06  21:29:24
35068         Log: VOS updates from Paul Green.
35069      Branch: perl
35070            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35071 ____________________________________________________________________________
35072 [  7578] By: jhi                                   on 2000/11/06  21:00:40
35073         Log: Sanitize the environment further.
35074      Branch: perl
35075            ! t/pragma/locale.t
35076 ____________________________________________________________________________
35077 [  7577] By: jhi                                   on 2000/11/06  20:53:51
35078         Log: Re-introduce 7552 lost in integration.
35079      Branch: perl
35080            ! perlio.c
35081 ____________________________________________________________________________
35082 [  7576] By: jhi                                   on 2000/11/06  20:33:46
35083         Log: Admit that the test leaks scalars.
35084      Branch: perl
35085            ! t/comp/proto.t
35086 ____________________________________________________________________________
35087 [  7575] By: jhi                                   on 2000/11/06  20:17:08
35088         Log: Integrate perlio.
35089      Branch: perl
35090           !> perlio.c
35091 ____________________________________________________________________________
35092 [  7574] By: nick                                  on 2000/11/06  20:07:28
35093         Log: Remove debug. Try (Mmap_t) on madvise() call.
35094      Branch: perlio
35095            ! perlio.c
35096 ____________________________________________________________________________
35097 [  7573] By: jhi                                   on 2000/11/06  13:56:05
35098         Log: Update Changes.
35099      Branch: perl
35100            ! Changes patchlevel.h
35101 ____________________________________________________________________________
35102 [  7572] By: jhi                                   on 2000/11/06  13:48:41
35103         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
35104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35105              Date: Mon, 06 Nov 2000 10:11:42 +0100
35106              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
35107      Branch: perl
35108            ! pod/perlhack.pod
35109 ____________________________________________________________________________
35110 [  7571] By: jhi                                   on 2000/11/06  01:45:51
35111         Log: AUTHORS updates.
35112      Branch: perl
35113            ! AUTHORS
35114 ____________________________________________________________________________
35115 [  7570] By: jhi                                   on 2000/11/06  00:18:00
35116         Log: Fix for
35117              
35118              Subject: [ID 20000728.005] perl -P broken
35119              From: David Dyck <dcd@tc.fluke.com>
35120              Date: Fri, 28 Jul 2000 17:19:16 -0700
35121              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
35122              
35123              (hopefully).  The fix is also not complete, it seems to break
35124              BOM swallowing for libc5 systems, but until someone figures
35125              out a way to do this without ftell(), this will do.
35126      Branch: perl
35127            ! toke.c
35128 ____________________________________________________________________________
35129 [  7569] By: jhi                                   on 2000/11/06  00:05:30
35130         Log: Document that the evaled syntax errors cause scalar leaks.
35131      Branch: perl
35132            ! t/comp/proto.t
35133 ____________________________________________________________________________
35134 [  7568] By: jhi                                   on 2000/11/05  23:14:47
35135         Log: opmini.o can linger from Configures past.
35136      Branch: perl
35137            ! Makefile.SH
35138 ____________________________________________________________________________
35139 [  7567] By: jhi                                   on 2000/11/05  21:28:39
35140         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
35141              first argument correctly.
35142      Branch: perl
35143            ! perlio.c
35144 ____________________________________________________________________________
35145 [  7566] By: jhi                                   on 2000/11/05  21:15:56
35146         Log: Integrate perlio.
35147      Branch: perl
35148           !> perlio.c
35149 ____________________________________________________________________________
35150 [  7565] By: jhi                                   on 2000/11/05  21:15:13
35151         Log: Use -dM for gcc (the suggested patch did it only for Linux,
35152              but I think it can be generalized).
35153              
35154              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
35155              From: Pixel <pixel@mandrakesoft.com>
35156              Date: 05 Nov 2000 21:49:34 +0100 
35157              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
35158      Branch: perl
35159            ! ext/Errno/Errno_pm.PL
35160 ____________________________________________________________________________
35161 [  7564] By: nick                                  on 2000/11/05  21:09:18
35162         Log: Added a mmap layer as a "subclass" of perlio.
35163              PERLIO=mmap ./perl harness passes
35164      Branch: perlio
35165            ! perlio.c
35166 ____________________________________________________________________________
35167 [  7563] By: jhi                                   on 2000/11/05  19:48:55
35168         Log: Add a note for future generations about bug id 20000229.006.
35169      Branch: perl
35170            ! malloc.c
35171 ____________________________________________________________________________
35172 [  7562] By: jhi                                   on 2000/11/05  19:38:24
35173         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
35174      Branch: perl
35175            ! pp_ctl.c t/op/pos.t
35176 ____________________________________________________________________________
35177 [  7561] By: jhi                                   on 2000/11/05  18:21:46
35178         Log: Add =pod to be tidy.
35179      Branch: perl
35180            ! lib/Math/Complex.pm
35181 ____________________________________________________________________________
35182 [  7560] By: jhi                                   on 2000/11/05  17:38:46
35183         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
35184      Branch: perl
35185            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35186            ! ext/Storable/Storable.xs t/lib/st-recurse.t
35187 ____________________________________________________________________________
35188 [  7559] By: jhi                                   on 2000/11/05  17:32:59
35189         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
35190              From: "Peter J. Farley III" <pjfarley@banet.net>
35191              Date: Sun, 05 Nov 2000 11:55:59 -0500
35192              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
35193      Branch: perl
35194            ! t/lib/syslog.t
35195 ____________________________________________________________________________
35196 [  7558] By: jhi                                   on 2000/11/05  17:29:19
35197         Log: Integrate perlio.
35198      Branch: perl
35199           !> perlio.c
35200 ____________________________________________________________________________
35201 [  7557] By: jhi                                   on 2000/11/05  17:22:01
35202         Log: A fix of sorts for 20000329.026, a better error message
35203              for a missing "use charnames" when using the \N{...}. 
35204      Branch: perl
35205            ! pod/perldiag.pod toke.c
35206 ____________________________________________________________________________
35207 [  7556] By: jhi                                   on 2000/11/05  16:33:50
35208         Log: Test tweak: show also the failed locales.
35209              
35210              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
35211              From: Lupe Christoph <lupe@lupe-christoph.de>         
35212              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
35213              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
35214      Branch: perl
35215            ! t/pragma/locale.t
35216 ____________________________________________________________________________
35217 [  7555] By: nick                                  on 2000/11/05  11:09:34
35218         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
35219              open RDWR so does not fail. (pragma/warnings 303 again...)
35220      Branch: perlio
35221            ! perlio.c
35222 ____________________________________________________________________________
35223 [  7554] By: nick                                  on 2000/11/05  10:10:13
35224         Log: Fix case where ungetc(f,EOF) was allowed.
35225              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
35226              so we can see similarities.
35227              Use types more carefully and a STDCHAR array in hope that this will
35228              fix Jarrko's 64bit machine.
35229      Branch: perlio
35230            ! perlio.c
35231 ____________________________________________________________________________
35232 [  7553] By: jhi                                   on 2000/11/05  01:12:16
35233         Log: Fix for
35234              
35235              Subject: [ID 20001004.007] taint propogation is inconsistent
35236              From: pimlott@idiomtech.com (Andrew Pimlott) 
35237              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
35238              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
35239              
35240              The culprit was sv_setsv() which was rather blindly
35241              propagating taint, which lead to behaviour where if
35242              a tainted anon hash value was seen all the hash values
35243              from then on at that level became tainted, or at any
35244              upper levels in the case of nested anon hashes.
35245      Branch: perl
35246            ! sv.c t/op/taint.t
35247 ____________________________________________________________________________
35248 [  7552] By: jhi                                   on 2000/11/04  23:44:18
35249         Log: Some cpps don't like splitting conditionals across several lines.
35250      Branch: perl
35251            ! perlio.c
35252 ____________________________________________________________________________
35253 [  7551] By: nick                                  on 2000/11/04  23:40:44
35254         Log: Integrate mainline
35255      Branch: perlio
35256           !> pp_hot.c t/op/taint.t
35257 ____________________________________________________________________________
35258 [  7550] By: nick                                  on 2000/11/04  23:39:05
35259         Log: Integrate mainline again
35260      Branch: perlio
35261           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
35262           !> t/lib/b.t t/op/misc.t util.c
35263 ____________________________________________________________________________
35264 [  7549] By: jhi                                   on 2000/11/04  23:14:01
35265         Log: Fix for
35266              
35267              Subject: [ID 20001004.006] undef is never tainted
35268              From: pimlott@idiomtech.com (Andrew Pimlott)
35269              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
35270              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
35271              
35272              An undef read from a slurped file was not tainted.
35273      Branch: perl
35274            ! pp_hot.c t/op/taint.t
35275 ____________________________________________________________________________
35276 [  7548] By: jhi                                   on 2000/11/04  22:56:21
35277         Log: Test tweak ($Config{useperlio} is by default undef) .
35278      Branch: perl
35279            ! t/lib/b.t
35280 ____________________________________________________________________________
35281 [  7547] By: jhi                                   on 2000/11/04  22:43:56
35282         Log: Integrate perlio.
35283      Branch: perl
35284           +> lib/perlio.pm
35285           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
35286           !> pod/perlapi.pod t/lib/b.t
35287 ____________________________________________________________________________
35288 [  7546] By: jhi                                   on 2000/11/04  22:40:59
35289         Log: Configure would use a bad $myuname from an old config.sh.
35290              
35291              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
35292              From: Andy Dougherty <doughera@lafayette.edu>
35293              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
35294              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
35295      Branch: metaconfig
35296            ! U/modified/Oldconfig.U
35297      Branch: perl
35298            ! Configure config_h.SH
35299 ____________________________________________________________________________
35300 [  7545] By: jhi                                   on 2000/11/04  22:36:54
35301         Log: Subject: Locales support (setlocale) fixes
35302              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35303              Date: Sat, 4 Nov 2000 10:15:48 +0300 
35304              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
35305              
35306              Modified quite a bit to be more portable.
35307      Branch: perl
35308            ! embed.h embed.pl perl.h proto.h util.c
35309 ____________________________________________________________________________
35310 [  7544] By: jhi                                   on 2000/11/04  22:32:47
35311         Log: Dying is too strict here, better just skip.
35312      Branch: perl
35313            ! t/op/misc.t
35314 ____________________________________________________________________________
35315 [  7543] By: nick                                  on 2000/11/04  21:55:13
35316         Log: Merge mainline
35317      Branch: perlio
35318           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35319           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
35320           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
35321           !> (integrate 64 files)
35322 ____________________________________________________________________________
35323 [  7542] By: jhi                                   on 2000/11/04  21:09:28
35324         Log: More Changes tweakery.
35325      Branch: perl
35326            ! Changes Porting/genlog
35327 ____________________________________________________________________________
35328 [  7541] By: jhi                                   on 2000/11/04  20:58:18
35329         Log: Changes fixups.
35330      Branch: perl
35331            ! Changes
35332 ____________________________________________________________________________
35333 [  7540] By: jhi                                   on 2000/11/04  20:42:38
35334         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
35335              create a "fast path" for locale name probing using "locale -a"
35336              if available, squash finally hopefully the s?printf resetting
35337              the numeric locale (since, IIUC perllocale, it never shouldn't). 
35338      Branch: perl
35339            ! sv.c t/op/misc.t t/pragma/locale.t
35340 ____________________________________________________________________________
35341 [  7539] By: nick                                  on 2000/11/04  19:56:10
35342         Log: PerlIO infrastructure complete.
35343      Branch: perlio
35344            + lib/perlio.pm
35345            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
35346 ____________________________________________________________________________
35347 [  7538] By: nick                                  on 2000/11/04  14:31:32
35348         Log: Type tweaks + less contorted allocation scheme
35349      Branch: perlio
35350            ! perlio.c
35351 ____________________________________________________________________________
35352 [  7537] By: nick                                  on 2000/11/04  12:40:42
35353         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
35354              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
35355              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
35356              sensible) which lead to some interesting fails.
35357      Branch: perlio
35358            ! perlio.c
35359 ____________________________________________________________________________
35360 [  7536] By: jhi                                   on 2000/11/04  00:20:02
35361         Log: Add FCNTL_CAN_LOCK.
35362              
35363              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
35364              From: Andy Dougherty <doughera@lafayette.edu>
35365              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
35366              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
35367              
35368              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
35369              From: Andy Dougherty <doughera@lafayette.edu>
35370              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
35371              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
35372      Branch: metaconfig/U/perl
35373            + d_fcntl_can_lock.U
35374            ! startperl.U
35375      Branch: perl
35376            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35377            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
35378            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35379            ! vos/config.ga.h win32/config.bc win32/config.gc
35380            ! win32/config.vc
35381 ____________________________________________________________________________
35382 [  7535] By: nick                                  on 2000/11/03  22:19:10
35383         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
35384              - Works on Linux with
35385              perlio + unix
35386              stdio
35387              - Works on Solaris with
35388              perlio + unix
35389              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
35390              - Fails (hangs in openpid) if you try and stack
35391              perlio + stdio - Linux stdio's read() logic is hanging.
35392      Branch: perlio
35393            ! iperlsys.h perlio.c
35394 ____________________________________________________________________________
35395 [  7534] By: jhi                                   on 2000/11/03  15:16:02
35396         Log: Subject: Re: README.aix
35397              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35398              Date: Fri, 03 Nov 2000 16:03:15 +0100
35399              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
35400      Branch: perl
35401            ! README.aix
35402 ____________________________________________________________________________
35403 [  7533] By: jhi                                   on 2000/11/03  03:59:02
35404         Log: Subject: [PATCH 5.7.0] better messages from malloc()
35405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35406              Date: Wed, 1 Nov 2000 23:39:56 -0500
35407              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
35408      Branch: perl
35409            ! malloc.c pod/perldiag.pod
35410 ____________________________________________________________________________
35411 [  7532] By: jhi                                   on 2000/11/03  00:11:56
35412         Log: The #7521 touched things it shouldn't have.
35413      Branch: perl
35414            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
35415 ____________________________________________________________________________
35416 [  7531] By: jhi                                   on 2000/11/02  22:32:33
35417         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
35418              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35419              Date:     Thu, 2 Nov 2000 16:58:36 EST
35420              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
35421      Branch: perl
35422            ! vms/gen_shrfls.pl
35423 ____________________________________________________________________________
35424 [  7530] By: jhi                                   on 2000/11/02  22:08:49
35425         Log: Fix the problem discussed in
35426              
35427              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
35428              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
35429              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
35430              
35431              originally from Linc Madison.  Also Andreas König's comments
35432              taken into account.  Some other problems with Tie::SubstrHash
35433              fixed: didn't croak when the table exceeded the requested number
35434              of entries (as documented) but instead when the number of entries
35435              exceeded the size of the table, a croak() had an unnecessary \n,
35436              didn't have a CLEAR method, documented that there is no exists().
35437              Didn't fix to be strict-proof because the module uses &foo; and
35438              dynamic scope.  Added a test script exercizing both first tamely 
35439              the basic functionality, and then the failure cases reported by
35440              Linc Madison.
35441      Branch: perl
35442            + t/lib/tie-substrhash.t
35443            ! MANIFEST lib/Tie/SubstrHash.pm
35444 ____________________________________________________________________________
35445 [  7529] By: jhi                                   on 2000/11/02  17:58:08
35446         Log: recv() can fail and return undef.
35447              
35448              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
35449              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
35450              Date: Thu, 2 Nov 2000 20:12:20 +0300
35451              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
35452      Branch: perl
35453            ! lib/Net/Ping.pm
35454 ____________________________________________________________________________
35455 [  7528] By: jhi                                   on 2000/11/02  17:49:09
35456         Log: Detpyo.
35457      Branch: perl
35458            ! pod/perlop.pod
35459 ____________________________________________________________________________
35460 [  7527] By: jhi                                   on 2000/11/02  15:48:37
35461         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
35462              fix a autovivification bug in Tie::RefHash, add tests for both.
35463              
35464              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
35465              From: Edward Avis <epa98@doc.ic.ac.uk>
35466              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
35467              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
35468      Branch: perl
35469            + t/lib/tie-refhash.t
35470            ! MANIFEST lib/Tie/RefHash.pm
35471 ____________________________________________________________________________
35472 [  7526] By: jhi                                   on 2000/11/02  13:56:26
35473         Log: Test::Harness revealed buglets in the new DynaLoader.
35474              
35475              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
35476              From: andreas.koenig@anima.de (Andreas J. Koenig)
35477              Date: 02 Nov 2000 11:26:48 +0100 
35478              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
35479      Branch: perl
35480            ! ext/DynaLoader/DynaLoader_pm.PL
35481 ____________________________________________________________________________
35482 [  7525] By: jhi                                   on 2000/11/01  23:52:08
35483         Log: The entry for #7503 was missing.
35484      Branch: perl
35485            ! Changes
35486 ____________________________________________________________________________
35487 [  7524] By: jhi                                   on 2000/11/01  23:40:52
35488         Log: Update Changes.
35489      Branch: perl
35490            ! Changes patchlevel.h
35491 ____________________________________________________________________________
35492 [  7523] By: jhi                                   on 2000/11/01  22:57:09
35493         Log: More tweaking on the #7522 theme.
35494      Branch: perl
35495            ! ext/DynaLoader/DynaLoader_pm.PL
35496 ____________________________________________________________________________
35497 [  7522] By: jhi                                   on 2000/11/01  22:06:15
35498         Log: Expand %Config variables and %ENV variables only if
35499              so requested during build time using the
35500              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
35501              Not expanding makes relocating distributions easier.
35502      Branch: perl
35503            ! ext/DynaLoader/DynaLoader_pm.PL
35504 ____________________________________________________________________________
35505 [  7521] By: jhi                                   on 2000/11/01  20:56:34
35506         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
35507              and setgid() because they were just changing $< and $( which means
35508              only changing the real uid/gid, as opposed to changing both
35509              real and effective ids.  (The alternative way could have been
35510              in POSIX.pm to change $> and $), too, but making a direct call
35511              to the C API feels cleaner.)  Fixes the bug
35512              
35513              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
35514              From: "Garry T. Williams" <garry@zvolve.com>
35515              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
35516              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
35517      Branch: perl
35518            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35519            ! ext/POSIX/typemap pod/perlvar.pod
35520 ____________________________________________________________________________
35521 [  7520] By: jhi                                   on 2000/11/01  20:08:33
35522         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
35523              From: "Garry T. Williams" <garry@zvolve.com>
35524              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
35525              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
35526      Branch: perl
35527            ! pod/perlsec.pod
35528 ____________________________________________________________________________
35529 [  7519] By: jhi                                   on 2000/11/01  20:01:22
35530         Log: Locale warning explanation tweak.
35531      Branch: perl
35532            ! pod/perldiag.pod
35533 ____________________________________________________________________________
35534 [  7518] By: jhi                                   on 2000/11/01  18:57:13
35535         Log: C.pm part of
35536              
35537              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
35538              From: Jarkko Hietaniemi <jhi@iki.fi>
35539              Date: Tue, 10 Oct 2000 08:22:28 -0500
35540              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
35541      Branch: perl
35542            ! ext/B/B/C.pm
35543 ____________________________________________________________________________
35544 [  7517] By: jhi                                   on 2000/11/01  18:41:59
35545         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
35546              From: Martien Verbruggen <mgjv@comdyn.com.au>
35547              Date: Fri, 6 Oct 2000 14:09:10 +1100
35548              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
35549      Branch: perl
35550            ! pod/perlop.pod
35551 ____________________________________________________________________________
35552 [  7516] By: jhi                                   on 2000/11/01  18:34:55
35553         Log: Generalize the Camel wording.
35554              
35555              Subject: Re: perlfaq style changes
35556              From: John Borwick <jhborwic@unity.ncsu.edu>
35557              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
35558              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
35559      Branch: perl
35560            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
35561 ____________________________________________________________________________
35562 [  7515] By: jhi                                   on 2000/11/01  16:52:31
35563         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
35564              From: pimlott@idiomtech.com (Andrew Pimlott)
35565              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
35566              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
35567      Branch: perl
35568            ! pod/perlsec.pod
35569 ____________________________________________________________________________
35570 [  7514] By: jhi                                   on 2000/11/01  15:03:40
35571         Log: More AIX lore.
35572      Branch: perl
35573            ! ext/re/hints/aix.pl
35574 ____________________________________________________________________________
35575 [  7513] By: jhi                                   on 2000/11/01  14:48:30
35576         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
35577              From: root <root@chronos.fi.muni.cz>
35578              Date: Wed, 1 Nov 2000 12:31:32 +0100
35579              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
35580      Branch: perl
35581            ! lib/Net/Ping.pm
35582 ____________________________________________________________________________
35583 [  7512] By: jhi                                   on 2000/11/01  14:46:47
35584         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
35585              From: Martin Husemann <martin@duskware.de>
35586              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
35587              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
35588      Branch: perl
35589            ! regcomp.c
35590 ____________________________________________________________________________
35591 [  7511] By: jhi                                   on 2000/11/01  14:39:50
35592         Log: AUTHORS updates.
35593      Branch: perl
35594            ! AUTHORS
35595 ____________________________________________________________________________
35596 [  7510] By: jhi                                   on 2000/11/01  14:29:50
35597         Log: Subject: [PATCH] startperl to respect versiononly
35598              From: Robin Barker <rmb1@cise.npl.co.uk> 
35599              Date: Tue, 31 Oct 2000 16:29:36 GMT
35600              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
35601      Branch: metaconfig/U/perl
35602            ! startperl.U
35603      Branch: perl
35604            ! Configure config_h.SH
35605 ____________________________________________________________________________
35606 [  7509] By: jhi                                   on 2000/11/01  14:19:53
35607         Log: printf UVs the correct way, noticed by Robin Barker.
35608      Branch: perl
35609            ! utf8.c
35610 ____________________________________________________________________________
35611 [  7508] By: jhi                                   on 2000/11/01  14:10:03
35612         Log: Do not cleanup *% because the % has special meanings in some
35613              shell environments.
35614      Branch: perl
35615            ! ext/Storable/Makefile.PL
35616 ____________________________________________________________________________
35617 [  7507] By: jhi                                   on 2000/11/01  14:06:00
35618         Log: The NonStop-UX libraries have a novel way to say NaN.
35619      Branch: perl
35620            ! t/lib/bigfltpm.t
35621 ____________________________________________________________________________
35622 [  7506] By: jhi                                   on 2000/11/01  14:03:35
35623         Log: The osname has been lowercased by now, from Tom Bates.
35624      Branch: metaconfig
35625            ! U/modified/Oldconfig.U
35626      Branch: perl
35627            ! Configure config_h.SH
35628 ____________________________________________________________________________
35629 [  7505] By: jhi                                   on 2000/10/31  19:18:39
35630         Log: The compiler is either gcc or cc, from Tom Bates.
35631      Branch: perl
35632            ! hints/nonstopux.sh
35633 ____________________________________________________________________________
35634 [  7504] By: jhi                                   on 2000/10/31  14:53:42
35635         Log: Update Changes.
35636      Branch: perl
35637            ! Changes patchlevel.h
35638 ____________________________________________________________________________
35639 [  7503] By: jhi                                   on 2000/10/31  14:30:50
35640         Log: Whitespace style tweak.  Was originally going to see to
35641              
35642              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35643              From: Joe Smith <jms@inwap.com>
35644              Date: Mon, 30 Oct 2000 18:47:57 -0800
35645              Message-Id: <39FE32DD.24AAC4D@inwap.com>
35646              
35647              but that had already been taken care of.
35648      Branch: metaconfig
35649            ! U/compline/d_stdstdio.U
35650      Branch: perl
35651            ! Configure config_h.SH
35652 ____________________________________________________________________________
35653 [  7502] By: jhi                                   on 2000/10/31  14:25:02
35654         Log: AUTHORS tweaks.
35655      Branch: perl
35656            ! AUTHORS
35657 ____________________________________________________________________________
35658 [  7501] By: jhi                                   on 2000/10/31  14:23:59
35659         Log: Subject: perlfaq style changes
35660              From: John Borwick <jhborwic@unity.ncsu.edu>
35661              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
35662              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
35663      Branch: perl
35664            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
35665            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
35666            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
35667            ! pod/perlfaq9.pod
35668 ____________________________________________________________________________
35669 [  7500] By: jhi                                   on 2000/10/31  14:22:15
35670         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
35671              
35672              Subject: Re: [ID 20000918.005] ~ on wide chars
35673              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35674              Date: Mon, 30 Oct 2000 21:09:55 -0800
35675              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
35676              
35677              (The ord() part of the patch skipped.)
35678      Branch: perl
35679            ! doop.c
35680 ____________________________________________________________________________
35681 [  7499] By: jhi                                   on 2000/10/31  14:20:08
35682         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
35683              From: Jens Hamisch <jens@Strawberry.COM>
35684              Date: Mon, 30 Oct 2000 15:17:07 +0100
35685              Message-Id: <20001030151707.A9597@Strawberry.COM>
35686      Branch: perl
35687            ! av.c
35688 ____________________________________________________________________________
35689 [  7498] By: jhi                                   on 2000/10/31  14:16:29
35690         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
35691              From: Peter Prymmer <pvhp@forte.com>
35692              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
35693              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
35694      Branch: perl
35695            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35696            + ext/Encode/Encode/posix-bc.enc
35697            ! MANIFEST t/lib/encode.t
35698 ____________________________________________________________________________
35699 [  7497] By: jhi                                   on 2000/10/31  14:13:22
35700         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
35701              From: Peter Prymmer <pvhp@forte.com>
35702              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
35703              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
35704      Branch: perl
35705            ! t/lib/cgi-html.t
35706 ____________________________________________________________________________
35707 [  7496] By: jhi                                   on 2000/10/31  14:12:05
35708         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
35709              From: Peter Prymmer <pvhp@forte.com>
35710              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
35711              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
35712      Branch: perl
35713            ! t/lib/cgi-function.t
35714 ____________________________________________________________________________
35715 [  7495] By: jhi                                   on 2000/10/31  14:11:08
35716         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
35717              From: Peter Prymmer <pvhp@forte.com>
35718              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
35719              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
35720      Branch: perl
35721            + ext/re/hints/aix.pl
35722            ! MANIFEST ext/re/Makefile.PL
35723 ____________________________________________________________________________
35724 [  7494] By: jhi                                   on 2000/10/31  14:08:32
35725         Log: Use Errno magic.
35726              
35727              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
35728              From: Casey Tweten <perl@ctweten.amsite.com>
35729              Date: Mon, 30 Oct 2000 15:51:17 -0500
35730              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
35731      Branch: perl
35732            ! lib/File/Temp.pm
35733 ____________________________________________________________________________
35734 [  7493] By: jhi                                   on 2000/10/31  14:05:07
35735         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
35736              
35737              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
35738              From: Nicholas Clark <nick@ccl4.org>
35739              Date: Mon, 30 Oct 2000 17:38:45 +0000
35740              Message-ID: <20001030173845.O60355@plum.flirble.org>
35741      Branch: perl
35742            ! Makefile.SH utils/perlbug.PL
35743 ____________________________________________________________________________
35744 [  7492] By: nick                                  on 2000/10/30  19:37:23
35745         Log: Change files which are mysteriously different to mainline to be
35746              copies of mainline.
35747      Branch: perlio
35748            ! objXSUB.h perlapi.c pod/perlapi.pod
35749 ____________________________________________________________________________
35750 [  7491] By: nick                                  on 2000/10/30  18:05:54
35751         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
35752              - typo in endian code in putc.
35753              - Don't allow read of write-only files and vice-versa
35754              - and off-by-one in flush-all loop.
35755              Remove debug calls as they were using GCC specific features.
35756      Branch: perlio
35757            ! perlio.c
35758 ____________________________________________________________________________
35759 [  7490] By: nick                                  on 2000/10/29  21:45:45
35760         Log: Integrate mainline to perlio
35761      Branch: perlio
35762           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
35763           !> toke.c
35764 ____________________________________________________________________________
35765 [  7489] By: jhi                                   on 2000/10/29  21:11:08
35766         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
35767              From: andreas.koenig@anima.de (Andreas J. Koenig)
35768              Date: 29 Oct 2000 22:05:59 +0100
35769              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
35770      Branch: perl
35771            ! lib/ExtUtils/Manifest.pm
35772 ____________________________________________________________________________
35773 [  7488] By: jhi                                   on 2000/10/29  21:07:47
35774         Log: Tests for #7487.
35775              
35776              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
35777              From: andreas.koenig@anima.de (Andreas J. Koenig)
35778              Date: 29 Oct 2000 19:37:09 +0100
35779              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
35780      Branch: perl
35781            ! t/comp/proto.t
35782 ____________________________________________________________________________
35783 [  7487] By: jhi                                   on 2000/10/29  21:06:27
35784         Log: constsub spillage.
35785              
35786              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
35787              From: John Tobey <jtobey@john-edwin-tobey.org>
35788              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
35789              Message-Id: <m13pvSr-000FObC@feynman.localnet>
35790      Branch: perl
35791            ! op.c
35792 ____________________________________________________________________________
35793 [  7486] By: nick                                  on 2000/10/29  21:05:04
35794         Log: Integrate mainline to perlio branch
35795      Branch: perlio
35796           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
35797           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
35798           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
35799           +> vos/install_perl.cm
35800            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
35801            - vos/config.h vos/config_h.SH_orig
35802           !> (integrate 141 files)
35803 ____________________________________________________________________________
35804 [  7485] By: jhi                                   on 2000/10/29  21:00:47
35805         Log: Make \x{...} consistently produce UTF-8.
35806              
35807              Subject: Re: \x{...} is confused 
35808              From: Simon Cozens <simon@cozens.net>
35809              Date: Sun, 29 Oct 2000 19:36:48 +0000
35810              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
35811      Branch: perl
35812            ! t/pragma/utf8.t toke.c
35813 ____________________________________________________________________________
35814 [  7484] By: nick                                  on 2000/10/29  20:05:29
35815         Log: PerlIO passes all tests.
35816      Branch: perlio
35817            ! perlio.c
35818 ____________________________________________________________________________
35819 [  7483] By: jhi                                   on 2000/10/29  18:06:55
35820         Log: Update Changes.
35821      Branch: perl
35822            ! Changes patchlevel.h
35823 ____________________________________________________________________________
35824 [  7482] By: nick                                  on 2000/10/29  17:43:28
35825         Log: Include <unistd.h> to get correct lseek() prototype etc.
35826              (I thought perl.h did that) - down to two fails
35827              - comp/require.t (last test)
35828              - lib/io_xs.t - possibly import/export of FILE * ?
35829      Branch: perlio
35830            ! perlio.c
35831 ____________________________________________________________________________
35832 [  7481] By: jhi                                   on 2000/10/29  17:02:37
35833         Log: UTF-8 decoder tweak.
35834      Branch: perl
35835            ! utf8.c
35836 ____________________________________________________________________________
35837 [  7480] By: nick                                  on 2000/10/29  16:26:11
35838         Log: Fixed two bugs:
35839              - error code not being set on close (of broken pipe)
35840              - append mode was truncating.
35841              At least one seek/tell bug remains.
35842      Branch: perlio
35843            ! perlio.c
35844 ____________________________________________________________________________
35845 [  7479] By: nick                                  on 2000/10/29  11:18:16
35846         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
35847              in case of accidents. Still several worrying fails, no line disciplines yet.
35848      Branch: perlio
35849            ! iperlsys.h perlio.c
35850 ____________________________________________________________________________
35851 [  7478] By: jhi                                   on 2000/10/29  02:04:01
35852         Log: Add also emailless people.
35853      Branch: perl
35854            ! AUTHORS
35855 ____________________________________________________________________________
35856 [  7477] By: jhi                                   on 2000/10/29  01:36:00
35857         Log: The #7476 needs a MANIFEST change, too.
35858      Branch: perl
35859            ! MANIFEST
35860 ____________________________________________________________________________
35861 [  7476] By: jhi                                   on 2000/10/29  01:35:21
35862         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
35863      Branch: perl
35864            - MAINTAIN
35865            ! AUTHORS Changes
35866 ____________________________________________________________________________
35867 [  7475] By: jhi                                   on 2000/10/28  23:57:25
35868         Log: De-quoted-unreadable to ISO Latin 1.
35869              (There's one ISO-2022-JP name in Changes5.004.)
35870      Branch: perl
35871            ! Changes Changes5.6
35872 ____________________________________________________________________________
35873 [  7474] By: jhi                                   on 2000/10/28  19:13:06
35874         Log: Subject: [ID 20001027.007] uniq array in perlfaq
35875              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
35876              Date: Fri, 27 Oct 2000 19:28:30 +0200
35877              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
35878      Branch: perl
35879            ! pod/perlfaq4.pod
35880 ____________________________________________________________________________
35881 [  7473] By: jhi                                   on 2000/10/28  18:02:05
35882         Log: Locking null mutexes is not recommendable.
35883              
35884              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
35885              From: Hugo <hv@crypt.compulink.co.uk>
35886              Date: Sat, 28 Oct 2000 18:41:12 +0100
35887              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
35888      Branch: perl
35889            ! op.c
35890 ____________________________________________________________________________
35891 [  7472] By: jhi                                   on 2000/10/28  17:52:58
35892         Log: Better create a true mailing list for the repository keepers.
35893      Branch: perl
35894            ! Porting/repository.pod
35895 ____________________________________________________________________________
35896 [  7471] By: jhi                                   on 2000/10/28  17:28:24
35897         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
35898              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
35899      Branch: perl
35900            + Porting/repository.pod
35901            ! MANIFEST
35902 ____________________________________________________________________________
35903 [  7470] By: jhi                                   on 2000/10/28  17:20:54
35904         Log: Subject: DOC PATCH 5.6.0
35905              From: mjd@plover.com
35906              Date: 27 Oct 2000 17:32:44 -0000
35907              Message-ID: <20001027173244.23754.qmail@plover.com>
35908      Branch: perl
35909            ! pod/perlfunc.pod
35910 ____________________________________________________________________________
35911 [  7469] By: jhi                                   on 2000/10/28  17:16:45
35912         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
35913              From: "Peter J. Farley III" <pjfarley@banet.net>
35914              Date: Fri, 27 Oct 2000 20:32:56 -0400
35915              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
35916      Branch: perl
35917            ! README.dos
35918 ____________________________________________________________________________
35919 [  7468] By: jhi                                   on 2000/10/28  17:07:18
35920         Log: Make target reordering to avoid pointless re-makes.
35921              
35922              Subject: Re: Total re-make of 'make okfile' after 7451 ?
35923              From: Nicholas Clark <nick@ccl4.org>
35924              Date: Sat, 28 Oct 2000 00:31:02 +0100
35925              Message-ID: <20001028003101.A54517@plum.flirble.org>
35926      Branch: perl
35927            ! Makefile.SH
35928 ____________________________________________________________________________
35929 [  7467] By: jhi                                   on 2000/10/28  17:05:31
35930         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
35931              From: lvirden@cas.org
35932              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
35933              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
35934      Branch: perl
35935            ! README.os2
35936 ____________________________________________________________________________
35937 [  7466] By: jhi                                   on 2000/10/28  16:09:16
35938         Log: Upgrade to CPAN 1.58_55.
35939              
35940              Subject: CPAN.pm status
35941              From: andreas.koenig@anima.de (Andreas J. Koenig) 
35942              Date: 28 Oct 2000 08:18:00 +0200 
35943              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
35944      Branch: perl
35945            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35946 ____________________________________________________________________________
35947 [  7465] By: jhi                                   on 2000/10/28  16:02:47
35948         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
35949      Branch: perl
35950            ! embed.h embed.pl perl.h proto.h toke.c
35951 ____________________________________________________________________________
35952 [  7464] By: nick                                  on 2000/10/28  10:43:44
35953         Log: Fix for sv_2iv() on "shared" value from keys %hash.
35954      Branch: perl
35955            ! sv.c
35956 ____________________________________________________________________________
35957 [  7463] By: jhi                                   on 2000/10/27  16:18:29
35958         Log: Update Changes.
35959      Branch: perl
35960            ! Changes patchlevel.h
35961 ____________________________________________________________________________
35962 [  7462] By: jhi                                   on 2000/10/27  16:17:44
35963         Log: Too enthusiastic editing in #7460.
35964      Branch: metaconfig
35965            ! U/modified/Oldsym.U
35966      Branch: perl
35967            ! Configure config_h.SH
35968 ____________________________________________________________________________
35969 [  7461] By: jhi                                   on 2000/10/27  15:37:38
35970         Log: Retract #7459, the script needs more work.
35971      Branch: perl
35972            - mkreef
35973            ! MANIFEST
35974 ____________________________________________________________________________
35975 [  7460] By: jhi                                   on 2000/10/27  15:23:14
35976         Log: Use $sort, $uniq (and $tr) consistently as wondered
35977              by Nicholas Clark.
35978      Branch: metaconfig
35979            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
35980            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
35981            ! U/modified/libc.U
35982      Branch: perl
35983            ! Configure config_h.SH
35984 ____________________________________________________________________________
35985 [  7459] By: jhi                                   on 2000/10/27  15:02:07
35986         Log: (Retracted by #7461)
35987              
35988              Add a shell script for creating/removing symbolic link farms,
35989              useful for keeping the source code read-only and doing the
35990              builds somewhere else.
35991      Branch: perl
35992            + mkreef
35993            ! MANIFEST
35994 ____________________________________________________________________________
35995 [  7458] By: jhi                                   on 2000/10/27  14:42:20
35996         Log: Do away with the fix_pl.
35997      Branch: perl
35998            - fix_pl
35999            ! MANIFEST Makefile.SH
36000 ____________________________________________________________________________
36001 [  7457] By: jhi                                   on 2000/10/27  12:43:13
36002         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
36003              From: Jens Hamisch <jens@Strawberry.COM>
36004              Date: Fri, 27 Oct 2000 14:38:21 +0200
36005              Message-Id: <20001027143821.B3366@Strawberry.COM>
36006      Branch: perl
36007            ! perl.h
36008 ____________________________________________________________________________
36009 [  7456] By: jhi                                   on 2000/10/27  12:33:42
36010         Log: Subject: [PATCH] todo
36011              From: Nicholas Clark <nick@ccl4.org>
36012              Date: Thu, 26 Oct 2000 22:32:29 +0100
36013              Message-ID: <20001026223229.A44540@plum.flirble.org>
36014      Branch: perl
36015            ! pod/perltodo.pod
36016 ____________________________________________________________________________
36017 [  7455] By: jhi                                   on 2000/10/27  12:02:21
36018         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
36019              From: John Tobey <jtobey@john-edwin-tobey.org>
36020              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
36021              Message-Id: <m13ozHF-000FObC@feynman.localnet>
36022      Branch: perl
36023            ! op.c t/pragma/sub_lval.t
36024 ____________________________________________________________________________
36025 [  7454] By: jhi                                   on 2000/10/27  11:59:42
36026         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
36027              From: sthoenna@efn.org
36028              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
36029              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
36030      Branch: perl
36031            ! pp.c t/op/assignwarn.t
36032 ____________________________________________________________________________
36033 [  7453] By: jhi                                   on 2000/10/27  00:15:08
36034         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
36035      Branch: perl
36036            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36037            ! ext/Storable/Storable.xs t/lib/st-lock.t
36038 ____________________________________________________________________________
36039 [  7452] By: jhi                                   on 2000/10/26  13:05:52
36040         Log: Undo #7451, this seems to be a deficiency in Perforce,
36041              there is no per-file line-terminator type, only per-client.
36042      Branch: perl
36043            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
36044            ! win32/makefile.mk
36045 ____________________________________________________________________________
36046 [  7451] By: jhi                                   on 2000/10/26  04:56:03
36047         Log: Experimenting in DOS arcana.
36048      Branch: perl
36049            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
36050            ! win32/makefile.mk
36051 ____________________________________________________________________________
36052 [  7450] By: jhi                                   on 2000/10/26  04:50:52
36053         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
36054              From: "Peter J. Farley III" <pjfarley@banet.net>            
36055              Date: Wed, 25 Oct 2000 23:10:18 -0400
36056              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
36057      Branch: perl
36058            ! t/io/open.t
36059 ____________________________________________________________________________
36060 [  7449] By: jhi                                   on 2000/10/26  04:49:16
36061         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
36062              From: Hugo <hv@crypt.compulink.co.uk>
36063              Date: Thu, 26 Oct 2000 01:55:17 +0100
36064              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
36065              
36066              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
36067      Branch: perl
36068            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
36069 ____________________________________________________________________________
36070 [  7448] By: jhi                                   on 2000/10/26  04:38:36
36071         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
36072              From: Peter Prymmer <pvhp@forte.com>
36073              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
36074              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
36075      Branch: perl
36076            ! configure.com
36077 ____________________________________________________________________________
36078 [  7447] By: jhi                                   on 2000/10/25  23:20:02
36079         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
36080              in platforms that strictly require all the symbols being present
36081              at link time.
36082      Branch: perl
36083            ! handy.h
36084 ____________________________________________________________________________
36085 [  7446] By: jhi                                   on 2000/10/25  21:55:57
36086         Log: Update Changes.
36087      Branch: perl
36088            ! Changes patchlevel.h
36089 ____________________________________________________________________________
36090 [  7445] By: jhi                                   on 2000/10/25  21:27:08
36091         Log: Integrate with vmsperl #7430 by Charles Bailey:
36092              
36093              Cleanup from prior patch (Charles Lane?):
36094              - improve handling of MFDs in Basename and Path
36095              - default to no xsubpp line # munging when building debug images
36096      Branch: perl
36097           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
36098 ____________________________________________________________________________
36099 [  7444] By: jhi                                   on 2000/10/25  21:03:50
36100         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
36101              From: John Peacock <JPeacock@UnivPress.com>
36102              Date: Thu, 18 May 2000 11:55:27 -0400
36103              Message-ID: <3924126F.A58BE57A@UnivPress.com>
36104      Branch: perl
36105            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
36106            ! t/op/write.t
36107 ____________________________________________________________________________
36108 [  7443] By: jhi                                   on 2000/10/25  20:43:10
36109         Log: Temporary stopgap for the self-tying issue: for now only
36110              array and hash self-ties are verboten.  The real fix, of
36111              course, would be to comprehensively test (and implement?)
36112              and debug (and document) self-ties.
36113      Branch: perl
36114            ! pod/perldiag.pod pp_sys.c t/op/tie.t
36115 ____________________________________________________________________________
36116 [  7442] By: jhi                                   on 2000/10/25  20:14:30
36117         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
36118              From: Dan Sugalski <dan@sidhe.org>
36119              Date: Wed, 25 Oct 2000 13:36:35 -0400
36120              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
36121              
36122              plus regen global.sym.
36123      Branch: perl
36124            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
36125            ! thrdvar.h util.c
36126 ____________________________________________________________________________
36127 [  7441] By: jhi                                   on 2000/10/25  20:12:20
36128         Log: buildtoc target tweaks.
36129      Branch: perl
36130            ! pod/Makefile.SH
36131 ____________________________________________________________________________
36132 [  7440] By: jhi                                   on 2000/10/25  20:03:53
36133         Log: A new version of making the syslog test more robust.
36134              (Replaces #7421.)
36135              
36136              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36137              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36138              Date: Wed, 25 Oct 2000 12:13:54 -0400
36139              Message-ID: <20001025121354.B2264@O2.chapin.edu>
36140      Branch: perl
36141            ! t/lib/syslog.t
36142 ____________________________________________________________________________
36143 [  7439] By: jhi                                   on 2000/10/25  20:00:48
36144         Log: Continue the internal UTF-8 API tweaking.
36145              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
36146              used much more than the simpler API, now called utf8_to_uv_simple().
36147              Still not quite happy with API, too much partial duplication
36148              of functionality.
36149      Branch: perl
36150            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
36151            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
36152            ! regcomp.c regexec.c sv.c toke.c utf8.c
36153 ____________________________________________________________________________
36154 [  7438] By: jhi                                   on 2000/10/25  18:52:30
36155         Log: Allow poking holes at the UTF-8 decoding strictness.
36156      Branch: perl
36157            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
36158            ! utf8.h
36159 ____________________________________________________________________________
36160 [  7437] By: jhi                                   on 2000/10/25  13:53:05
36161         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
36162              UTF8LEN() and UTF8SKIP(). 
36163      Branch: perl
36164            ! pp.c utf8.c utf8.h
36165 ____________________________________________________________________________
36166 [  7436] By: jhi                                   on 2000/10/25  13:51:37
36167         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
36168              From: Nicholas Clark <nick@ccl4.org>
36169              Date: Wed, 25 Oct 2000 14:44:05 +0100
36170              Message-ID: <20001025144404.D27253@plum.flirble.org>
36171      Branch: perl
36172            ! pod/perlrun.pod
36173 ____________________________________________________________________________
36174 [  7435] By: jhi                                   on 2000/10/25  13:49:32
36175         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
36176              From: Mike Guy <mjtg@cam.ac.uk>
36177              Date: Tue, 24 Oct 2000 14:59:40 +0100
36178              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
36179      Branch: perl
36180            ! scope.c
36181 ____________________________________________________________________________
36182 [  7434] By: jhi                                   on 2000/10/25  13:48:41
36183         Log: AIX is picky about its symbol exports.  Solution for now
36184              is to include the deb.o explicitly to the re extension build.
36185              
36186              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
36187              From: Peter Prymmer <pvhp@forte.com>
36188              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
36189              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
36190      Branch: perl
36191            ! ext/re/Makefile.PL hints/aix.sh
36192 ____________________________________________________________________________
36193 [  7433] By: jhi                                   on 2000/10/25  13:46:49
36194         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
36195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36196              Date: Wed, 25 Oct 2000 12:02:20 +0200
36197              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
36198      Branch: perl
36199            ! perlsdio.h
36200 ____________________________________________________________________________
36201 [  7432] By: jhi                                   on 2000/10/25  13:44:28
36202         Log: Subject: Minor update to find2perl, for portability
36203              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36204              Date: Wed, 25 Oct 2000 12:05:47 +0100
36205              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
36206      Branch: perl
36207            ! x2p/find2perl.PL
36208 ____________________________________________________________________________
36209 [  7431] By: jhi                                   on 2000/10/25  13:40:39
36210         Log: Add targets to Makefile.SH, most importantly
36211              'regen_all' which also remembers to update vms/perly*.
36212      Branch: perl
36213            ! Makefile.SH
36214 ____________________________________________________________________________
36215 [  7430] By: bailey                                on 2000/10/25  03:13:53
36216         Log: Cleanup from prior patch (Charles Lane?):
36217              - improve handling of MFDs in Basename and Path
36218              - default to no xsubpp line # munging when building debug images
36219      Branch: vmsperl
36220            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
36221 ____________________________________________________________________________
36222 [  7429] By: jhi                                   on 2000/10/24  20:03:40
36223         Log: Podify README.epoc and README.vos.
36224      Branch: perl
36225            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
36226            ! pod/perlport.pod pod/perltoc.pod
36227 ____________________________________________________________________________
36228 [  7428] By: jhi                                   on 2000/10/24  19:10:33
36229         Log: Stratus VOS updates from Paul Green.
36230      Branch: perl
36231            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36232            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
36233            - vos/config.def vos/config.h vos/config_h.SH_orig
36234            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
36235            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
36236 ____________________________________________________________________________
36237 [  7427] By: jhi                                   on 2000/10/24  18:59:48
36238         Log: Check if stdio supports tweaking lval and cnt simultaneously.
36239              
36240              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36241              From: Nicholas Clark <nick@ccl4.org>
36242              Date: Mon, 23 Oct 2000 15:39:32 +0100
36243              Message-ID: <20001023153932.A10786@plum.flirble.org>
36244      Branch: metaconfig
36245            ! U/compline/d_stdstdio.U
36246      Branch: perl
36247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36248            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
36249            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
36250            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
36251            ! vos/config.h vos/config_h.SH_orig win32/config.bc
36252            ! win32/config.gc win32/config.vc
36253 ____________________________________________________________________________
36254 [  7426] By: jhi                                   on 2000/10/24  17:57:44
36255         Log: Missed the header file changes from #7425.
36256      Branch: perl
36257            ! embed.h embed.pl objXSUB.h proto.h
36258 ____________________________________________________________________________
36259 [  7425] By: jhi                                   on 2000/10/24  17:55:17
36260         Log: Fix the bug reported in
36261              
36262              From: andreas.koenig@anima.de (Andreas J. Koenig)
36263              Subject: Encode bug?
36264              Date: 24 Oct 2000 14:01:26 +0200 
36265              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
36266              
36267              Also make is_utf8_char() stricter.
36268      Branch: perl
36269            ! ext/Encode/Encode.xs utf8.c
36270 ____________________________________________________________________________
36271 [  7424] By: jhi                                   on 2000/10/24  15:15:39
36272         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
36273              From: Peter Scott <Peter@PSDT.com>
36274              Date: Mon, 23 Oct 2000 19:46:01 -0700
36275              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
36276      Branch: perl
36277            ! pod/perlfaq5.pod
36278 ____________________________________________________________________________
36279 [  7423] By: jhi                                   on 2000/10/24  14:25:30
36280         Log: Test tweak to avoid pulling in the whole Config.
36281      Branch: perl
36282            ! t/lib/st-lock.t
36283 ____________________________________________________________________________
36284 [  7422] By: jhi                                   on 2000/10/24  14:03:16
36285         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
36286      Branch: perl
36287            ! pp.c
36288 ____________________________________________________________________________
36289 [  7421] By: jhi                                   on 2000/10/24  13:32:09
36290         Log: (Replaced by #7440.)
36291              
36292              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36293              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36294              Date: Mon, 23 Oct 2000 16:40:54 -0400
36295              Message-ID: <20001023164054.B14491@O2.chapin.edu>
36296      Branch: perl
36297            ! t/lib/syslog.t
36298 ____________________________________________________________________________
36299 [  7420] By: jhi                                   on 2000/10/24  13:30:53
36300         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
36301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36302              Date: Mon, 23 Oct 2000 17:29:03 -0400
36303              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
36304      Branch: perl
36305            ! lib/ExtUtils/MM_Unix.pm
36306 ____________________________________________________________________________
36307 [  7419] By: jhi                                   on 2000/10/24  13:29:57
36308         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
36309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36310              Date: Mon, 23 Oct 2000 19:01:32 -0400
36311              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
36312      Branch: perl
36313            ! utils/h2xs.PL
36314 ____________________________________________________________________________
36315 [  7418] By: jhi                                   on 2000/10/24  13:26:04
36316         Log: Replace #7409 with
36317              
36318              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
36319              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
36320              Date: Mon, 23 Oct 2000 20:08:56 +0200
36321              Message-ID: <20001023200855.A14850@nice.ram.loc>
36322      Branch: perl
36323            ! ext/Storable/Storable.pm t/lib/st-lock.t
36324 ____________________________________________________________________________
36325 [  7417] By: jhi                                   on 2000/10/24  13:17:52
36326         Log: Run vms/vms_yfix.pl, should have done that after changing
36327              perly.c in #7382.
36328      Branch: perl
36329            ! vms/perly_c.vms vms/perly_h.vms
36330 ____________________________________________________________________________
36331 [  7416] By: jhi                                   on 2000/10/24  02:55:33
36332         Log: Make the UTF-8 decoding stricter and more verbose when
36333              malformation happens.  This involved adding an argument
36334              to utf8_to_uv_chk(), which involved changing its prototype,
36335              and prefer STRLEN over I32 for the UTF-8 length, which as
36336              a domino effect necessitated changing the prototypes of
36337              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
36338              The stricter UTF-8 decoding checking uses Markus Kuhn's
36339              UTF-8 Decode Stress Tester from
36340              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
36341      Branch: perl
36342            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
36343            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
36344            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
36345            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
36346 ____________________________________________________________________________
36347 [  7415] By: jhi                                   on 2000/10/23  14:06:06
36348         Log: Update Changes.
36349      Branch: perl
36350            ! Changes patchlevel.h
36351 ____________________________________________________________________________
36352 [  7414] By: jhi                                   on 2000/10/23  12:39:52
36353         Log: Undo the basename() part of #7412 since the lib/basename
36354              tests would need upgrading too.
36355      Branch: perl
36356            ! lib/File/Basename.pm
36357 ____________________________________________________________________________
36358 [  7413] By: jhi                                   on 2000/10/23  12:19:27
36359         Log: Document PERL_INSTALL_ROOT of #7210.
36360      Branch: perl
36361            ! lib/ExtUtils/Install.pm
36362 ____________________________________________________________________________
36363 [  7412] By: jhi                                   on 2000/10/23  12:16:47
36364         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
36365      Branch: perl
36366            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
36367            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
36368 ____________________________________________________________________________
36369 [  7411] By: jhi                                   on 2000/10/23  12:07:41
36370         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
36371              From: Prymmer/Kahn <pvhp@best.com>
36372              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
36373              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
36374      Branch: perl
36375            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
36376 ____________________________________________________________________________
36377 [  7410] By: jhi                                   on 2000/10/23  04:10:11
36378         Log: The change #7187 was not so good on VMS.
36379              
36380              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
36381              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36382              Date: Sun, 22 Oct 2000 23:03:08 -0500
36383              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
36384      Branch: perl
36385            ! utils/perldoc.PL
36386 ____________________________________________________________________________
36387 [  7409] By: jhi                                   on 2000/10/23  03:57:36
36388         Log: Avoid Storable locking on DJGPP for now.
36389              
36390              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
36391              From: "Peter J. Farley III" <pjfarley@banet.net>
36392              Date: Sun, 22 Oct 2000 20:00:00 -0400
36393              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
36394      Branch: perl
36395            ! ext/Storable/Storable.pm t/lib/st-lock.t
36396 ____________________________________________________________________________
36397 [  7408] By: jhi                                   on 2000/10/23  03:50:24
36398         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
36399              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36400              Date: Sun, 22 Oct 2000 21:12:22 -0400
36401              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
36402      Branch: perl
36403            ! lib/vars.pm
36404 ____________________________________________________________________________
36405 [  7407] By: jhi                                   on 2000/10/23  03:43:12
36406         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
36407              From: Hugo <hv@crypt.compulink.co.uk>
36408              Date: Mon, 23 Oct 2000 00:47:22 +0100
36409              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
36410      Branch: perl
36411            ! regexec.c t/op/pat.t
36412 ____________________________________________________________________________
36413 [  7406] By: jhi                                   on 2000/10/23  03:40:29
36414         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
36415      Branch: perl
36416            ! lib/ExtUtils/MakeMaker.pm
36417 ____________________________________________________________________________
36418 [  7405] By: jhi                                   on 2000/10/22  21:32:00
36419         Log: Doc patch.
36420              
36421              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
36422              From: rspier@pobox.com (Robert Spier)
36423              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
36424              Message-ID: <14835.16112.13457.447971@rls.cx>
36425      Branch: perl
36426            ! lib/strict.pm
36427 ____________________________________________________________________________
36428 [  7404] By: jhi                                   on 2000/10/22  21:30:51
36429         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
36430              From: rspier@pobox.com (Robert Spier)
36431              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
36432              Message-ID: <14835.17223.72448.705566@rls.cx>
36433      Branch: perl
36434            ! lib/ExtUtils/MakeMaker.pm
36435 ____________________________________________________________________________
36436 [  7403] By: jhi                                   on 2000/10/22  21:24:11
36437         Log: Subject: [PATCH bleadperl] ripples from constsub patch
36438              From: John Tobey <jtobey@john-edwin-tobey.org>
36439              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
36440              Message-Id: <m13nSOB-000FObC@feynman.localnet>
36441      Branch: perl
36442            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
36443 ____________________________________________________________________________
36444 [  7402] By: jhi                                   on 2000/10/22  20:59:35
36445         Log: Support s?printf parameter reordering.
36446      Branch: perl
36447            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
36448 ____________________________________________________________________________
36449 [  7401] By: jhi                                   on 2000/10/22  19:19:14
36450         Log: Expand %Config variables only if explicitly so requested
36451              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
36452              
36453              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
36454              From: Gurusamy Sarathy <gsar@ActiveState.com>
36455              Date: Sun, 22 Oct 2000 11:47:32 -0700
36456              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
36457      Branch: perl
36458            ! Makefile.SH lib/lib_pm.PL
36459 ____________________________________________________________________________
36460 [  7400] By: jhi                                   on 2000/10/22  18:24:10
36461         Log: Move the #7390 test from warn/op to comp/redef.
36462              
36463              Subject: Re: Creating const subs for constants.
36464              From: John Tobey <jtobey@john-edwin-tobey.org>
36465              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
36466              Message-Id: <m13nG72-000FObC@feynman.localnet>               
36467      Branch: perl
36468            ! t/comp/redef.t t/pragma/warn/op
36469 ____________________________________________________________________________
36470 [  7399] By: jhi                                   on 2000/10/22  17:49:59
36471         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
36472              From: Nicholas Clark <nick@ccl4.org>
36473              Date: Sat, 21 Oct 2000 22:23:19 +0100
36474              Message-ID: <20001021222319.B45586@plum.flirble.org>
36475      Branch: perl
36476            ! ext/DynaLoader/DynaLoader_pm.PL
36477 ____________________________________________________________________________
36478 [  7398] By: jhi                                   on 2000/10/22  17:47:35
36479         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
36480              From: Hugo <hv@crypt.compulink.co.uk>
36481              Date: Sat, 21 Oct 2000 18:19:59 +0100
36482              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
36483      Branch: perl
36484            ! ext/B/B.pm ext/B/B/C.pm
36485 ____________________________________________________________________________
36486 [  7397] By: jhi                                   on 2000/10/22  17:35:18
36487         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
36488              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
36489              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
36490              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
36491      Branch: perl
36492            ! hints/openbsd.sh
36493 ____________________________________________________________________________
36494 [  7396] By: jhi                                   on 2000/10/22  17:19:46
36495         Log: Subject: installman go-faster stripes
36496              From: Nicholas Clark <nick@talking.bollo.cx>
36497              Date: Sat, 21 Oct 2000 17:24:53 +0100
36498              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
36499              
36500              Subject: Re: installman go-faster stripes
36501              From: Russ Allbery <rra@stanford.edu>
36502              Date: 21 Oct 2000 11:04:13 -0700
36503              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
36504      Branch: perl
36505            ! installman pod/pod2man.PL
36506 ____________________________________________________________________________
36507 [  7395] By: jhi                                   on 2000/10/22  17:17:35
36508         Log: Hints tweak from Anton Berezin.
36509      Branch: perl
36510            ! hints/freebsd.sh
36511 ____________________________________________________________________________
36512 [  7394] By: jhi                                   on 2000/10/22  04:50:04
36513         Log: Tweak the Is* definitions of Unicode character classes
36514              to better match the official categorizations; embrace
36515              the official categorizations; add the combining marks
36516              as alpha (and -numeric); fix DCinital (a typo and edito)
36517              to be DCmedial.
36518      Branch: perl
36519            + lib/unicode/Is/DCmedial.pl
36520            - lib/unicode/Is/DCinital.pl
36521            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36522            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
36523            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
36524            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36525 ____________________________________________________________________________
36526 [  7393] By: jhi                                   on 2000/10/21  18:06:05
36527         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
36528              From: Daniel Chetlin <daniel@chetlin.com>
36529              Date: Sat, 21 Oct 2000 02:57:03 -0700
36530              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
36531      Branch: perl
36532            + t/lib/tie-splice.t
36533            ! MANIFEST lib/Tie/Array.pm
36534 ____________________________________________________________________________
36535 [  7392] By: gsar                                  on 2000/10/21  18:05:15
36536         Log: resync utfperl branch with mainline
36537      Branch: utfperl
36538           !> (integrate 1760 files)
36539 ____________________________________________________________________________
36540 [  7391] By: jhi                                   on 2000/10/21  14:37:49
36541         Log: Testcases for a #7383,#7385 related bug.
36542              
36543              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
36544              From: Nicholas Clark <nick@ccl4.org>
36545              Date: Sat, 21 Oct 2000 15:04:51 +0100
36546              Message-ID: <20001021150451.A51566@plum.flirble.org>
36547      Branch: perl
36548            ! t/pragma/utf8.t
36549 ____________________________________________________________________________
36550 [  7390] By: jhi                                   on 2000/10/21  14:35:57
36551         Log: Add a testcase for #7389.
36552      Branch: perl
36553            ! t/pragma/warn/op
36554 ____________________________________________________________________________
36555 [  7389] By: jhi                                   on 2000/10/21  14:26:45
36556         Log: Subject: Re: Creating const subs for constants.
36557              From: John Tobey <jtobey@john-edwin-tobey.org>
36558              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
36559              Message-Id: <m13mo0N-000FObC@feynman.localnet>
36560      Branch: perl
36561            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
36562            ! proto.h sv.c
36563 ____________________________________________________________________________
36564 [  7388] By: nick                                  on 2000/10/21  11:44:23
36565         Log: Populate perlio branch
36566      Branch: perlio
36567           +> (branch 1760 files)
36568 ____________________________________________________________________________
36569 [  7387] By: nick                                  on 2000/10/21  10:52:05
36570         Log: Get branch back as replica of mainline via :
36571              p4 integrate -b utfperl
36572              p4 resolve -at ./...
36573      Branch: utfperl
36574           +> (branch 269 files)
36575            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
36576            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
36577            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
36578            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
36579            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
36580            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
36581            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
36582            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
36583            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
36584            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
36585            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
36586            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
36587            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
36588            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
36589            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
36590            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
36591            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
36592            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
36593            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
36594            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
36595            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
36596            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
36597            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
36598            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
36599            - lib/unicode/UCD300.html lib/unicode/Unicode.300
36600            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
36601            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
36602            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
36603            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
36604           !> (integrate 965 files)
36605 ____________________________________________________________________________
36606 [  7386] By: jhi                                   on 2000/10/21  01:31:12
36607         Log: Update Changes.
36608      Branch: perl
36609            ! Changes patchlevel.h
36610 ____________________________________________________________________________
36611 [  7385] By: jhi                                   on 2000/10/21  01:28:42
36612         Log: The #7383 was right only in the context of the original bug report,
36613              not in more general case.
36614      Branch: perl
36615            ! pp_hot.c
36616 ____________________________________________________________________________
36617 [  7384] By: jhi                                   on 2000/10/21  01:08:23
36618         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
36619      Branch: perl
36620            ! ext/IO/lib/IO/Select.pm
36621 ____________________________________________________________________________
36622 [  7383] By: jhi                                   on 2000/10/21  00:44:18
36623         Log: Fix for ID 20001020.006, concatenating an unset submatch
36624              with utf8 resulted in "Modification of a read-only value".
36625      Branch: perl
36626            ! pp_hot.c t/pragma/utf8.t
36627 ____________________________________________________________________________
36628 [  7382] By: jhi                                   on 2000/10/20  20:44:31
36629         Log: Make scan_num() reëntrant, as suggested in
36630              
36631              Subject: [PATCH perl@7229] Rentrant parser and yylex()
36632              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36633              Date: Fri, 20 Oct 2000 14:17:27 +0100
36634              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
36635      Branch: perl
36636            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
36637            ! toke.c
36638 ____________________________________________________________________________
36639 [  7381] By: jhi                                   on 2000/10/20  20:07:29
36640         Log: Reëntrancy fix.
36641              
36642              Subject: [PATCH perl@7229] Rentrant parser and yylex()
36643              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36644              Date: Fri, 20 Oct 2000 14:17:27 +0100
36645              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
36646      Branch: perl
36647            ! embed.h embed.pl perl.h proto.h toke.c
36648 ____________________________________________________________________________
36649 [  7380] By: jhi                                   on 2000/10/20  19:15:54
36650         Log: Don't write double values through long double pointers,
36651              based on a part of
36652              
36653              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
36654              From: Jens Hamisch <jens@Strawberry.COM>
36655              Date: Tue, 17 Oct 2000 08:39:36 +0200
36656              Message-Id: <20001017083936.A11104@Strawberry.COM>
36657      Branch: perl
36658            ! perl.h pp.c
36659 ____________________________________________________________________________
36660 [  7379] By: jhi                                   on 2000/10/20  18:43:37
36661         Log: Portability tweak on #7377.
36662              
36663              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
36664              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36665              Date:     Fri, 20 Oct 2000 13:13:41 EDT
36666              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
36667      Branch: perl
36668            ! t/lib/dprof.t
36669 ____________________________________________________________________________
36670 [  7378] By: jhi                                   on 2000/10/20  12:57:19
36671         Log: SOCKS function redefinitions need prototypes, too, otherwise
36672              for example 32 bit versus 64 bit differences cause a lot of
36673              problems.  Part of
36674              
36675              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
36676              From: Jens Hamisch <jens@Strawberry.COM>
36677              Date: Tue, 17 Oct 2000 08:39:36 +0200
36678              Message-Id: <20001017083936.A11104@Strawberry.COM>
36679      Branch: perl
36680            ! doio.c pp_sys.c
36681 ____________________________________________________________________________
36682 [  7377] By: jhi                                   on 2000/10/20  12:37:12
36683         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
36684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36685              Date:     Fri, 20 Oct 2000 08:26:04 EDT
36686              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
36687      Branch: perl
36688            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
36689 ____________________________________________________________________________
36690 [  7376] By: jhi                                   on 2000/10/20  12:35:31
36691         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
36692              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36693              Date:     Fri, 20 Oct 2000 07:48:15 EDT
36694              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
36695      Branch: perl
36696            ! configure.com vms/gen_shrfls.pl
36697 ____________________________________________________________________________
36698 [  7375] By: bailey                                on 2000/10/20  04:44:37
36699         Log: SYN SYN
36700      Branch: vmsperl
36701           +> (branch 134 files)
36702            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
36703            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
36704            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
36705            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
36706            - eg/cgi/frameset.cgi eg/cgi/index.html
36707            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
36708            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
36709            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
36710            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
36711            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
36712            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
36713            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
36714            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
36715            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
36716            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
36717            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
36718            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
36719            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
36720            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
36721            - lib/unicode/Props.txt lib/unicode/UCD300.html
36722            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
36723            - utils/perlbc.PL vms/subconfigure.com
36724           !> (integrate 785 files)
36725 ____________________________________________________________________________
36726 [  7374] By: jhi                                   on 2000/10/20  00:59:48
36727         Log: In the latest compiler builds cccdlflags must not become -fpic,
36728              from Wilfredo Sánchez.
36729      Branch: perl
36730            ! hints/darwin.sh
36731 ____________________________________________________________________________
36732 [  7373] By: jhi                                   on 2000/10/20  00:56:35
36733         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
36734              From: Tony Cook <tony@develop-help.com>
36735              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
36736              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
36737      Branch: perl
36738            ! pod/perlop.pod
36739 ____________________________________________________________________________
36740 [  7372] By: jhi                                   on 2000/10/19  19:34:40
36741         Log: Typo noted by Mark Lutz.
36742      Branch: perl
36743            ! t/op/64bitint.t
36744 ____________________________________________________________________________
36745 [  7371] By: jhi                                   on 2000/10/19  19:33:13
36746         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
36747      Branch: metaconfig
36748            ! U/modified/Cppsym.U U/modified/Oldconfig.U
36749      Branch: metaconfig/U/perl
36750            ! End.U dlsrc.U libperl.U
36751      Branch: perl
36752            + hints/nonstopux.sh
36753            ! Configure MANIFEST config_h.SH
36754 ____________________________________________________________________________
36755 [  7370] By: jhi                                   on 2000/10/19  17:18:08
36756         Log: Subject: PATCH do_print has 2 PerlIO_error()s
36757              From: nick@ccl4.org
36758              Date: Thu, 19 Oct 2000 18:09:20 +0100
36759              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
36760      Branch: perl
36761            ! doio.c
36762 ____________________________________________________________________________
36763 [  7369] By: jhi                                   on 2000/10/19  14:01:49
36764         Log: Update Changes.
36765      Branch: perl
36766            ! Changes patchlevel.h
36767 ____________________________________________________________________________
36768 [  7368] By: jhi                                   on 2000/10/19  13:04:29
36769         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
36770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36771              Date: Wed, 18 Oct 2000 13:12:01 +0200
36772              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
36773      Branch: perl
36774            ! hints/aix.sh
36775 ____________________________________________________________________________
36776 [  7367] By: jhi                                   on 2000/10/19  02:22:40
36777         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
36778              of a 'pmshort' anywhere in the B, so the offending line was simply
36779              removed.
36780      Branch: perl
36781            ! ext/B/B/Debug.pm
36782 ____________________________________________________________________________
36783 [  7366] By: jhi                                   on 2000/10/19  02:12:37
36784         Log: Add the test case for the bug id 20000730.004 which seems
36785              to have been fixed by now.
36786      Branch: perl
36787            ! t/pragma/utf8.t
36788 ____________________________________________________________________________
36789 [  7365] By: jhi                                   on 2000/10/18  23:36:24
36790         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
36791              From: Hugo <hv@crypt.compulink.co.uk>
36792              Date: Wed, 18 Oct 2000 23:25:58 +0100
36793              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
36794      Branch: perl
36795            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
36796 ____________________________________________________________________________
36797 [  7364] By: jhi                                   on 2000/10/18  21:12:53
36798         Log: (retracted)
36799      Branch: perl
36800            ! pp.c
36801 ____________________________________________________________________________
36802 [  7363] By: jhi                                   on 2000/10/18  20:55:38
36803         Log: Missing change from #7362.
36804      Branch: perl
36805            ! win32/perlhost.h
36806 ____________________________________________________________________________
36807 [  7362] By: jhi                                   on 2000/10/18  20:52:01
36808         Log: Borland C fstat() never saw the fd as writable.
36809              
36810              Subject: fix for Borland's weak "stat" (perl@7211)
36811              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36812              Date: Mon, 16 Oct 2000 09:55:03 +0400
36813              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
36814      Branch: perl
36815            ! win32/win32.c
36816 ____________________________________________________________________________
36817 [  7361] By: jhi                                   on 2000/10/18  17:43:50
36818         Log: Regen toc.
36819      Branch: perl
36820            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
36821 ____________________________________________________________________________
36822 [  7360] By: jhi                                   on 2000/10/18  17:07:44
36823         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36824              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
36825              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
36826              Date: Mon, 16 Oct 2000 15:19:49 +0200
36827      Branch: perl
36828            + README.aix
36829            ! MANIFEST
36830 ____________________________________________________________________________
36831 [  7359] By: jhi                                   on 2000/10/18  17:04:49
36832         Log: Subject: Pod patch for Devel::Peek
36833              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36834              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
36835              Date: Mon, 16 Oct 2000 12:26:34 +0200
36836      Branch: perl
36837            ! ext/Devel/Peek/Peek.pm
36838 ____________________________________________________________________________
36839 [  7358] By: jhi                                   on 2000/10/18  17:03:15
36840         Log: Make Cwd more bulletproof in chrooted environments.
36841              
36842              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
36843              From: "Eric E. Coe" <Eric.Coe@oracle.com>
36844              Date: Wed, 18 Oct 2000 04:03:54 -0400
36845              Message-Id: <39ED596A.70E599FE@oracle.com>
36846      Branch: perl
36847            ! lib/Cwd.pm
36848 ____________________________________________________________________________
36849 [  7357] By: jhi                                   on 2000/10/18  16:37:26
36850         Log: Disable the UTF8 downgrade croakage for now to avoid
36851              too many not okay messages.
36852      Branch: perl
36853            ! doio.c
36854 ____________________________________________________________________________
36855 [  7356] By: jhi                                   on 2000/10/17  23:29:41
36856         Log: Show the failed remote port, instead of the failing line number.
36857              
36858              Subject: [PATCH 5.6.1 Debugger] More diagnostics
36859              From: David Sparks <daves@ActiveState.com>
36860              Date: Tue, 17 Oct 2000 15:00:24 -0700
36861              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
36862      Branch: perl
36863            ! lib/perl5db.pl
36864 ____________________________________________________________________________
36865 [  7355] By: jhi                                   on 2000/10/17  14:11:31
36866         Log: On output try to downgrade to bytes, croak if impossible,
36867              from Simon Cozens.  This means that outputting >255 UTF8
36868              is impossible.  Consider this as a strong incentive to get
36869              the I/O disciplines implemented.
36870      Branch: perl
36871            ! doio.c pod/perldiag.pod sv.c
36872 ____________________________________________________________________________
36873 [  7354] By: jhi                                   on 2000/10/17  13:42:23
36874         Log: Clarify documentation on 'use bytes'.
36875              
36876              Subject: Re: What does 'use bytes' "mean" ?
36877              From: Simon Cozens <simon@cozens.net>
36878              Date: Mon, 18 Sep 2000 18:24:25 +0100
36879              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
36880      Branch: perl
36881            ! lib/bytes.pm
36882 ____________________________________________________________________________
36883 [  7353] By: jhi                                   on 2000/10/17  13:28:12
36884         Log: Workaround for a sfio bug where the stream error indicator
36885              is not cleared as documented.
36886              
36887              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
36888              From: Nicholas Clark <nick@ccl4.org>
36889              Date: Mon, 16 Oct 2000 18:28:23 +0100
36890              Message-ID: <20001016182823.J19700@plum.flirble.org>
36891      Branch: perl
36892            ! doio.c
36893 ____________________________________________________________________________
36894 [  7352] By: jhi                                   on 2000/10/17  13:06:19
36895         Log: More IoTYPE sprinkling.
36896      Branch: perl
36897            ! doio.c pp_hot.c
36898 ____________________________________________________________________________
36899 [  7351] By: jhi                                   on 2000/10/16  22:47:07
36900         Log: Detect early whether the std streams have gone bad.
36901              
36902              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
36903              Date: Mon, 16 Oct 2000 23:28:42 +0100
36904              From: Nicholas Clark <nick@ccl4.org>
36905              Message-ID: <20001016232842.A37942@plum.flirble.org>
36906      Branch: perl
36907            ! t/op/misc.t
36908 ____________________________________________________________________________
36909 [  7350] By: jhi                                   on 2000/10/16  22:45:16
36910         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
36911              From: "Peter J. Farley III" <pjfarley@banet.net>
36912              Date: Mon, 16 Oct 2000 18:15:59 -0400
36913              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
36914      Branch: perl
36915            ! djgpp/djgpp.c dosish.h t/io/open.t
36916 ____________________________________________________________________________
36917 [  7349] By: jhi                                   on 2000/10/16  22:36:45
36918         Log: perldelta tweak.
36919      Branch: perl
36920            ! pod/perldelta.pod
36921 ____________________________________________________________________________
36922 [  7348] By: jhi                                   on 2000/10/16  15:17:53
36923         Log: Update Changes.
36924      Branch: perl
36925            ! Changes patchlevel.h
36926 ____________________________________________________________________________
36927 [  7347] By: jhi                                   on 2000/10/16  13:55:27
36928         Log: Add the capability to include/exclude branches.
36929      Branch: perl
36930            ! Porting/genlog
36931 ____________________________________________________________________________
36932 [  7346] By: jhi                                   on 2000/10/16  13:18:04
36933         Log: Add Charles Lane.
36934      Branch: perl
36935            ! AUTHORS Changes
36936 ____________________________________________________________________________
36937 [  7345] By: jhi                                   on 2000/10/16  13:13:21
36938         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
36939      Branch: perl
36940            ! pod/perldelta.pod
36941 ____________________________________________________________________________
36942 [  7344] By: gsar                                  on 2000/10/16  09:30:21
36943         Log: integrate change#6220 from cfgperl
36944              
36945              Win32 patches from Benjamin Stuhl.
36946      Branch: maint-5.6/perl
36947           !> makedef.pl win32/win32.h
36948 ____________________________________________________________________________
36949 [  7343] By: gsar                                  on 2000/10/16  08:32:19
36950         Log: integrate changes#6221,6222 from cfgperl
36951              
36952              Remove tr///CU (the feature is to be obsoleted by better interfaces).
36953              From: simon@brecon.co.uk (Simon Cozens)
36954              Subject: [PATCH] Eliminate tr///[CU][CU]
36955              Date: 23 Jun 2000 11:05:40 GMT
36956              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
36957              
36958              doc typo fix
36959              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
36960              From: Ian Phillipps <Ian.Phillipps@iname.com>
36961              Date: Fri, 23 Jun 2000 10:40:58 +0100
36962              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
36963      Branch: maint-5.6/perl
36964           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
36965 ____________________________________________________________________________
36966 [  7342] By: gsar                                  on 2000/10/16  08:28:08
36967         Log: integrate change#6217 from cfgperl (in part)
36968              
36969              Rename the fdpid locking and integrate with Sarathy.
36970      Branch: maint-5.6/perl
36971           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
36972           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
36973           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
36974           !> win32/win32.c
36975 ____________________________________________________________________________
36976 [  7341] By: gsar                                  on 2000/10/16  08:23:39
36977         Log: integrate changes#6214..6216 from mainline
36978              
36979              @_ can't have junk in it even in the non-USE_ITHREADS case because
36980              caller() wants to populate @DB::args with it (causes a coredump
36981              in Carp::confess())
36982              
36983              tweak comment about @DB::args
36984              
36985              be more optimal about clearing @_
36986      Branch: maint-5.6/perl
36987           !> av.h cop.h pp_ctl.c t/op/runlevel.t
36988 ____________________________________________________________________________
36989 [  7340] By: gsar                                  on 2000/10/16  08:20:37
36990         Log: integrate changes#6207..6210 from cfgperl
36991              
36992              Subject: [PATCH 5.6.0] Threadsafe patches
36993              From: Dan Sugalski <dan@sidhe.org>
36994              To: perl5-porters@perl.org
36995              Date: Mon, 08 May 2000 18:08:13 -0400
36996              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
36997              
36998              Regen headers for #6207.
36999              
37000              Lock PL_fdpid against race conditions, based on:
37001              Subject: [PATCH 5.6.0]subprocess fixup for threads
37002              From: Dan Sugalski <dan@sidhe.org>
37003              To: perl5-porters@perl.org
37004              Date: Tue, 11 Apr 2000 17:02:32 -0400
37005              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
37006              
37007              Mopup for #6207 and #6209.
37008      Branch: maint-5.6/perl
37009           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
37010           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
37011           !> win32/win32.c
37012 ____________________________________________________________________________
37013 [  7339] By: gsar                                  on 2000/10/16  08:14:34
37014         Log: integrate change#6203 from cfgperl
37015              
37016              perldiag should refer to perlos2.pod not README.os2
37017      Branch: maint-5.6/perl
37018           !> pod/perldiag.pod
37019 ____________________________________________________________________________
37020 [  7338] By: gsar                                  on 2000/10/16  08:11:42
37021         Log: integrate change#6201 from mainline
37022              
37023              Perl_eval_pv() leaks 4 bytes every time it is called because it
37024              does a PUSHMARK that's never ever POPMARKed; in general, only
37025              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
37026              Perl_eval_[sp]v() don't because they don't take any incoming
37027              arguments (this leak has been around since the original version
37028              of perl_eval_pv() in 5.003_97e)
37029      Branch: maint-5.6/perl
37030           !> perl.c
37031 ____________________________________________________________________________
37032 [  7337] By: gsar                                  on 2000/10/16  08:08:47
37033         Log: integrate changes#6197..6200 from cfgperl
37034              
37035              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
37036              From: John Borwick <jhborwic@unity.ncsu.edu>
37037              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
37038              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
37039              
37040              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
37041              From: Dan Sugalski <dan@sidhe.org>
37042              To: vmsperl@perl.org, perl5-porters@perl.org
37043              Date: Fri, 02 Jun 2000 16:00:41 -0400
37044              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
37045              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
37046              
37047              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
37048              From: Dan Sugalski <dan@sidhe.org>
37049              To: perl5-porters@perl.org, vmsperl@perl.org
37050              Date: Fri, 02 Jun 2000 17:30:51 -0400
37051              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
37052              
37053              Update to cperl-mode.el 4.31 from
37054              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
37055              Subject: A couple of notes
37056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37057              To: Mailing list Perl5 <perl5-porters@perl.org>
37058              Date: Sat, 3 Jun 2000 23:33:32 -0400
37059              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
37060      Branch: maint-5.6/perl
37061           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
37062           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
37063           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
37064           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
37065           !> vms/vmsish.h
37066 ____________________________________________________________________________
37067 [  7336] By: gsar                                  on 2000/10/16  08:03:46
37068         Log: integrate changes#6194,6195 from mainline
37069              
37070              fix small eval"" memory leaks under USE_ITHREADS
37071              
37072              fix yet another eval"" leak under USE_ITHREADS
37073      Branch: maint-5.6/perl
37074           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
37075           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
37076           !> vms/perly_c.vms
37077 ____________________________________________________________________________
37078 [  7335] By: gsar                                  on 2000/10/16  08:02:15
37079         Log: integrate changes#6190,6191 from mainline
37080              
37081              submit missing embed.pl change
37082              
37083              vec() loses numericalness (modified version of patch suggested
37084              by Robin Barker)
37085      Branch: maint-5.6/perl
37086           !> doop.c embed.pl t/op/vec.t
37087 ____________________________________________________________________________
37088 [  7334] By: gsar                                  on 2000/10/16  08:01:03
37089         Log: integrate change#6189 from mainline
37090              
37091              counting tr/// corrupts later operation (from M.J.T Guy)
37092      Branch: maint-5.6/perl
37093           !> doop.c t/op/tr.t
37094 ____________________________________________________________________________
37095 [  7333] By: gsar                                  on 2000/10/16  07:59:07
37096         Log: integrate changes#6183..6188 from mainline
37097              
37098              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
37099              <nick@ccl4.org>)
37100              
37101              tweak for change#6127
37102              
37103              remove incorrect documentation about implicit split to @_ in
37104              list context, which never really worked in perl 5 (from
37105              M.J.T. Guy)
37106              
37107              further qualify references to "alphanumeric" (from Wolfgang Laun
37108              <wolfgang.laun@alcatel.at>)
37109              
37110              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
37111              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37112              
37113              h2xs tweaks
37114      Branch: maint-5.6/perl
37115           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
37116           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
37117           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
37118           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
37119           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
37120           !> pod/pod2latex.PL utils/h2xs.PL
37121 ____________________________________________________________________________
37122 [  7332] By: gsar                                  on 2000/10/16  07:53:52
37123         Log: integrate change#6179 from mainline
37124              
37125              buggy modulus on UVs introduced by change#3378 (resulted in
37126              4063328477 % 65535 amounting to 27406, instead of 27407)
37127      Branch: maint-5.6/perl
37128           !> pp.c t/op/arith.t
37129 ____________________________________________________________________________
37130 [  7331] By: gsar                                  on 2000/10/16  07:52:49
37131         Log: integrate changes#6176,6177,6178,6182 from cfgperl
37132              
37133              Single-quoted utf8 patch from Simon Cozens.
37134              
37135              Substitution utf8 patch from Simon Cozens.
37136              
37137              Be cleaner.
37138              
37139              Be Cleaner Part Deux.
37140      Branch: maint-5.6/perl
37141           !> Makefile.SH pp_hot.c toke.c
37142 ____________________________________________________________________________
37143 [  7330] By: gsar                                  on 2000/10/16  07:41:36
37144         Log: integrate change#6172 from mainline
37145              
37146              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
37147              (from Ilya Zakharevich)
37148      Branch: maint-5.6/perl
37149           !> regexec.c t/op/re_tests
37150 ____________________________________________________________________________
37151 [  7329] By: gsar                                  on 2000/10/16  07:40:25
37152         Log: integrate change#6171 from mainline
37153              
37154              scalar() doesn't force scalar context when used in void context
37155              (from Simon Cozens)
37156      Branch: maint-5.6/perl
37157           !> op.c t/op/wantarray.t
37158 ____________________________________________________________________________
37159 [  7328] By: gsar                                  on 2000/10/16  07:39:33
37160         Log: integrate change#6170 from mainline
37161              
37162              change#6142 needs tweaks to tests to work where there's no
37163              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37164      Branch: maint-5.6/perl
37165           !> t/lib/filefind.t
37166 ____________________________________________________________________________
37167 [  7327] By: gsar                                  on 2000/10/16  07:35:34
37168         Log: integrate changes#6166..6168 from cfgperl
37169              
37170              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
37171              in case somebody wants to write an extension for more
37172              shadow database interfaces.
37173              
37174              tweak todo
37175              
37176              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
37177      Branch: maint-5.6/perl
37178           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37179           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
37180           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
37181           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
37182           !> win32/config.vc win32/config_H.bc win32/config_H.gc
37183           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
37184 ____________________________________________________________________________
37185 [  7326] By: gsar                                  on 2000/10/16  07:29:05
37186         Log: integrate changes#6157,6159..6161,6164 from cfgperl
37187              
37188              Regen Configure to jive with #6149.
37189              
37190              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
37191              
37192              Changes for the File::Temp 0.08 (change #6159) test suite
37193              to fit better into the Perl distribution test framework.
37194              
37195              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
37196              both from Simon Cozens.
37197              
37198              detypo
37199      Branch: maint-5.6/perl
37200           +> pod/perlmodlib.PL pod/perlnewmod.pod
37201           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
37202           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
37203           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37204           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37205 ____________________________________________________________________________
37206 [  7325] By: gsar                                  on 2000/10/16  07:25:13
37207         Log: integrate change#6158 from vmsperl
37208              
37209              Add fallback to tmpfile for use in cases where user's relying on
37210              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
37211              Lane's patch)
37212      Branch: maint-5.6/perl
37213           !> vms/vms.c vms/vmsish.h
37214 ____________________________________________________________________________
37215 [  7324] By: gsar                                  on 2000/10/16  07:20:50
37216         Log: integrate changes#6153..6155 from mainline
37217              
37218              prettier Test::Harness output on failed tests (from Nicholas Clark
37219              <nick@Bagpuss.uk.boo.com>)
37220              
37221              avoid type mismatch warning
37222              
37223              small bug in change#6144; remove random \xA0 character that snuck
37224              in via change#6145
37225      Branch: maint-5.6/perl
37226           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
37227           !> perl.c
37228 ____________________________________________________________________________
37229 [  7323] By: gsar                                  on 2000/10/16  07:18:47
37230         Log: integrate changes#6151,6152 from mainline
37231              
37232              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
37233              
37234              cosmetic fixups of RE debug output (from Ilya Zakharevich)
37235      Branch: maint-5.6/perl
37236           !> regexec.c
37237 ____________________________________________________________________________
37238 [  7322] By: gsar                                  on 2000/10/16  07:17:25
37239         Log: integrate changes#6146..6150 from mainline
37240              
37241              doc typo
37242              
37243              add a make entry to Config.pm so "perl -V:make" works on VMS
37244              (from Peter Prymmer)
37245              
37246              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
37247              
37248              OS/2 tweaks for usethreads build (from Rocco Caputo
37249              <troc@netrus.net>)
37250              
37251              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
37252      Branch: maint-5.6/perl
37253           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
37254           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
37255           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
37256           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
37257           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
37258           !> warnings.pl x2p/a2p.h
37259 ____________________________________________________________________________
37260 [  7321] By: gsar                                  on 2000/10/16  07:14:02
37261         Log: integrate changes#6143..6145 from mainline
37262              
37263              MacOS support, part 1 (from Matthias Neeracher
37264              <neeri@iis.ee.ethz.ch>)
37265              
37266              MacOS support, part 2: make AutoSplit use File::Spec instead
37267              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
37268              <neeri@iis.ee.ethz.ch>)
37269              
37270              make xsubpp skip embedded pod (from Matthias Neeracher
37271              <neeri@iis.ee.ethz.ch>)
37272      Branch: maint-5.6/perl
37273           +> ext/DynaLoader/dl_mac.xs
37274           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
37275           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37276           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
37277           !> pp_ctl.c proto.h toke.c util.c util.h
37278 ____________________________________________________________________________
37279 [  7320] By: gsar                                  on 2000/10/16  07:12:13
37280         Log: integrate changes#6141,6142 from mainline
37281              
37282              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
37283              forwarded by Peter Seebach from the bsdi-users mailing list.
37284              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
37285              
37286              File::Find fails to chdir when chasing symlinks (from
37287              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37288      Branch: maint-5.6/perl
37289           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
37290 ____________________________________________________________________________
37291 [  7319] By: gsar                                  on 2000/10/16  07:04:30
37292         Log: integrate change#6139 from mainline
37293              
37294              revise mktables.PL for bugs and newness in Unicode 3.0
37295              (from James Bence <jbence@amgen.com>)
37296      Branch: maint-5.6/perl
37297           +> (branch 30 files)
37298           !> (integrate 49 files)
37299 ____________________________________________________________________________
37300 [  7318] By: gsar                                  on 2000/10/16  07:01:01
37301         Log: integrate changes#6137,6138 from mainline
37302              
37303              fix bogus redeclaration warning for "our" variables in different
37304              scopes
37305              
37306              add note about the handling of negative indices to tied arrays
37307              (from Michael G Schwern <schwern@pobox.com>)
37308      Branch: maint-5.6/perl
37309           !> op.c pod/perltie.pod t/pragma/strict-vars
37310 ____________________________________________________________________________
37311 [  7317] By: gsar                                  on 2000/10/16  06:58:46
37312         Log: integrate changes#6127..6136 from mainline
37313              
37314              call_method(...,G_EVAL) can longjmp() out if the method probing
37315              failed (from Gisle Aas)
37316              
37317              new perlxstut example for passing/returning refs to arrays
37318              (from David Lowe <dlowe@pootpoot.com>)
37319              
37320              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
37321              
37322              fix places that mean C<"word" character> but say C<alphanumeric
37323              character>
37324              
37325              avoid warnings in POSIX.pm (from Barrie Slaymaker)
37326              
37327              warnings::enabled() doesn't fall back to looking at $^W if
37328              caller isn't using lexical warnings (from Paul Marquess)
37329              
37330              elide bogus test in change#6132
37331              
37332              make Test::Harness use wait.h/WCOREDUMP if available
37333              (from Ben Tilly <ben_tilly@hotmail.com>)
37334              
37335              enable Test::Harness to dynamically determine column width etc.
37336              (from Rob Napier <rnapier@employees.org>)
37337              
37338              random pod typos (from Peter Scott <Peter@PSDT.com>)
37339      Branch: maint-5.6/perl
37340           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
37341           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
37342           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
37343           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
37344 ____________________________________________________________________________
37345 [  7316] By: gsar                                  on 2000/10/16  06:53:23
37346         Log: integrate change#6126 from mainline
37347              
37348              change#2879 broke rvalue autovivification of magicals such as
37349              ${$num} (reworked variant of patch suggested by Simon Cozens)
37350      Branch: maint-5.6/perl
37351           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
37352           !> pp_hot.c proto.h t/op/gv.t
37353 ____________________________________________________________________________
37354 [  7315] By: gsar                                  on 2000/10/16  06:51:38
37355         Log: integrate changes#6123,6125 from mainline
37356              
37357              clarify gotcha with #line directives (from Rocco Caputo
37358              <troc@netrus.net>)
37359              
37360              enable propagating exception objects via Perl_croak() in XS code
37361              (from Gisle Aas)
37362      Branch: maint-5.6/perl
37363           !> pod/perldebug.pod pod/perlsyn.pod util.c
37364 ____________________________________________________________________________
37365 [  7314] By: gsar                                  on 2000/10/16  06:49:28
37366         Log: integrate change#6122 from mainline
37367              
37368              downgrade fatal error on C<"foo@nosucharray.com"> to optional
37369              warning (from Mark-Jason Dominus)
37370      Branch: maint-5.6/perl
37371           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
37372           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
37373           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
37374           !> toke.c
37375 ____________________________________________________________________________
37376 [  7313] By: gsar                                  on 2000/10/16  06:46:54
37377         Log: integrate changes#6112..6121 from vmsperl
37378              
37379              Check for existence of file before trying to delete
37380              
37381              Ugly workaround for version-specific RTL error
37382              
37383              Urk -- undo previous removal of vmsish 'exit' change
37384              
37385              Add bounds checking for several strings (Charles Lane)
37386              
37387              Miscellaneous cosmetic fixes (Charles Lane)
37388              
37389              Treat sockets as special in sys(read|write) (Charles Lane et al.)
37390              
37391              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
37392              Flatten case labels in switch statements uniformly (Charles Bailey)
37393              
37394              Quiet error messages in vmsish.t (Charles Lane)
37395              
37396              Add missing escape (Charles Lane)
37397              
37398              Allow eliminate_macros() and fixpath() to handle space-delimited
37399              lists (based on fixes by Craig Berry)
37400      Branch: maint-5.6/perl
37401           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
37402           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
37403           !> vms/vmsish.h
37404 ____________________________________________________________________________
37405 [  7312] By: gsar                                  on 2000/10/16  06:41:18
37406         Log: integrate changes#6107,6110 from cfgperl
37407              
37408              Tweak the todo list.
37409              
37410              todo tweak
37411      Branch: maint-5.6/perl
37412           !> Todo-5.6
37413 ____________________________________________________________________________
37414 [  7311] By: gsar                                  on 2000/10/16  06:38:38
37415         Log: integrate changes#6104,6108 from mainline
37416              
37417              PL_sys_intern was being initialized too late on windows
37418              
37419              reenable fake signal handling on Windows, bugs and all
37420      Branch: maint-5.6/perl
37421           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
37422           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
37423           !> win32/win32.c
37424 ____________________________________________________________________________
37425 [  7310] By: gsar                                  on 2000/10/16  06:36:03
37426         Log: integrate changes#6095,6097..6103 from cfgperl
37427              
37428              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
37429              might be useful in future.
37430              
37431              Add a note about possible compilation problems from Allen Smith.
37432              
37433              Add a note about other, yet unsupported, shadow password APIs.
37434              
37435              Tweaks for the cc bugs from Allen Smith.
37436              
37437              More compilation tweakery from Allen Smith.
37438              
37439              Hints and test tweaks for Unicos.
37440              
37441              The test suite tweak in #6101 wasn't quite right.
37442              
37443              Test tweaking for Unicos continues.
37444      Branch: maint-5.6/perl
37445           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37446           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
37447           !> t/lib/complex.t t/op/64bitint.t
37448 ____________________________________________________________________________
37449 [  7309] By: gsar                                  on 2000/10/16  06:29:41
37450         Log: integrate changes#6093,6094 from mainline
37451              
37452              fork() failure to create pseudo process sets errno=EAGAIN and returns
37453              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
37454              
37455              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
37456      Branch: maint-5.6/perl
37457           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37458           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
37459 ____________________________________________________________________________
37460 [  7308] By: gsar                                  on 2000/10/16  06:27:29
37461         Log: integrate change#6092 from cfgperl
37462              
37463              Regen perltoc with the fixed buildtoc.
37464      Branch: maint-5.6/perl
37465           !> pod/perltoc.pod
37466 ____________________________________________________________________________
37467 [  7307] By: gsar                                  on 2000/10/16  06:26:40
37468         Log: integrate changes#6089,6090 from mainline
37469              
37470              buildtoc tweak to fix newline lossage
37471              
37472              concat doesn't preserve utf8-ness, and doesn't invalidate
37473              [NI]OK; added tests for both
37474      Branch: maint-5.6/perl
37475           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
37476 ____________________________________________________________________________
37477 [  7306] By: gsar                                  on 2000/10/16  06:24:05
37478         Log: integrate change#6088 from cfgperl
37479              
37480              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
37481              because we do not use those.  The HAS_GETSPNAM remains,
37482              though, because we still do use that.
37483      Branch: maint-5.6/perl
37484           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37485           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
37486           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
37487           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
37488           !> win32/config.vc win32/config_H.bc win32/config_H.gc
37489           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
37490 ____________________________________________________________________________
37491 [  7305] By: gsar                                  on 2000/10/16  06:15:52
37492         Log: integrate changes#6084,6085,6087 from mainline
37493              
37494              substr() does not preserve utf8-ness (from Stefan Eissing
37495              <Eissing@medicaldataservice.de>); added tests
37496              
37497              repeat operator (x) doesn't preserve utf8-ness
37498              
37499              reverse() and quotemeta() weren't preserving utf8-ness; add tests
37500      Branch: maint-5.6/perl
37501           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
37502 ____________________________________________________________________________
37503 [  7304] By: gsar                                  on 2000/10/16  06:13:10
37504         Log: integrate changes#6077..6083 from mainline
37505              
37506              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
37507              and Tom Phoenix)
37508              
37509              workaround for CRT bug in chdir() (from Charles Lane, via
37510              Peter Prymmer)
37511              
37512              remove outdated kludge in Carp (NULLs are permitted in diagnostics
37513              now)
37514              
37515              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
37516              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37517              
37518              better default perlbug categories for ok reports (from Richard Foley)
37519              
37520              peek.t non-portable to ithreads
37521              
37522              note about undocumented caller() return value (from M.J.T. Guy);
37523              yet another peek.t tweak
37524      Branch: maint-5.6/perl
37525           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37526           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37527           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
37528           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
37529           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
37530           !> vms/vmsish.h
37531 ____________________________________________________________________________
37532 [  7303] By: gsar                                  on 2000/10/16  06:03:18
37533         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
37534              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
37535              
37536              &HUGE_VAL is not defined, it exists.
37537              
37538              Do not warn that an infinity does not look like a number.
37539              
37540              Rewrite the pwent/spent logic to be a little bit more clearer.
37541              
37542              Continue on the pwent/spent case.
37543              
37544              Correct Freudian slip.
37545              
37546              Use HUGE_VALL if applicable.
37547              
37548              pwent/spent #ifdef imbalance.
37549              
37550              Infinite problems.
37551              
37552              Call getspnam() only iff needd.
37553              
37554              Test both the scalar and list contexts.
37555              
37556              Use setxxent()/endxxent().
37557              
37558              Complex tweakery.
37559              
37560              Unicos hint tweak.
37561              
37562              Be more forgiving in POSIX about HUGE_VALL.
37563              
37564              Detypo.
37565              
37566              The search of infinity continues, this time simplified.
37567              
37568              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
37569              in natively 64-bit platforms where a long is a quad (no need
37570              for long longs).  Also added bias for IVs.
37571              
37572              Complex tweaks.
37573              
37574              Introduce t/lib/peek.t.
37575              
37576              Make the test more portable.
37577      Branch: maint-5.6/perl
37578           +> t/lib/peek.t
37579            ! pp_sys.c
37580           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
37581           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
37582           !> t/op/pwent.t toke.c util.c
37583 ____________________________________________________________________________
37584 [  7302] By: gsar                                  on 2000/10/16  05:03:37
37585         Log: integrate changes#6066..6071 from mainline
37586              
37587              s/END/CHECK/
37588              
37589              replace direct call to sighandler() with (*PL_sighandlerp)()
37590              
37591              note about values()
37592              
37593              File::Spec compatibility update (from Barrie Slaymaker
37594              <barries@slaysys.com>)
37595              
37596              remove misleading comment (from M.J.T. Guy)
37597              
37598              misformatted perllocal.pod (from Tim Jenness
37599              <t.jenness@jach.hawaii.edu>)
37600      Branch: maint-5.6/perl
37601           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
37602           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37603           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
37604           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
37605 ____________________________________________________________________________
37606 [  7301] By: gsar                                  on 2000/10/16  05:00:08
37607         Log: integrate changes#6061..6063 from mainline
37608              
37609              change#5921 neglected to make eq honor "use bytes"
37610              
37611              additional tests for utf8.t
37612              
37613              tokeq() could read unallocated field in argument
37614      Branch: maint-5.6/perl
37615           !> sv.c t/pragma/utf8.t toke.c
37616 ____________________________________________________________________________
37617 [  7300] By: gsar                                  on 2000/10/16  04:56:54
37618         Log: integrate changes#6046,6048,6057,6058 from mainline
37619              
37620              libscheck has insufficient checks for n32 libs (from
37621              Albert Chin-A-Young <china@thewrittenword.com>)
37622              
37623              add note about how $( doesn't interpolate in REs (from
37624              Philip Newton <newton@ficus.frogspace.net>)
37625              
37626              fix broken parsing of /\x{ab}/
37627              
37628              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
37629              (spotted by Donald Kinzer <dkinzer@premia.com>)
37630      Branch: maint-5.6/perl
37631           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
37632           !> t/pragma/utf8.t
37633 ____________________________________________________________________________
37634 [  7299] By: gsar                                  on 2000/10/16  04:52:50
37635         Log: integrate change#6044 from mainline
37636              
37637              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
37638              such that underscores are only ignored in literal numbers,
37639              "\x{...}", and hex/oct argument
37640      Branch: maint-5.6/perl
37641           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
37642 ____________________________________________________________________________
37643 [  7298] By: gsar                                  on 2000/10/16  04:50:53
37644         Log: integrate changes#6027..6043 from mainline
37645              
37646              podlators-1.02 update (from Russ Allbery)
37647              
37648              Pod::Man generates groff-incompatible macro definition (from
37649              Tom Christiansen)
37650              
37651              add CGI.pm v2.66 (from Lincoln Stein)
37652              
37653              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
37654              for @- and @+ (from Johan Vromans)
37655              
37656              small nits in diagnostics.pm (from Robin Barker)
37657              
37658              whitespace adjustments
37659              
37660              missing files in MANIFEST
37661              
37662              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
37663              to compensate
37664              
37665              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
37666              
37667              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
37668      Branch: maint-5.6/perl
37669           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
37670           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
37671           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
37672           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
37673           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
37674           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
37675           !> t/lib/cgi-html.t t/lib/cgi-request.t
37676 ____________________________________________________________________________
37677 [  7297] By: gsar                                  on 2000/10/16  04:44:30
37678         Log: integrate change#6025 from mainline
37679              
37680              Is{Alnum,Alpha,Word} don't match titlecase
37681              TODO: IsSpace is defined recursively!
37682              (both spotted by Larry)
37683      Branch: maint-5.6/perl
37684           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
37685           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
37686 ____________________________________________________________________________
37687 [  7296] By: gsar                                  on 2000/10/16  04:39:30
37688         Log: integrate change#6023 from mainline
37689              
37690              debugger stomps on $. (from M.J.T. Guy)
37691      Branch: maint-5.6/perl
37692           !> lib/perl5db.pl
37693 ____________________________________________________________________________
37694 [  7295] By: gsar                                  on 2000/10/16  04:38:02
37695         Log: integrate change#6022 from mainline
37696              
37697              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
37698      Branch: maint-5.6/perl
37699           !> sv.c
37700 ____________________________________________________________________________
37701 [  7294] By: gsar                                  on 2000/10/16  04:37:05
37702         Log: integrate changes#6018..6021 from mainline
37703              
37704              make lib/syslog.t portable to systems that don't have _PATH_LOG,
37705              make _PATH_LOG() return "" if unavailable
37706              
37707              windows portability tweaks
37708              
37709              test tweak
37710              
37711              remove Win2K issue in pod (fixed by change#6020)
37712      Branch: maint-5.6/perl
37713           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
37714           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
37715           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
37716 ____________________________________________________________________________
37717 [  7293] By: gsar                                  on 2000/10/16  04:20:00
37718         Log: integrate changes#6013..6015 from mainline
37719              
37720              tweak change#5945 to display correct switch name in diagnostic
37721              
37722              glob() loading File::Glob behind the scenes may cause syntax errors
37723              
37724              tweak test for portability
37725      Branch: maint-5.6/perl
37726           !> op.c perl.c pod/perldiag.pod t/lib/b.t
37727 ____________________________________________________________________________
37728 [  7292] By: gsar                                  on 2000/10/16  04:18:11
37729         Log: integrate changes#6005..6010 from mainline, cfgperl
37730              
37731              perldoc might fail via "use blib" (from Hugo van der Sanden)
37732              
37733              Regen Configure.
37734              
37735              note about compile failures and END blocks (from M.J.T. Guy)
37736              
37737              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
37738              
37739              (change#6009 integrated earlier in change#7255)
37740              
37741              clarify note about shadow password support (from
37742              gellyfish@gellyfish.com)
37743      Branch: maint-5.6/perl
37744           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37745           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
37746           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
37747 ____________________________________________________________________________
37748 [  7291] By: gsar                                  on 2000/10/16  04:12:03
37749         Log: integrate changes#6002,6003 from mainline
37750              
37751              destructive sv_setsv() can lose UV-ness from source, causing
37752              numeric promotions/comparisons to fail to do the right thing
37753              
37754              allow REG_EXPAND_SZ keys in Windows registry (from
37755              John Clayton <John.Clayton@barclayscapital.com>)
37756      Branch: maint-5.6/perl
37757           !> sv.c win32/win32.c
37758 ____________________________________________________________________________
37759 [  7290] By: gsar                                  on 2000/10/16  04:10:19
37760         Log: integrate change#6001 from mainline
37761              
37762              support additional library locations via $Config{otherlibdirs}
37763              (from Andy Dougherty)
37764      Branch: maint-5.6/perl
37765           !> Configure INSTALL Porting/Glossary Porting/config.sh
37766           !> Porting/config_H config_h.SH epoc/config.sh perl.c
37767           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
37768           !> win32/config.bc win32/config.gc win32/config.vc
37769 ____________________________________________________________________________
37770 [  7289] By: gsar                                  on 2000/10/16  04:08:28
37771         Log: integrate change#5999 from mainline
37772              
37773              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
37774      Branch: maint-5.6/perl
37775           !> t/pragma/warn/toke toke.c
37776 ____________________________________________________________________________
37777 [  7288] By: gsar                                  on 2000/10/16  04:07:01
37778         Log: integrate changes#5997,5998 from cfgperl
37779              
37780              Preserve $!.
37781              
37782              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
37783      Branch: maint-5.6/perl
37784           !> lib/Math/Complex.pm
37785 ____________________________________________________________________________
37786 [  7287] By: gsar                                  on 2000/10/16  04:04:37
37787         Log: integrate change#5995 from mainline
37788              
37789              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
37790      Branch: maint-5.6/perl
37791           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
37792 ____________________________________________________________________________
37793 [  7286] By: gsar                                  on 2000/10/16  04:03:21
37794         Log: integrate change#5994 from mainline
37795              
37796              fix for missed accounting for null byte in pack("Z",...) (from
37797              M.J.T. Guy)
37798      Branch: maint-5.6/perl
37799           !> pp.c t/op/pack.t
37800 ____________________________________________________________________________
37801 [  7285] By: gsar                                  on 2000/10/16  04:02:11
37802         Log: integrate changes#5989..5993 from mainline
37803              
37804              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
37805              itself and no other (from Tom Hughes)
37806              
37807              use $ENV{LIB} to search for libs under Visual C compiler
37808              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
37809              
37810              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
37811              
37812              pod nit (from Simon Cozens)
37813              
37814              various minor tweaks seen on p5p
37815      Branch: maint-5.6/perl
37816           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
37817           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
37818           !> t/op/array.t toke.c
37819 ____________________________________________________________________________
37820 [  7284] By: gsar                                  on 2000/10/16  03:59:00
37821         Log: integrate changes#5978..5988 from mainline
37822              
37823              sync version numbers in File::Spec with the ones on CPAN
37824              (from Barrie Slaymaker)
37825              
37826              under useithreads, constant pad entries could inadvertantly be
37827              shared across threads (from Eric Blood <eblood@xmission.com>);
37828              added Eric's test case to testsuite
37829              
37830              allow Configure -S to run non-interactively (spotted by Greg Hudson
37831              <ghudson@mit.edu>)
37832              
37833              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
37834              prototype mismatch with CORE::glob(); update pod and tests to
37835              suit (File::Glob::glob() is still available for backward
37836              compatibility, but should be considered deprecated)
37837              
37838              avoid error in IO::Socket::INET when given an unknown service name
37839              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
37840              
37841              numeric conversion of non-number in change#3378 tramples on
37842              OOK offset, causing segfaults
37843              
37844              attributes::reftype() doesn't work on tied argument
37845              
37846              forked child may not exit correctly if it failed to open
37847              /dev/console (from Graham Barr)
37848              
37849              add regular expressions tutorial and quick-start guide (from
37850              Mark Kvale <kvale@phy.ucsf.edu>)
37851              
37852              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
37853              
37854              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
37855              <paul@miraclefish.com>)
37856      Branch: maint-5.6/perl
37857           +> pod/perlrequick.pod pod/perlretut.pod
37858           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
37859           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
37860           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
37861           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
37862           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
37863           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37864           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
37865           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
37866 ____________________________________________________________________________
37867 [  7283] By: gsar                                  on 2000/10/16  03:52:14
37868         Log: integrate change#5977 from mainline
37869              
37870              autoquote barewords followed by newline and arrow properly
37871              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
37872      Branch: maint-5.6/perl
37873           !> t/pragma/warn/toke toke.c
37874 ____________________________________________________________________________
37875 [  7282] By: gsar                                  on 2000/10/16  03:50:48
37876         Log: integrate change#5976 from mainline
37877              
37878              DB_File v1.73 update (from Paul Marquess)
37879      Branch: maint-5.6/perl
37880           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
37881           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
37882 ____________________________________________________________________________
37883 [  7281] By: gsar                                  on 2000/10/16  03:49:14
37884         Log: integrate change#5975 from mainline
37885              
37886              allow sort() reentrancy (variant of patch suggested by
37887              Hugo van der Sanden)
37888      Branch: maint-5.6/perl
37889           !> pp_ctl.c t/op/sort.t
37890 ____________________________________________________________________________
37891 [  7280] By: gsar                                  on 2000/10/16  03:48:22
37892         Log: integrate change#5974 from mainline
37893              
37894              change#4197 somehow missed initializing PL_errors, meaning
37895              syntax error queueing wasn't working outside eval"" at all;
37896              also fixed eval"" to localize PL_error_count, so that compile-time
37897              eval's don't clobber the error state of the outer context
37898      Branch: maint-5.6/perl
37899           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
37900           !> t/pragma/warn/toke
37901 ____________________________________________________________________________
37902 [  7279] By: gsar                                  on 2000/10/16  03:46:21
37903         Log: integrate change#5973 from mainline
37904              
37905              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
37906      Branch: maint-5.6/perl
37907           !> regcomp.c regexec.c t/op/re_tests
37908 ____________________________________________________________________________
37909 [  7278] By: gsar                                  on 2000/10/16  03:44:54
37910         Log: integrate change#5971 from cfgperl
37911              
37912              Unicos tweaks from Mark P. Lutz.
37913      Branch: maint-5.6/perl
37914           !> hints/unicos.sh lib/Math/Complex.pm
37915 ____________________________________________________________________________
37916 [  7277] By: gsar                                  on 2000/10/16  03:42:59
37917         Log: integrate changes#5966..5970 from mainline
37918              
37919              add testsuite for B backends, fix bug in B::Deparse (from
37920              Simon Cozens <simon@brecon.co.uk>)
37921              
37922              improved docs on the warn_uninit diagnostic (from David Glasser
37923              and Simon Cozens)
37924              
37925              tolerate spaces in group names in test on solaris (from David Boyce
37926              <dsb@boyski.com>)
37927              
37928              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
37929              
37930              Data::Dumper fumbles negative numbers on 32-bit platforms where
37931              IV is >32bits
37932      Branch: maint-5.6/perl
37933           +> t/lib/b.t t/lib/syslog.t
37934           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
37935           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
37936           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
37937 ____________________________________________________________________________
37938 [  7276] By: gsar                                  on 2000/10/16  03:39:30
37939         Log: integrate change#5965 from mainline
37940              
37941              avoid "will not stay shared" warnings for our variables (from
37942              Robin Barker)
37943      Branch: maint-5.6/perl
37944           !> op.c t/pragma/warn/op
37945 ____________________________________________________________________________
37946 [  7275] By: gsar                                  on 2000/10/16  03:38:18
37947         Log: integrate change#5964 from mainline
37948              
37949              reformat to 72 columns (again)
37950      Branch: maint-5.6/perl
37951           !> pod/perldiag.pod
37952 ____________________________________________________________________________
37953 [  7274] By: gsar                                  on 2000/10/16  03:36:58
37954         Log: integrate change#5963 from mainline
37955              
37956              patch from Larry to make (\&) prototype work; added tests for
37957              the same
37958      Branch: maint-5.6/perl
37959           !> op.c t/comp/proto.t
37960 ____________________________________________________________________________
37961 [  7273] By: gsar                                  on 2000/10/16  03:35:51
37962         Log: integrate changes#5956..5962 from mainline
37963              
37964              better diagnostics on failed tests (from Ilya Zakharevich)
37965              
37966              pod nits (from A. C. Yardley <yardley@tanet.net>)
37967              
37968              change#3569 deleted some essential code, revert; avoid use of
37969              atexit() to make DynaLoader work properly on AIX under mod_perl
37970              (from Jens-Uwe Mager <jum@helios.de>)
37971              
37972              doubled words in pods (from Simon Cozens
37973              <simon.p.cozens@jp.pwcglobal.com>)
37974              
37975              better INSTALL notes on Solaris issues (from Dominic Dunlop)
37976              
37977              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
37978              
37979              updated README.hpux (from Jeff Okamoto)
37980      Branch: maint-5.6/perl
37981           !> INSTALL README.hpux emacs/cperl-mode.el
37982           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
37983           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
37984           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
37985           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
37986           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
37987           !> t/op/lex_assign.t
37988 ____________________________________________________________________________
37989 [  7272] By: gsar                                  on 2000/10/16  03:31:22
37990         Log: integrate change#5955 from mainline
37991              
37992              longstanding bug exposed by change#3307: sort arguments weren't
37993              compiled with the right wantarray context (ensuing runtime lookup
37994              via block_gimme() was getting the incidental context of the
37995              sort() itself)
37996      Branch: maint-5.6/perl
37997           !> op.c t/op/sort.t
37998 ____________________________________________________________________________
37999 [  7271] By: gsar                                  on 2000/10/16  03:29:11
38000         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
38001              branch
38002              
38003              Flatten the cpp jungle doing the nosuid checking.
38004              
38005              Do not assume sign propagation. (from M.J.T. Guy)
38006              
38007              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
38008              
38009              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
38010              Now pp_ncmp() returns undef is either operand is a NaN.
38011              
38012              On second thoughts frexp() does have two arguments.
38013              
38014              Document that tr() is not tr(1).
38015              
38016              Be more robust on "extreme" (large absolute value)
38017              arguments.  Originally reported by Daniel Connelly
38018              as a problem with asinh() on large negative arguments,
38019              asinh() used to bail out because an argument to log()
38020              ended up being zero.  Ilya Zakharevich proposed using
38021              Taylor's series in such cases, which for such large
38022              arguments is a very good approximation.
38023              
38024              Undo "use integer" addition from 64bitint as it seems
38025              to break most of the subtests in Digital UNIX;
38026              Unicos needs to find another way.
38027      Branch: maint-5.6/perl
38028           !> (integrate 29 files)
38029 ____________________________________________________________________________
38030 [  7270] By: gsar                                  on 2000/10/16  03:09:44
38031         Log: integrate changes#5948,5949,5950 from mainline
38032              
38033              typo in vars.pm that leads to cryptic message (from Piotr
38034              Piatkowski <kompas@kompas.usr.onet.pl>)
38035              
38036              make perldoc use the pod2man from the same version (from
38037              M.J.T. Guy)
38038              
38039              reformat perldiag to avoid long lines
38040      Branch: maint-5.6/perl
38041           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
38042 ____________________________________________________________________________
38043 [  7269] By: gsar                                  on 2000/10/16  03:05:54
38044         Log: integrate change#5947 from mainline
38045              
38046              use &dl_error rather than &dl_load_file as the guard for calling
38047              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
38048              statically built perl)
38049      Branch: maint-5.6/perl
38050           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38051 ____________________________________________________________________________
38052 [  7268] By: gsar                                  on 2000/10/16  03:04:48
38053         Log: integrate change#5945 from mainline
38054              
38055              make module name mandatory after -M switch; reorder perldiag
38056              alphabetically (from Mark-Jason Dominus)
38057      Branch: maint-5.6/perl
38058           !> perl.c pod/perldiag.pod
38059 ____________________________________________________________________________
38060 [  7267] By: gsar                                  on 2000/10/16  03:03:01
38061         Log: integrate change#5939 from mainline
38062              
38063              more pod nits (from Larry Virden)
38064      Branch: maint-5.6/perl
38065           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
38066           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
38067           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
38068 ____________________________________________________________________________
38069 [  7266] By: gsar                                  on 2000/10/16  03:01:39
38070         Log: integrate change#5938 from mainline
38071              
38072              Consolidated B::Deparse fixes (from Stephen McCamant)
38073      Branch: maint-5.6/perl
38074           !> ext/B/B/Deparse.pm
38075 ____________________________________________________________________________
38076 [  7265] By: gsar                                  on 2000/10/16  03:00:43
38077         Log: integrate change#5936 from mainline
38078              
38079              additional tests for change#7263 (from Paul Marquess)
38080      Branch: maint-5.6/perl
38081           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
38082           !> t/pragma/warn/5nolint t/pragma/warn/6default
38083 ____________________________________________________________________________
38084 [  7264] By: gsar                                  on 2000/10/16  02:58:34
38085         Log: integrate change#5934 from mainline
38086              
38087              propagate lexical warnings from surrounding scope correctly
38088              within string eval() (from Paul Marquess)
38089      Branch: maint-5.6/perl
38090           !> pp_ctl.c t/pragma/warn/pp_ctl
38091 ____________________________________________________________________________
38092 [  7263] By: gsar                                  on 2000/10/16  02:56:53
38093         Log: integrate change#5932 from mainline
38094              
38095              add rsignal(), whichsig() and do_join() to public API list
38096              (mod_perl uses them to good advantage)
38097      Branch: maint-5.6/perl
38098           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
38099 ____________________________________________________________________________
38100 [  7262] By: gsar                                  on 2000/10/16  02:55:53
38101         Log: integrate change#5931 from mainline
38102              
38103              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
38104      Branch: maint-5.6/perl
38105           !> pp_hot.c regexec.c t/op/pat.t
38106 ____________________________________________________________________________
38107 [  7261] By: gsar                                  on 2000/10/16  02:55:01
38108         Log: integrate change#5930 from mainline
38109              
38110              small os390 tweaks (from Peter Prymmer)
38111      Branch: maint-5.6/perl
38112           !> config_h.SH makedepend.SH
38113 ____________________________________________________________________________
38114 [  7260] By: gsar                                  on 2000/10/16  02:54:10
38115         Log: integrate change#5929 from mainline
38116              
38117              pod nits
38118      Branch: maint-5.6/perl
38119           !> pod/perlguts.pod
38120 ____________________________________________________________________________
38121 [  7259] By: gsar                                  on 2000/10/16  02:52:55
38122         Log: integrate change#5927 from mainline
38123              
38124              arrange for next() to resume at the unstack op rather than the
38125              loop conditional, so that scope cleanup happens correctly
38126              (from Stephen McCamant)
38127      Branch: maint-5.6/perl
38128           !> op.c pp_ctl.c t/op/misc.t
38129 ____________________________________________________________________________
38130 [  7258] By: gsar                                  on 2000/10/16  02:51:38
38131         Log: integrate change#5926 from mainline
38132              
38133              on windows, reserve 16M of stack rather than 128M (allows more
38134              threads to run concurrently)
38135      Branch: maint-5.6/perl
38136           !> win32/Makefile win32/makefile.mk
38137 ____________________________________________________________________________
38138 [  7257] By: gsar                                  on 2000/10/16  02:50:37
38139         Log: integrate change#5925 from mainline
38140              
38141              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
38142      Branch: maint-5.6/perl
38143           !> toke.c
38144 ____________________________________________________________________________
38145 [  7256] By: gsar                                  on 2000/10/16  02:49:36
38146         Log: integrate change#5924 from mainline
38147              
38148              avoid using uninitialized memory in require version check
38149      Branch: maint-5.6/perl
38150           !> pp_ctl.c universal.c
38151 ____________________________________________________________________________
38152 [  7255] By: gsar                                  on 2000/10/16  02:48:03
38153         Log: integrate changes#5923,5928,6009 from mainline
38154              
38155              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
38156      Branch: maint-5.6/perl
38157           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
38158 ____________________________________________________________________________
38159 [  7254] By: gsar                                  on 2000/10/16  02:44:46
38160         Log: integrate change#5922 from mainline
38161              
38162              commentary about IoTYPE() (from Nathan Torkington)
38163      Branch: maint-5.6/perl
38164           !> sv.h
38165 ____________________________________________________________________________
38166 [  7253] By: gsar                                  on 2000/10/16  02:43:49
38167         Log: integrate change#5921 from mainline
38168              
38169              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
38170      Branch: maint-5.6/perl
38171           !> sv.c t/lib/charnames.t t/pragma/utf8.t
38172 ____________________________________________________________________________
38173 [  7252] By: gsar                                  on 2000/10/16  02:42:31
38174         Log: integrate change#5920 from mainline
38175              
38176              Larry's fix for buggy propagation of utf8-ness in join(); add test
38177      Branch: maint-5.6/perl
38178           !> doop.c t/op/ver.t
38179 ____________________________________________________________________________
38180 [  7251] By: gsar                                  on 2000/10/16  02:41:14
38181         Log: integrate changes#5915..5919 from mainline
38182              
38183              various (pod tweaks &c)
38184      Branch: maint-5.6/perl
38185           !> (integrate 33 files)
38186 ____________________________________________________________________________
38187 [  7250] By: gsar                                  on 2000/10/16  02:38:16
38188         Log: integrate change#5914 from mainline
38189              
38190              caller() wasn't returning the right number of elements for
38191              eval {...}
38192      Branch: maint-5.6/perl
38193           !> pp_ctl.c t/pragma/warn/9enabled
38194 ____________________________________________________________________________
38195 [  7249] By: gsar                                  on 2000/10/16  02:37:02
38196         Log: integrate change#5913 from mainline
38197              
38198              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
38199              (from Mark-Jason Dominus)
38200      Branch: maint-5.6/perl
38201           !> pod/perlfunc.pod
38202 ____________________________________________________________________________
38203 [  7248] By: gsar                                  on 2000/10/16  02:35:58
38204         Log: integrate change#5912 from mainline
38205              
38206              fix totally broken caching in UNIVERSAL::isa() (from
38207              Nick Ing-Simmons)
38208      Branch: maint-5.6/perl
38209           !> t/op/universal.t universal.c
38210 ____________________________________________________________________________
38211 [  7247] By: gsar                                  on 2000/10/16  02:34:27
38212         Log: integrate changes#5910,5911 from mainline
38213              
38214              typo in pod
38215              
38216              add linebreak properties from unicode/LineBrk.txt (from
38217              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
38218      Branch: maint-5.6/perl
38219           +> (branch 29 files)
38220           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
38221 ____________________________________________________________________________
38222 [  7246] By: gsar                                  on 2000/10/16  02:33:29
38223         Log: integrate change#5909 from mainline
38224              
38225              mode argument to do_binmode() should be file mode, not boolean
38226      Branch: maint-5.6/perl
38227           !> pp_sys.c
38228 ____________________________________________________________________________
38229 [  7245] By: gsar                                  on 2000/10/16  02:31:04
38230         Log: integrate change#5908 from mainline
38231              
38232              introduce illegal symbols into null package so that
38233              gv_fetchpv(...,TRUE) always returns a valid GV even when the
38234              symbol is trapped by strictures (avoids coredumps)
38235      Branch: maint-5.6/perl
38236           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
38237           !> t/pragma/strict-vars
38238 ____________________________________________________________________________
38239 [  7244] By: jhi                                   on 2000/10/16  02:29:54
38240         Log: Subject: $Carp::ExportLevel confusion in Exporter
38241              From: "Ben Tilly" <ben_tilly@hotmail.com>
38242              Date: Sat, 14 Oct 2000 16:44:34 EDT
38243              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
38244      Branch: perl
38245            ! lib/Exporter/Heavy.pm
38246 ____________________________________________________________________________
38247 [  7243] By: jhi                                   on 2000/10/16  02:28:33
38248         Log: Subject: [PATCH perlguts.pod] Document offset hack
38249              From: Simon Cozens <simon@cozens.net>
38250              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
38251              Date: Sat, 14 Oct 2000 19:32:25 +0100
38252      Branch: perl
38253            ! pod/perlguts.pod
38254 ____________________________________________________________________________
38255 [  7242] By: gsar                                  on 2000/10/16  02:26:51
38256         Log: integrate changes#5905,5906,5907,6064 from mainline
38257              
38258              printf/sprintf didn't get quad types right under use64bitint
38259      Branch: maint-5.6/perl
38260           !> pp_sys.c sv.c t/op/64bitint.t
38261 ____________________________________________________________________________
38262 [  7241] By: jhi                                   on 2000/10/16  02:22:44
38263         Log: Subject: small pod patch
38264              From: Dan Boorstein <dan_boo@bellsouth.net>
38265              Date: Sat, 14 Oct 2000 14:29:24 -0400
38266              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
38267      Branch: perl
38268            ! pod/perlfaq7.pod pod/perlmod.pod
38269 ____________________________________________________________________________
38270 [  7240] By: jhi                                   on 2000/10/16  02:13:46
38271         Log: -w cleanup.
38272              
38273              Subject: Re: Problems with bleadperl 
38274              From: "Stephen P. Potter" <spp@ds.net>
38275              Date: Fri, 13 Oct 2000 13:32:49 -0400
38276              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
38277      Branch: perl
38278            ! t/pragma/overload.t
38279 ____________________________________________________________________________
38280 [  7239] By: jhi                                   on 2000/10/16  01:41:18
38281         Log: One more ~utf8 tweak.
38282      Branch: perl
38283            ! t/op/bop.t
38284 ____________________________________________________________________________
38285 [  7238] By: jhi                                   on 2000/10/16  01:34:14
38286         Log: Tweak the test of #7235.
38287      Branch: perl
38288            ! t/op/bop.t
38289 ____________________________________________________________________________
38290 [  7237] By: jhi                                   on 2000/10/16  01:25:04
38291         Log: Fix a couple of compiler-noted nits in #7235.
38292      Branch: perl
38293            ! pp.c
38294 ____________________________________________________________________________
38295 [  7236] By: jhi                                   on 2000/10/16  01:22:46
38296         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
38297      Branch: perl
38298            ! pp.c pp_hot.c
38299 ____________________________________________________________________________
38300 [  7235] By: jhi                                   on 2000/10/15  16:24:44
38301         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
38302              
38303              From: Simon Cozens <simon@cozens.net>
38304              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
38305              Date: Sat, 14 Oct 2000 20:52:13 +0100
38306              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
38307      Branch: perl
38308            ! pp.c t/op/bop.t utf8.h
38309 ____________________________________________________________________________
38310 [  7234] By: jhi                                   on 2000/10/15  15:19:29
38311         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
38312              The problem was that rx->minlen was in chars while pp_split()
38313              thought it would be in bytes. 
38314      Branch: perl
38315            ! pp.c t/pragma/utf8.t
38316 ____________________________________________________________________________
38317 [  7233] By: jhi                                   on 2000/10/14  20:24:24
38318         Log: Document FNCASE=y as discussed in the bug 20000902.009.
38319      Branch: perl
38320            ! README.dos
38321 ____________________________________________________________________________
38322 [  7232] By: jhi                                   on 2000/10/14  18:52:21
38323         Log: Add test for bug id 20000427.003 (which seems to have
38324              been fixed) (also duplicate as 20000427.004, though
38325              with a higher severity).  Move one utf8 from op/append
38326              to pragma/utf8, tag the tests with bug ids.
38327      Branch: perl
38328            ! t/op/append.t t/pragma/utf8.t
38329 ____________________________________________________________________________
38330 [  7231] By: jhi                                   on 2000/10/14  17:28:37
38331         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
38332      Branch: perl
38333            ! t/pragma/utf8.t
38334 ____________________________________________________________________________
38335 [  7230] By: jhi                                   on 2000/10/14  14:24:50
38336         Log: Needs to be conditional on SunOS 4.
38337              
38338              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
38339              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38340              Date: Sat, 14 Oct 2000 13:37:49 +0100
38341              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
38342      Branch: metaconfig/U/perl
38343            ! End.U
38344      Branch: perl
38345            ! Configure myconfig.SH pod/perldelta.pod
38346 ____________________________________________________________________________
38347 [  7229] By: jhi                                   on 2000/10/14  00:49:22
38348         Log: Update Changes.
38349      Branch: perl
38350            ! Changes patchlevel.h
38351 ____________________________________________________________________________
38352 [  7228] By: jhi                                   on 2000/10/14  00:46:10
38353         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
38354              From: Peter Prymmer <pvhp@forte.com>
38355              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
38356              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
38357      Branch: perl
38358            ! lib/utf8.pm
38359 ____________________________________________________________________________
38360 [  7227] By: jhi                                   on 2000/10/13  23:20:30
38361         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
38362      Branch: perl
38363            ! t/op/tie.t
38364 ____________________________________________________________________________
38365 [  7226] By: jhi                                   on 2000/10/13  22:14:32
38366         Log: Tweak #7225.
38367              
38368              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
38369              From: Peter Prymmer <pvhp@forte.com>
38370              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
38371              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
38372      Branch: perl
38373            ! t/op/sprintf.t
38374 ____________________________________________________________________________
38375 [  7225] By: jhi                                   on 2000/10/13  22:11:31
38376         Log: op/sprintf.t patch for OS/390 (and any other host with limited
38377              floating-point exponent length)
38378              
38379              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
38380              From: Dominic Dunlop <domo@computer.org>
38381              Date: Fri, 13 Oct 2000 19:17:57 +0200
38382              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
38383      Branch: perl
38384            ! t/op/sprintf.t
38385 ____________________________________________________________________________
38386 [  7224] By: jhi                                   on 2000/10/13  18:40:48
38387         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
38388      Branch: perl
38389            ! toke.c
38390 ____________________________________________________________________________
38391 [  7223] By: jhi                                   on 2000/10/13  18:37:13
38392         Log: Thinko in #7222.
38393      Branch: perl
38394            ! utf8.c
38395 ____________________________________________________________________________
38396 [  7222] By: jhi                                   on 2000/10/13  18:05:23
38397         Log: Use UTF8SKIP(), from Simon Cozens.
38398      Branch: perl
38399            ! utf8.c
38400 ____________________________________________________________________________
38401 [  7221] By: jhi                                   on 2000/10/13  15:43:19
38402         Log: (accidentally empty check-in)
38403      Branch: perl
38404            ! utf8.c
38405 ____________________________________________________________________________
38406 [  7220] By: jhi                                   on 2000/10/13  15:23:51
38407         Log: Add (optimistically) Storable to static extensions.
38408      Branch: perl
38409            ! hints/uwin.sh hints/vmesa.sh
38410 ____________________________________________________________________________
38411 [  7219] By: jhi                                   on 2000/10/13  15:20:05
38412         Log: Amdahl UTS doesn't seem to do dynaloading.
38413      Branch: perl
38414            ! hints/uts.sh
38415 ____________________________________________________________________________
38416 [  7218] By: jhi                                   on 2000/10/13  15:15:20
38417         Log: Slight tweak of the code to appease Amdahl UTS cc.
38418      Branch: perl
38419            ! pp.c
38420 ____________________________________________________________________________
38421 [  7217] By: jhi                                   on 2000/10/13  14:50:42
38422         Log: In Amdahl UTS "struct sv" is defined by a system header,
38423              <ksync.h>.
38424      Branch: perl
38425            ! perl.h sv.h
38426 ____________________________________________________________________________
38427 [  7216] By: jhi                                   on 2000/10/13  11:58:25
38428         Log: Ilya implemented the memory profiling API.
38429      Branch: perl
38430            ! Todo
38431 ____________________________________________________________________________
38432 [  7215] By: jhi                                   on 2000/10/13  02:56:38
38433         Log: Subject: [PATCH 5.7.0] Perl API for mstats
38434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38435              Date: Thu, 12 Oct 2000 22:52:40 -0400
38436              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
38437      Branch: perl
38438            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
38439 ____________________________________________________________________________
38440 [  7214] By: jhi                                   on 2000/10/13  02:55:38
38441         Log: Subject: [PATCH 5.7.0] IVs in mtats
38442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38443              Date: Thu, 12 Oct 2000 22:51:04 -0400
38444              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
38445      Branch: perl
38446            ! malloc.c perl.h
38447 ____________________________________________________________________________
38448 [  7213] By: jhi                                   on 2000/10/13  02:31:47
38449         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
38450      Branch: perl
38451            ! pod/perldiag.pod pp_sys.c
38452 ____________________________________________________________________________
38453 [  7212] By: jhi                                   on 2000/10/13  01:27:38
38454         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
38455              From: Peter Prymmer <pvhp@forte.com>
38456              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
38457              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
38458      Branch: perl
38459            ! t/op/oct.t
38460 ____________________________________________________________________________
38461 [  7211] By: jhi                                   on 2000/10/13  00:35:09
38462         Log: Update Changes.
38463      Branch: perl
38464            ! Changes patchlevel.h
38465 ____________________________________________________________________________
38466 [  7210] By: jhi                                   on 2000/10/12  23:59:40
38467         Log: The Install.pm third of
38468              
38469              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
38470              From: Bill Campbell <bill@celestial.com>
38471              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
38472              Date: Thu, 5 Oct 2000 18:04:51 -0700
38473      Branch: perl
38474            ! lib/ExtUtils/Install.pm
38475 ____________________________________________________________________________
38476 [  7209] By: jhi                                   on 2000/10/12  23:58:43
38477         Log: Two thirds of
38478              
38479              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
38480              Date: Thu, 5 Oct 2000 18:04:51 -0700
38481              From: Bill Campbell <bill@celestial.com>
38482              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
38483              
38484              The Install.pm changes will be submitted separately because
38485              they need some work and discussion still.
38486      Branch: perl
38487            ! lib/getopts.pl lib/termcap.pl
38488 ____________________________________________________________________________
38489 [  7208] By: jhi                                   on 2000/10/12  23:41:19
38490         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
38491              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38492              Date:     Thu, 12 Oct 2000 07:30:02 EDT
38493              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
38494      Branch: perl
38495            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
38496            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
38497 ____________________________________________________________________________
38498 [  7207] By: jhi                                   on 2000/10/12  23:39:01
38499         Log: An updated EBCDIC tr patch.
38500              
38501              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
38502              From: Peter Prymmer <pvhp@forte.com>
38503              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
38504              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
38505      Branch: perl
38506            ! t/op/tr.t
38507 ____________________________________________________________________________
38508 [  7206] By: jhi                                   on 2000/10/12  23:34:55
38509         Log: Upgrade to CPAN 1.58, from Andreas König.
38510      Branch: perl
38511            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38512 ____________________________________________________________________________
38513 [  7205] By: jhi                                   on 2000/10/12  23:29:08
38514         Log: Introduce the man[24-8] variables, from Andy Dougherty.
38515      Branch: metaconfig/U/perl
38516            + mandirs.U mandirstyle.U
38517      Branch: perl
38518            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38519            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
38520            ! vos/config.h vos/config.pl vos/config_h.SH_orig
38521            ! win32/config.bc win32/config.gc win32/config.vc
38522 ____________________________________________________________________________
38523 [  7204] By: gsar                                  on 2000/10/12  18:11:24
38524         Log: restore change#7202
38525      Branch: perl
38526            ! mg.c
38527 ____________________________________________________________________________
38528 [  7203] By: gsar                                  on 2000/10/12  18:09:40
38529         Log: another test of the Emergency Broadcast System--back out 
38530              change#7202
38531      Branch: perl
38532            ! mg.c
38533 ____________________________________________________________________________
38534 [  7202] By: gsar                                  on 2000/10/12  16:40:47
38535         Log: (submitted on behalf of Jarkko)
38536              Fix the lib/encode.t subtest 6 failure as reported by Andreas
38537              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
38538              was unearthed by change 7182, as was a bug in HTML::Entities.
38539      Branch: perl
38540            ! mg.c
38541 ____________________________________________________________________________
38542 [  7201] By: jhi                                   on 2000/10/11  03:16:05
38543         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
38544      Branch: perl
38545            ! pp_hot.c t/pragma/utf8.t
38546 ____________________________________________________________________________
38547 [  7200] By: jhi                                   on 2000/10/11  00:40:30
38548         Log: The #7198 was a false alarm.
38549      Branch: perl
38550            ! pp_hot.c
38551 ____________________________________________________________________________
38552 [  7199] By: jhi                                   on 2000/10/11  00:26:04
38553         Log: Remove duplicated code.
38554      Branch: perl
38555            ! t/lib/cgi-html.t
38556 ____________________________________________________________________________
38557 [  7198] By: jhi                                   on 2000/10/10  23:30:46
38558         Log: (Retracted by #7200.)
38559      Branch: perl
38560            ! pp_hot.c
38561 ____________________________________________________________________________
38562 [  7197] By: jhi                                   on 2000/10/10  21:49:30
38563         Log: Add the test case for #7190, from the original bug report
38564              by Andreas König.
38565      Branch: perl
38566            ! t/pragma/utf8.t
38567 ____________________________________________________________________________
38568 [  7196] By: jhi                                   on 2000/10/10  21:40:49
38569         Log: Reapply Andy's patch and regen Configure.
38570      Branch: perl
38571            ! Configure INSTALL Makefile.SH Porting/Glossary
38572            ! Porting/config.sh config_h.SH epoc/config.sh installperl
38573            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
38574            ! win32/config.vc
38575 ____________________________________________________________________________
38576 [  7195] By: jhi                                   on 2000/10/10  21:09:30
38577         Log: Use the versiononly instead of the installscripts,
38578              retract the changes 7146 and 7147.
38579      Branch: perl
38580            ! Configure INSTALL Makefile.SH Porting/Glossary
38581            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
38582            ! installperl uconfig.sh vos/config.def win32/config.bc
38583            ! win32/config.gc win32/config.vc
38584 ____________________________________________________________________________
38585 [  7194] By: jhi                                   on 2000/10/10  21:06:15
38586         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
38587              From: Peter Prymmer <pvhp@forte.com>
38588              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
38589              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
38590      Branch: perl
38591            ! t/op/ver.t
38592 ____________________________________________________________________________
38593 [  7193] By: jhi                                   on 2000/10/10  21:05:12
38594         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
38595              From: Peter Prymmer <pvhp@forte.com>
38596              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
38597              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
38598      Branch: perl
38599            ! t/op/tr.t
38600 ____________________________________________________________________________
38601 [  7192] By: jhi                                   on 2000/10/10  20:57:30
38602         Log: Add versiononly, delete installscripts, from Andy Dougherty.
38603      Branch: metaconfig
38604            - U/installdirs/installscripts.U
38605      Branch: metaconfig/U/perl
38606            + versiononly.U
38607 ____________________________________________________________________________
38608 [  7191] By: jhi                                   on 2000/10/10  19:41:21
38609         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
38610              From: Peter Prymmer <pvhp@forte.com>
38611              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
38612              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
38613      Branch: perl
38614            ! pod/perlebcdic.pod
38615 ____________________________________________________________________________
38616 [  7190] By: jhi                                   on 2000/10/10  19:26:14
38617         Log: Subject: Re: utf8 concat, mg_get
38618              From: Simon Cozens <simon@cozens.net>
38619              Date: Tue, 10 Oct 2000 17:40:17 +0100
38620              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
38621      Branch: perl
38622            ! pp_hot.c
38623 ____________________________________________________________________________
38624 [  7189] By: jhi                                   on 2000/10/10  19:23:03
38625         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
38626              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
38627              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
38628              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
38629      Branch: perl
38630            ! lib/ExtUtils/MM_Unix.pm
38631 ____________________________________________________________________________
38632 [  7188] By: jhi                                   on 2000/10/10  15:31:24
38633         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
38634              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
38635              Date: Fri, 14 Jul 2000 10:47:36 +0100
38636              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
38637      Branch: perl
38638            ! README.win32
38639 ____________________________________________________________________________
38640 [  7187] By: jhi                                   on 2000/10/10  13:30:10
38641         Log: Quote the temp file name, needed in Win32 because the
38642              default name unfortunately contains spaces, shouldn't
38643              hurt elsewhere.
38644              
38645              Subject: FW: perldoc fails if $TEMP contains spaces
38646              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
38647              Date: Thu, 14 Sep 2000 08:58:45 +0100
38648              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
38649      Branch: perl
38650            ! utils/perldoc.PL
38651 ____________________________________________________________________________
38652 [  7186] By: jhi                                   on 2000/10/10  13:16:27
38653         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
38654              From: hv@hugo.hybyte.com
38655              Date: Tue, 10 Oct 2000 14:10:20 +0100
38656              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
38657      Branch: perl
38658            ! t/lib/thr5005.t util.c
38659 ____________________________________________________________________________
38660 [  7185] By: jhi                                   on 2000/10/10  12:06:22
38661         Log: Upgrade to podlators 1.04, from Russ Allbery.
38662      Branch: perl
38663            ! lib/Pod/Man.pm lib/Pod/Text.pm
38664 ____________________________________________________________________________
38665 [  7184] By: jhi                                   on 2000/10/10  12:01:32
38666         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
38667      Branch: perl
38668            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
38669 ____________________________________________________________________________
38670 [  7183] By: jhi                                   on 2000/10/09  23:47:15
38671         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
38672              From: Peter Prymmer <pvhp@forte.com>
38673              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
38674              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
38675      Branch: perl
38676            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
38677 ____________________________________________________________________________
38678 [  7182] By: jhi                                   on 2000/10/09  23:43:16
38679         Log: Make eq work again with utf8 (disabling the upgrading
38680              should no more be necessary since the copies of the
38681              scalars are upgraded, not the scalars themselves).
38682              Takes care of ID 20001009.001.  (The claimed length()
38683              bug in 20001009.001 seems bogus to me.)
38684      Branch: perl
38685            ! sv.c t/pragma/utf8.t
38686 ____________________________________________________________________________
38687 [  7181] By: gsar                                  on 2000/10/09  19:41:54
38688         Log: tweak for change#7173
38689      Branch: perl
38690            ! win32/win32sck.c
38691 ____________________________________________________________________________
38692 [  7180] By: gsar                                  on 2000/10/09  19:26:56
38693         Log: on Windows, clean targets might not work under some flavors of the shell
38694      Branch: perl
38695            ! win32/Makefile win32/makefile.mk
38696 ____________________________________________________________________________
38697 [  7179] By: jhi                                   on 2000/10/09  19:21:02
38698         Log: Update Changes.
38699      Branch: perl
38700            ! Changes patchlevel.h
38701 ____________________________________________________________________________
38702 [  7178] By: jhi                                   on 2000/10/09  19:18:23
38703         Log: Warn about unknown scripts.
38704              
38705              Subject: Re: ideas? patches? [PATCH bleadperl]
38706              From: Dominic Dunlop <domo@computer.org>
38707              Date: Mon, 9 Oct 2000 14:57:17 +0200
38708              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
38709      Branch: perl
38710            ! lib/charnames.pm
38711 ____________________________________________________________________________
38712 [  7177] By: jhi                                   on 2000/10/09  19:13:27
38713         Log: Change #7160 had a nasty typo.
38714      Branch: metaconfig
38715            ! U/compline/Compile.U
38716      Branch: perl
38717            ! Configure config_h.SH
38718 ____________________________________________________________________________
38719 [  7176] By: gsar                                  on 2000/10/09  18:59:33
38720         Log: pod nit
38721      Branch: perl
38722            ! pod/perlport.pod
38723 ____________________________________________________________________________
38724 [  7175] By: gsar                                  on 2000/10/09  18:54:28
38725         Log: Windows9x doesn't support link(), despite what Config.pm
38726              might think
38727      Branch: perl
38728            ! lib/ExtUtils/Manifest.pm
38729 ____________________________________________________________________________
38730 [  7174] By: gsar                                  on 2000/10/09  18:50:03
38731         Log: avoid nonportable example code
38732      Branch: perl
38733            ! lib/File/Copy.pm
38734 ____________________________________________________________________________
38735 [  7173] By: gsar                                  on 2000/10/09  18:46:54
38736         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
38737              being used) when closing a socket handle
38738      Branch: perl
38739            ! win32/win32.c win32/win32.h win32/win32sck.c
38740 ____________________________________________________________________________
38741 [  7172] By: gsar                                  on 2000/10/09  18:41:40
38742         Log: on Windows, cwd strings in the environment should be of the
38743              form =X:=X:\foo instead of =X=X:\foo\
38744      Branch: perl
38745            ! win32/vdir.h
38746 ____________________________________________________________________________
38747 [  7171] By: gsar                                  on 2000/10/09  18:30:09
38748         Log: on Windows, LoadLibrary() could load an extension DLL multiple
38749              times if forward slashes are used in the path
38750      Branch: perl
38751            ! win32/win32.c
38752 ____________________________________________________________________________
38753 [  7170] By: jhi                                   on 2000/10/09  17:53:59
38754         Log: Add a todo note about overloadable assertions.
38755      Branch: perl
38756            ! Todo-5.6
38757 ____________________________________________________________________________
38758 [  7169] By: jhi                                   on 2000/10/09  13:43:45
38759         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
38760              From: mjd@plover.com
38761              Date: 9 Oct 2000 00:24:44 -0000
38762              Message-ID: <20001009002444.10616.qmail@plover.com>
38763      Branch: perl
38764            ! pod/perldebguts.pod
38765 ____________________________________________________________________________
38766 [  7168] By: nick                                  on 2000/10/08  13:16:33
38767         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
38768              is not right thing to do on (e.g. x86). Network order is also "right" for
38769              X fonts.
38770      Branch: perl
38771            ! ext/Encode/Encode.pm
38772 ____________________________________________________________________________
38773 [  7167] By: nick                                  on 2000/10/08  12:54:42
38774         Log: Make "encodings" work post-install when Encode/*.enc files may not
38775              be in same directory as Encode.pm
38776      Branch: perl
38777            ! ext/Encode/Encode.pm
38778 ____________________________________________________________________________
38779 [  7166] By: nick                                  on 2000/10/08  11:51:26
38780         Log: Work round the fact that $hash->{$key} does not take into account
38781              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
38782              so that key is always in the "expected" encoding - i.e. same way we put
38783              it in the hash.
38784      Branch: perl
38785            ! ext/Encode/Encode.pm
38786 ____________________________________________________________________________
38787 [  7165] By: gsar                                  on 2000/10/08  04:15:29
38788         Log: save_re_context() could reset PL_curcop to freed memory, causing core
38789              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
38790      Branch: perl
38791            ! pp_ctl.c
38792 ____________________________________________________________________________
38793 [  7164] By: jhi                                   on 2000/10/06  20:51:48
38794         Log: UTF8ize split() so that the cloned substrings get the UTF8
38795              flag of the original scalar.  Problem reported by Simon Cozens.
38796      Branch: perl
38797            ! pp.c t/pragma/utf8.t
38798 ____________________________________________________________________________
38799 [  7163] By: nick                                  on 2000/10/06  20:48:34
38800         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
38801              got a false +ve and so did not reach code which would have un-FAKEd the SV.
38802      Branch: perl
38803            ! sv.c
38804 ____________________________________________________________________________
38805 [  7162] By: nick                                  on 2000/10/06  20:25:37
38806         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
38807              To fix  (sort {$a <=> $b} keys %hash) in particular but
38808              should cover a number of other as-yet-unknown cases as well.
38809      Branch: perl
38810            ! sv.c
38811 ____________________________________________________________________________
38812 [  7161] By: jhi                                   on 2000/10/06  19:56:18
38813         Log: Change the version number of Tie::Handle in the core to 4.0,
38814              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
38815              
38816              Subject: Note on Tie::Handle
38817              From: andreas.koenig@anima.de (Andreas J. Koenig)
38818              Date:      06 Oct 2000 21:48:58 +0200
38819              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
38820      Branch: perl
38821            ! lib/Tie/Handle.pm
38822 ____________________________________________________________________________
38823 [  7160] By: jhi                                   on 2000/10/06  18:20:35
38824         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
38825              as the first option of cc/ld because of ultrapicky compilers
38826              (e.g. OS/390 R2.5)
38827      Branch: metaconfig
38828            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
38829            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
38830            ! U/compline/orderlib.U U/modified/Cppsym.U
38831            ! U/modified/d_access.U
38832      Branch: metaconfig/U/perl
38833            ! Checkcc.U d_dlsymun.U gccvers.U
38834      Branch: perl
38835            ! Configure config_h.SH
38836 ____________________________________________________________________________
38837 [  7159] By: jhi                                   on 2000/10/06  13:56:39
38838         Log: Update Changes.
38839      Branch: perl
38840            ! Changes patchlevel.h
38841 ____________________________________________________________________________
38842 [  7158] By: jhi                                   on 2000/10/06  12:48:40
38843         Log: Eliminate $Is_VMS code from the test.
38844              
38845              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
38846              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38847              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
38848              Date:     Thu, 5 Oct 2000 07:46:33 EDT
38849      Branch: perl
38850            ! t/lib/b.t
38851 ____________________________________________________________________________
38852 [  7157] By: jhi                                   on 2000/10/06  12:47:13
38853         Log: Also the $ccflags is needed for the C compiler check.
38854              
38855              Subject: Configure (check for C-compiler)
38856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38857              Date: Fri, 06 Oct 2000 08:47:15 +0200
38858              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
38859      Branch: metaconfig/U/perl
38860            ! Checkcc.U
38861      Branch: perl
38862            ! Configure config_h.SH
38863 ____________________________________________________________________________
38864 [  7156] By: jhi                                   on 2000/10/06  11:45:15
38865         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
38866      Branch: perl
38867            ! perl.c pp_ctl.c sv.h utf8.c
38868 ____________________________________________________________________________
38869 [  7155] By: jhi                                   on 2000/10/06  11:40:41
38870         Log: IO::Handle->syswrite() did not handle length omission
38871              like CORE::syswrite() does.
38872              
38873              Subject: [Fwd] IO::Handle, syswrite and arguments
38874              From: Graham Barr <gbarr@pobox.com>
38875              Date: Fri, 6 Oct 2000 10:22:05 +0100
38876              Message-ID: <20001006102205.U6312@pobox.com>
38877              
38878              The original patch from andrew@ugh.net.au.
38879      Branch: perl
38880            ! ext/IO/lib/IO/Handle.pm
38881 ____________________________________________________________________________
38882 [  7154] By: jhi                                   on 2000/10/06  01:42:15
38883         Log: Tweak #7153.
38884      Branch: perl
38885            ! utf8.h
38886 ____________________________________________________________________________
38887 [  7153] By: jhi                                   on 2000/10/06  00:39:55
38888         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
38889      Branch: perl
38890            ! utf8.h
38891 ____________________________________________________________________________
38892 [  7152] By: jhi                                   on 2000/10/06  00:38:11
38893         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
38894      Branch: perl
38895            ! perl.c pp_ctl.c sv.h utf8.c
38896 ____________________________________________________________________________
38897 [  7151] By: jhi                                   on 2000/10/06  00:36:38
38898         Log: Subject: Re: Questions about Tie::Array and perl modules
38899              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38900              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
38901              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
38902              
38903              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
38904      Branch: perl
38905            ! lib/Tie/Array.pm t/op/array.t
38906 ____________________________________________________________________________
38907 [  7150] By: jhi                                   on 2000/10/05  00:20:45
38908         Log: Regen Changes.
38909      Branch: perl
38910            ! Changes patchlevel.h
38911 ____________________________________________________________________________
38912 [  7149] By: jhi                                   on 2000/10/05  00:20:01
38913         Log: Regen toc.
38914      Branch: perl
38915            ! pod/perltoc.pod
38916 ____________________________________________________________________________
38917 [  7148] By: jhi                                   on 2000/10/04  23:35:08
38918         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
38919              reported several times by Dominic Dunlop, for example in
38920              ID 20000315.008.  Patch from Dominic.  Patch affects at
38921              least MachTen, and possibly other oldish BSDs. Should not
38922              break non-broken platforms (tested on LinuxPPC). 
38923      Branch: perl
38924            ! doio.c
38925 ____________________________________________________________________________
38926 [  7147] By: jhi                                   on 2000/10/04  23:26:34
38927         Log: The one that got away from 7146.
38928      Branch: metaconfig
38929            + U/installdirs/installscripts.U
38930 ____________________________________________________________________________
38931 [  7146] By: jhi                                   on 2000/10/04  23:25:04
38932         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
38933              suggested by H. Merijn Brand.
38934      Branch: perl
38935            ! Configure INSTALL Makefile.SH Porting/Glossary
38936            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
38937            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
38938            ! win32/config.vc
38939 ____________________________________________________________________________
38940 [  7145] By: jhi                                   on 2000/10/04  22:08:21
38941         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
38942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38943              Date: Wed, 4 Oct 2000 17:37:46 -0400
38944              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
38945      Branch: perl
38946            ! utils/h2xs.PL
38947 ____________________________________________________________________________
38948 [  7144] By: jhi                                   on 2000/10/04  18:11:41
38949         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
38950              From: Jeff Pinyan <jeffp@crusoe.net>
38951              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
38952              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
38953      Branch: perl
38954            ! pod/perlrun.pod
38955 ____________________________________________________________________________
38956 [  7143] By: jhi                                   on 2000/10/04  18:09:58
38957         Log: Subject: perlhack.pod Patch for Externals Tools
38958              From: Fisher Mark <fisherm@tce.com>
38959              Date: Tue, 3 Oct 2000 15:43:27 -0500 
38960              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
38961      Branch: perl
38962            ! pod/perlhack.pod
38963 ____________________________________________________________________________
38964 [  7142] By: jhi                                   on 2000/10/04  18:08:41
38965         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
38966              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38967              Date:     Wed, 4 Oct 2000 12:11:11 EDT
38968              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
38969      Branch: perl
38970            ! vms/vms.c
38971 ____________________________________________________________________________
38972 [  7141] By: jhi                                   on 2000/10/04  12:20:16
38973         Log: Subject: [PATCH 5.7.0] h2xs not working
38974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38975              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
38976              Date: Tue, 3 Oct 2000 21:43:01 -0400
38977              
38978              Subject: [PATCH 5.7.0] h2xs not documenting the created module
38979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38980              Date: Tue, 3 Oct 2000 22:55:19 -0400
38981              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
38982      Branch: perl
38983            ! utils/h2xs.PL
38984 ____________________________________________________________________________
38985 [  7140] By: jhi                                   on 2000/10/04  11:53:44
38986         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
38987              From: nick@babyhippo.com
38988              Date: Wed, 4 Oct 2000 12:06:45 +0100
38989              Message-Id: <20001004120645.A7356@babyhippo.com>
38990              
38991              Retract 7118 and 7135.
38992      Branch: perl
38993            ! installman installperl op.c t/pragma/subs.t
38994 ____________________________________________________________________________
38995 [  7139] By: jhi                                   on 2000/10/03  22:09:41
38996         Log: It is possible to have no hosts database at all.  Pointed out in
38997              
38998              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
38999              From: Peter Prymmer <pvhp@forte.com>
39000              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
39001              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
39002      Branch: metaconfig
39003            ! U/modified/myhostname.U
39004      Branch: perl
39005            ! Configure config_h.SH
39006 ____________________________________________________________________________
39007 [  7138] By: jhi                                   on 2000/10/03  21:49:49
39008         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
39009              From: Peter Prymmer <pvhp@forte.com>
39010              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
39011              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
39012      Branch: perl
39013            ! pp_sys.c
39014 ____________________________________________________________________________
39015 [  7137] By: jhi                                   on 2000/10/03  20:10:05
39016         Log: One remaining nit less at the VMS mailbox sizing.
39017      Branch: perl
39018            ! vms/vms.c
39019 ____________________________________________________________________________
39020 [  7136] By: jhi                                   on 2000/10/03  20:08:47
39021         Log: Test harness update to sync with the new perlcc,
39022              from Simon Cozens.
39023      Branch: perl
39024            ! t/TEST t/UTEST
39025 ____________________________________________________________________________
39026 [  7135] By: jhi                                   on 2000/10/03  15:15:42
39027         Log: Subject: Re: PATCH for 20001003.004
39028              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
39029              From: "AARON B. DOSSETT" <aaron@iglou.com>
39030              Message-Id: <E13gTay-0006od-00@iglou.com>
39031      Branch: perl
39032            ! installman installperl
39033 ____________________________________________________________________________
39034 [  7134] By: jhi                                   on 2000/10/03  15:00:34
39035         Log: Subject: [ID 20001003.006] B::Debug not -w clean
39036              From: Nicholas Clark <nick@babyhippo.co.uk>
39037              Date: Tue, 03 Oct 2000 15:46:32 +0100
39038              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
39039      Branch: perl
39040            ! ext/B/B/Debug.pm
39041 ____________________________________________________________________________
39042 [  7133] By: jhi                                   on 2000/10/03  14:58:39
39043         Log: Scale down the VMS message boxes, by Charles Lane.
39044              Fix for ID 20000903.009, workaround at
39045              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
39046      Branch: perl
39047            ! vms/vms.c
39048 ____________________________________________________________________________
39049 [  7132] By: jhi                                   on 2000/10/03  11:20:37
39050         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
39051      Branch: perl
39052            + t/lib/st-lock.t t/lib/st-utf8.t
39053            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
39054            ! ext/Storable/Storable.xs t/lib/st-recurse.t
39055 ____________________________________________________________________________
39056 [  7131] By: jhi                                   on 2000/10/03  03:38:23
39057         Log: Encode nits.
39058      Branch: perl
39059            ! MANIFEST Makefile.SH
39060 ____________________________________________________________________________
39061 [  7130] By: jhi                                   on 2000/10/03  03:31:05
39062         Log: Update Changes.
39063      Branch: perl
39064            ! Changes patchlevel.h
39065 ____________________________________________________________________________
39066 [  7129] By: jhi                                   on 2000/10/03  02:24:02
39067         Log: Misplaced else.
39068      Branch: metaconfig/U/perl
39069            ! d_strtoll.U
39070      Branch: perl
39071            ! Configure config_h.SH
39072 ____________________________________________________________________________
39073 [  7128] By: jhi                                   on 2000/10/03  02:08:29
39074         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
39075              From: sthoenna@efn.org
39076              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
39077              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
39078      Branch: metaconfig/U/perl
39079            ! d_strtoll.U
39080      Branch: perl
39081            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
39082 ____________________________________________________________________________
39083 [  7127] By: jhi                                   on 2000/10/03  01:13:14
39084         Log: Update Changes.
39085      Branch: perl
39086            ! Changes patchlevel.h
39087 ____________________________________________________________________________
39088 [  7126] By: jhi                                   on 2000/10/03  00:57:08
39089         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
39090              as suggested by Olaf Flebbe and Nick Clark.
39091      Branch: perl
39092            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
39093 ____________________________________________________________________________
39094 [  7125] By: jhi                                   on 2000/10/03  00:50:56
39095         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
39096              From: Nick Clark <nick@plum.flirble.org>
39097              Date: Mon, 2 Oct 2000 11:03:24 +0100
39098              Message-Id: <20001002110324.D20073@plum.flirble.org>
39099              
39100              Also fixes bug ID 20001002.005.
39101      Branch: perl
39102            ! t/lib/encode.t
39103 ____________________________________________________________________________
39104 [  7124] By: jhi                                   on 2000/10/03  00:34:59
39105         Log: Subject: [PATCH 5.7.0] Epoc update
39106              From: Olaf Flebbe <o.flebbe@gmx.de>
39107              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
39108              Message-ID: <26423.969484586@www10.gmx.net>
39109      Branch: perl
39110            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
39111            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
39112            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
39113            ! util.c util.h
39114 ____________________________________________________________________________
39115 [  7123] By: jhi                                   on 2000/10/03  00:30:07
39116         Log: Regen headers.
39117      Branch: perl
39118            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
39119 ____________________________________________________________________________
39120 [  7122] By: jhi                                   on 2000/10/03  00:10:48
39121         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
39122      Branch: perl
39123            ! hints/openbsd.sh
39124 ____________________________________________________________________________
39125 [  7121] By: jhi                                   on 2000/10/03  00:05:06
39126         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
39127              From: <abigail@foad.org>
39128              Date: Tue, 26 Sep 2000 13:36:14 -0400
39129              Message-ID: <20000926173614.4356.qmail@foad.org>
39130      Branch: perl
39131            ! pod/perlop.pod
39132 ____________________________________________________________________________
39133 [  7120] By: jhi                                   on 2000/10/03  00:04:00
39134         Log: Inside require() $^S was always left undefined.
39135              
39136              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
39137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39138              Date: Wed, 27 Sep 2000 18:54:49 -0400
39139              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
39140      Branch: perl
39141            ! cop.h mg.c pp_ctl.c util.c
39142 ____________________________________________________________________________
39143 [  7119] By: jhi                                   on 2000/10/03  00:00:16
39144         Log: Subject: [PATCH] DLL not restartabke with threaded perl
39145              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
39146              Date: Thu, 28 Sep 2000 09:20:46 +0100
39147              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
39148      Branch: perl
39149            ! perl.c
39150 ____________________________________________________________________________
39151 [  7118] By: jhi                                   on 2000/10/02  23:59:20
39152         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
39153              From: Nicholas Clark <nick@ccl4.org>
39154              Date: Thu, 28 Sep 2000 11:52:24 +0100
39155              Message-ID: <20000928115224.D7924@plum.flirble.org>
39156      Branch: perl
39157            ! op.c
39158 ____________________________________________________________________________
39159 [  7117] By: jhi                                   on 2000/10/02  23:57:51
39160         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
39161              From: Nicholas Clark <nick@babyhippo.co.uk>
39162              Date: Thu, 28 Sep 2000 12:18:10 +0100
39163              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
39164              
39165              Did not apply cleanly, manual intervention was needed.
39166      Branch: perl
39167            ! ext/B/B/Bytecode.pm utils/perlcc.PL
39168 ____________________________________________________________________________
39169 [  7116] By: jhi                                   on 2000/10/02  23:50:40
39170         Log: Document the issue (is not a syntax error, kind of)
39171              
39172              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
39173              From: Nicholas Clark <nick@ccl4.org>
39174              Date: Thu, 28 Sep 2000 17:12:42 +0100
39175              Message-ID: <20000928171242.K7924@plum.flirble.org>
39176      Branch: perl
39177            ! pod/perldata.pod
39178 ____________________________________________________________________________
39179 [  7115] By: jhi                                   on 2000/10/02  23:48:58
39180         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
39181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39182              Date: Thu, 28 Sep 2000 21:55:31 -0400
39183              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
39184      Branch: perl
39185            ! regexec.c
39186 ____________________________________________________________________________
39187 [  7114] By: jhi                                   on 2000/10/02  23:47:57
39188         Log: Subject: DOC PATCH 5.6.0
39189              From: mjd@plover.com
39190              Date: 30 Sep 2000 06:02:34 -0000
39191              Message-ID: <20000930060234.4559.qmail@plover.com>
39192      Branch: perl
39193            ! pod/perldebguts.pod
39194 ____________________________________________________________________________
39195 [  7113] By: jhi                                   on 2000/10/02  23:46:43
39196         Log: SOCK_DGRAM and listen() do not mix as reported in
39197              
39198              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
39199              From: Petter Reinholdtsen <pere@hungry.com>
39200              Date: Sun, 1 Oct 2000 10:57:20 +0800
39201              Message-Id: <200010010257.KAA05735@localhost.localdomain>
39202              
39203              The patch for 5.7.0+ had to be reengineered, though.
39204      Branch: perl
39205            ! ext/IO/lib/IO/Socket/UNIX.pm
39206 ____________________________________________________________________________
39207 [  7112] By: jhi                                   on 2000/10/02  23:36:57
39208         Log: Subject: Re: [PATCH 5.005_64 missed]
39209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39210              Date: Sun, 1 Oct 2000 18:50:10 -0400
39211              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
39212      Branch: perl
39213            ! pod/perlxs.pod
39214 ____________________________________________________________________________
39215 [  7111] By: jhi                                   on 2000/10/02  23:35:40
39216         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
39217              From: Radu Greab <radu@netsoft.ro>
39218              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
39219              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
39220      Branch: perl
39221            ! op.c opcode.pl t/op/substr.t
39222 ____________________________________________________________________________
39223 [  7110] By: jhi                                   on 2000/10/02  23:32:38
39224         Log: Subject: [PATCH] Fix aliasing of tied filehandles
39225              From: Daniel Chetlin <daniel@chetlin.com>
39226              Date: Mon, 2 Oct 2000 14:53:27 -0700
39227              Message-ID: <20001002145327.C1617@ilmd>
39228      Branch: perl
39229            ! perl.h pp_hot.c t/op/tiehandle.t
39230 ____________________________________________________________________________
39231 [  7109] By: jhi                                   on 2000/10/02  23:31:30
39232         Log: s/Robin Parker/Robin Barker/
39233      Branch: perl
39234            ! Changes5.6
39235 ____________________________________________________________________________
39236 [  7108] By: jhi                                   on 2000/10/02  23:15:46
39237         Log: Retract #7091 as suggested in
39238              
39239              From: Robin Barker <rmb1@cise.npl.co.uk> 
39240              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
39241              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
39242              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
39243      Branch: perl
39244            ! embed.pl proto.h
39245 ____________________________________________________________________________
39246 [  7107] By: nick                                  on 2000/10/02  18:23:14
39247         Log: A few tweaks to get Tk803 to work with Encode scheme.
39248      Branch: perl
39249            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
39250 ____________________________________________________________________________
39251 [  7106] By: nick                                  on 2000/10/01  21:34:14
39252         Log: Add checking cases to Encode's toUnicode and fromUnicode.
39253      Branch: perl
39254            ! ext/Encode/Encode.pm
39255 ____________________________________________________________________________
39256 [  7105] By: nick                                  on 2000/10/01  17:18:01
39257         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
39258              To read and use them.
39259              Add a lib/encode.t which checks a few things.
39260      Branch: perl
39261            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
39262            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
39263            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
39264            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
39265            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
39266            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
39267            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
39268            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
39269            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
39270            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
39271            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
39272            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
39273            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
39274            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
39275            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
39276            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
39277            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
39278            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
39279            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
39280            + ext/Encode/Encode/iso2022-jp.enc
39281            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39282            + ext/Encode/Encode/iso8859-1.enc
39283            + ext/Encode/Encode/iso8859-2.enc
39284            + ext/Encode/Encode/iso8859-3.enc
39285            + ext/Encode/Encode/iso8859-4.enc
39286            + ext/Encode/Encode/iso8859-5.enc
39287            + ext/Encode/Encode/iso8859-6.enc
39288            + ext/Encode/Encode/iso8859-7.enc
39289            + ext/Encode/Encode/iso8859-8.enc
39290            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
39291            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
39292            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
39293            + ext/Encode/Encode/macCentEuro.enc
39294            + ext/Encode/Encode/macCroatian.enc
39295            + ext/Encode/Encode/macCyrillic.enc
39296            + ext/Encode/Encode/macDingbats.enc
39297            + ext/Encode/Encode/macGreek.enc
39298            + ext/Encode/Encode/macIceland.enc
39299            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
39300            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
39301            + ext/Encode/Encode/macTurkish.enc
39302            + ext/Encode/Encode/macUkraine.enc
39303            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
39304            + t/lib/encode.t
39305            ! MANIFEST ext/Encode/Encode.pm
39306 ____________________________________________________________________________
39307 [  7104] By: nick                                  on 2000/09/30  13:04:30
39308         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
39309              From: Daniel Chetlin <daniel@chetlin.com>
39310              Date: Mon, 18 Sep 2000 05:05:40 -0700
39311              Message-Id: <20000918050540.C652@ilmd>
39312      Branch: perl
39313            ! lib/overload.pm sv.c t/pragma/overload.t
39314 ____________________________________________________________________________
39315 [  7103] By: nick                                  on 2000/09/30  12:53:36
39316         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
39317              From: Johan Vromans <jvromans@squirrel.nl>
39318              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
39319              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
39320      Branch: perl
39321            ! pod/Makefile.SH
39322 ____________________________________________________________________________
39323 [  7102] By: nick                                  on 2000/09/30  12:52:31
39324         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
39325              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39326              Date: Sat, 16 Sep 2000 16:36:45 -0400
39327              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
39328      Branch: perl
39329            ! ext/B/B/Deparse.pm
39330 ____________________________________________________________________________
39331 [  7101] By: nick                                  on 2000/09/30  12:51:41
39332         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
39333              From: Craig A. Berry <craig.berry@psinetcs.com>
39334              Date: Sat, 16 Sep 2000 10:11:10 -0500
39335              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
39336      Branch: perl
39337            ! vms/vms.c
39338 ____________________________________________________________________________
39339 [  7100] By: nick                                  on 2000/09/30  12:50:33
39340         Log: Subject: Re: unicode support and perl [ID 20000901.097]
39341              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39342              Date: Fri, 15 Sep 2000 16:37:58 -0400
39343              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
39344      Branch: perl
39345            ! t/op/append.t
39346 ____________________________________________________________________________
39347 [  7099] By: nick                                  on 2000/09/30  12:49:35
39348         Log: Subject: Re: unicode support and perl [ID 20000901.097]
39349              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39350              Date: Fri, 15 Sep 2000 16:25:30 -0400
39351              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
39352      Branch: perl
39353            ! pp_hot.c
39354 ____________________________________________________________________________
39355 [  7098] By: nick                                  on 2000/09/30  12:48:00
39356         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
39357              From: Gisle Aas <gisle@ActiveState.com>
39358              Date: 15 Sep 2000 16:23:41 +0200
39359              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
39360      Branch: perl
39361            ! toke.c
39362 ____________________________________________________________________________
39363 [  7097] By: nick                                  on 2000/09/30  12:45:16
39364         Log: Subject: [PATCH] Nits in perlmod.pod
39365              From: Daniel Chetlin <daniel@chetlin.com>
39366              Date: Fri, 15 Sep 2000 02:04:09 -0700
39367              Message-Id: <20000915020409.A2104@ilmd>
39368      Branch: perl
39369            ! pod/perlmod.pod
39370 ____________________________________________________________________________
39371 [  7096] By: nick                                  on 2000/09/30  12:18:00
39372         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
39373              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
39374              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
39375              0 to checking to get the warning.
39376      Branch: perl
39377            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
39378            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
39379            ! regexec.c sv.c toke.c utf8.c
39380 ____________________________________________________________________________
39381 [  7095] By: nick                                  on 2000/09/15  16:55:59
39382         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
39383              
39384              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
39385              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39386              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
39387              Date: Fri, 15 Sep 2000 06:37:30 -0400
39388      Branch: perl
39389            ! ext/Encode/Encode.xs sv.c
39390 ____________________________________________________________________________
39391 [  7094] By: jhi                                   on 2000/09/15  03:23:32
39392         Log: Update Changes.
39393      Branch: perl
39394            ! Changes patchlevel.h
39395 ____________________________________________________________________________
39396 [  7093] By: jhi                                   on 2000/09/15  03:11:44
39397         Log: Fix for the charnames.t failures from Spider Boardman.
39398      Branch: perl
39399            ! toke.c
39400 ____________________________________________________________________________
39401 [  7092] By: jhi                                   on 2000/09/15  00:15:48
39402         Log: Botched the #7090 check-in.
39403      Branch: perl
39404            ! sv.c
39405 ____________________________________________________________________________
39406 [  7091] By: jhi                                   on 2000/09/14  23:33:24
39407         Log: Part of #7081 didn't come through.
39408      Branch: perl
39409            ! embed.pl proto.h
39410 ____________________________________________________________________________
39411 [  7090] By: jhi                                   on 2000/09/14  23:17:39
39412         Log: Subject: Re: perl@7078 
39413              From: Spider Boardman <spider@web.zk3.dec.com>
39414              Date: Thu, 14 Sep 2000 19:06:36 -0400
39415              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
39416      Branch: perl
39417            ! sv.c toke.c
39418 ____________________________________________________________________________
39419 [  7089] By: jhi                                   on 2000/09/14  23:11:21
39420         Log: Small portability tweaks.
39421      Branch: perl
39422            ! ext/Encode/Encode.xs
39423 ____________________________________________________________________________
39424 [  7088] By: jhi                                   on 2000/09/14  22:57:23
39425         Log: Fake return to pacify picky compilers.
39426      Branch: perl
39427            ! ext/Encode/Encode.xs
39428 ____________________________________________________________________________
39429 [  7087] By: jhi                                   on 2000/09/14  22:53:37
39430         Log: Subject: [PATCH] utf8.c apidoc
39431              From: Simon Cozens <simon@cozens.net>
39432              Date: Thu, 14 Sep 2000 23:46:57 +0100
39433              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
39434      Branch: perl
39435            ! perlapi.c pod/perlapi.pod utf8.c
39436 ____________________________________________________________________________
39437 [  7086] By: jhi                                   on 2000/09/14  22:40:38
39438         Log: We don't need to count the high bit bytes, a boolean is enough. 
39439      Branch: perl
39440            ! sv.c
39441 ____________________________________________________________________________
39442 [  7085] By: jhi                                   on 2000/09/14  21:20:09
39443         Log: Replace #7084 with
39444              
39445              Subject: Re: perl@7078 
39446              From: Spider Boardman <spider@web.zk3.dec.com>
39447              Date: Thu, 14 Sep 2000 17:09:36 -0400
39448              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
39449      Branch: perl
39450            ! sv.c utf8.c
39451 ____________________________________________________________________________
39452 [  7084] By: jhi                                   on 2000/09/14  20:03:34
39453         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
39454              convertable to bytes by checking it doesn't go above 0xc3
39455              
39456              Subject: Re: perl@7078
39457              From: Simon Cozens <simon@cozens.net>
39458              Date: Thu, 14 Sep 2000 20:59:19 +0100
39459              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
39460      Branch: perl
39461            ! utf8.c
39462 ____________________________________________________________________________
39463 [  7083] By: jhi                                   on 2000/09/14  19:38:47
39464         Log: Subject: Re: perl@7078
39465              From: Simon Cozens <simon@cozens.net>
39466              Date: Thu, 14 Sep 2000 20:13:09 +0100
39467              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
39468      Branch: perl
39469            ! t/op/bop.t
39470 ____________________________________________________________________________
39471 [  7082] By: jhi                                   on 2000/09/14  17:50:44
39472         Log: The one that got away.
39473      Branch: perl
39474            ! lib/File/Find.pm
39475 ____________________________________________________________________________
39476 [  7081] By: jhi                                   on 2000/09/14  17:45:35
39477         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
39478              From: Robin Barker <rmb1@cise.npl.co.uk>
39479              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
39480              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
39481      Branch: perl
39482            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
39483            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
39484            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
39485            ! regcomp.c toke.c universal.c
39486 ____________________________________________________________________________
39487 [  7080] By: jhi                                   on 2000/09/14  17:40:35
39488         Log: Problems picked up by AIX cc.
39489              
39490              Subject: Re: perl@7078 (patch included)
39491              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39492              Date: Thu, 14 Sep 2000 18:53:30 +0200
39493              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
39494      Branch: perl
39495            ! ext/Encode/Encode.xs
39496 ____________________________________________________________________________
39497 [  7079] By: jhi                                   on 2000/09/14  17:38:27
39498         Log: Subject: File::Find 5.7.0 POD nits
39499              From: Rich Morin <rdm@cfcl.com>
39500              Date: Wed, 13 Sep 2000 22:03:58 -0700
39501              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
39502      Branch: perl
39503            ! lib/File/Find.pm
39504 ____________________________________________________________________________
39505 [  7078] By: jhi                                   on 2000/09/14  14:58:20
39506         Log: Update Changes.
39507      Branch: perl
39508            ! Changes patchlevel.h
39509 ____________________________________________________________________________
39510 [  7077] By: jhi                                   on 2000/09/14  14:55:54
39511         Log: Compilation warnings and an error.
39512      Branch: perl
39513            ! sv.c
39514 ____________________________________________________________________________
39515 [  7076] By: jhi                                   on 2000/09/14  14:42:56
39516         Log: Fix for a parsing bug, not for the original bug.
39517              
39518              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
39519              From: Spider Boardman <spider@web.zk3.dec.com>
39520              Date: Wed, 13 Sep 2000 17:52:20 -0400
39521              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
39522      Branch: perl
39523            ! regcomp.c
39524 ____________________________________________________________________________
39525 [  7075] By: jhi                                   on 2000/09/14  14:40:40
39526         Log: Batch of UTF-8 patches from Simon Cozens.
39527      Branch: perl
39528            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
39529            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
39530            ! toke.c utf8.c
39531 ____________________________________________________________________________
39532 [  7074] By: jhi                                   on 2000/09/14  14:29:58
39533         Log: Subject: Re: Two advertising clauses need to be removed
39534              From: Russ Allbery <rra@stanford.edu>
39535              Date: 13 Sep 2000 18:50:26 -0700
39536              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
39537      Branch: perl
39538            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
39539 ____________________________________________________________________________
39540 [  7073] By: jhi                                   on 2000/09/14  14:28:20
39541         Log: Subject: [PATCH] de-wall t/README
39542              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39543              Date: Wed, 13 Sep 2000 17:46:55 -0700
39544              Message-ID: <//Bw5gzkge/e092yn@efn.org>
39545      Branch: perl
39546            ! t/README
39547 ____________________________________________________________________________
39548 [  7072] By: jhi                                   on 2000/09/14  14:25:10
39549         Log: Hints optimization.
39550              
39551              Subject: Minor nit
39552              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39553              Date: Wed, 13 Sep 2000 21:42:07 +0200
39554              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
39555      Branch: perl
39556            ! hints/hpux.sh
39557 ____________________________________________________________________________
39558 [  7071] By: jhi                                   on 2000/09/14  14:23:30
39559         Log: Allow chop() and chomp() to be overridden.
39560              
39561              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
39562              From: "Casey R. Tweten" <crt@kiski.net>
39563              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
39564              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
39565      Branch: perl
39566            ! toke.c
39567 ____________________________________________________________________________
39568 [  7070] By: jhi                                   on 2000/09/14  14:20:36
39569         Log: The return value of setlocale must be copied away.
39570              
39571              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
39572              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39573              Date: Wed, 13 Sep 2000 16:27:37 +0100 
39574              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
39575      Branch: perl
39576            ! util.c
39577 ____________________________________________________________________________
39578 [  7069] By: jhi                                   on 2000/09/14  14:16:27
39579         Log: Remove vestiges of tr//CU.
39580              
39581              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39582              From: Nick Clark <nick@plum.flirble.org>
39583              Date: Tue, 12 Sep 2000 22:50:14 +0100
39584              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
39585              
39586              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39587              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39588              Date: Tue, 12 Sep 2000 21:38:48 -0700
39589              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
39590      Branch: perl
39591            ! op.h pod/perlunicode.pod
39592 ____________________________________________________________________________
39593 [  7068] By: jhi                                   on 2000/09/13  14:18:39
39594         Log: Add the Encode extension.  The code is still largely just skeleton.
39595      Branch: perl
39596            + ext/Encode/Encode.pm ext/Encode/Encode.xs
39597            + ext/Encode/Makefile.PL ext/Encode/Todo
39598            ! MANIFEST Todo-5.6
39599 ____________________________________________________________________________
39600 [  7067] By: jhi                                   on 2000/09/12  17:43:33
39601         Log: Allow for whitespace between "#" and "line" in cpp output.
39602              
39603              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
39604              From: Calle Dybedahl <calle@lysator.liu.se>
39605              Date: 12 Sep 2000 19:38:02 +0200 
39606              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
39607      Branch: perl
39608            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
39609 ____________________________________________________________________________
39610 [  7066] By: gsar                                  on 2000/09/12  17:24:29
39611         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
39612              initialization in all the threads on Windows
39613      Branch: perl
39614            ! win32/win32.c
39615 ____________________________________________________________________________
39616 [  7065] By: jhi                                   on 2000/09/12  15:11:31
39617         Log: Update Changes.
39618      Branch: perl
39619            ! Changes patchlevel.h
39620 ____________________________________________________________________________
39621 [  7064] By: jhi                                   on 2000/09/12  14:54:54
39622         Log: Retract #7062, the pod tests are not ready.
39623      Branch: perl
39624            ! t/TEST t/harness
39625 ____________________________________________________________________________
39626 [  7063] By: jhi                                   on 2000/09/12  14:25:41
39627         Log: The #7054 truncated Configure badly.
39628      Branch: metaconfig/U/perl
39629            ! End.U
39630      Branch: perl
39631            ! Configure config_h.SH
39632 ____________________________________________________________________________
39633 [  7062] By: jhi                                   on 2000/09/12  14:08:32
39634         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
39635              From: sthoenna@efn.org
39636              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
39637              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
39638      Branch: perl
39639            ! t/TEST t/harness
39640 ____________________________________________________________________________
39641 [  7061] By: jhi                                   on 2000/09/12  14:07:18
39642         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
39643              From: sthoenna@efn.org
39644              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
39645              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
39646      Branch: perl
39647            ! pod/perlxs.pod
39648 ____________________________________________________________________________
39649 [  7060] By: jhi                                   on 2000/09/12  14:06:08
39650         Log: Break up the myconfig lines a bit.
39651              
39652              Subject: perlbug/perl -V output format
39653              From: sthoenna@efn.org
39654              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
39655              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
39656      Branch: perl
39657            ! myconfig.SH
39658 ____________________________________________________________________________
39659 [  7059] By: jhi                                   on 2000/09/12  14:05:04
39660         Log: Test for the #7049.
39661              
39662              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
39663              From: andreas.koenig@anima.de (Andreas J. Koenig)
39664              Date: 12 Sep 2000 06:42:01 +0200
39665              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
39666      Branch: perl
39667            ! t/op/my.t
39668 ____________________________________________________________________________
39669 [  7058] By: jhi                                   on 2000/09/12  14:03:05
39670         Log: Subject: [patch: perl@7045] vms updates
39671              From: Peter Prymmer <pvhp@forte.com>
39672              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
39673              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
39674      Branch: perl
39675            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
39676 ____________________________________________________________________________
39677 [  7057] By: jhi                                   on 2000/09/12  14:00:51
39678         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
39679              From: sthoenna@efn.org
39680              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
39681              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
39682      Branch: perl
39683            ! t/op/64bitint.t
39684 ____________________________________________________________________________
39685 [  7056] By: jhi                                   on 2000/09/12  13:58:14
39686         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
39687              From: Jeff Pinyan <jeffp@crusoe.net>
39688              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
39689              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
39690      Branch: perl
39691            ! pod/perlfunc.pod
39692 ____________________________________________________________________________
39693 [  7055] By: jhi                                   on 2000/09/12  13:56:32
39694         Log: Do in VMS as the #7054 does.
39695      Branch: perl
39696            ! configure.com
39697 ____________________________________________________________________________
39698 [  7054] By: jhi                                   on 2000/09/12  13:50:31
39699         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
39700              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39701              Date: Mon, 11 Sep 2000 08:33:09 +0100
39702              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
39703      Branch: metaconfig/U/perl
39704            ! End.U
39705      Branch: perl
39706            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
39707            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
39708 ____________________________________________________________________________
39709 [  7053] By: jhi                                   on 2000/09/12  13:29:19
39710         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
39711              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39712              Date:     Tue, 12 Sep 2000 08:35:59 EDT
39713              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
39714      Branch: perl
39715            ! vms/test.com
39716 ____________________________________________________________________________
39717 [  7052] By: jhi                                   on 2000/09/11  23:01:50
39718         Log: Document the SvUTF8*().
39719      Branch: perl
39720            ! pod/perlapi.pod sv.h
39721 ____________________________________________________________________________
39722 [  7051] By: gsar                                  on 2000/09/11  14:46:30
39723         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
39724              (missed a spot when fixing up op_pmreplroot hack for ithreads)
39725      Branch: perl
39726            ! op.c t/op/split.t
39727 ____________________________________________________________________________
39728 [  7050] By: nick                                  on 2000/09/11  10:03:51
39729         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
39730              
39731              Subject: borland C++ win32.c tweak
39732              From: Vadim Konovalov <vkonovalov@lucent.com>
39733              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
39734              Date: Mon, 11 Sep 2000 11:22:33 +0400
39735      Branch: perl
39736            ! win32/win32.c
39737 ____________________________________________________________________________
39738 [  7049] By: nick                                  on 2000/09/11  09:57:33
39739         Log: Point fix for s/// on foreach (keys %xxx).
39740      Branch: perl
39741            ! pp_hot.c
39742 ____________________________________________________________________________
39743 [  7048] By: jhi                                   on 2000/09/10  23:37:09
39744         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
39745              by Pod::Text, from Brad Appleton.
39746      Branch: perl
39747            ! t/pod/testp2pt.pl
39748 ____________________________________________________________________________
39749 [  7047] By: jhi                                   on 2000/09/10  14:32:53
39750         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
39751              by Russ Allbery.
39752      Branch: perl
39753            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
39754 ____________________________________________________________________________
39755 [  7046] By: jhi                                   on 2000/09/10  14:15:08
39756         Log: Upgrade to CPAN 1.57_65, from Andreas König.
39757      Branch: perl
39758            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39759 ____________________________________________________________________________
39760 [  7045] By: jhi                                   on 2000/09/08  21:36:32
39761         Log: Update Changes.
39762      Branch: perl
39763            ! Changes patchlevel.h
39764 ____________________________________________________________________________
39765 [  7044] By: jhi                                   on 2000/09/08  21:29:56
39766         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
39767              From: Peter Prymmer <pvhp@forte.com>
39768              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
39769              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
39770      Branch: perl
39771            ! configure.com
39772 ____________________________________________________________________________
39773 [  7043] By: jhi                                   on 2000/09/08  21:27:50
39774         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
39775              From: Peter Prymmer <pvhp@forte.com>
39776              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
39777              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
39778      Branch: perl
39779            ! Makefile.SH installperl
39780 ____________________________________________________________________________
39781 [  7042] By: jhi                                   on 2000/09/08  21:23:21
39782         Log: Continue #7041.
39783      Branch: perl
39784            ! cygwin/Makefile.SHs os2/Makefile.SHs
39785 ____________________________________________________________________________
39786 [  7041] By: jhi                                   on 2000/09/08  21:18:10
39787         Log: Do away with memory models cruft.  Sorry, PDP users.
39788      Branch: metaconfig
39789            ! U/modified/cc.U U/modified/libpth.U
39790      Branch: perl
39791            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
39792            ! Porting/config_H cflags.SH config_h.SH configure.com
39793            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
39794            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
39795            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
39796 ____________________________________________________________________________
39797 [  7040] By: jhi                                   on 2000/09/08  14:34:18
39798         Log: Major rewrite of s2p.  And I mean really major, it is
39799              an implementation of sed in perl.  If called as s2p it
39800              will function as s2p.  Note: needs non-UNIXifying.
39801              
39802              Subject: s2p
39803              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39804              Date: Mon, 28 Aug 2000 14:05:12 +0200
39805              Message-ID: <39AA5578.2102E2AA@alcatel.at>
39806      Branch: perl
39807            ! x2p/s2p.PL
39808 ____________________________________________________________________________
39809 [  7039] By: jhi                                   on 2000/09/08  14:19:49
39810         Log: Re-allow vec() for characters > 255.
39811              
39812              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
39813              From: Spider Boardman <spider@web.zk3.dec.com>
39814              Date: Fri, 08 Sep 2000 02:21:02 -0400
39815              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
39816      Branch: perl
39817            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
39818            ! t/op/vec.t
39819 ____________________________________________________________________________
39820 [  7038] By: jhi                                   on 2000/09/08  14:14:18
39821         Log: Subject: [PATCH lib/Benchmark.pm]
39822              From: <abigail@foad.org>
39823              Date: Thu, 7 Sep 2000 15:03:20 -0400
39824              Message-ID: <20000907190320.888.qmail@foad.org>
39825      Branch: perl
39826            ! lib/Benchmark.pm
39827 ____________________________________________________________________________
39828 [  7037] By: jhi                                   on 2000/09/08  14:11:06
39829         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
39830              
39831              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
39832              From: Spider Boardman <spider@web.zk3.dec.com>
39833              Date: Fri, 08 Sep 2000 01:30:27 -0400
39834              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
39835      Branch: perl
39836            ! op.c
39837 ____________________________________________________________________________
39838 [  7036] By: jhi                                   on 2000/09/08  14:08:58
39839         Log: Subject: [ID 20000908.002] perlipc documentation bug.
39840              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
39841              Date: Fri, 08 Sep 2000 12:38:32 +0200
39842              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
39843      Branch: perl
39844            ! pod/perlipc.pod
39845 ____________________________________________________________________________
39846 [  7035] By: jhi                                   on 2000/09/08  14:03:12
39847         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39848              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39849              Date: Fri, 08 Sep 2000 11:47:34 +0200
39850              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
39851      Branch: perl
39852            ! hints/dec_osf.sh
39853 ____________________________________________________________________________
39854 [  7034] By: jhi                                   on 2000/09/08  13:59:35
39855         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
39856              From: Simon Cozens <simon@cozens.net>
39857              Date: Thu, 7 Sep 2000 20:40:38 +0100
39858              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
39859      Branch: perl
39860            ! pp_hot.c
39861 ____________________________________________________________________________
39862 [  7033] By: jhi                                   on 2000/09/08  04:03:03
39863         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
39864              From: "Larry W. Virden" <lvirden@cas.org>
39865              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
39866              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
39867      Branch: perl
39868            ! pod/perldiag.pod
39869 ____________________________________________________________________________
39870 [  7032] By: jhi                                   on 2000/09/07  22:18:30
39871         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
39872              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
39873              Date: Mon, 04 Sep 2000 13:16:38 -0700
39874              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
39875      Branch: perl
39876            ! lib/perl5db.pl
39877 ____________________________________________________________________________
39878 [  7031] By: jhi                                   on 2000/09/07  22:02:29
39879         Log: Fix the ccversion detection for 5.1 and beyond.
39880              
39881              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39882              From: Spider Boardman <spider@leggy.zk3.dec.com>
39883              Date: Thu, 7 Sep 2000 17:54:27 -0400
39884              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
39885      Branch: perl
39886            ! hints/dec_osf.sh
39887 ____________________________________________________________________________
39888 [  7030] By: jhi                                   on 2000/09/07  19:12:28
39889         Log: Fix for
39890              
39891              Subject: [ID 20000903.001] \w in utf8-strings
39892              From: Marc Lehmann <pcg@goof.com>
39893              Date: Sun, 03 Sep 2000 09:44:29 +0200
39894              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
39895              
39896              and various related nits.
39897      Branch: perl
39898            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
39899 ____________________________________________________________________________
39900 [  7029] By: jhi                                   on 2000/09/07  18:49:09
39901         Log: Fix the URL, but the server is still missing in action.
39902              
39903              Subject: [ID 20000905.002] perlfaq1.pod URL error
39904              From: "Larry W. Virden" <lvirden@cas.org>
39905              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
39906              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
39907      Branch: perl
39908            ! pod/perlfaq1.pod
39909 ____________________________________________________________________________
39910 [  7028] By: jhi                                   on 2000/09/07  18:47:13
39911         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
39912              From: Hugo <hv@crypt.compulink.co.uk>
39913              Date: Tue, 05 Sep 2000 14:13:37 +0100
39914              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
39915      Branch: perl
39916            ! toke.c
39917 ____________________________________________________________________________
39918 [  7027] By: jhi                                   on 2000/09/07  18:45:35
39919         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
39920              From: Daniel Chetlin <daniel@chetlin.com>
39921              Date: Tue, 5 Sep 2000 04:57:07 -0700
39922              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
39923      Branch: perl
39924            ! pod/perlfaq6.pod pod/perlop.pod
39925 ____________________________________________________________________________
39926 [  7026] By: jhi                                   on 2000/09/07  18:44:01
39927         Log: Document the new ref() semantics.
39928              
39929              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39930              From: Gisle Aas <gisle@ActiveState.com>
39931              Date: 05 Sep 2000 08:10:30 +0200
39932              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
39933      Branch: perl
39934            ! pod/perldelta.pod
39935 ____________________________________________________________________________
39936 [  7025] By: jhi                                   on 2000/09/07  18:42:27
39937         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
39938              
39939              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39940              From: Gisle Aas <gisle@ActiveState.com>
39941              Date: 05 Sep 2000 08:11:40 +0200
39942              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
39943      Branch: perl
39944            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
39945 ____________________________________________________________________________
39946 [  7024] By: jhi                                   on 2000/09/07  18:39:32
39947         Log: Subject: [PATCH] Modernize Opcode.pm documentation
39948              From: Gisle Aas <gisle@ActiveState.com>
39949              Date: 4 Sep 2000 00:18:55 -0000
39950              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
39951      Branch: perl
39952            ! ext/Opcode/Opcode.pm
39953 ____________________________________________________________________________
39954 [  7023] By: jhi                                   on 2000/09/07  18:37:42
39955         Log: Subject: [PATCH] Tied filehandle documentation
39956              From: Gisle Aas <gisle@ActiveState.com>
39957              Date: 4 Sep 2000 00:14:40 -0000
39958              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
39959      Branch: perl
39960            ! pod/perlfunc.pod pod/perltie.pod
39961 ____________________________________________________________________________
39962 [  7022] By: jhi                                   on 2000/09/07  18:35:37
39963         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
39964              From: Gisle Aas <gisle@ActiveState.com>
39965              Date: 4 Sep 2000 00:04:22 -0000
39966              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
39967      Branch: perl
39968            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
39969 ____________________________________________________________________________
39970 [  7021] By: jhi                                   on 2000/09/07  18:33:22
39971         Log: Subject: small apidoc fix
39972              From: Marc Lehmann <pcg@goof.com>
39973              Date: Sun, 3 Sep 2000 05:12:06 +0200
39974              Message-ID: <20000903051206.A5909@cerebro.laendle>
39975      Branch: perl
39976            ! pod/perlapi.pod utf8.c
39977 ____________________________________________________________________________
39978 [  7020] By: jhi                                   on 2000/09/07  16:14:57
39979         Log: Tiny perldelta nits.
39980      Branch: perl
39981            ! pod/perldelta.pod
39982 ____________________________________________________________________________
39983 [  7019] By: jhi                                   on 2000/09/07  16:04:20
39984         Log: Guard against bad string->int conversion for quads.
39985      Branch: perl
39986            ! t/op/64bitint.t
39987 ____________________________________________________________________________
39988 [  7018] By: jhi                                   on 2000/09/06  17:07:03
39989         Log: Update Unicode todo list.
39990      Branch: perl
39991            ! Todo-5.6
39992 ____________________________________________________________________________
39993 [  7017] By: jhi                                   on 2000/09/05  21:16:01
39994         Log: Document the SvIOK_.*UV().
39995      Branch: perl
39996            ! pod/perlapi.pod sv.h
39997 ____________________________________________________________________________
39998 [  7016] By: nick                                  on 2000/09/03  21:54:46
39999         Log: Hash lookup of constant strings optimization:
40000              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
40001              to string table (as per sharepvn). Add newSV_pvn_share to create such
40002              a thing. Make hv.c compare addresses of strings and skip string compare
40003              if equal. Make method_named and helem ops use these shared-string SVs
40004              when arg is constant. Make keys op return shared-string SVs (less clearly
40005              a win).
40006      Branch: perl
40007            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
40008            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
40009            ! pod/perlintern.pod pp_hot.c proto.h sv.c
40010 ____________________________________________________________________________
40011 [  7015] By: jhi                                   on 2000/09/02  17:48:59
40012         Log: This is 5.7.0.
40013      Branch: perl
40014            ! Changes
40015 ____________________________________________________________________________
40016 [  7014] By: jhi                                   on 2000/09/02  17:35:45
40017         Log: Changes and patchlevel tweaks.
40018      Branch: perl
40019            ! Changes patchlevel.h
40020 ____________________________________________________________________________
40021 [  7013] By: jhi                                   on 2000/09/02  17:30:50
40022         Log: Update Changes.
40023      Branch: perl
40024            ! Changes patchlevel.h
40025 ____________________________________________________________________________
40026 [  7012] By: nick                                  on 2000/09/02  17:25:20
40027         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
40028      Branch: perl
40029            ! gv.c lib/overload.pm
40030 ____________________________________________________________________________
40031 [  7011] By: jhi                                   on 2000/09/02  17:16:25
40032         Log: Update perlhist.
40033      Branch: perl
40034            ! pod/perlhist.pod
40035 ____________________________________________________________________________
40036 [  7010] By: jhi                                   on 2000/09/02  17:01:35
40037         Log: perldelta nits.
40038      Branch: perl
40039            ! pod/perldelta.pod
40040 ____________________________________________________________________________
40041 [  7009] By: nick                                  on 2000/09/02  16:48:35
40042         Log: If overloaded %{} etc. return the object do not loop.
40043              Thus  sub deref { $_[0] } functions if object is wanted type.
40044      Branch: perl
40045            ! pp.h
40046 ____________________________________________________________________________
40047 [  7008] By: jhi                                   on 2000/09/02  16:26:11
40048         Log: Retab MANIFEST.
40049      Branch: perl
40050            ! ext/Storable/MANIFEST
40051 ____________________________________________________________________________
40052 [  7007] By: jhi                                   on 2000/09/02  16:23:02
40053         Log: Make certain cc is set before trying to run it.
40054      Branch: perl
40055            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
40056 ____________________________________________________________________________
40057 [  7006] By: jhi                                   on 2000/09/02  15:45:41
40058         Log: Unicode notes.
40059      Branch: perl
40060            ! pod/perldelta.pod
40061 ____________________________________________________________________________
40062 [  7005] By: jhi                                   on 2000/09/02  15:42:11
40063         Log: Various Configure nits by Philip Newton,
40064              plus the ebcdic one by me.
40065      Branch: metaconfig
40066            + U/modified/pager.U
40067            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
40068      Branch: metaconfig/U/perl
40069            ! Devel.U quadfio.U
40070      Branch: perl
40071            ! Configure config_h.SH
40072 ____________________________________________________________________________
40073 [  7004] By: jhi                                   on 2000/09/02  15:06:14
40074         Log: Apparently avoiding the swapping is too costly.
40075              
40076              From: "Ben Tilly" <ben_tilly@hotmail.com>
40077              Subject: Re: the door is closed.
40078              Date: Fri, 01 Sep 2000 20:23:16 EDT
40079              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
40080      Branch: perl
40081            ! pod/perlfaq4.pod
40082 ____________________________________________________________________________
40083 [  7003] By: nick                                  on 2000/09/02  12:26:04
40084         Log: Undo part of change 6489 which looks like a bulk edit which
40085              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
40086              The supressing of main:: on return from select() is undesirable.
40087      Branch: perl
40088            ! pp_sys.c
40089 ____________________________________________________________________________
40090 [  7002] By: jhi                                   on 2000/09/01  23:08:54
40091         Log: Update Changes.
40092      Branch: perl
40093            ! Changes patchlevel.h
40094 ____________________________________________________________________________
40095 [  7001] By: jhi                                   on 2000/09/01  23:00:13
40096         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
40097              From: Peter Prymmer <pvhp@forte.com>
40098              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
40099              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
40100              
40101              plus rework the http: spots as suggested by Tom Christiansen,
40102              plus regen perltoc.
40103      Branch: perl
40104            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
40105            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
40106 ____________________________________________________________________________
40107 [  7000] By: jhi                                   on 2000/09/01  22:36:01
40108         Log: Only the first line, thank you very much.
40109      Branch: perl
40110            ! hints/solaris_2.sh
40111 ____________________________________________________________________________
40112 [  6999] By: gsar                                  on 2000/09/01  22:16:40
40113         Log: change#6791 accidentally clobbered change#6710, put it back
40114      Branch: perl
40115            ! win32/win32.c
40116 ____________________________________________________________________________
40117 [  6998] By: jhi                                   on 2000/09/01  22:14:16
40118         Log: Mention the HP-UX LP64 freak failure.
40119      Branch: perl
40120            ! pod/perldelta.pod
40121 ____________________________________________________________________________
40122 [  6997] By: jhi                                   on 2000/09/01  21:48:32
40123         Log: Detypo.
40124      Branch: perl
40125            ! hints/hpux.sh
40126 ____________________________________________________________________________
40127 [  6996] By: jhi                                   on 2000/09/01  21:27:10
40128         Log: Update Changes.
40129      Branch: perl
40130            ! Changes patchlevel.h
40131 ____________________________________________________________________________
40132 [  6995] By: jhi                                   on 2000/09/01  21:14:24
40133         Log: Mi splgn s gnin.g
40134      Branch: perl
40135            ! pp_ctl.c
40136 ____________________________________________________________________________
40137 [  6994] By: jhi                                   on 2000/09/01  21:09:54
40138         Log: Subject: http:// in L<>
40139              From: Nicholas Clark <nick@ccl4.org>
40140              Date: Fri, 1 Sep 2000 22:03:21 +0100
40141              Message-ID: <20000901220321.B72074@plum.flirble.org>
40142      Branch: perl
40143            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
40144 ____________________________________________________________________________
40145 [  6993] By: jhi                                   on 2000/09/01  21:06:54
40146         Log: Update to Storable 1.0, from Raphael Manfredi.
40147      Branch: perl
40148            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
40149            ! ext/Storable/Makefile.PL ext/Storable/README
40150            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40151            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40152            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
40153            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
40154            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
40155            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
40156 ____________________________________________________________________________
40157 [  6992] By: jhi                                   on 2000/09/01  20:43:05
40158         Log: Mention known sfio+linux buglet.
40159      Branch: perl
40160            ! pod/perldelta.pod
40161 ____________________________________________________________________________
40162 [  6991] By: jhi                                   on 2000/09/01  20:40:11
40163         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
40164              From: Peter Prymmer <pvhp@forte.com>
40165              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
40166              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
40167      Branch: perl
40168            ! vms/vms.c
40169 ____________________________________________________________________________
40170 [  6990] By: jhi                                   on 2000/09/01  20:25:26
40171         Log: Retract #6986.
40172      Branch: perl
40173            ! hints/solaris_2.sh
40174 ____________________________________________________________________________
40175 [  6989] By: jhi                                   on 2000/09/01  20:23:00
40176         Log: Mergesort is back.
40177      Branch: perl
40178            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
40179 ____________________________________________________________________________
40180 [  6988] By: jhi                                   on 2000/09/01  19:37:40
40181         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
40182              From: Mike Guy <mjtg@cam.ac.uk>
40183              Date: Fri, 01 Sep 2000 17:43:33 +0100
40184              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
40185      Branch: perl
40186            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
40187            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
40188 ____________________________________________________________________________
40189 [  6987] By: jhi                                   on 2000/09/01  19:17:10
40190         Log: Regen perltoc.
40191      Branch: perl
40192            ! pod/perltoc.pod
40193 ____________________________________________________________________________
40194 [  6986] By: jhi                                   on 2000/09/01  18:51:10
40195         Log: Subject: Re: Solaris x86 has no SPARC libraries!
40196              From: Lupe Christoph <lupe@lupe-christoph.de>
40197              Date: Fri, 1 Sep 2000 20:41:20 +0200
40198              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
40199      Branch: perl
40200            ! hints/solaris_2.sh
40201 ____________________________________________________________________________
40202 [  6985] By: jhi                                   on 2000/09/01  18:28:10
40203         Log: Update Changes.
40204      Branch: perl
40205            ! Changes patchlevel.h
40206 ____________________________________________________________________________
40207 [  6984] By: jhi                                   on 2000/09/01  18:26:53
40208         Log: Feature ordering tweak.
40209      Branch: perl
40210            ! myconfig.SH
40211 ____________________________________________________________________________
40212 [  6983] By: jhi                                   on 2000/09/01  18:19:50
40213         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40214              From: <abigail@foad.org>
40215              Date: Fri, 1 Sep 2000 13:07:32 -0400
40216              Message-ID: <20000901170732.18249.qmail@foad.org>
40217      Branch: perl
40218            ! t/pragma/overload.t
40219 ____________________________________________________________________________
40220 [  6982] By: jhi                                   on 2000/09/01  18:17:54
40221         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
40222              so that case-ignoring systems like DCL can tell them from
40223              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
40224      Branch: metaconfig/U/perl
40225            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
40226      Branch: perl
40227            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40228            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
40229            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
40230            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
40231            ! vos/config.def vos/config.h vos/config_h.SH_orig
40232            ! win32/config.bc win32/config.gc win32/config.vc
40233 ____________________________________________________________________________
40234 [  6981] By: nick                                  on 2000/09/01  17:21:57
40235         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
40236              warning when UNTIE exists and instead pass the cound of extra references to
40237              the UNTIE method.
40238      Branch: perl
40239            ! pod/perltie.pod pp_sys.c
40240 ____________________________________________________________________________
40241 [  6980] By: jhi                                   on 2000/09/01  16:54:44
40242         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
40243              From: Peter Prymmer <pvhp@forte.com>
40244              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
40245              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
40246      Branch: perl
40247            ! configure.com
40248 ____________________________________________________________________________
40249 [  6979] By: jhi                                   on 2000/09/01  16:06:20
40250         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
40251              From: Mike Guy <mjtg@cam.ac.uk> 
40252              Date: Fri, 01 Sep 2000 16:49:27 +0100
40253              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
40254      Branch: perl
40255            ! t/base/rs.t
40256 ____________________________________________________________________________
40257 [  6978] By: jhi                                   on 2000/09/01  16:00:42
40258         Log: Update to PodParser 1.18, from Brad Appleton.
40259      Branch: perl
40260            ! lib/Pod/Checker.pm t/pod/find.t
40261 ____________________________________________________________________________
40262 [  6977] By: jhi                                   on 2000/09/01  14:48:58
40263         Log: Subject: Nit in Configure (bleadperl@6961)
40264              From: Lupe Christoph <lupe@lupe-christoph.de>
40265              Date: Fri, 1 Sep 2000 16:34:29 +0200
40266              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
40267      Branch: metaconfig
40268            ! U/compline/ccflags.U
40269      Branch: perl
40270            ! Configure config_h.SH
40271 ____________________________________________________________________________
40272 [  6976] By: jhi                                   on 2000/09/01  14:39:52
40273         Log: Update Changes.
40274      Branch: perl
40275            ! Changes patchlevel.h
40276 ____________________________________________________________________________
40277 [  6975] By: jhi                                   on 2000/09/01  14:37:36
40278         Log: microperl config update.
40279      Branch: perl
40280            ! uconfig.h uconfig.sh
40281 ____________________________________________________________________________
40282 [  6974] By: jhi                                   on 2000/09/01  14:36:53
40283         Log: Document known deficiencies.
40284      Branch: perl
40285            ! pod/perldelta.pod
40286 ____________________________________________________________________________
40287 [  6973] By: jhi                                   on 2000/09/01  14:10:20
40288         Log: Mention warnings fixes and updates.
40289      Branch: perl
40290            ! pod/perldelta.pod
40291 ____________________________________________________________________________
40292 [  6972] By: jhi                                   on 2000/09/01  14:01:52
40293         Log: Drop unused argument.
40294              
40295              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
40296              From: Spider Boardman <spider@web.zk3.dec.com>
40297              Date: Thu, 31 Aug 2000 16:10:15 -0400
40298              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
40299      Branch: perl
40300            ! toke.c
40301 ____________________________________________________________________________
40302 [  6971] By: jhi                                   on 2000/09/01  13:59:24
40303         Log: Add the overload warnings to perldiag.
40304      Branch: perl
40305            ! lib/overload.pm pod/perldiag.pod
40306 ____________________________________________________________________________
40307 [  6970] By: jhi                                   on 2000/09/01  13:55:10
40308         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40309              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40310              Date: Fri, 1 Sep 2000 13:43:15 +0100 
40311              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
40312      Branch: perl
40313            ! lib/overload.pm t/pragma/overload.t
40314 ____________________________________________________________________________
40315 [  6969] By: jhi                                   on 2000/09/01  13:52:27
40316         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40317              From: <abigail@foad.org>
40318              Date: Fri, 1 Sep 2000 05:46:54 -0400
40319              Message-ID: <20000901094654.6476.qmail@foad.org>
40320      Branch: perl
40321            ! lib/overload.pm
40322 ____________________________________________________________________________
40323 [  6968] By: jhi                                   on 2000/09/01  13:50:05
40324         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
40325              From: Daniel Chetlin <daniel@chetlin.com>
40326              Date: Fri, 1 Sep 2000 02:10:55 -0700
40327              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
40328      Branch: perl
40329            ! pod/perlretut.pod
40330 ____________________________________________________________________________
40331 [  6967] By: jhi                                   on 2000/09/01  13:47:54
40332         Log: Part of the solution.
40333              
40334              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
40335              From: Mike Guy <mjtg@cam.ac.uk>
40336              Date: Fri, 01 Sep 2000 14:16:01 +0100
40337              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
40338      Branch: perl
40339            ! gv.c mg.c
40340 ____________________________________________________________________________
40341 [  6966] By: jhi                                   on 2000/09/01  13:46:17
40342         Log: Subject: CPAN.pm beta 1.57_57 for the core
40343              From: andreas.koenig@anima.de (Andreas J. Koenig)
40344              Date: 01 Sep 2000 15:16:31 +0200
40345              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
40346      Branch: perl
40347            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40348 ____________________________________________________________________________
40349 [  6965] By: jhi                                   on 2000/09/01  13:43:18
40350         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
40351              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40352              Date: Fri, 01 Sep 2000 01:47:22 -0500
40353              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
40354      Branch: perl
40355            ! pod/perldelta.pod vms/vms.c
40356 ____________________________________________________________________________
40357 [  6964] By: jhi                                   on 2000/09/01  13:35:35
40358         Log: File::Temp patches from Andreas König,
40359              
40360              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
40361              From: andreas.koenig@anima.de (Andreas J. Koenig)
40362              Date: 01 Sep 2000 10:07:20 +0200
40363              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
40364              
40365              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
40366              From: andreas.koenig@anima.de (Andreas J. Koenig)
40367              Date: 31 Aug 2000 23:26:08 +0200
40368              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
40369      Branch: perl
40370            ! lib/File/Temp.pm t/lib/ftmp-security.t
40371 ____________________________________________________________________________
40372 [  6963] By: jhi                                   on 2000/09/01  02:22:24
40373         Log: Retract the mergesort code, way too incompatible licensing
40374              and copyrights.
40375      Branch: perl
40376            ! pod/perldelta.pod pp_ctl.c
40377 ____________________________________________________________________________
40378 [  6962] By: jhi                                   on 2000/08/31  23:27:32
40379         Log: Update Changes.
40380      Branch: perl
40381            ! Changes patchlevel.h
40382 ____________________________________________________________________________
40383 [  6961] By: jhi                                   on 2000/08/31  23:20:04
40384         Log: Small tweaks all over.
40385      Branch: metaconfig
40386            ! U/compline/d_gconvert.U
40387      Branch: perl
40388            ! AUTHORS Configure config_h.SH pp_ctl.c
40389 ____________________________________________________________________________
40390 [  6960] By: jhi                                   on 2000/08/31  22:39:36
40391         Log: Further rewording.
40392      Branch: perl
40393            ! pp_ctl.c
40394 ____________________________________________________________________________
40395 [  6959] By: jhi                                   on 2000/08/31  21:26:44
40396         Log: More address tweaking.
40397      Branch: perl
40398            ! AUTHORS Changes
40399 ____________________________________________________________________________
40400 [  6958] By: jhi                                   on 2000/08/31  20:47:25
40401         Log: AUTHORS tweaks, from Peter Prymmer.
40402              
40403              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
40404              From: Peter Prymmer <pvhp@forte.com>
40405              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
40406              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
40407      Branch: perl
40408            ! AUTHORS MAINTAIN
40409 ____________________________________________________________________________
40410 [  6957] By: jhi                                   on 2000/08/31  20:34:43
40411         Log: perldelta tweaks.
40412      Branch: perl
40413            ! pod/perldelta.pod
40414 ____________________________________________________________________________
40415 [  6956] By: jhi                                   on 2000/08/31  19:11:06
40416         Log: Regen perltoc.
40417      Branch: perl
40418            ! pod/perltoc.pod
40419 ____________________________________________________________________________
40420 [  6955] By: jhi                                   on 2000/08/31  19:06:30
40421         Log: Clarify the mergesort situation.
40422      Branch: perl
40423            ! pp_ctl.c
40424 ____________________________________________________________________________
40425 [  6954] By: jhi                                   on 2000/08/31  18:24:17
40426         Log: Move the Solaris 7 scan to use64bitall, make the
40427              failure to find 64-bot sparc libc to mention the
40428              possibility of being in an intel, from Lupe and Alan.
40429      Branch: perl
40430            ! hints/solaris_2.sh
40431 ____________________________________________________________________________
40432 [  6953] By: jhi                                   on 2000/08/31  18:09:20
40433         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
40434              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
40435      Branch: metaconfig
40436            ! U/compline/d_gconvert.U U/threads/archname.U
40437      Branch: metaconfig/U/perl
40438            ! perlxv.U
40439      Branch: perl
40440            ! Configure config_h.SH sv.c
40441 ____________________________________________________________________________
40442 [  6952] By: jhi                                   on 2000/08/31  17:42:24
40443         Log: :: not allowed in pathnames, change to .
40444              
40445              Subject: [PATCH perl@6938] cygwin port
40446              From: "Fifer, Eric" <EFifer@sanwaint.com>
40447              Date: Thu, 31 Aug 2000 16:32:59 +0100
40448              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
40449      Branch: metaconfig/U/perl
40450            ! perlxv.U
40451 ____________________________________________________________________________
40452 [  6951] By: jhi                                   on 2000/08/31  17:02:05
40453         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
40454      Branch: perl
40455            ! perl.h
40456 ____________________________________________________________________________
40457 [  6950] By: jhi                                   on 2000/08/31  16:26:08
40458         Log: More author updates.
40459              
40460              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
40461              From: Simon Cozens <simon@cozens.net>
40462              Date: Thu, 31 Aug 2000 17:13:32 +0100
40463              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
40464      Branch: perl
40465            ! AUTHORS
40466 ____________________________________________________________________________
40467 [  6949] By: jhi                                   on 2000/08/31  16:04:49
40468         Log: POSIX doesn't report long double values under -Duselongdouble
40469              when the long doubles are "real" (bigger than doubles).
40470              
40471              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
40472              From: Spider Boardman <spider@peano.zk3.dec.com>
40473              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
40474              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
40475      Branch: perl
40476            ! ext/POSIX/POSIX.xs
40477 ____________________________________________________________________________
40478 [  6948] By: jhi                                   on 2000/08/31  15:25:10
40479         Log: Update Changes.
40480      Branch: perl
40481            ! Changes patchlevel.h
40482 ____________________________________________________________________________
40483 [  6947] By: jhi                                   on 2000/08/31  15:22:29
40484         Log: Document UNTIE in a very minimalistic way.
40485      Branch: perl
40486            ! pod/perlfunc.pod pod/perltie.pod
40487 ____________________________________________________________________________
40488 [  6946] By: jhi                                   on 2000/08/31  15:15:23
40489         Log: Document known failures.
40490      Branch: perl
40491            ! pod/perldelta.pod
40492 ____________________________________________________________________________
40493 [  6945] By: jhi                                   on 2000/08/31  15:07:00
40494         Log: Don't attach -ld to the archname if pointless.
40495      Branch: metaconfig
40496            ! U/threads/archname.U
40497      Branch: perl
40498            ! Configure config_h.SH
40499 ____________________________________________________________________________
40500 [  6944] By: jhi                                   on 2000/08/31  14:37:42
40501         Log: Wrap the test in eval.
40502              
40503              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
40504              From: Tim Jenness <timj@jach.hawaii.edu>
40505              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
40506              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
40507      Branch: perl
40508            ! t/lib/ftmp-security.t
40509 ____________________________________________________________________________
40510 [  6943] By: jhi                                   on 2000/08/31  14:30:57
40511         Log: Make -Dusemorebits find long doubles in Solaris.
40512      Branch: perl
40513            ! hints/solaris_2.sh
40514 ____________________________________________________________________________
40515 [  6942] By: jhi                                   on 2000/08/31  13:48:45
40516         Log: Clarify the third case of ftmp-security warnings.
40517      Branch: perl
40518            ! INSTALL
40519 ____________________________________________________________________________
40520 [  6941] By: jhi                                   on 2000/08/31  13:40:31
40521         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
40522              From: <abigail@foad.org>
40523              Date: Thu, 31 Aug 2000 01:35:05 -0400
40524              Message-ID: <20000831053505.32120.qmail@foad.org>
40525      Branch: perl
40526            ! pod/perldelta.pod
40527 ____________________________________________________________________________
40528 [  6940] By: jhi                                   on 2000/08/31  13:38:48
40529         Log: Issue useful diagnostic on unknown pod commands.
40530              
40531              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
40532              From: <abigail@foad.org>
40533              Date: Thu, 31 Aug 2000 03:41:18 -0400
40534              Message-ID: <20000831074118.24880.qmail@foad.org>
40535      Branch: perl
40536            ! lib/Pod/Man.pm
40537 ____________________________________________________________________________
40538 [  6939] By: jhi                                   on 2000/08/31  13:34:33
40539         Log: Reveal Borland's isnan.
40540              
40541              Subject: build with BC++ tweak
40542              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40543              Date: Thu, 31 Aug 2000 13:09:37 +0400
40544              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
40545      Branch: perl
40546            ! win32/win32.h
40547 ____________________________________________________________________________
40548 [  6938] By: jhi                                   on 2000/08/31  05:01:20
40549         Log: Update Changes.
40550      Branch: perl
40551            ! Changes patchlevel.h
40552 ____________________________________________________________________________
40553 [  6937] By: jhi                                   on 2000/08/31  04:26:23
40554         Log: sscanf() may be the only way to read long doubles from strings.
40555      Branch: metaconfig/U/perl
40556            ! longdblfio.U
40557      Branch: perl
40558            ! Configure config_h.SH perl.h util.c
40559 ____________________________________________________________________________
40560 [  6936] By: jhi                                   on 2000/08/31  04:18:19
40561         Log: The #6929 was too skimpy.
40562      Branch: perl
40563            ! sv.c
40564 ____________________________________________________________________________
40565 [  6935] By: jhi                                   on 2000/08/31  02:47:07
40566         Log: Subject: Re: typos in pods
40567              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40568              Date: Wed, 30 Aug 2000 19:25:34 -0700
40569              Message-ID: <eIcr5gzkg25X092yn@efn.org>
40570      Branch: perl
40571            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
40572 ____________________________________________________________________________
40573 [  6934] By: jhi                                   on 2000/08/31  02:42:55
40574         Log: Missed one Unicode file.
40575      Branch: perl
40576            + lib/unicode/UCDFF301.html
40577 ____________________________________________________________________________
40578 [  6933] By: jhi                                   on 2000/08/30  23:42:27
40579         Log: Update Changes.
40580      Branch: perl
40581            ! Changes patchlevel.h
40582 ____________________________________________________________________________
40583 [  6932] By: jhi                                   on 2000/08/30  23:40:07
40584         Log: Mention UNTIE in perldelta.  Still needs documenting
40585              in perltie et alia.
40586      Branch: perl
40587            ! pod/perldelta.pod
40588 ____________________________________________________________________________
40589 [  6931] By: jhi                                   on 2000/08/30  23:36:02
40590         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
40591              From: <abigail@foad.org>
40592              Date: Wed, 30 Aug 2000 19:28:07 -0400
40593              Message-ID: <20000830232807.305.qmail@foad.org>
40594      Branch: perl
40595            ! pod/perldelta.pod
40596 ____________________________________________________________________________
40597 [  6930] By: jhi                                   on 2000/08/30  23:32:40
40598         Log: Update to Unicode 3.0.1.
40599      Branch: perl
40600            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
40601            + lib/unicode/PropList.txt lib/unicode/README.perl
40602            + lib/unicode/UCD301.html lib/unicode/Unicode.301
40603            - lib/unicode/Props.txt lib/unicode/UCD300.html
40604            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
40605            ! (edit 257 files)
40606 ____________________________________________________________________________
40607 [  6929] By: jhi                                   on 2000/08/30  22:38:18
40608         Log: Heap decorruption.
40609              
40610              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
40611              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40612              Date: Wed, 30 Aug 2000 22:39:52 +0100
40613              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
40614      Branch: perl
40615            ! sv.c
40616 ____________________________________________________________________________
40617 [  6928] By: jhi                                   on 2000/08/30  22:29:34
40618         Log: Retract the dummy test, skip the security tests (instead of failing),
40619              explain what the warnings mean.
40620      Branch: perl
40621            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
40622 ____________________________________________________________________________
40623 [  6927] By: jhi                                   on 2000/08/30  22:14:13
40624         Log: Change the internal implementation of sort() to be mergesort
40625              instead of quicksort, from John Linderman <jpl@research.att.com>.
40626              Gives us better worst case, better average case, and stability.
40627              What's there not to like?  (Small fixes for threaded builds
40628              were required).
40629      Branch: perl
40630            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
40631 ____________________________________________________________________________
40632 [  6926] By: jhi                                   on 2000/08/30  20:55:20
40633         Log: A better fix for the Socket building problem from Craig Berry.
40634      Branch: perl
40635            ! vms/vms.c
40636 ____________________________________________________________________________
40637 [  6925] By: jhi                                   on 2000/08/30  20:20:25
40638         Log: Subject: [PATCH] Re: UNTIE method 
40639              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40640              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
40641              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
40642      Branch: perl
40643            ! pp_sys.c t/op/tie.t
40644 ____________________________________________________________________________
40645 [  6924] By: jhi                                   on 2000/08/30  20:17:11
40646         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
40647              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40648              Date: Wed, 30 Aug 2000 15:03:14 -0500
40649              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
40650      Branch: perl
40651            ! vms/vms.c
40652 ____________________________________________________________________________
40653 [  6923] By: jhi                                   on 2000/08/30  20:15:18
40654         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
40655              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40656              Date: Wed, 30 Aug 2000 13:30:36 -0500
40657              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
40658      Branch: perl
40659            ! vms/vms.c
40660 ____________________________________________________________________________
40661 [  6922] By: jhi                                   on 2000/08/30  19:54:43
40662         Log: Better options for rsync.
40663      Branch: perl
40664            ! pod/perlhack.pod
40665 ____________________________________________________________________________
40666 [  6921] By: jhi                                   on 2000/08/30  19:40:16
40667         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
40668              From: Rick Delaney <rick@consumercontact.com>
40669              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
40670              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
40671      Branch: perl
40672            ! pod/perlfunc.pod
40673 ____________________________________________________________________________
40674 [  6920] By: jhi                                   on 2000/08/30  19:36:40
40675         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
40676              From: Peter Prymmer <pvhp@forte.com>
40677              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
40678              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
40679      Branch: perl
40680            ! configure.com
40681 ____________________________________________________________________________
40682 [  6919] By: jhi                                   on 2000/08/30  14:52:02
40683         Log: Update Changes.
40684      Branch: perl
40685            ! Changes patchlevel.h
40686 ____________________________________________________________________________
40687 [  6918] By: jhi                                   on 2000/08/30  14:48:34
40688         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
40689      Branch: perl
40690            ! lib/ExtUtils/typemap
40691 ____________________________________________________________________________
40692 [  6917] By: jhi                                   on 2000/08/30  14:46:34
40693         Log: Subject: typos in pods
40694              From: Nicholas Clark <nick@ccl4.org>
40695              Date: Wed, 30 Aug 2000 01:12:50 +0100
40696              Message-ID: <20000830011249.A61388@plum.flirble.org>
40697      Branch: perl
40698            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
40699            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
40700            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
40701            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
40702 ____________________________________________________________________________
40703 [  6916] By: jhi                                   on 2000/08/30  14:19:09
40704         Log: Document Storable problems on Crays.  (Will have
40705              to document all the other Storable problems, too.)
40706      Branch: perl
40707            ! pod/perldelta.pod
40708 ____________________________________________________________________________
40709 [  6915] By: jhi                                   on 2000/08/30  14:06:02
40710         Log: Subject: [PATCH] fix misc cast warnings
40711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40712              Date: Tue, 29 Aug 2000 23:16:14 -0700
40713              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
40714      Branch: perl
40715            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
40716            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
40717            ! os2/os2ish.h
40718 ____________________________________________________________________________
40719 [  6914] By: jhi                                   on 2000/08/30  14:03:45
40720         Log: Timestamp mismatch again.  Need to fix this dependence on
40721              config_h.SH timestamp, since it's the contents of config_h.SH
40722              that matter.
40723      Branch: perl
40724            ! uconfig.h uconfig.sh
40725 ____________________________________________________________________________
40726 [  6913] By: jhi                                   on 2000/08/30  13:54:06
40727         Log: Don't say "Perl 5.0 source kit".
40728      Branch: perl
40729            ! perl.c
40730 ____________________________________________________________________________
40731 [  6912] By: jhi                                   on 2000/08/30  13:51:24
40732         Log: Reset archname and archname64 always, forcing them be
40733              recomputed at each Configure run, make Configure and
40734              the hints files agree on the naming of largefiles variables.
40735      Branch: metaconfig
40736            ! U/threads/archname.U
40737      Branch: metaconfig/U/perl
40738            ! use64bits.U
40739      Branch: perl
40740            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
40741            ! hints/linux.sh hints/solaris_2.sh
40742 ____________________________________________________________________________
40743 [  6911] By: jhi                                   on 2000/08/30  13:30:13
40744         Log: Put back the slice accidentally removed by #6907.
40745      Branch: perl
40746            ! hints/solaris_2.sh
40747 ____________________________________________________________________________
40748 [  6910] By: jhi                                   on 2000/08/30  01:24:26
40749         Log: Be consistent: other Net::get* do export theirs.
40750              
40751              Subject: Re: Net::protoent does not export 'getproto'
40752              From: Yasushi Nakajima <sey@jkc.co.jp>
40753              Date: Wed, 30 Aug 2000 09:53:14 +0900
40754              Message-Id: <200008300051.DAA24700@taku.hut.fi>
40755      Branch: perl
40756            ! lib/Net/protoent.pm
40757 ____________________________________________________________________________
40758 [  6909] By: jhi                                   on 2000/08/30  01:17:25
40759         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
40760              From: Gurusamy Sarathy <gsar@ActiveState.com>
40761              Date: Tue, 29 Aug 2000 17:17:07 -0700
40762              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
40763      Branch: perl
40764            ! cop.h
40765 ____________________________________________________________________________
40766 [  6908] By: jhi                                   on 2000/08/30  00:58:05
40767         Log: Update Changes.
40768      Branch: perl
40769            ! Changes patchlevel.h
40770 ____________________________________________________________________________
40771 [  6907] By: jhi                                   on 2000/08/30  00:57:22
40772         Log: Introduce ccname to keep track of what compiler kind of we have.
40773      Branch: metaconfig/U/perl
40774            ! Checkcc.U gccvers.U
40775      Branch: perl
40776            ! Configure config_h.SH hints/solaris_2.sh
40777 ____________________________________________________________________________
40778 [  6906] By: jhi                                   on 2000/08/30  00:25:47
40779         Log: Put back the flags dump as reasoned in
40780              
40781              Subject: Re: [PATCH] Glob dumping
40782              From: Mike Guy <mjtg@cam.ac.uk> 
40783              Date: Tue, 29 Aug 2000 21:41:32 +0100
40784              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
40785      Branch: perl
40786            ! dump.c t/lib/peek.t
40787 ____________________________________________________________________________
40788 [  6905] By: jhi                                   on 2000/08/30  00:16:17
40789         Log: Make the epsilon to be relative, not absolute.
40790              
40791              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
40792              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
40793              Date: Tue, 29 Aug 2000 19:58:56 -0400
40794              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
40795      Branch: perl
40796            ! t/lib/trig.t
40797 ____________________________________________________________________________
40798 [  6904] By: jhi                                   on 2000/08/30  00:13:09
40799         Log: From now on, Gisle is on my list of usual suspects :-)
40800              Retract #6902.
40801      Branch: perl
40802            ! ext/Opcode/Safe.pm
40803 ____________________________________________________________________________
40804 [  6903] By: jhi                                   on 2000/08/29  23:51:20
40805         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
40806              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40807              Date: Tue, 29 Aug 2000 18:43:26 -0500
40808              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
40809      Branch: perl
40810            + vms/vmspipe.com
40811            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
40812            ! vms/vms.c
40813 ____________________________________________________________________________
40814 [  6902] By: jhi                                   on 2000/08/29  23:44:14
40815         Log: Retry what #6882 attempted.
40816              
40817              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
40818              From: Gisle Aas <gisle@ActiveState.com>
40819              Date: 30 Aug 2000 00:33:09 +0200
40820              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
40821      Branch: perl
40822            ! ext/Opcode/Safe.pm
40823 ____________________________________________________________________________
40824 [  6901] By: jhi                                   on 2000/08/29  22:59:32
40825         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
40826              From: Hugo <hv@crypt.compulink.co.uk>
40827              Date: Mon, 12 Jun 2000 19:36:08 +0100
40828              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
40829      Branch: perl
40830            ! sv.c
40831 ____________________________________________________________________________
40832 [  6900] By: jhi                                   on 2000/08/29  22:58:35
40833         Log: Admit that we are leaking scalars.
40834              
40835              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
40836              From: Spider Boardman <spider@leggy.zk3.dec.com>
40837              Date: Tue, 29 Aug 2000 18:48:29 -0400
40838              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
40839      Branch: perl
40840            ! t/pragma/warnings.t
40841 ____________________________________________________________________________
40842 [  6899] By: jhi                                   on 2000/08/29  20:53:13
40843         Log: Update Changes.
40844      Branch: perl
40845            ! Changes patchlevel.h
40846 ____________________________________________________________________________
40847 [  6898] By: jhi                                   on 2000/08/29  20:46:21
40848         Log: Undo namespace pollution of #6878.
40849              
40850              Subject: Re: Net::protoent does not export 'getproto'
40851              From: Mike Guy <mjtg@cam.ac.uk>
40852              Date: Tue, 29 Aug 2000 21:32:37 +0100
40853              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
40854      Branch: perl
40855            ! lib/Net/protoent.pm
40856 ____________________________________________________________________________
40857 [  6897] By: jhi                                   on 2000/08/29  20:44:29
40858         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
40859              From: Peter Prymmer <pvhp@forte.com>
40860              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
40861              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
40862      Branch: perl
40863            ! pod/perlebcdic.pod
40864 ____________________________________________________________________________
40865 [  6896] By: jhi                                   on 2000/08/29  20:40:57
40866         Log: There's no point repeating the 'revision' (5) of perl5.
40867      Branch: metaconfig/U/perl
40868            ! Devel.U patchlevel.U
40869      Branch: perl
40870            ! Configure config_h.SH
40871 ____________________________________________________________________________
40872 [  6895] By: jhi                                   on 2000/08/29  20:16:58
40873         Log: Regen Configure for #6894.
40874      Branch: metaconfig/U/perl
40875            ! perladmin.U
40876      Branch: perl
40877            ! Configure config_h.SH
40878 ____________________________________________________________________________
40879 [  6894] By: jhi                                   on 2000/08/29  19:59:52
40880         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
40881              From: "Philip Newton" <Philip.Newton@gmx.net>
40882              Date: Tue, 29 Aug 2000 21:39:14 +0200
40883              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
40884      Branch: perl
40885            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
40886            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
40887            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
40888            ! utils/perlbug.PL
40889 ____________________________________________________________________________
40890 [  6893] By: jhi                                   on 2000/08/29  19:55:30
40891         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
40892              From: "Philip Newton" <Philip.Newton@gmx.net>
40893              Date: Tue, 29 Aug 2000 21:39:14 +0200
40894              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
40895      Branch: perl
40896            ! installhtml
40897 ____________________________________________________________________________
40898 [  6892] By: jhi                                   on 2000/08/29  19:53:59
40899         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
40900              From: "Philip Newton" <Philip.Newton@gmx.net>
40901              Date: Tue, 29 Aug 2000 21:48:18 +0200
40902              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
40903      Branch: perl
40904            ! lib/File/Temp.pm
40905 ____________________________________________________________________________
40906 [  6891] By: jhi                                   on 2000/08/29  18:30:03
40907         Log: Nail the ID 20000828.023.
40908      Branch: perl
40909            ! ext/Storable/Storable.xs
40910 ____________________________________________________________________________
40911 [  6890] By: jhi                                   on 2000/08/29  16:50:17
40912         Log: Under usethreads the dumped variable is IN_PAD.
40913              
40914              Subject: Re: [PATCH] Glob dumping
40915              From: Gisle Aas <gisle@ActiveState.com>
40916              Date: 29 Aug 2000 18:45:05 +0200
40917              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
40918      Branch: perl
40919            ! t/lib/peek.t
40920 ____________________________________________________________________________
40921 [  6889] By: jhi                                   on 2000/08/29  15:17:37
40922         Log: Update Changes.
40923      Branch: perl
40924            ! Changes patchlevel.h
40925 ____________________________________________________________________________
40926 [  6888] By: jhi                                   on 2000/08/29  14:49:59
40927         Log: Retract #6882, broke the safe tests.
40928      Branch: perl
40929            ! ext/Opcode/Safe.pm
40930 ____________________________________________________________________________
40931 [  6887] By: jhi                                   on 2000/08/29  14:47:06
40932         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
40933              From: Gisle Aas <gisle@ActiveState.com> 
40934              Date: 09 Jun 2000 20:00:11 +0200
40935              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
40936      Branch: perl
40937            ! utils/perldoc.PL
40938 ____________________________________________________________________________
40939 [  6886] By: jhi                                   on 2000/08/29  14:42:45
40940         Log: The #6881 removed one dump line.
40941      Branch: perl
40942            ! t/lib/peek.t
40943 ____________________________________________________________________________
40944 [  6885] By: jhi                                   on 2000/08/29  14:30:47
40945         Log: Don't forget to tidy up.
40946      Branch: perl
40947            ! t/lib/ftmp-security.t
40948 ____________________________________________________________________________
40949 [  6884] By: jhi                                   on 2000/08/29  14:25:17
40950         Log: Disabling the one test is a bit tricky.
40951      Branch: perl
40952            ! t/lib/ftmp-security.t
40953 ____________________________________________________________________________
40954 [  6883] By: jhi                                   on 2000/08/29  14:16:25
40955         Log: Disable one of the tests for now.
40956      Branch: perl
40957            ! t/lib/ftmp-security.t
40958 ____________________________________________________________________________
40959 [  6882] By: jhi                                   on 2000/08/29  14:05:50
40960         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
40961              From: gisle@aas.no
40962              Date: 29 Aug 2000 10:35:06 -0000
40963              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
40964      Branch: perl
40965            ! ext/Opcode/Safe.pm
40966 ____________________________________________________________________________
40967 [  6881] By: jhi                                   on 2000/08/29  14:03:51
40968         Log: Subject: [PATCH] Glob dumping
40969              From: Gisle Aas <gisle@ActiveState.com>
40970              Date: 29 Aug 2000 07:59:42 -0000
40971              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
40972      Branch: perl
40973            ! dump.c
40974 ____________________________________________________________________________
40975 [  6880] By: jhi                                   on 2000/08/29  14:02:01
40976         Log: Subject: [PATCH] Warnings in B::Deparse
40977              From: <abigail@foad.org>
40978              Date: Tue, 29 Aug 2000 00:00:01 -0400
40979              Message-ID: <20000829040001.2999.qmail@foad.org>
40980      Branch: perl
40981            ! ext/B/B/Deparse.pm
40982 ____________________________________________________________________________
40983 [  6879] By: jhi                                   on 2000/08/29  13:57:26
40984         Log: Missed a change in #6869.
40985      Branch: perl
40986            ! mg.c
40987 ____________________________________________________________________________
40988 [  6878] By: jhi                                   on 2000/08/29  13:45:04
40989         Log: Subject: Net::protoent does not export 'getproto'
40990              From: Yasushi Nakajima <sey@jkc.co.jp>
40991              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
40992      Branch: perl
40993            ! lib/Net/protoent.pm
40994 ____________________________________________________________________________
40995 [  6877] By: jhi                                   on 2000/08/29  13:39:19
40996         Log: Patches all over for people and the files they (hopefully) care about.
40997      Branch: perl
40998            ! AUTHORS Changes MAINTAIN
40999 ____________________________________________________________________________
41000 [  6876] By: jhi                                   on 2000/08/29  12:53:54
41001         Log: Fix for thinko in #6848.
41002              
41003              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
41004              From: Lupe Christoph <lupe@lupe-christoph.de>
41005              Date: Tue, 29 Aug 2000 09:04:08 +0200
41006              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
41007      Branch: perl
41008            ! ext/Thread/Thread.xs
41009 ____________________________________________________________________________
41010 [  6875] By: jhi                                   on 2000/08/29  12:50:14
41011         Log: Update to Getopt::Long 2.24, from Johan Vromans.
41012      Branch: perl
41013            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
41014 ____________________________________________________________________________
41015 [  6874] By: jhi                                   on 2000/08/29  02:09:53
41016         Log: Use minimal @INC in tests, most of the time just '../lib',
41017              so that we simply can't pick up stuff from other Perls than
41018              the one we are testing.  Pointed out by
41019              
41020              From: Mike Guy <mjtg@cam.ac.uk>
41021              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
41022              Date: Fri, 25 Aug 2000 15:15:59 +0100
41023              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
41024      Branch: perl
41025            ! (edit 185 files)
41026 ____________________________________________________________________________
41027 [  6873] By: jhi                                   on 2000/08/29  01:07:11
41028         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
41029              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41030              Date: Mon, 28 Aug 2000 17:45:52 -0700
41031              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
41032      Branch: perl
41033            ! Makefile.SH hints/os2.sh
41034 ____________________________________________________________________________
41035 [  6872] By: jhi                                   on 2000/08/28  23:33:39
41036         Log: Subject: [PATCH bleedperl@6866] spellings
41037              From: marcel@codewerk.com (Marcel Grunauer)
41038              Date: Tue, 29 Aug 2000 01:19:59 +0200
41039              Message-Id: <200008282319.BAA29862@gandalf.local>
41040      Branch: perl
41041            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
41042            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
41043            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
41044 ____________________________________________________________________________
41045 [  6871] By: jhi                                   on 2000/08/28  23:22:09
41046         Log: Take out the SUIDMAIL thing, that will not be
41047              a problem in 5.7.*.
41048      Branch: perl
41049            ! patchlevel.h
41050 ____________________________________________________________________________
41051 [  6870] By: jhi                                   on 2000/08/28  23:19:30
41052         Log: -S is the silent flag, -s is the strip flag.
41053              
41054              Subject: [PATCH] Re: [PATCH] make no-install          
41055              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41056              Date: Mon, 28 Aug 2000 15:12:55 -0700
41057              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
41058      Branch: perl
41059            ! Makefile.SH
41060 ____________________________________________________________________________
41061 [  6869] By: jhi                                   on 2000/08/28  23:12:05
41062         Log: Subject: [PATCH bleedperl@6856] warnings fixes
41063              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41064              Date: Mon, 28 Aug 2000 23:55:06 +0100
41065              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
41066      Branch: perl
41067            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
41068            ! warnings.h warnings.pl
41069 ____________________________________________________________________________
41070 [  6868] By: jhi                                   on 2000/08/28  21:38:22
41071         Log: Potential cruft.
41072      Branch: perl
41073            ! Makefile.SH
41074 ____________________________________________________________________________
41075 [  6867] By: jhi                                   on 2000/08/28  21:35:36
41076         Log: Update Changes.
41077      Branch: perl
41078            ! Changes patchlevel.h
41079 ____________________________________________________________________________
41080 [  6866] By: jhi                                   on 2000/08/28  21:33:49
41081         Log: Subject: hv.h Doc Patch
41082              From: Fisher Mark <fisherm@tce.com>
41083              Date: Mon, 28 Aug 2000 16:24:59 -0500
41084              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
41085      Branch: perl
41086            ! hv.h
41087 ____________________________________________________________________________
41088 [  6865] By: jhi                                   on 2000/08/28  21:02:15
41089         Log: Add -ld to archname on long tr...double platforms.
41090      Branch: metaconfig
41091            ! U/threads/archname.U
41092      Branch: perl
41093            ! Configure config_h.SH
41094 ____________________________________________________________________________
41095 [  6864] By: jhi                                   on 2000/08/28  20:38:59
41096         Log: An attempt to fix the problem reported in
41097              
41098              Subject: Building perl@6856 using gcc/AIX 4.3.3 
41099              From: Daniel Muino <dmuino@afip.gov.ar> 
41100              Date: Mon, 28 Aug 2000 15:50:01 -0300   
41101              Message-ID: <20000828155001.A14403@con2-dgi>
41102              
41103              I can't test this properly since the gcc installation I have
41104              access to seems to be botched (gcc is calling the AIX cpp,
41105              a losing proposition...)
41106      Branch: perl
41107            ! hints/aix.sh
41108 ____________________________________________________________________________
41109 [  6863] By: jhi                                   on 2000/08/28  18:57:52
41110         Log: Fix for ID 20000828.001, long doubles were not formatted
41111              correctly (showed up in $], which stopped installing perl).
41112      Branch: perl
41113            ! sv.c
41114 ____________________________________________________________________________
41115 [  6862] By: jhi                                   on 2000/08/28  18:07:15
41116         Log: Typo in #6858.
41117      Branch: perl
41118            ! lib/Cwd.pm
41119 ____________________________________________________________________________
41120 [  6861] By: jhi                                   on 2000/08/28  17:57:27
41121         Log: opmini.o may be left around if a build is interrupted.
41122      Branch: perl
41123            ! Makefile.SH
41124 ____________________________________________________________________________
41125 [  6860] By: jhi                                   on 2000/08/28  16:52:50
41126         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
41127              From: Daniel Chetlin <daniel@chetlin.com>
41128              Date: Mon, 28 Aug 2000 01:14:18 -0700
41129              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
41130      Branch: perl
41131            ! lib/overload.pm
41132 ____________________________________________________________________________
41133 [  6859] By: jhi                                   on 2000/08/28  16:08:46
41134         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
41135              From: Nicholas Clark <nick@ccl4.org>
41136              Date: Mon, 28 Aug 2000 16:03:27 +0100
41137              Message-Id: <20000828160327.C49785@plum.flirble.org>
41138      Branch: perl
41139            ! ext/ByteLoader/bytecode.h
41140 ____________________________________________________________________________
41141 [  6858] By: jhi                                   on 2000/08/28  16:02:10
41142         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
41143              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
41144              Date: Mon, 28 Aug 2000 13:08:30 +0200
41145              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
41146      Branch: perl
41147            ! lib/Cwd.pm
41148 ____________________________________________________________________________
41149 [  6857] By: jhi                                   on 2000/08/28  15:42:47
41150         Log: display_format used as a class method without arguments was broken,
41151              reported in
41152              
41153              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
41154              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
41155              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
41156              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
41157      Branch: perl
41158            ! lib/Math/Complex.pm t/lib/complex.t
41159 ____________________________________________________________________________
41160 [  6856] By: jhi                                   on 2000/08/27  22:09:48
41161         Log: Update Changes.
41162      Branch: perl
41163            ! Changes patchlevel.h
41164 ____________________________________________________________________________
41165 [  6855] By: jhi                                   on 2000/08/27  21:59:21
41166         Log: Retract #6853 (false alarm).
41167      Branch: perl
41168            ! lib/ExtUtils/xsubpp
41169 ____________________________________________________________________________
41170 [  6854] By: jhi                                   on 2000/08/27  21:37:44
41171         Log: Update Changes.
41172      Branch: perl
41173            ! Changes patchlevel.h
41174 ____________________________________________________________________________
41175 [  6853] By: jhi                                   on 2000/08/27  21:37:16
41176         Log: Subject: [PATCH perl@6850] workaround for xsubpp
41177              From: Hugo <hv@crypt.compulink.co.uk>
41178              Date: Sun, 27 Aug 2000 22:30:25 +0100
41179              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
41180      Branch: perl
41181            ! lib/ExtUtils/xsubpp
41182 ____________________________________________________________________________
41183 [  6852] By: jhi                                   on 2000/08/27  21:33:58
41184         Log: Big-endian 64-bit patch from Raphael Manfredi.
41185      Branch: perl
41186            ! ext/Storable/Storable.xs
41187 ____________________________________________________________________________
41188 [  6851] By: jhi                                   on 2000/08/27  21:22:21
41189         Log: More ruthless editing from Hugo van der Sanden.
41190      Branch: perl
41191            ! pod/perldelta.pod
41192 ____________________________________________________________________________
41193 [  6850] By: jhi                                   on 2000/08/27  16:11:46
41194         Log: Update Changes.
41195      Branch: perl
41196            ! Changes patchlevel.h
41197 ____________________________________________________________________________
41198 [  6849] By: jhi                                   on 2000/08/27  16:11:05
41199         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
41200      Branch: perl
41201            ! configpm pod/perldelta.pod
41202 ____________________________________________________________________________
41203 [  6848] By: jhi                                   on 2000/08/27  15:35:08
41204         Log: Use the actual thread type, not the pointer-to-struct.
41205      Branch: perl
41206            ! ext/Thread/Thread.xs
41207 ____________________________________________________________________________
41208 [  6847] By: jhi                                   on 2000/08/27  15:30:49
41209         Log: Test nit.
41210      Branch: perl
41211            ! t/pragma/warn/pp_sys
41212 ____________________________________________________________________________
41213 [  6846] By: jhi                                   on 2000/08/27  15:19:02
41214         Log: Passing -R in ldflags makes now it to appear in the default
41215              for lddlflags, just like with -L.
41216              
41217              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41218              From: Lupe Christoph <lupe@lupe-christoph.de>
41219              Date: Sun, 27 Aug 2000 10:28:21 +0200
41220              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
41221      Branch: metaconfig/U/perl
41222            ! dlsrc.U
41223      Branch: perl
41224            ! Configure
41225 ____________________________________________________________________________
41226 [  6845] By: jhi                                   on 2000/08/27  15:08:54
41227         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41228              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41229              Date: Sat, 26 Aug 2000 22:23:27 +0100
41230              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
41231      Branch: perl
41232            ! lib/ExtUtils/MM_Unix.pm
41233 ____________________________________________________________________________
41234 [  6844] By: jhi                                   on 2000/08/27  15:02:37
41235         Log: DJGPP update from Laszlo Molnar.
41236              
41237              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
41238              From: ml1050 <ml1050@freemail.hu>
41239              Date: Sat, 26 Aug 2000 23:24:40 +0200
41240              Message-Id: <20000826232440.A439@freemail.hu>
41241      Branch: perl
41242            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
41243            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
41244 ____________________________________________________________________________
41245 [  6843] By: jhi                                   on 2000/08/27  14:53:58
41246         Log: Subject: installman buglet
41247              From: Lupe Christoph <lupe@lupe-christoph.de>
41248              Date: Sun, 27 Aug 2000 14:38:59 +0200
41249              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
41250      Branch: perl
41251            ! installman
41252 ____________________________________________________________________________
41253 [  6842] By: jhi                                   on 2000/08/27  14:52:08
41254         Log: Can't get the test to reliably work thanks to the
41255              inaccurateness of floating point.  "Resolves" bug ids
41256              20000826.003, 20000826.009, 20000826.010,
41257      Branch: perl
41258            ! t/lib/trig.t
41259 ____________________________________________________________________________
41260 [  6841] By: jhi                                   on 2000/08/26  15:53:58
41261         Log: Update Changes.
41262      Branch: perl
41263            ! Changes patchlevel.h
41264 ____________________________________________________________________________
41265 [  6840] By: jhi                                   on 2000/08/26  14:23:03
41266         Log: grep -e isn't portable.
41267              
41268              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
41269              From: chris@broadband.att.com
41270              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
41271              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
41272      Branch: perl
41273            ! hints/solaris_2.sh
41274 ____________________________________________________________________________
41275 [  6839] By: jhi                                   on 2000/08/26  14:12:23
41276         Log: no-install target a la make -n.
41277              
41278              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
41279              From: <abigail@foad.org>
41280              Date: Sat, 26 Aug 2000 03:57:34 -0400
41281              Message-ID: <20000826075735.18912.qmail@foad.org>
41282      Branch: perl
41283            ! Makefile.SH installman installperl
41284 ____________________________________________________________________________
41285 [  6838] By: jhi                                   on 2000/08/26  14:06:33
41286         Log: Retract #6826 as the #6828 should be do the same
41287              in a More Correct Way.
41288      Branch: perl
41289            ! installperl
41290 ____________________________________________________________________________
41291 [  6837] By: jhi                                   on 2000/08/26  05:24:00
41292         Log: More casting.
41293      Branch: perl
41294            ! ext/Storable/Storable.xs
41295 ____________________________________________________________________________
41296 [  6836] By: jhi                                   on 2000/08/26  05:05:46
41297         Log: Nicer in decimal.
41298      Branch: perl
41299            ! ext/Storable/Storable.xs
41300 ____________________________________________________________________________
41301 [  6835] By: jhi                                   on 2000/08/26  05:03:50
41302         Log: There be no UVdf.
41303      Branch: perl
41304            ! ext/Storable/Storable.xs
41305 ____________________________________________________________________________
41306 [  6834] By: jhi                                   on 2000/08/26  05:00:18
41307         Log: Continue IVdfing and UVxfing.
41308      Branch: perl
41309            ! ext/Storable/Storable.xs
41310 ____________________________________________________________________________
41311 [  6833] By: jhi                                   on 2000/08/26  04:53:14
41312         Log: Use IVdf.
41313      Branch: perl
41314            ! ext/Storable/Storable.xs
41315 ____________________________________________________________________________
41316 [  6832] By: jhi                                   on 2000/08/26  04:40:41
41317         Log: Document PTR2XX and INT2PTR.
41318      Branch: perl
41319            ! pod/perlguts.pod
41320 ____________________________________________________________________________
41321 [  6831] By: jhi                                   on 2000/08/26  04:33:18
41322         Log: Use UVxf, PTR2UV, NVff.
41323      Branch: perl
41324            ! ext/Storable/Storable.xs
41325 ____________________________________________________________________________
41326 [  6830] By: jhi                                   on 2000/08/26  04:31:32
41327         Log: Update the test count.
41328      Branch: perl
41329            ! t/lib/trig.t
41330 ____________________________________________________________________________
41331 [  6829] By: jhi                                   on 2000/08/26  03:05:50
41332         Log: Subject: [PATCH] installation not quite silent yet.
41333              From: <abigail@foad.org>
41334              Date: Fri, 25 Aug 2000 20:07:53 -0400
41335              Message-ID: <20000826000753.7822.qmail@foad.org>
41336      Branch: perl
41337            ! installman installperl
41338 ____________________________________________________________________________
41339 [  6828] By: jhi                                   on 2000/08/26  03:05:14
41340         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41341              From: Spider Boardman <spider@web.zk3.dec.com>
41342              Date: Fri, 25 Aug 2000 19:12:40 -0400
41343              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
41344      Branch: perl
41345            ! gv.c
41346 ____________________________________________________________________________
41347 [  6827] By: jhi                                   on 2000/08/25  23:54:34
41348         Log: Support preserving extremely big/small angles.
41349      Branch: perl
41350            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
41351 ____________________________________________________________________________
41352 [  6826] By: jhi                                   on 2000/08/25  23:01:20
41353         Log: Patch installperl to be long double-aware.
41354              
41355              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41356              From: Spider Boardman <spider@web.zk3.dec.com>
41357              Date: Fri, 25 Aug 2000 18:15:23 -0400
41358              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
41359      Branch: perl
41360            ! installperl
41361 ____________________________________________________________________________
41362 [  6825] By: jhi                                   on 2000/08/25  22:58:25
41363         Log: Remove duplicately applied patch shards.
41364              
41365              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
41366              From: Spider Boardman <spider@leggy.zk3.dec.com>
41367              Date: Fri, 25 Aug 2000 16:45:03 -0400
41368              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
41369      Branch: perl
41370            ! t/lib/cgi-html.t
41371 ____________________________________________________________________________
41372 [  6824] By: jhi                                   on 2000/08/25  22:57:00
41373         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41374              From: Daniel Chetlin <daniel@chetlin.com>
41375              Date: Fri, 25 Aug 2000 12:23:16 -0700
41376              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
41377              
41378              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41379              From: Daniel Chetlin <daniel@chetlin.com>
41380              Date: Fri, 25 Aug 2000 14:47:19 -0700
41381              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
41382      Branch: perl
41383            ! installman
41384 ____________________________________________________________________________
41385 [  6823] By: jhi                                   on 2000/08/25  22:44:17
41386         Log: Timestamp problem?
41387      Branch: perl
41388            ! uconfig.h uconfig.sh
41389 ____________________________________________________________________________
41390 [  6822] By: jhi                                   on 2000/08/25  19:01:06
41391         Log: One forgotten file from #6816.
41392      Branch: perl
41393            ! vos/config.h
41394 ____________________________________________________________________________
41395 [  6821] By: jhi                                   on 2000/08/25  18:56:39
41396         Log: Regen Changes.
41397      Branch: perl
41398            ! Changes patchlevel.h
41399 ____________________________________________________________________________
41400 [  6820] By: jhi                                   on 2000/08/25  18:52:35
41401         Log: Fix Changes ordering.
41402      Branch: perl
41403            ! Changes
41404 ____________________________________________________________________________
41405 [  6819] By: jhi                                   on 2000/08/25  18:50:25
41406         Log: Update Changes.
41407      Branch: perl
41408            ! Changes patchlevel.h
41409 ____________________________________________________________________________
41410 [  6818] By: jhi                                   on 2000/08/25  18:47:45
41411         Log: Tweak the sfio/useperlio logic, hopefully as wished in
41412              
41413              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
41414              From: Nicholas Clark <nick@babyhippo.co.uk>
41415              Date: Fri, 25 Aug 2000 12:01:45 +0100
41416              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
41417      Branch: metaconfig/U/perl
41418            ! d_sfio.U
41419      Branch: perl
41420            ! Configure
41421 ____________________________________________________________________________
41422 [  6817] By: jhi                                   on 2000/08/25  18:32:51
41423         Log: Allow microperl to assume <math.h>, without it the math
41424              functions like floor() are assumed to return int, which makes
41425              for core dumps in machines where integer and floating register
41426              don't mix.
41427      Branch: perl
41428            ! uconfig.h uconfig.sh
41429 ____________________________________________________________________________
41430 [  6816] By: jhi                                   on 2000/08/25  18:27:17
41431         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
41432              the problem reported in
41433              
41434              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
41435              From: danhale@us.ibm.com
41436              Date: Fri, 25 Aug 2000 10:58:06 -0400
41437              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
41438      Branch: metaconfig/U/perl
41439            + d_socks5_init.U
41440      Branch: perl
41441            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
41442            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
41443            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
41444            ! win32/config.gc win32/config.vc
41445 ____________________________________________________________________________
41446 [  6815] By: jhi                                   on 2000/08/25  17:43:31
41447         Log: A solution for the retrieve_fd autosplit warning,
41448              idea suggested by Mike Guy.
41449      Branch: perl
41450            ! ext/Storable/Storable.pm
41451 ____________________________________________________________________________
41452 [  6814] By: jhi                                   on 2000/08/25  17:16:03
41453         Log: Add install-silent target.
41454      Branch: perl
41455            ! Makefile.SH
41456 ____________________________________________________________________________
41457 [  6813] By: jhi                                   on 2000/08/25  17:14:23
41458         Log: Subject: Re: [PATCH] More silencing of installman.
41459              From: <abigail@foad.org>
41460              Date: Thu, 24 Aug 2000 19:27:03 -0400
41461              Message-ID: <20000824232703.7001.qmail@foad.org>
41462              
41463              Subject: Re: [PATCH] More silencing of installman.
41464              From: <abigail@foad.org>
41465              Date: Fri, 25 Aug 2000 03:00:58 -0400
41466              Message-ID: <20000825070058.10697.qmail@foad.org>
41467      Branch: perl
41468            ! installman
41469 ____________________________________________________________________________
41470 [  6812] By: jhi                                   on 2000/08/25  17:11:28
41471         Log: installperl --verbose and --silent.
41472              
41473              Subject: Re: [PATCH] More silencing of installman.
41474              From: <abigail@foad.org>
41475              Message-ID: <20000825064430.9719.qmail@foad.org>
41476              Date: Fri, 25 Aug 2000 02:44:30 -0400
41477      Branch: perl
41478            ! installperl
41479 ____________________________________________________________________________
41480 [  6811] By: jhi                                   on 2000/08/25  17:05:43
41481         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
41482              From: "Peter J. Farley III" <pjfarley@banet.net>
41483              Date: Thu, 24 Aug 2000 21:58:03 -0400
41484              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
41485              
41486              (applied slightly modified)
41487      Branch: perl
41488            ! lib/ExtUtils/MM_Unix.pm
41489 ____________________________________________________________________________
41490 [  6810] By: jhi                                   on 2000/08/25  17:01:18
41491         Log: Missing parts of 
41492              
41493              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
41494              From: Peter Prymmer <pvhp@forte.com>
41495              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
41496              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
41497      Branch: perl
41498            ! t/lib/cgi-html.t
41499 ____________________________________________________________________________
41500 [  6809] By: jhi                                   on 2000/08/25  16:46:32
41501         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
41502              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41503              Date: Thu, 24 Aug 2000 19:13:11 -0500
41504              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
41505      Branch: perl
41506            ! vms/vms.c
41507 ____________________________________________________________________________
41508 [  6808] By: jhi                                   on 2000/08/25  16:39:22
41509         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
41510              From: Peter Prymmer <pvhp@forte.com>
41511              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
41512              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
41513      Branch: perl
41514            ! configure.com
41515 ____________________________________________________________________________
41516 [  6807] By: jhi                                   on 2000/08/25  16:36:37
41517         Log: Better wording for the vec lvalue diagnostic.
41518              
41519              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41520              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41521              Date: Wed, 23 Aug 2000 14:12:16 -0400
41522              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
41523      Branch: perl
41524            ! pod/perldiag.pod
41525 ____________________________________________________________________________
41526 [  6806] By: jhi                                   on 2000/08/24  18:17:22
41527         Log: Subject: [PATCH] More silencing of installman.
41528              From: <abigail@foad.org>
41529              Date: Thu, 24 Aug 2000 14:01:44 -0400
41530              Message-ID: <20000824180144.20062.qmail@foad.org>
41531      Branch: perl
41532            ! installman
41533 ____________________________________________________________________________
41534 [  6805] By: jhi                                   on 2000/08/24  15:00:31
41535         Log: Update Changes.
41536      Branch: perl
41537            ! Changes patchlevel.h
41538 ____________________________________________________________________________
41539 [  6804] By: jhi                                   on 2000/08/24  14:59:07
41540         Log: Regen perltoc.
41541      Branch: perl
41542            ! pod/perltoc.pod
41543 ____________________________________________________________________________
41544 [  6803] By: jhi                                   on 2000/08/24  14:44:39
41545         Log: Show the doc file, not the temp file.
41546      Branch: perl
41547            ! installman
41548 ____________________________________________________________________________
41549 [  6802] By: jhi                                   on 2000/08/24  14:41:53
41550         Log: Continue silencing.
41551      Branch: perl
41552            ! installman
41553 ____________________________________________________________________________
41554 [  6801] By: jhi                                   on 2000/08/24  14:34:40
41555         Log: Actually do something with the silencer option.
41556      Branch: perl
41557            ! installman
41558 ____________________________________________________________________________
41559 [  6800] By: jhi                                   on 2000/08/24  14:26:22
41560         Log: Make installman to recognize the silence flag -S.
41561      Branch: perl
41562            ! installman
41563 ____________________________________________________________________________
41564 [  6799] By: jhi                                   on 2000/08/24  13:49:38
41565         Log: DOS patches and portability/porting notes, from Tim Jenness.
41566      Branch: perl
41567            ! lib/File/Temp.pm
41568 ____________________________________________________________________________
41569 [  6798] By: jhi                                   on 2000/08/24  13:48:27
41570         Log: Create directories in silence.
41571              
41572              Subject: [PATCH] Another silencer for MakeMaker
41573              From: andreas.koenig@anima.de (Andreas J. Koenig)
41574              Date: 24 Aug 2000 14:18:52 +0200
41575              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
41576      Branch: perl
41577            ! lib/ExtUtils/Command.pm
41578 ____________________________________________________________________________
41579 [  6797] By: jhi                                   on 2000/08/24  13:46:42
41580         Log: More liberal parsing of version numbers.
41581              
41582              Subject: Re: CPAN.pm beta for testing available
41583              From: andreas.koenig@anima.de (Andreas J. Koenig)
41584              Date: 24 Aug 2000 13:51:57 +0200
41585              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
41586      Branch: perl
41587            ! lib/CPAN.pm
41588 ____________________________________________________________________________
41589 [  6796] By: jhi                                   on 2000/08/24  13:44:36
41590         Log: Make "make install" by default silent.  A new "install-verbose"
41591              target is verbose.
41592      Branch: perl
41593            ! Makefile.SH
41594 ____________________________________________________________________________
41595 [  6795] By: jhi                                   on 2000/08/24  13:39:14
41596         Log: Add silencer flags to installperl.
41597              
41598              Subject: [PATCH] Making installperl silent.
41599              From: <abigail@foad.org>
41600              Date: Thu, 24 Aug 2000 05:01:45 -0400
41601              Message-ID: <20000824090145.13141.qmail@foad.org>
41602      Branch: perl
41603            ! installperl
41604 ____________________________________________________________________________
41605 [  6794] By: jhi                                   on 2000/08/24  13:35:50
41606         Log: installperl couldn't tell whether it had run tests or not.
41607              
41608              Subject: [PATCH] Re: installperl and t/TEST
41609              From: <abigail@foad.org>
41610              Date: Thu, 24 Aug 2000 04:00:53 -0400
41611              Message-ID: <20000824080053.2494.qmail@foad.org>
41612      Branch: perl
41613            ! Makefile.SH installperl
41614 ____________________________________________________________________________
41615 [  6793] By: jhi                                   on 2000/08/24  13:27:50
41616         Log: Drop the separate perlbc, perlcc -b should be enough.
41617      Branch: perl
41618            - utils/perlbc.PL
41619            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
41620 ____________________________________________________________________________
41621 [  6792] By: jhi                                   on 2000/08/24  04:41:30
41622         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
41623              plus the typo fix from Peter Prymmer.
41624      Branch: perl
41625            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
41626            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
41627 ____________________________________________________________________________
41628 [  6791] By: jhi                                   on 2000/08/24  02:10:43
41629         Log: Replace #6705 with a minimal doc patch.
41630              
41631              Subject: [PATCH 5.6.0] replace change #6705
41632              From: Jan Dubois <jand@ActiveState.com>
41633              Date: Wed, 23 Aug 2000 18:31:51 -0700
41634              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
41635      Branch: perl
41636            ! lib/Win32.pod win32/win32.c
41637 ____________________________________________________________________________
41638 [  6790] By: jhi                                   on 2000/08/23  17:52:00
41639         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41640              From: Mike Guy <mjtg@cam.ac.uk>
41641              Date: Wed, 23 Aug 2000 18:38:46 +0100
41642              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
41643      Branch: perl
41644            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
41645 ____________________________________________________________________________
41646 [  6789] By: jhi                                   on 2000/08/23  15:34:21
41647         Log: Update Changes.
41648      Branch: perl
41649            ! Changes patchlevel.h
41650 ____________________________________________________________________________
41651 [  6788] By: jhi                                   on 2000/08/23  15:33:40
41652         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
41653              From: Wilfredo Sánchez <wsanchez@apple.com>
41654              Date: Tue, 22 Aug 2000 19:31:27 -0700
41655              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
41656      Branch: perl
41657            ! perl.h
41658 ____________________________________________________________________________
41659 [  6787] By: jhi                                   on 2000/08/23  15:29:31
41660         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
41661              From: Spider Boardman <spider@leggy.zk3.dec.com>
41662              Date: Wed, 23 Aug 2000 10:33:23 -0400
41663              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
41664      Branch: perl
41665            ! lib/Pod/Html.pm
41666 ____________________________________________________________________________
41667 [  6786] By: jhi                                   on 2000/08/23  15:28:11
41668         Log: Bad makefile.
41669      Branch: perl
41670            ! ext/B/Makefile.PL
41671 ____________________________________________________________________________
41672 [  6785] By: jhi                                   on 2000/08/23  14:37:04
41673         Log: Update Changes.
41674      Branch: perl
41675            ! Changes patchlevel.h
41676 ____________________________________________________________________________
41677 [  6784] By: jhi                                   on 2000/08/23  13:58:41
41678         Log: Portability fix from Hugo van der Sanden.
41679      Branch: perl
41680            ! ext/re/Makefile.PL
41681 ____________________________________________________________________________
41682 [  6783] By: jhi                                   on 2000/08/23  13:53:53
41683         Log: Storable support, v-version fixes.
41684              
41685              Subject: CPAN.pm beta for testing available
41686              From: andreas.koenig@anima.de (Andreas J. Koenig)
41687              Date: 22 Aug 2000 23:31:33 +0200
41688              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
41689      Branch: perl
41690            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41691 ____________________________________________________________________________
41692 [  6782] By: jhi                                   on 2000/08/23  13:51:26
41693         Log: Mac and other portability updates from Chris Nandor.
41694      Branch: perl
41695            ! pod/perlmodinstall.pod
41696 ____________________________________________________________________________
41697 [  6781] By: jhi                                   on 2000/08/23  13:47:33
41698         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
41699              From: Peter Prymmer <pvhp@forte.com>
41700              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
41701              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
41702      Branch: perl
41703            ! ext/Storable/Storable.xs
41704 ____________________________________________________________________________
41705 [  6780] By: jhi                                   on 2000/08/23  13:33:34
41706         Log: VMS MMS (make) wants null action.
41707      Branch: perl
41708            ! ext/B/Makefile.PL
41709 ____________________________________________________________________________
41710 [  6779] By: jhi                                   on 2000/08/22  19:44:47
41711         Log: Forgot portability nit.
41712      Branch: perl
41713            ! t/lib/st-forgive.t
41714 ____________________________________________________________________________
41715 [  6778] By: jhi                                   on 2000/08/22  19:35:25
41716         Log: Be portable.
41717      Branch: perl
41718            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
41719            ! t/lib/st-store.t
41720 ____________________________________________________________________________
41721 [  6777] By: jhi                                   on 2000/08/22  18:50:53
41722         Log: Update Changes.
41723      Branch: perl
41724            ! Changes patchlevel.h
41725 ____________________________________________________________________________
41726 [  6776] By: jhi                                   on 2000/08/22  18:44:46
41727         Log: cSVOPo_*v things index into the current PL_curpad
41728              under ithreads, which is different from the curpad
41729              used by the XSUB.  (In other words, the code as-is
41730              before this patch wouldn't work under ithreads.)
41731              From Sarathy.
41732      Branch: perl
41733            ! ext/B/B.xs
41734 ____________________________________________________________________________
41735 [  6775] By: jhi                                   on 2000/08/22  18:18:37
41736         Log: Make the selection of NVff et al stricter.
41737      Branch: metaconfig/U/perl
41738            ! perlxvf.U
41739      Branch: perl
41740            ! Configure config_h.SH
41741 ____________________________________________________________________________
41742 [  6774] By: jhi                                   on 2000/08/22  17:19:42
41743         Log: perldelta nits.
41744      Branch: perl
41745            ! pod/perldelta.pod
41746 ____________________________________________________________________________
41747 [  6773] By: jhi                                   on 2000/08/22  17:06:26
41748         Log: Long double fixes from Spider Boardman.
41749              
41750              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
41751              From: system PRIVILEGED account <root@peano.zk3.dec.com>
41752              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
41753              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
41754      Branch: perl
41755            ! t/lib/bigfltpm.t t/lib/st-06compat.t
41756 ____________________________________________________________________________
41757 [  6772] By: jhi                                   on 2000/08/22  15:04:53
41758         Log: Update Changes.
41759      Branch: perl
41760            ! Changes patchlevel.h
41761 ____________________________________________________________________________
41762 [  6771] By: jhi                                   on 2000/08/22  15:01:44
41763         Log: perldelta fixes from Hugo van der Sanden.
41764      Branch: perl
41765            ! pod/perldelta.pod
41766 ____________________________________________________________________________
41767 [  6770] By: jhi                                   on 2000/08/22  14:34:49
41768         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
41769              From: Hugo <hv@crypt.compulink.co.uk>
41770              Date: Tue, 22 Aug 2000 11:21:53 +0100
41771              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
41772      Branch: perl
41773            ! regcomp.c
41774 ____________________________________________________________________________
41775 [  6769] By: jhi                                   on 2000/08/22  14:30:02
41776         Log: Add Yitzchak, reformat.
41777      Branch: perl
41778            ! Changes config_h.SH
41779 ____________________________________________________________________________
41780 [  6768] By: jhi                                   on 2000/08/22  14:21:35
41781         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
41782              and Spider Boardman.
41783      Branch: metaconfig
41784            ! U/compline/d_gconvert.U
41785      Branch: perl
41786            ! Configure
41787 ____________________________________________________________________________
41788 [  6767] By: jhi                                   on 2000/08/22  14:11:24
41789         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
41790              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41791              Date: Mon, 21 Aug 2000 19:08:31 -0700
41792              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
41793      Branch: perl
41794            - ext/Storable/patchlevel.h
41795            ! MANIFEST ext/Storable/MANIFEST
41796 ____________________________________________________________________________
41797 [  6766] By: jhi                                   on 2000/08/22  13:49:29
41798         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
41799              From: Peter Prymmer <pvhp@forte.com>
41800              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
41801              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
41802      Branch: perl
41803            ! configure.com ext/Storable/Makefile.PL
41804 ____________________________________________________________________________
41805 [  6765] By: jhi                                   on 2000/08/22  13:44:59
41806         Log: Subject: [PATCH blead] B:: missing dependency
41807              From: Hugo <hv@crypt.compulink.co.uk>
41808              Date: Tue, 22 Aug 2000 06:44:33 +0100
41809              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
41810      Branch: perl
41811            ! ext/B/Makefile.PL
41812 ____________________________________________________________________________
41813 [  6764] By: jhi                                   on 2000/08/22  13:38:12
41814         Log: More bytecompiler.
41815      Branch: perl
41816            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
41817 ____________________________________________________________________________
41818 [  6763] By: jhi                                   on 2000/08/22  13:36:44
41819         Log: Bytecompiler patches from Benjamin Stuhl.
41820      Branch: perl
41821            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
41822            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
41823            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
41824            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
41825            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
41826            ! perl.c perlapi.h pod/perldelta.pod
41827 ____________________________________________________________________________
41828 [  6762] By: jhi                                   on 2000/08/21  23:43:40
41829         Log: An obsoleted diagnostic.
41830      Branch: perl
41831            ! pod/perldelta.pod
41832 ____________________________________________________________________________
41833 [  6761] By: jhi                                   on 2000/08/21  23:01:45
41834         Log: The #6759 wasn't quite right.
41835      Branch: perl
41836            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
41837            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
41838            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41839            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41840            ! t/lib/st-tieditems.t
41841 ____________________________________________________________________________
41842 [  6760] By: jhi                                   on 2000/08/21  22:35:49
41843         Log: Be verydeepclean.
41844      Branch: perl
41845            ! Makefile.SH
41846 ____________________________________________________________________________
41847 [  6759] By: jhi                                   on 2000/08/21  22:25:40
41848         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
41849              From: Peter Prymmer <pvhp@forte.com>
41850              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
41851              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
41852      Branch: perl
41853            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
41854            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
41855            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41856            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41857            ! t/lib/st-tieditems.t
41858 ____________________________________________________________________________
41859 [  6758] By: jhi                                   on 2000/08/21  22:22:32
41860         Log: Few more casts, need reported in
41861              
41862              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
41863              From: Mike Stok <mike@stok.co.uk>
41864              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
41865              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
41866              
41867              and
41868              
41869              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
41870              From: abigail@foad.org
41871              Date: 21 Aug 2000 21:31:34 -0000
41872              Message-Id: <20000821213134.30170.qmail@foad.org>
41873      Branch: perl
41874            ! ext/Storable/Storable.xs
41875 ____________________________________________________________________________
41876 [  6757] By: jhi                                   on 2000/08/21  18:37:07
41877         Log: Update Changes.
41878      Branch: perl
41879            ! Changes patchlevel.h
41880 ____________________________________________________________________________
41881 [  6756] By: jhi                                   on 2000/08/21  18:34:02
41882         Log: A pod nit.
41883              
41884              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
41885              From: <abigail@foad.org>
41886              Date: Mon, 21 Aug 2000 14:00:16 -0400
41887              Message-ID: <20000821180016.28627.qmail@foad.org>
41888      Branch: perl
41889            ! pod/perlre.pod
41890 ____________________________________________________________________________
41891 [  6755] By: jhi                                   on 2000/08/21  18:30:56
41892         Log: Use PodParser 1.18 new test.
41893      Branch: perl
41894            ! t/pod/special_seqs.t t/pod/special_seqs.xr
41895 ____________________________________________________________________________
41896 [  6754] By: jhi                                   on 2000/08/21  18:28:35
41897         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
41898              patches cannot be applied since #6712 conflicts.
41899      Branch: perl
41900            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
41901 ____________________________________________________________________________
41902 [  6753] By: jhi                                   on 2000/08/21  18:15:11
41903         Log: Weed out some smaller changes.
41904      Branch: perl
41905            ! pod/perldelta.pod
41906 ____________________________________________________________________________
41907 [  6752] By: jhi                                   on 2000/08/21  18:02:30
41908         Log: Also under djgpp the timestamps are funky.
41909      Branch: perl
41910            ! t/op/stat.t
41911 ____________________________________________________________________________
41912 [  6751] By: jhi                                   on 2000/08/21  17:55:56
41913         Log: Tweak the floating point output routine preferences.
41914      Branch: metaconfig
41915            ! U/compline/d_gconvert.U
41916      Branch: perl
41917            ! Configure
41918 ____________________________________________________________________________
41919 [  6750] By: jhi                                   on 2000/08/21  17:51:29
41920         Log: Unicos/mk requires elaborate paranoia.
41921      Branch: perl
41922            ! lib/Math/Complex.pm
41923 ____________________________________________________________________________
41924 [  6749] By: gsar                                  on 2000/08/21  16:53:31
41925         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
41926      Branch: perl
41927            ! lib/Cwd.pm
41928 ____________________________________________________________________________
41929 [  6748] By: gsar                                  on 2000/08/21  16:22:19
41930         Log: free TLS slot properly on Windows
41931      Branch: perl
41932            ! thread.h win32/perllib.c win32/win32thread.h
41933 ____________________________________________________________________________
41934 [  6747] By: jhi                                   on 2000/08/21  16:20:58
41935         Log: Rename the macro argument because some preprocessors
41936              can't tell the difference and expand arguments also inside
41937              double quoted strings.
41938      Branch: perl
41939            ! regcomp.c
41940 ____________________________________________________________________________
41941 [  6746] By: jhi                                   on 2000/08/21  16:09:41
41942         Log: Support long doubles in Storable.
41943              
41944              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
41945              From: Radu Greab <radu@netsoft.ro>
41946              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
41947              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
41948      Branch: perl
41949            ! ext/Storable/Storable.xs
41950 ____________________________________________________________________________
41951 [  6745] By: jhi                                   on 2000/08/21  15:51:40
41952         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
41953              From: "Fifer, Eric" <EFifer@sanwaint.com>
41954              Date: Mon, 21 Aug 2000 15:34:49 +0100
41955              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
41956      Branch: perl
41957            ! t/pragma/warn/9enabled
41958 ____________________________________________________________________________
41959 [  6744] By: jhi                                   on 2000/08/21  15:39:35
41960         Log: Document the endianness of Alpha more precisely.
41961      Branch: perl
41962            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
41963            ! pod/perlport.pod
41964 ____________________________________________________________________________
41965 [  6743] By: jhi                                   on 2000/08/21  14:47:05
41966         Log: perldelta fixes from the p5p crowd.
41967      Branch: perl
41968            ! pod/perldelta.pod pod/perlop.pod
41969 ____________________________________________________________________________
41970 [  6742] By: jhi                                   on 2000/08/21  13:34:51
41971         Log: Update to Pod::LaTeX 0.53.
41972              
41973              Subject: [PATCH] lib/Pod/LaTeX.pm updates
41974              From: Tim Jenness <timj@jach.hawaii.edu>
41975              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
41976              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
41977      Branch: perl
41978            ! lib/Pod/LaTeX.pm
41979 ____________________________________________________________________________
41980 [  6741] By: jhi                                   on 2000/08/21  13:33:01
41981         Log: Subject: [PATCH] os2.c fix for use64bitint
41982              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41983              Date: Mon, 21 Aug 2000 01:32:25 -0700
41984              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
41985      Branch: perl
41986            ! os2/os2.c
41987 ____________________________________________________________________________
41988 [  6740] By: jhi                                   on 2000/08/21  13:28:52
41989         Log: Array context keeps slithering in.
41990              
41991              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
41992              From: Daniel Chetlin <daniel@chetlin.com>
41993              Date: Sun, 20 Aug 2000 21:40:25 -0700
41994              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
41995      Branch: perl
41996            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
41997            ! pod/perldebtut.pod
41998 ____________________________________________________________________________
41999 [  6739] By: jhi                                   on 2000/08/21  13:23:55
42000         Log: Big-endian quad fixes for Storable from Radu Greab,
42001              plus few explicit null casts for picky compilers.
42002      Branch: perl
42003            ! ext/Storable/Storable.xs
42004 ____________________________________________________________________________
42005 [  6738] By: gsar                                  on 2000/08/21  05:56:13
42006         Log: small tweaks for change#6705: avoid C++ style comments in C code;
42007              use Perl's malloc API rather than the low level system one
42008      Branch: perl
42009            ! win32/win32.c
42010 ____________________________________________________________________________
42011 [  6737] By: gsar                                  on 2000/08/21  05:35:41
42012         Log: add Storable to list of extensions on Windows
42013      Branch: perl
42014            ! win32/Makefile win32/makefile.mk
42015 ____________________________________________________________________________
42016 [  6736] By: jhi                                   on 2000/08/21  02:57:53
42017         Log: Update Changes.
42018      Branch: perl
42019            ! Changes patchlevel.h
42020 ____________________________________________________________________________
42021 [  6735] By: jhi                                   on 2000/08/21  02:57:20
42022         Log: Draft 0.
42023      Branch: perl
42024            ! pod/perldelta.pod
42025 ____________________________________________________________________________
42026 [  6734] By: jhi                                   on 2000/08/21  02:57:03
42027         Log: Add Storable 0.7.2 from Raphael Manfredi,
42028              plus the patch from
42029              
42030              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
42031              From: Radu Greab <radu@netsoft.ro>
42032              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
42033              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
42034              
42035              plus changes to get Storable to compile with
42036              picky ANSI compilers.
42037      Branch: perl
42038            + ext/Storable/ChangeLog ext/Storable/MANIFEST
42039            + ext/Storable/Makefile.PL ext/Storable/README
42040            + ext/Storable/Storable.pm ext/Storable/Storable.xs
42041            + ext/Storable/patchlevel.h t/lib/st-06compat.t
42042            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
42043            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
42044            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42045            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42046            + t/lib/st-tieditems.t
42047            ! MANIFEST
42048 ____________________________________________________________________________
42049 [  6733] By: jhi                                   on 2000/08/21  02:29:09
42050         Log: The correct cleaning order is an art.
42051      Branch: perl
42052            ! Makefile.SH
42053 ____________________________________________________________________________
42054 [  6732] By: jhi                                   on 2000/08/21  01:23:39
42055         Log: The #6724 is here.
42056      Branch: perl
42057            ! t/lib/ftmp-security.t
42058 ____________________________________________________________________________
42059 [  6731] By: jhi                                   on 2000/08/20  23:17:03
42060         Log: s/this one/the 5.6.0 release/
42061      Branch: perl
42062            ! pod/perl56delta.pod
42063 ____________________________________________________________________________
42064 [  6730] By: jhi                                   on 2000/08/20  23:07:34
42065         Log: Mention perlebcdic and perlposix-bc.
42066      Branch: perl
42067            ! pod/perlport.pod
42068 ____________________________________________________________________________
42069 [  6729] By: jhi                                   on 2000/08/20  21:32:59
42070         Log: Document the number of exponent digits.
42071      Branch: perl
42072            ! pod/perlfunc.pod
42073 ____________________________________________________________________________
42074 [  6728] By: jhi                                   on 2000/08/20  21:16:47
42075         Log: Use File::Spec->tmpdir().
42076              
42077              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
42078              From: Tim Jenness <timj@jach.hawaii.edu>
42079              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
42080              MIME-Version: 1.0
42081              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
42082      Branch: perl
42083            ! utils/perlbug.PL
42084 ____________________________________________________________________________
42085 [  6727] By: jhi                                   on 2000/08/20  20:43:32
42086         Log: Update Changes.
42087      Branch: perl
42088            ! Changes patchlevel.h
42089 ____________________________________________________________________________
42090 [  6726] By: jhi                                   on 2000/08/20  20:41:44
42091         Log: The veryclean target needs to clobber.
42092      Branch: perl
42093            ! Makefile.SH
42094 ____________________________________________________________________________
42095 [  6725] By: jhi                                   on 2000/08/20  20:37:38
42096         Log: Document odd vs even subreleases and -Dusedevel.
42097      Branch: perl
42098            ! INSTALL
42099 ____________________________________________________________________________
42100 [  6724] By: jhi                                   on 2000/08/20  19:58:05
42101         Log: Use temporary directory instead of current directory.
42102              
42103              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
42104              From: Tim Jenness <timj@jach.hawaii.edu>
42105              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
42106              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
42107      Branch: perl
42108            ! t/lib/ftmp-security.t
42109 ____________________________________________________________________________
42110 [  6723] By: jhi                                   on 2000/08/20  19:55:55
42111         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
42112              From: andreas.koenig@anima.de (Andreas J. Koenig)
42113              Date: 20 Aug 2000 15:52:03 +0200
42114              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
42115      Branch: perl
42116            ! lib/ExtUtils/MM_Unix.pm
42117 ____________________________________________________________________________
42118 [  6722] By: jhi                                   on 2000/08/20  19:46:01
42119         Log: Update to CGI 2.72, from Lincoln Stein.
42120      Branch: perl
42121            ! lib/CGI.pm
42122 ____________________________________________________________________________
42123 [  6721] By: jhi                                   on 2000/08/20  19:43:54
42124         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
42125              From: Radu Greab <radu@netsoft.ro>
42126              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
42127              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
42128      Branch: perl
42129            ! ext/GDBM_File/GDBM_File.xs
42130 ____________________________________________________________________________
42131 [  6720] By: jhi                                   on 2000/08/20  19:42:01
42132         Log: pp_open() could pass an uninitialized filename down to do_open9().
42133      Branch: perl
42134            ! pp_sys.c
42135 ____________________________________________________________________________
42136 [  6719] By: jhi                                   on 2000/08/20  14:06:41
42137         Log: UTF8 concat fixes.
42138              
42139              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
42140              From: Hugo <hv@crypt.compulink.co.uk>
42141              Date: Sun, 20 Aug 2000 07:30:46 +0100
42142              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
42143      Branch: perl
42144            ! pp_hot.c t/op/append.t
42145 ____________________________________________________________________________
42146 [  6718] By: jhi                                   on 2000/08/20  02:09:37
42147         Log: Let's try #6717 again.
42148      Branch: perl
42149            ! lib/File/Temp.pm
42150 ____________________________________________________________________________
42151 [  6717] By: jhi                                   on 2000/08/20  01:56:55
42152         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
42153              From: "Craig A. Berry" <craig.berry@metamorgs.com>
42154              Date: Sat, 19 Aug 2000 18:15:39 -0500
42155              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
42156      Branch: perl
42157            ! lib/File/Temp.pm
42158 ____________________________________________________________________________
42159 [  6716] By: jhi                                   on 2000/08/19  15:50:11
42160         Log: Update Changes.
42161      Branch: perl
42162            ! Changes patchlevel.h
42163 ____________________________________________________________________________
42164 [  6715] By: jhi                                   on 2000/08/19  15:39:09
42165         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
42166              From: Jonathan D Johnston <jdjohnston2@juno.com>
42167              Date: Thu, 17 Aug 2000 23:13:01 -0400       
42168              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
42169      Branch: perl
42170            ! pod/perlfunc.pod
42171 ____________________________________________________________________________
42172 [  6714] By: jhi                                   on 2000/08/19  15:34:04
42173         Log: Introduce a 'veryclean' target that is like 'distclean'
42174              but also removes *~ and *.orig.
42175      Branch: perl
42176            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
42177            ! utils/Makefile x2p/Makefile.SH
42178 ____________________________________________________________________________
42179 [  6713] By: jhi                                   on 2000/08/19  14:15:45
42180         Log: Put back the long double avoidance code to POSIX.xs
42181              because VMS seems to need it still.
42182      Branch: perl
42183            ! ext/POSIX/POSIX.xs
42184 ____________________________________________________________________________
42185 [  6712] By: jhi                                   on 2000/08/19  14:10:41
42186         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
42187              From: Peter Prymmer <pvhp@forte.com>
42188              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
42189              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
42190      Branch: perl
42191            ! lib/Pod/Find.pm t/pod/find.t
42192 ____________________________________________________________________________
42193 [  6711] By: jhi                                   on 2000/08/19  14:09:19
42194         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
42195              From: Peter Prymmer <pvhp@forte.com>
42196              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
42197              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
42198              cc: vmsperl@perl.org
42199      Branch: perl
42200            ! t/lib/peek.t
42201 ____________________________________________________________________________
42202 [  6710] By: jhi                                   on 2000/08/19  14:08:01
42203         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
42204              From: Jan Dubois <jand@ActiveState.com>
42205              Date: Fri, 18 Aug 2000 16:31:48 -0700
42206              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
42207      Branch: perl
42208            ! win32/win32.c
42209 ____________________________________________________________________________
42210 [  6709] By: jhi                                   on 2000/08/19  14:06:57
42211         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
42212              
42213              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
42214              From: Spider.Boardman@Orb.Nashua.NH.US
42215              Date: Fri, 18 Aug 2000 18:41:14 -0400
42216              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
42217      Branch: perl
42218            ! regcomp.c
42219 ____________________________________________________________________________
42220 [  6708] By: jhi                                   on 2000/08/18  22:04:49
42221         Log: Update Changes.
42222      Branch: perl
42223            ! Changes patchlevel.h
42224 ____________________________________________________________________________
42225 [  6707] By: jhi                                   on 2000/08/18  21:55:14
42226         Log: Add warnif(), check warnings further up the stack,
42227              all the warnings functions now can take an optional object reference.
42228              
42229              Subject: [PATCH bleedperl@6691] warnings pragma update
42230              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42231              Date: Fri, 18 Aug 2000 22:42:06 +0100
42232              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
42233      Branch: perl
42234            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
42235            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
42236            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
42237 ____________________________________________________________________________
42238 [  6706] By: jhi                                   on 2000/08/18  21:41:45
42239         Log: Typo in pp_complement().
42240              
42241              Subject: [PATCH perl-current] Deparse
42242              From: Peter Scott <Peter@PSDT.com>
42243              Date: Fri, 18 Aug 2000 12:44:37 -0700
42244              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
42245      Branch: perl
42246            ! ext/B/B/Deparse.pm
42247 ____________________________________________________________________________
42248 [  6705] By: jhi                                   on 2000/08/18  21:25:59
42249         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
42250              From: Jan Dubois <jand@ActiveState.com>
42251              Date: Fri, 18 Aug 2000 14:22:51 -0700
42252              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
42253      Branch: perl
42254            ! lib/Win32.pod win32/win32.c
42255 ____________________________________________________________________________
42256 [  6704] By: jhi                                   on 2000/08/18  21:16:14
42257         Log: Don't eat leading os from index entries.
42258              
42259              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
42260              From: Russ Allbery <rra@stanford.edu>
42261              Date: 10 Aug 2000 20:49:25 -0700
42262              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
42263      Branch: perl
42264            ! lib/Pod/Man.pm
42265 ____________________________________________________________________________
42266 [  6703] By: jhi                                   on 2000/08/18  21:07:06
42267         Log: Add [[:blank:]] as suggested in
42268              
42269              Subject: [ID 20000716.024] [=cc=] / [:blank:]
42270              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
42271              Date: Sun, 16 Jul 2000 17:55:29 -0700
42272              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
42273              
42274              (the [=cc=] has already been taken care of by #6439
42275              so the whole bug report can be closed)
42276              
42277              and make [[:space:]] to be equivalent to isspace(3)
42278              (as opposed to \s, which is isSPACE()).  The difference
42279              is that now [[:space:]] matches the mythical vertical tab,
42280              while \s doesn't.
42281      Branch: perl
42282            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
42283            ! regexec.c t/op/pat.t
42284 ____________________________________________________________________________
42285 [  6702] By: jhi                                   on 2000/08/18  18:47:47
42286         Log: The new tests were missing from #6415.
42287      Branch: perl
42288            ! t/op/bop.t
42289 ____________________________________________________________________________
42290 [  6701] By: jhi                                   on 2000/08/18  18:20:40
42291         Log: Document the NDBM_File and ODBM_File as SDBM_File
42292              was documented in #6417.
42293      Branch: perl
42294            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
42295            ! ext/SDBM_File/SDBM_File.pm
42296 ____________________________________________________________________________
42297 [  6700] By: jhi                                   on 2000/08/18  18:10:39
42298         Log: Subject: [PATCH perl@6698] cygwin port
42299              From: "Fifer, Eric" <EFifer@sanwaint.com>
42300              Date: Fri, 18 Aug 2000 17:30:05 +0100
42301              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
42302      Branch: perl
42303            ! lib/File/Temp.pm
42304 ____________________________________________________________________________
42305 [  6699] By: jhi                                   on 2000/08/18  16:21:49
42306         Log: Document code point which makes if (defined %stash::) to work
42307              (noted by Spider Boardman).
42308      Branch: perl
42309            ! op.c
42310 ____________________________________________________________________________
42311 [  6698] By: jhi                                   on 2000/08/18  13:43:27
42312         Log: Update Changes.
42313      Branch: perl
42314            ! Changes patchlevel.h
42315 ____________________________________________________________________________
42316 [  6697] By: jhi                                   on 2000/08/18  13:35:57
42317         Log: Tiny Getopt::Long patch from Johan Vromans.
42318      Branch: perl
42319            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
42320 ____________________________________________________________________________
42321 [  6696] By: jhi                                   on 2000/08/18  13:26:14
42322         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
42323              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
42324              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
42325              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
42326      Branch: perl
42327            ! pod/perldiag.pod pod/perlsyn.pod
42328 ____________________________________________________________________________
42329 [  6695] By: jhi                                   on 2000/08/18  13:13:26
42330         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
42331              From: Daniel Chetlin <daniel@chetlin.com>
42332              Date: Fri, 18 Aug 2000 03:13:36 -0700
42333              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
42334      Branch: perl
42335            ! pod/perlfunc.pod
42336 ____________________________________________________________________________
42337 [  6694] By: jhi                                   on 2000/08/18  13:08:05
42338         Log: Subject: [PATCH] perltrap.pod spring cleaning
42339              From: Daniel Chetlin <daniel@chetlin.com>
42340              Date: Fri, 18 Aug 2000 03:06:54 -0700
42341              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
42342              
42343              plus Mike Guy's nitfix.
42344      Branch: perl
42345            ! pod/perltrap.pod
42346 ____________________________________________________________________________
42347 [  6693] By: jhi                                   on 2000/08/18  13:00:26
42348         Log: Unbuffer the output.
42349              
42350              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
42351              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42352              Date: Thu, 17 Aug 2000 18:39:29 -0700
42353              Message-ID: <RPJn5gzkgydf092yn@efn.org>
42354      Branch: perl
42355            ! t/op/fork.t
42356 ____________________________________________________________________________
42357 [  6692] By: jhi                                   on 2000/08/18  05:19:17
42358         Log: Delete the image, too, not just its MANIFEStation.
42359      Branch: perl
42360            - lib/CGI/eg/wilogo.gif
42361 ____________________________________________________________________________
42362 [  6691] By: jhi                                   on 2000/08/18  05:10:26
42363         Log: Propagate new Configure vars.
42364      Branch: perl
42365            ! configure.com epoc/config.sh uconfig.h uconfig.sh
42366            ! vos/config.def vos/config.h vos/config_h.SH_orig
42367            ! win32/config.bc win32/config.gc win32/config.vc
42368            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42369 ____________________________________________________________________________
42370 [  6690] By: jhi                                   on 2000/08/18  04:30:56
42371         Log: Update Changes.
42372      Branch: perl
42373            ! Changes patchlevel.h
42374 ____________________________________________________________________________
42375 [  6689] By: jhi                                   on 2000/08/18  04:12:30
42376         Log: Fix the lib/complex failure of
42377              
42378              From: abigail@foad.org
42379              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
42380              Date: 15 Aug 2000 04:06:38 -0000
42381              Message-Id: <20000815040638.8524.qmail@foad.org> 
42382              
42383              Linux long double accuracy issue: something that
42384              when printed with %g looks like "2" but int() of it is 1.
42385      Branch: perl
42386            ! lib/Math/Complex.pm
42387 ____________________________________________________________________________
42388 [  6688] By: jhi                                   on 2000/08/18  03:15:35
42389         Log: The byteorder code in #6671 was wrong.
42390      Branch: perl
42391            ! configpm
42392 ____________________________________________________________________________
42393 [  6687] By: jhi                                   on 2000/08/18  02:08:42
42394         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
42395              From: Jan Dubois <jand@ActiveState.com>
42396              Date: Thu, 17 Aug 2000 18:31:55 -0700
42397              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
42398      Branch: perl
42399            ! sv.c
42400 ____________________________________________________________________________
42401 [  6686] By: jhi                                   on 2000/08/18  02:04:15
42402         Log: Use NVs in POSIX math, not doubles.
42403              
42404              From: abigail@foad.org
42405              Subject: [ID 20000817.014] POSIX & modfl
42406              Date: 17 Aug 2000 20:49:18 -0000
42407              Message-Id: <20000817204918.23123.qmail@foad.org>
42408      Branch: perl
42409            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
42410 ____________________________________________________________________________
42411 [  6685] By: jhi                                   on 2000/08/18  02:02:12
42412         Log: Introduce NVef, NVff, and NVgf, use the middle one.
42413              (helps for lib/peek + Linux + long doubles)  Reported in
42414              
42415              From: abigail@foad.org
42416              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
42417              Date: 15 Aug 2000 04:06:38 -0000
42418              Message-Id: <20000815040638.8524.qmail@foad.org> 
42419              
42420              (note: the lib/complex failure has not yet been addressed)
42421      Branch: metaconfig/U/perl
42422            ! perlxvf.U
42423      Branch: perl
42424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42425            ! config_h.SH dump.c perl.h pod/perlguts.pod
42426 ____________________________________________________________________________
42427 [  6684] By: jhi                                   on 2000/08/17  23:22:19
42428         Log: Add byteorder to the myconfig output.
42429      Branch: perl
42430            ! myconfig.SH
42431 ____________________________________________________________________________
42432 [  6683] By: jhi                                   on 2000/08/17  23:20:19
42433         Log: The image doth not exist, spotted by Johan Vromans.
42434      Branch: perl
42435            ! MANIFEST
42436 ____________________________________________________________________________
42437 [  6682] By: jhi                                   on 2000/08/17  22:38:16
42438         Log: Document what the backtick returns if the command fails.
42439      Branch: perl
42440            ! pod/perlop.pod
42441 ____________________________________________________________________________
42442 [  6681] By: jhi                                   on 2000/08/17  22:33:12
42443         Log: Do not use prototyping here.
42444              
42445              Subject: [ID 20000817.016] [PATCH] Peek.xs
42446              From: abigail@foad.org
42447              Date: 17 Aug 2000 20:55:56 -0000
42448              Message-Id: <20000817205556.24270.qmail@foad.org>
42449      Branch: perl
42450            ! ext/Devel/Peek/Makefile.PL
42451 ____________________________________________________________________________
42452 [  6680] By: jhi                                   on 2000/08/17  19:46:43
42453         Log: Don't propose using modules built for 5.005 if no binary
42454              compatibility with 5.005 is attempted.
42455              
42456              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42457              Subject: Minor nit with 5.7.0 (6655)
42458              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
42459              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
42460      Branch: metaconfig
42461            ! U/installdirs/inc_version_list.U
42462      Branch: perl
42463            ! Configure config_h.SH
42464 ____________________________________________________________________________
42465 [  6679] By: jhi                                   on 2000/08/17  19:16:39
42466         Log: Microperl config update.
42467      Branch: perl
42468            ! uconfig.h uconfig.sh
42469 ____________________________________________________________________________
42470 [  6678] By: jhi                                   on 2000/08/17  19:16:13
42471         Log: The #6648 wasn't protective enough for limited platforms
42472              (like microperl).
42473      Branch: perl
42474            ! dump.c sv.c
42475 ____________________________________________________________________________
42476 [  6677] By: jhi                                   on 2000/08/17  14:46:35
42477         Log: Update Changes.
42478      Branch: perl
42479            ! Changes patchlevel.h
42480 ____________________________________________________________________________
42481 [  6676] By: jhi                                   on 2000/08/17  14:44:02
42482         Log: Add perlebcdic from Peter Prymmer, regen toc.
42483      Branch: perl
42484            + pod/perlebcdic.pod
42485            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42486 ____________________________________________________________________________
42487 [  6675] By: jhi                                   on 2000/08/17  14:41:52
42488         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
42489      Branch: perl
42490            ! pod/perldebtut.pod
42491 ____________________________________________________________________________
42492 [  6674] By: jhi                                   on 2000/08/17  14:29:43
42493         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
42494              
42495              Subject: [ID 20000724.006] -DLEAKTEST problem
42496              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
42497              Date: Tue, 25 Jul 2000 00:36:32 -0500
42498              Message-Id: <20000725003632.A26186@www.llamacom.com>
42499              
42500              Reminder sent
42501              
42502              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
42503              From: Hugo <hv@crypt.compulink.co.uk>
42504              Date: Thu, 17 Aug 2000 15:23:42 +0100
42505              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
42506      Branch: perl
42507            ! util.c
42508 ____________________________________________________________________________
42509 [  6673] By: jhi                                   on 2000/08/17  04:07:10
42510         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
42511              From: John Peacock <JPeacock@UnivPress.com>
42512              Date: Tue, 01 Aug 2000 09:38:12 -0400
42513              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
42514      Branch: perl
42515            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
42516 ____________________________________________________________________________
42517 [  6672] By: jhi                                   on 2000/08/17  03:04:35
42518         Log: Subject: [PATCH] Cwd.pm now uses strict
42519              From: Tim Jenness <timj@jach.hawaii.edu>
42520              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
42521              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
42522      Branch: perl
42523            ! lib/Cwd.pm
42524 ____________________________________________________________________________
42525 [  6671] By: jhi                                   on 2000/08/17  02:16:35
42526         Log: Make $Config{byteorder} more magical so that it is
42527              dynamically computed: nice for 'fat binaries'.
42528              
42529              Subject: [PATCH]: default byteorder
42530              From: Wilfredo Sánchez <wsanchez@apple.com>
42531              Date: Mon, 31 Jul 2000 19:45:31 -0700
42532              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
42533      Branch: perl
42534            ! configpm
42535 ____________________________________________________________________________
42536 [  6670] By: gsar                                  on 2000/08/17  01:22:21
42537         Log: move WNOHANG definition to where other such things are
42538      Branch: perl
42539            ! win32/win32.h
42540 ____________________________________________________________________________
42541 [  6669] By: jhi                                   on 2000/08/17  01:19:17
42542         Log: Update Changes.
42543      Branch: perl
42544            ! Changes patchlevel.h
42545 ____________________________________________________________________________
42546 [  6668] By: jhi                                   on 2000/08/17  01:16:29
42547         Log: Doc nits spotted by Richard Soderberg.
42548      Branch: perl
42549            ! README.posix-bc README.vmesa
42550 ____________________________________________________________________________
42551 [  6667] By: jhi                                   on 2000/08/17  01:12:11
42552         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
42553              From: "Casey R. Tweten" <crt@kiski.net>
42554              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
42555              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
42556      Branch: perl
42557            ! pod/perldebtut.pod
42558 ____________________________________________________________________________
42559 [  6666] By: jhi                                   on 2000/08/17  01:09:31
42560         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
42561              From: "Casey R. Tweten" <crt@kiski.net>
42562              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
42563              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
42564      Branch: perl
42565            ! lib/Shell.pm
42566 ____________________________________________________________________________
42567 [  6665] By: gsar                                  on 2000/08/17  01:03:52
42568         Log: add "ok" targets from change#6632 in makefile.mk
42569      Branch: perl
42570            ! pod/perlport.pod win32/Makefile win32/makefile.mk
42571 ____________________________________________________________________________
42572 [  6664] By: gsar                                  on 2000/08/17  00:56:11
42573         Log: avoid warnings from dense compiler
42574      Branch: perl
42575            ! win32/win32.c
42576 ____________________________________________________________________________
42577 [  6663] By: jhi                                   on 2000/08/17  00:51:49
42578         Log: Tweak the regex compilation errors once more.
42579      Branch: perl
42580            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
42581            ! t/op/regmesg.t t/pragma/warn/regcomp
42582 ____________________________________________________________________________
42583 [  6662] By: gsar                                  on 2000/08/17  00:28:19
42584         Log: trailing new %ENV entries weren't being pushed into the real
42585              environment of subprocesses on Windows
42586      Branch: perl
42587            ! t/op/magic.t win32/perlhost.h
42588 ____________________________________________________________________________
42589 [  6661] By: gsar                                  on 2000/08/17  00:19:20
42590         Log: waitpid() now handles externally spawned pids correctly;
42591              fixes for backtick/wait/waitpid failures on Windows 9x
42592              
42593              these changes make the pid returned by process functions on
42594              Windows 9x always positive by clearing the high bit (which
42595              is always set on Win9x); pseudo-process PIDs are likewise
42596              always negative now on Win9x (just as on NT/2000)
42597      Branch: perl
42598            ! pp_sys.c win32/perlhost.h win32/win32.c
42599 ____________________________________________________________________________
42600 [  6660] By: jhi                                   on 2000/08/17  00:04:32
42601         Log: Retract #6645.
42602      Branch: perl
42603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42604            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
42605            ! t/op/sprintf.t
42606 ____________________________________________________________________________
42607 [  6659] By: gsar                                  on 2000/08/16  23:59:28
42608         Log: on windows, the return values from wait() and waitpid() don't
42609              match those of pseudo-pids
42610      Branch: perl
42611            ! pp_sys.c t/op/fork.t util.c win32/win32.c
42612 ____________________________________________________________________________
42613 [  6658] By: gsar                                  on 2000/08/16  23:56:14
42614         Log: pod nit seen in passing
42615      Branch: perl
42616            ! pod/perlfunc.pod
42617 ____________________________________________________________________________
42618 [  6657] By: gsar                                  on 2000/08/16  23:53:42
42619         Log: change#6328 could make close(SOCKET) return false on windows
42620              when it shouldn't
42621      Branch: perl
42622            ! win32/win32sck.c
42623 ____________________________________________________________________________
42624 [  6656] By: gsar                                  on 2000/08/16  23:46:57
42625         Log: check that the number pseudo children doesn't exceed
42626              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
42627              the WaitForMultipleObjects() limit that would cause wait()
42628              to crash)
42629              
42630              wait() and waitpid() could potentially be rewritten to use
42631              more than one thread to do the waiting to eliminate this
42632              limitation
42633      Branch: perl
42634            ! win32/perlhost.h
42635 ____________________________________________________________________________
42636 [  6655] By: jhi                                   on 2000/08/16  14:11:05
42637         Log: Update Changes.
42638      Branch: perl
42639            ! Changes patchlevel.h
42640 ____________________________________________________________________________
42641 [  6654] By: jhi                                   on 2000/08/16  14:10:12
42642         Log: Update to perldebtut 1.9, from Richard Foley.
42643      Branch: perl
42644            ! pod/perldebtut.pod
42645 ____________________________________________________________________________
42646 [  6653] By: jhi                                   on 2000/08/16  14:08:17
42647         Log: Change the regx compilation error markers to use = instead of <
42648              since pod makes using the latter quite messy.  Reported in
42649              ID 20000814.006 by Abigail and in
42650              Subject: Unknown escape E<> ?
42651              From: Lupe Christoph <lupe@lupe-christoph.de>
42652              Date: Fri, 11 Aug 2000 00:30:27 +0200
42653              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
42654      Branch: perl
42655            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
42656            ! t/op/regmesg.t t/pragma/warn/regcomp
42657 ____________________________________________________________________________
42658 [  6652] By: jhi                                   on 2000/08/16  13:25:31
42659         Log: Change the perlbug address to perl.org since it's more forgiving.
42660              
42661              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
42662              From: abigail@foad.org
42663              Date: 15 Aug 2000 04:15:40 -0000
42664              Message-Id: <20000815041540.8633.qmail@foad.org>
42665      Branch: perl
42666            ! utils/perlbug.PL
42667 ____________________________________________________________________________
42668 [  6651] By: jhi                                   on 2000/08/16  13:22:35
42669         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
42670              From: Tim Jenness <timj@jach.hawaii.edu>
42671              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
42672              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
42673      Branch: perl
42674            ! lib/Cwd.pm
42675 ____________________________________________________________________________
42676 [  6650] By: jhi                                   on 2000/08/16  13:18:13
42677         Log: Update to CPAN 1.57.
42678              
42679              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
42680              From: andreas.koenig@anima.de (Andreas J. Koenig)
42681              Date: 16 Aug 2000 15:09:46 +0200
42682              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
42683      Branch: perl
42684            ! lib/CPAN.pm
42685 ____________________________________________________________________________
42686 [  6649] By: jhi                                   on 2000/08/16  13:12:31
42687         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
42688              From: "Larry W. Virden" <lvirden@cas.org>
42689              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
42690              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
42691      Branch: perl
42692            ! README.hpux
42693 ____________________________________________________________________________
42694 [  6648] By: jhi                                   on 2000/08/16  13:03:53
42695         Log: The numeric locale was reset to "C" by s?printf and never restored.
42696              
42697              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42698              From: Christian Kirsch <ck@held.mind.de>
42699              Date: Wed, 9 Aug 2000 17:05:17 +0200
42700              Message-Id: <20000809170517.A25389@held>
42701              
42702              No test since adding the failing example to locale.t
42703              does not fail -- probably because the locale settings are so
42704              thoroughly tweaked by that time.  Running the example standalone
42705              does fail, though.  UPDATE: test case added at change #7540.
42706      Branch: perl
42707            ! dump.c perl.h pp.c pp_ctl.c sv.c
42708 ____________________________________________________________________________
42709 [  6647] By: jhi                                   on 2000/08/16  00:07:54
42710         Log: Update Changes and test semi-automatic patchlevel updating.
42711      Branch: perl
42712            ! Changes patchlevel.h
42713 ____________________________________________________________________________
42714 [  6646] By: jhi                                   on 2000/08/15  23:35:07
42715         Log: Fix a dependency problem.
42716              
42717              Subject: [PATCH: 6640] VMS Makefile.SH update
42718              From: Peter Prymmer <pvhp@forte.com>
42719              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
42720              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
42721      Branch: perl
42722            ! vms/descrip_mms.template
42723 ____________________________________________________________________________
42724 [  6645] By: jhi                                   on 2000/08/15  23:33:23
42725         Log: (Retracted by #6660)
42726              
42727              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
42728              From: Dominic Dunlop <domo@computer.org>
42729              Date: Tue, 15 Aug 2000 22:20:52 +0200
42730              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
42731      Branch: metaconfig/U/perl
42732            + d_printfed.U
42733      Branch: perl
42734            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42735            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
42736            ! t/op/sprintf.t
42737 ____________________________________________________________________________
42738 [  6644] By: jhi                                   on 2000/08/15  21:17:20
42739         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
42740              From: abigail@foad.org
42741              Date: 15 Aug 2000 20:12:41 -0000
42742              Message-Id: <20000815201241.25556.qmail@foad.org>
42743      Branch: perl
42744            ! INSTALL
42745 ____________________________________________________________________________
42746 [  6643] By: jhi                                   on 2000/08/15  21:15:28
42747         Log: (an already applied patch)
42748      Branch: perl
42749            ! lib/CGI.pm
42750 ____________________________________________________________________________
42751 [  6642] By: gsar                                  on 2000/08/15  19:54:05
42752         Log: magic callbacks all need to have same type signature
42753      Branch: perl
42754            ! embed.pl mg.c proto.h
42755 ____________________________________________________________________________
42756 [  6641] By: jhi                                   on 2000/08/15  17:56:27
42757         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)
42758              From: Mike Guy <mjtg@cam.ac.uk>
42759              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
42760              Date: Tue, 15 Aug 2000 18:26:45 +0100
42761              
42762              Only the peek.t part applied, not the hash quality part.
42763      Branch: perl
42764            ! t/lib/peek.t
42765 ____________________________________________________________________________
42766 [  6640] By: jhi                                   on 2000/08/15  16:37:37
42767         Log: Update Changes.
42768      Branch: perl
42769            ! Changes
42770 ____________________________________________________________________________
42771 [  6639] By: jhi                                   on 2000/08/15  16:34:55
42772         Log: Missed a file from #6638.
42773      Branch: perl
42774            ! lib/File/Temp.pm
42775 ____________________________________________________________________________
42776 [  6638] By: jhi                                   on 2000/08/15  16:33:19
42777         Log: Subject: [PATCH perl@6620] cygwin port
42778              From: "Fifer, Eric" <EFifer@sanwaint.com>
42779              Date: Tue, 15 Aug 2000 17:00:49 +0100
42780              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
42781      Branch: perl
42782            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
42783 ____________________________________________________________________________
42784 [  6637] By: jhi                                   on 2000/08/15  16:29:22
42785         Log: Subject: [PATCH] debugger exit code should reflect user exit code
42786              From: Mike Guy <mjtg@cam.ac.uk>
42787              Date: Tue, 15 Aug 2000 16:55:59 +0100
42788              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
42789      Branch: perl
42790            ! lib/perl5db.pl
42791 ____________________________________________________________________________
42792 [  6636] By: jhi                                   on 2000/08/15  15:30:58
42793         Log: Update Changes.
42794      Branch: perl
42795            ! Changes
42796 ____________________________________________________________________________
42797 [  6635] By: jhi                                   on 2000/08/15  15:27:21
42798         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
42799      Branch: metaconfig
42800            ! U/mkglossary U/mksample
42801      Branch: metaconfig/U/perl
42802            ! Devel.U
42803      Branch: perl
42804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42805 ____________________________________________________________________________
42806 [  6634] By: jhi                                   on 2000/08/15  14:11:55
42807         Log: Don't blow limited stacks, a lower number is enough to
42808              tickle the lookbehind limit.
42809              
42810              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
42811              From: Dominic Dunlop <domo@computer.org>
42812              Date: Tue, 15 Aug 2000 13:51:24 +0200
42813              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
42814      Branch: perl
42815            ! t/op/regmesg.t
42816 ____________________________________________________________________________
42817 [  6633] By: jhi                                   on 2000/08/15  14:01:46
42818         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
42819              From: Mike Guy <mjtg@cam.ac.uk>
42820              Date: Tue, 15 Aug 2000 12:10:50 +0100
42821              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
42822      Branch: perl
42823            ! utils/perldoc.PL
42824 ____________________________________________________________________________
42825 [  6632] By: jhi                                   on 2000/08/15  13:58:48
42826         Log: make ok etc also for win32.
42827              
42828              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
42829              From: Prymmer/Kahn <pvhp@best.com>
42830              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
42831              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
42832      Branch: perl
42833            ! win32/Makefile
42834 ____________________________________________________________________________
42835 [  6631] By: jhi                                   on 2000/08/15  13:45:03
42836         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
42837      Branch: perl
42838            ! lib/Test.pm
42839 ____________________________________________________________________________
42840 [  6630] By: jhi                                   on 2000/08/15  03:25:09
42841         Log: Update Changes.
42842      Branch: perl
42843            ! Changes
42844 ____________________________________________________________________________
42845 [  6629] By: jhi                                   on 2000/08/15  03:23:53
42846         Log: magic_regdatum_set() is void, not int.
42847      Branch: perl
42848            ! embed.pl mg.c proto.h
42849 ____________________________________________________________________________
42850 [  6628] By: jhi                                   on 2000/08/15  03:08:02
42851         Log: Make the user to give up his firstborn, err, to knowingly
42852              verify installing an unstable developer release.  Also bump
42853              the release to 5.7.0, but leave a patch tag in the local
42854              patches saying that this is not yet the real thing.
42855      Branch: metaconfig
42856            ! U/modified/Instruct.U
42857      Branch: metaconfig/U/perl
42858            + Devel.U
42859      Branch: perl
42860            ! Configure patchlevel.h
42861 ____________________________________________________________________________
42862 [  6627] By: jhi                                   on 2000/08/14  22:32:52
42863         Log: README.os2 update.
42864              
42865              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
42866              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42867              Date: Wed, 02 Aug 2000 21:55:09 -0700
42868              Message-ID: <tsPi5gzkgegX092yn@efn.org>
42869      Branch: perl
42870            ! README.os2
42871 ____________________________________________________________________________
42872 [  6626] By: jhi                                   on 2000/08/14  21:00:02
42873         Log: Subject: Re: File::Temp problems on VMS in bleedperl
42874              From: Tim Jenness <timj@jach.hawaii.edu>
42875              cc: vmsperl@perl.org
42876              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
42877              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
42878      Branch: perl
42879            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
42880 ____________________________________________________________________________
42881 [  6625] By: jhi                                   on 2000/08/14  20:52:16
42882         Log: Add SUIDMAIL as was done for the CERT alert.
42883      Branch: perl
42884            ! patchlevel.h
42885 ____________________________________________________________________________
42886 [  6624] By: jhi                                   on 2000/08/14  20:48:50
42887         Log: Subject: sfio2000
42888              From: Daniel Muino <dmuino@afip.gov.ar>
42889              Date: Mon, 14 Aug 2000 16:58:11 -0300
42890              Message-ID: <20000814165811.B16368@con2-dgi>
42891      Branch: perl
42892            ! perlsdio.h perlsfio.h
42893 ____________________________________________________________________________
42894 [  6623] By: jhi                                   on 2000/08/14  20:47:36
42895         Log: Subject: warning: storage class after type is obsolescent
42896              From: Daniel Muino <dmuino@afip.gov.ar>
42897              Date: Mon, 14 Aug 2000 16:42:47 -0300
42898              Message-ID: <20000814164247.A16368@con2-dgi>
42899      Branch: perl
42900            ! regcomp.pl regnodes.h
42901 ____________________________________________________________________________
42902 [  6622] By: jhi                                   on 2000/08/14  20:43:05
42903         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
42904              From: abigail@foad.org
42905              Date: 14 Aug 2000 20:00:10 -0000
42906              Message-Id: <20000814200010.27271.qmail@foad.org>
42907      Branch: perl
42908            ! Changes
42909 ____________________________________________________________________________
42910 [  6621] By: jhi                                   on 2000/08/14  15:23:05
42911         Log: Update Changes.
42912      Branch: perl
42913            ! Changes
42914 ____________________________________________________________________________
42915 [  6620] By: jhi                                   on 2000/08/14  15:22:14
42916         Log: Subject: Re: [PATCH] @+, @- readonly
42917              From: Mike Guy <mjtg@cam.ac.uk>
42918              Date: Mon, 14 Aug 2000 15:26:55 +0100
42919              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
42920      Branch: perl
42921            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
42922            ! sv.c t/op/pat.t
42923 ____________________________________________________________________________
42924 [  6619] By: jhi                                   on 2000/08/14  14:12:08
42925         Log: Update Changes.
42926      Branch: perl
42927            ! Changes
42928 ____________________________________________________________________________
42929 [  6618] By: jhi                                   on 2000/08/14  14:09:34
42930         Log: For now remove the mail code.
42931      Branch: perl
42932            ! perl.c
42933 ____________________________________________________________________________
42934 [  6617] By: jhi                                   on 2000/08/14  14:08:28
42935         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
42936      Branch: perl
42937            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
42938            ! pod/perlfaq8.pod pod/perlsec.pod
42939 ____________________________________________________________________________
42940 [  6616] By: jhi                                   on 2000/08/14  14:00:11
42941         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42942              From: Mike Guy <mjtg@cam.ac.uk>
42943              Date: Mon, 14 Aug 2000 08:26:02 +0100
42944              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
42945      Branch: perl
42946            ! lib/perl5db.pl
42947 ____________________________________________________________________________
42948 [  6615] By: jhi                                   on 2000/08/14  13:58:45
42949         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
42950              From: Mike Guy <mjtg@cam.ac.uk>
42951              Date: Mon, 14 Aug 2000 08:04:22 +0100
42952              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
42953      Branch: perl
42954            ! gv.c mg.c t/op/pat.t
42955 ____________________________________________________________________________
42956 [  6614] By: jhi                                   on 2000/08/14  13:56:45
42957         Log: Subject: Test fails / warnings with perl-current #6612
42958              From: Mike Guy <mjtg@cam.ac.uk>
42959              Date: Mon, 14 Aug 2000 07:57:23 +0100
42960              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
42961      Branch: perl
42962            ! t/lib/b.t t/lib/peek.t
42963 ____________________________________________________________________________
42964 [  6613] By: jhi                                   on 2000/08/14  13:45:33
42965         Log: VMS configure.com update continues.
42966      Branch: perl
42967            - vms/configure.com
42968            ! MANIFEST configure.com
42969 ____________________________________________________________________________
42970 [  6612] By: jhi                                   on 2000/08/13  22:13:35
42971         Log: Update Changes.
42972      Branch: perl
42973            ! Changes
42974 ____________________________________________________________________________
42975 [  6611] By: jhi                                   on 2000/08/13  16:21:45
42976         Log: Upgrade to CGI 2.71, from Lincoln Stein.
42977      Branch: perl
42978            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
42979 ____________________________________________________________________________
42980 [  6610] By: jhi                                   on 2000/08/13  15:09:16
42981         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
42982              From: Mike Guy <mjtg@cam.ac.uk>
42983              Date: Sun, 13 Aug 2000 13:45:51 +0100
42984              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
42985      Branch: perl
42986            ! t/op/regmesg.t
42987 ____________________________________________________________________________
42988 [  6609] By: jhi                                   on 2000/08/13  14:31:26
42989         Log: Andreas says that 1.56 is fine, so reverting back to it.
42990      Branch: perl
42991            ! lib/CPAN.pm
42992 ____________________________________________________________________________
42993 [  6608] By: jhi                                   on 2000/08/13  05:34:20
42994         Log: Update Changes.
42995      Branch: perl
42996            ! Changes
42997 ____________________________________________________________________________
42998 [  6607] By: jhi                                   on 2000/08/13  05:32:01
42999         Log: Put back the \z changes of #5406 to CPAN.pm.
43000      Branch: perl
43001            ! lib/CPAN.pm
43002 ____________________________________________________________________________
43003 [  6606] By: jhi                                   on 2000/08/13  05:20:16
43004         Log: Fix-n-skip the tests under 5005threads.
43005      Branch: perl
43006            ! t/lib/b.t
43007 ____________________________________________________________________________
43008 [  6605] By: jhi                                   on 2000/08/13  05:07:48
43009         Log: Fix the test for 5005threads.
43010      Branch: perl
43011            ! t/lib/peek.t
43012 ____________________________________________________________________________
43013 [  6604] By: jhi                                   on 2000/08/13  03:35:37
43014         Log: Should have deleted this in #6603.
43015      Branch: perl
43016            - vms/subconfigure.com
43017 ____________________________________________________________________________
43018 [  6603] By: jhi                                   on 2000/08/12  18:29:32
43019         Log: Rewrite of vms/subconfigure.com as configure.com,
43020              from Peter Prymmer and the vmsperl crew.
43021      Branch: perl
43022            + vms/configure.com
43023            ! MANIFEST
43024 ____________________________________________________________________________
43025 [  6602] By: jhi                                   on 2000/08/11  13:00:01
43026         Log: PlainText.pm is dead.
43027      Branch: perl
43028            - lib/Pod/PlainText.pm
43029            ! MANIFEST
43030 ____________________________________________________________________________
43031 [  6601] By: jhi                                   on 2000/08/11  04:06:45
43032         Log: Update Changes.
43033      Branch: perl
43034            ! Changes
43035 ____________________________________________________________________________
43036 [  6600] By: jhi                                   on 2000/08/11  04:06:10
43037         Log: Add a few missing files, update MANIFEST.
43038      Branch: perl
43039            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
43040            + lib/Pod/PlainText.pm t/pod/find.t
43041            ! MANIFEST t/op/regmesg.t
43042 ____________________________________________________________________________
43043 [  6599] By: jhi                                   on 2000/08/11  03:31:10
43044         Log: Add Perl debugging tutorial, regen toc. 
43045              
43046              Subject: perldebtut.pod
43047              From: Richard Foley <Richard.Foley@m.dasa.de>
43048              Date: Wed, 09 Aug 2000 10:17:15 +0200
43049              Message-id: <3991138B.262247B8@m.dasa.de>
43050      Branch: perl
43051            + pod/perldebtut.pod
43052            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43053 ____________________________________________________________________________
43054 [  6598] By: jhi                                   on 2000/08/11  02:48:56
43055         Log: tiny Changes edit
43056      Branch: perl
43057            ! Changes
43058 ____________________________________________________________________________
43059 [  6597] By: jhi                                   on 2000/08/11  02:39:04
43060         Log: Tests for #6589.
43061              
43062              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
43063              From: simon@brecon.co.uk (Simon Cozens)
43064              Date: 11 Aug 2000 02:24:52 GMT
43065              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
43066      Branch: perl
43067            ! t/lib/b.t
43068 ____________________________________________________________________________
43069 [  6596] By: jhi                                   on 2000/08/11  01:50:07
43070         Log: Update Changes.
43071      Branch: perl
43072            ! Changes
43073 ____________________________________________________________________________
43074 [  6595] By: jhi                                   on 2000/08/11  01:47:16
43075         Log: nitfix
43076      Branch: perl
43077            ! Changes
43078 ____________________________________________________________________________
43079 [  6594] By: jhi                                   on 2000/08/11  01:36:16
43080         Log: Subject: Getting perlio and threads to compile
43081              From: Lupe Christoph <lupe@lupe-christoph.de>
43082              Date: Wed, 9 Aug 2000 11:35:54 +0200
43083              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
43084              
43085              (the Solaris version changes in Configure skipped)
43086      Branch: perl
43087            ! hints/solaris_2.sh thread.h
43088 ____________________________________________________________________________
43089 [  6593] By: jhi                                   on 2000/08/11  01:30:16
43090         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
43091              From: simon@brecon.co.uk (Simon Cozens)
43092              Date: 1 Aug 2000 06:55:19 GMT
43093              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
43094      Branch: perl
43095            ! lib/utf8.pm
43096 ____________________________________________________________________________
43097 [  6592] By: jhi                                   on 2000/08/11  01:26:39
43098         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
43099              From: Peter Scott <Peter@PeterScott.com>
43100              Date: Thu, 10 Aug 2000 08:23:27 -0700
43101              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
43102      Branch: perl
43103            ! lib/perl5db.pl
43104 ____________________________________________________________________________
43105 [  6591] By: jhi                                   on 2000/08/11  01:22:02
43106         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
43107              From: Hugo <hv@crypt.compulink.co.uk>
43108              Date: Thu, 10 Aug 2000 19:23:04 +0100
43109              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
43110      Branch: perl
43111            ! regexec.c t/op/pat.t
43112 ____________________________________________________________________________
43113 [  6590] By: jhi                                   on 2000/08/11  01:19:19
43114         Log: Preprocessing and postprocessing for File::Find.
43115              
43116              Subject: Patch to Find::File.pm to allow alphabetical results
43117              From: Joe Smith <jsmith@inwap.com>
43118              Date: Wed, 9 Aug 2000 02:44:54 -0700
43119              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
43120      Branch: perl
43121            ! lib/File/Find.pm
43122 ____________________________________________________________________________
43123 [  6589] By: jhi                                   on 2000/08/11  01:12:39
43124         Log: B::Deparse didn't do sub attributes.
43125              
43126              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
43127              From: simon@brecon.co.uk (Simon Cozens)
43128              Date: 9 Aug 2000 04:49:20 GMT
43129              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
43130      Branch: perl
43131            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
43132 ____________________________________________________________________________
43133 [  6588] By: jhi                                   on 2000/08/11  01:06:40
43134         Log: Subject: debugger "d" command doesnt check line number
43135              From: Mike Guy <mjtg@cam.ac.uk>
43136              Date: Tue, 08 Aug 2000 21:54:29 +0100
43137              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
43138      Branch: perl
43139            ! lib/perl5db.pl mg.c pod/perldiag.pod
43140 ____________________________________________________________________________
43141 [  6587] By: jhi                                   on 2000/08/11  00:45:03
43142         Log: sleep(1) does not necessarily return 1.
43143              
43144              Subject: [PATCH bleadperl] op/lex_assign.t  
43145              From: Hugo <hv@crypt.compulink.co.uk>
43146              Date: Thu, 03 Aug 2000 14:34:22 +0100        
43147              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
43148      Branch: perl
43149            ! t/op/lex_assign.t
43150 ____________________________________________________________________________
43151 [  6586] By: jhi                                   on 2000/08/11  00:31:50
43152         Log: Document the IO::Select timeout.
43153      Branch: perl
43154            ! ext/IO/lib/IO/Select.pm
43155 ____________________________________________________________________________
43156 [  6585] By: jhi                                   on 2000/08/11  00:13:54
43157         Log: Forgot contributor.
43158      Branch: perl
43159            ! Changes
43160 ____________________________________________________________________________
43161 [  6584] By: jhi                                   on 2000/08/11  00:09:19
43162         Log: detypo
43163      Branch: perl
43164            ! Changes
43165 ____________________________________________________________________________
43166 [  6583] By: jhi                                   on 2000/08/11  00:07:53
43167         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
43168              
43169              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
43170              From: Mike Guy <mjtg@cam.ac.uk> 
43171              Date: Thu, 10 Aug 2000 15:50:54 +0100
43172              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
43173      Branch: perl
43174            ! sv.c t/op/int.t
43175 ____________________________________________________________________________
43176 [  6582] By: jhi                                   on 2000/08/10  23:29:32
43177         Log: Update Changes.
43178      Branch: perl
43179            ! Changes
43180 ____________________________________________________________________________
43181 [  6581] By: jhi                                   on 2000/08/10  23:26:16
43182         Log: Put back the std @INC thing.
43183      Branch: perl
43184            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
43185            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
43186            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
43187            ! t/lib/gol-oo.t
43188 ____________________________________________________________________________
43189 [  6580] By: jhi                                   on 2000/08/10  23:03:34
43190         Log: Update to CGI 2.70, from Lincoln Stein.
43191      Branch: perl
43192            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
43193            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
43194            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
43195            ! t/lib/cgi-request.t
43196 ____________________________________________________________________________
43197 [  6579] By: jhi                                   on 2000/08/10  22:41:50
43198         Log: Update to CPAN 1.56, from Andreas König.
43199      Branch: perl
43200            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43201 ____________________________________________________________________________
43202 [  6578] By: jhi                                   on 2000/08/10  22:38:13
43203         Log: Update to Pod::Parser 1.17, from Brad Appleton.
43204      Branch: perl
43205            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
43206            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
43207            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
43208            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
43209            ! t/pod/include.t t/pod/included.t t/pod/lref.t
43210            ! t/pod/multiline_items.t t/pod/nested_items.t
43211            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
43212            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
43213            ! t/pod/special_seqs.t
43214 ____________________________________________________________________________
43215 [  6577] By: jhi                                   on 2000/08/10  22:35:41
43216         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
43217      Branch: perl
43218            ! AUTHORS MAINTAIN
43219 ____________________________________________________________________________
43220 [  6576] By: jhi                                   on 2000/08/10  22:24:54
43221         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
43222      Branch: perl
43223            + t/lib/gol-oo.t
43224            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
43225            ! t/lib/gol-compat.t t/lib/gol-linkage.t
43226 ____________________________________________________________________________
43227 [  6575] By: jhi                                   on 2000/08/10  22:02:07
43228         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
43229      Branch: perl
43230            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
43231 ____________________________________________________________________________
43232 [  6574] By: jhi                                   on 2000/08/10  21:55:03
43233         Log: Iterating perl6 description.
43234      Branch: perl
43235            ! pod/perlfaq1.pod
43236 ____________________________________________________________________________
43237 [  6573] By: jhi                                   on 2000/08/10  21:48:26
43238         Log: Revert the sv.c part of #6559, a better fix is needed.
43239      Branch: perl
43240            ! sv.c
43241 ____________________________________________________________________________
43242 [  6572] By: jhi                                   on 2000/08/10  20:33:43
43243         Log: It's the 2ndO'ROSSC.
43244      Branch: perl
43245            ! pod/perlfaq1.pod
43246 ____________________________________________________________________________
43247 [  6571] By: jhi                                   on 2000/08/10  15:55:48
43248         Log: detypo
43249      Branch: perl
43250            ! pod/perlfaq1.pod
43251 ____________________________________________________________________________
43252 [  6570] By: jhi                                   on 2000/08/10  14:11:17
43253         Log: An exceptionally sticky typo.
43254      Branch: perl
43255            ! Changes
43256 ____________________________________________________________________________
43257 [  6569] By: jhi                                   on 2000/08/10  14:09:33
43258         Log: detypo (and test Changes updating script)
43259      Branch: perl
43260            ! Changes
43261 ____________________________________________________________________________
43262 [  6568] By: jhi                                   on 2000/08/10  14:07:07
43263         Log: Update Changes.
43264      Branch: perl
43265            ! Changes
43266 ____________________________________________________________________________
43267 [  6567] By: jhi                                   on 2000/08/10  14:06:19
43268         Log: Amend the description of Perl6.
43269              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
43270              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
43271              Date: Wed, 9 Aug 2000 22:11:06 -0500
43272              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
43273      Branch: perl
43274            ! pod/perlfaq1.pod
43275 ____________________________________________________________________________
43276 [  6566] By: jhi                                   on 2000/08/10  13:58:57
43277         Log: Subject: Remove dead entry in perldiag
43278              From: Mike Guy <mjtg@cam.ac.uk>
43279              Date: Thu, 10 Aug 2000 14:19:19 +0100
43280              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
43281      Branch: perl
43282            ! pod/perldiag.pod
43283 ____________________________________________________________________________
43284 [  6565] By: jhi                                   on 2000/08/10  13:51:48
43285         Log: Zero entries were skipped, fix from Adrian Goalby
43286              <argoalby@yahoo.co.uk>
43287      Branch: perl
43288            ! lib/unicode/Number.pl lib/unicode/mktables.PL
43289 ____________________________________________________________________________
43290 [  6564] By: jhi                                   on 2000/08/10  13:00:12
43291         Log: Subject: [PATCH 5.6.0] cygwin port
43292              From: "Fifer, Eric" <EFifer@sanwaint.com>
43293              Date: Thu, 10 Aug 2000 13:15:36 +0100
43294              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
43295      Branch: perl
43296            ! README.cygwin hints/cygwin.sh
43297 ____________________________________________________________________________
43298 [  6563] By: jhi                                   on 2000/08/10  12:55:16
43299         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
43300      Branch: perl
43301            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
43302 ____________________________________________________________________________
43303 [  6562] By: gsar                                  on 2000/08/10  08:38:39
43304         Log: warn is a macro, avoid using at a variable to avoid warnings
43305              in some configurations; readdir.t is too conservative in
43306              estimating number of *.t's
43307      Branch: perl
43308            ! t/op/readdir.t util.c
43309 ____________________________________________________________________________
43310 [  6561] By: jhi                                   on 2000/08/09  23:35:42
43311         Log: Update Changes.
43312      Branch: perl
43313            ! Changes
43314 ____________________________________________________________________________
43315 [  6560] By: jhi                                   on 2000/08/09  23:05:47
43316         Log: Subject: Re: enhanced(?) regex error messages
43317              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43318              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
43319              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
43320              
43321              (plus two small patches sent privately)
43322              (this still seems to leave few test failures)
43323      Branch: perl
43324            + t/op/regmesg.t
43325            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
43326            ! t/pragma/warn/regcomp
43327 ____________________________________________________________________________
43328 [  6559] By: jhi                                   on 2000/08/09  20:41:18
43329         Log: (The fix did work but was not right, retracted in #6573)
43330              
43331              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
43332              From: Christian Kirsch <ck@held.mind.de>
43333              Date: Wed, 9 Aug 2000 17:05:17 +0200
43334              Message-Id: <20000809170517.A25389@held>
43335      Branch: perl
43336            ! sv.c t/pragma/locale.t
43337 ____________________________________________________________________________
43338 [  6558] By: jhi                                   on 2000/08/08  22:34:08
43339         Log: Tiny updates on the contributors list.
43340      Branch: perl
43341            ! Changes
43342 ____________________________________________________________________________
43343 [  6557] By: jhi                                   on 2000/08/08  19:34:28
43344         Log: Double check that we have a dirhandle.
43345      Branch: perl
43346            ! util.c
43347 ____________________________________________________________________________
43348 [  6556] By: jhi                                   on 2000/08/08  19:01:51
43349         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
43350              May be repopulated with fresh maintained examples.
43351      Branch: perl
43352            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
43353            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
43354            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
43355            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
43356            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
43357            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
43358            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
43359            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
43360            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
43361            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
43362            + lib/CGI/eg/wilogo_gif.uu
43363            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
43364            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
43365            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
43366            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
43367            - eg/cgi/frameset.cgi eg/cgi/index.html
43368            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
43369            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
43370            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
43371            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
43372            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
43373            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
43374            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
43375            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
43376            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
43377            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
43378            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
43379            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
43380            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
43381            - eg/van/vanish eg/who eg/wrapsuid
43382            ! MANIFEST
43383 ____________________________________________________________________________
43384 [  6555] By: jhi                                   on 2000/08/08  18:51:08
43385         Log: Delete chat2 as requested by Randal.
43386              
43387              Subject: Re: perlfaq8 coyness
43388              From: merlyn@stonehenge.com (Randal L. Schwartz) 
43389              Date: 15 May 2000 18:52:42 -0700 
43390              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
43391      Branch: perl
43392            - lib/chat2.pl
43393            ! MANIFEST
43394 ____________________________________________________________________________
43395 [  6554] By: jhi                                   on 2000/08/08  18:31:35
43396         Log: Regen global.sym.
43397      Branch: perl
43398            ! global.sym
43399 ____________________________________________________________________________
43400 [  6553] By: jhi                                   on 2000/08/08  18:28:13
43401         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
43402              (either perlbug or p5p ate the original), plus regen
43403              perlapi and perltoc. 
43404      Branch: perl
43405            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
43406            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
43407            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
43408            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
43409            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
43410            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
43411            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
43412            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
43413            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
43414            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
43415 ____________________________________________________________________________
43416 [  6552] By: jhi                                   on 2000/08/08  18:06:29
43417         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
43418              From: Mike Guy <mjtg@cam.ac.uk>
43419              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
43420              Date: Tue, 08 Aug 2000 15:51:27 +0100
43421      Branch: perl
43422            ! doop.c sv.h t/op/join.t t/pragma/overload.t
43423 ____________________________________________________________________________
43424 [  6551] By: jhi                                   on 2000/08/08  18:01:11
43425         Log: Re-apply #6549.
43426      Branch: perl
43427            ! lib/perl5db.pl
43428 ____________________________________________________________________________
43429 [  6550] By: jhi                                   on 2000/08/08  17:43:08
43430         Log: Accidental retraction of #6549.
43431      Branch: perl
43432            ! lib/perl5db.pl
43433 ____________________________________________________________________________
43434 [  6549] By: jhi                                   on 2000/08/08  17:40:04
43435         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
43436              From: Mike Guy <mjtg@cam.ac.uk>
43437              Date: Mon, 07 Aug 2000 21:49:58 +0100
43438              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
43439      Branch: perl
43440            ! lib/perl5db.pl
43441 ____________________________________________________________________________
43442 [  6548] By: jhi                                   on 2000/08/08  17:37:57
43443         Log: Document here-doc better.
43444              
43445              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
43446              From: Mike Guy <mjtg@cam.ac.uk>
43447              Date: Mon, 07 Aug 2000 14:02:09 +0100
43448              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
43449      Branch: perl
43450            ! pod/perldata.pod
43451 ____________________________________________________________________________
43452 [  6547] By: jhi                                   on 2000/08/08  17:33:34
43453         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
43454              From: "Randy J. Ray" <rjray@redhat.com>
43455              Date: Mon, 07 Aug 2000 19:12:25 -0700
43456              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
43457      Branch: perl
43458            ! perl.c pod/perlrun.pod
43459 ____________________________________________________________________________
43460 [  6546] By: jhi                                   on 2000/08/08  17:29:26
43461         Log: Subject: Re: enhanced(?) regex error messages 
43462              From: Hugo <hv@crypt.compulink.co.uk>
43463              Date: Tue, 08 Aug 2000 03:25:51 +0100
43464              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
43465              
43466              plus Capitalize the error messages, plus perldiag them.
43467      Branch: perl
43468            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
43469 ____________________________________________________________________________
43470 [  6545] By: jhi                                   on 2000/08/08  13:59:28
43471         Log: Augment #6539 a bit: don't croak if there's magic in the air.
43472              
43473              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
43474              From: Hugo <hv@crypt.compulink.co.uk>
43475              Date: Tue, 08 Aug 2000 03:02:03 +0100
43476              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
43477      Branch: perl
43478            ! pp.c t/op/bless.t
43479 ____________________________________________________________________________
43480 [  6544] By: jhi                                   on 2000/08/07  21:11:52
43481         Log: Make the test -w clean.
43482      Branch: perl
43483            ! t/op/bless.t
43484 ____________________________________________________________________________
43485 [  6543] By: jhi                                   on 2000/08/07  19:49:53
43486         Log: use warnings instead of $^W.
43487      Branch: perl
43488            ! t/op/bless.t
43489 ____________________________________________________________________________
43490 [  6542] By: jhi                                   on 2000/08/07  17:41:41
43491         Log: Disable a portability warning Because We Know What We Are Doing.
43492      Branch: perl
43493            ! t/op/bless.t
43494 ____________________________________________________________________________
43495 [  6541] By: jhi                                   on 2000/08/07  17:29:51
43496         Log: Tiny tidying on report_evil_fh().
43497      Branch: perl
43498            ! util.c
43499 ____________________________________________________________________________
43500 [  6540] By: jhi                                   on 2000/08/07  16:37:38
43501         Log: Make regular expression parse error messages easier to understand.
43502              
43503              Subject: Re: enhanced(?) regex error messages
43504              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43505              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
43506              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
43507      Branch: perl
43508            ! regcomp.c
43509 ____________________________________________________________________________
43510 [  6539] By: jhi                                   on 2000/08/07  16:12:27
43511         Log: Make bless(REF, REF) a fatal error, add bless tests.
43512              
43513              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
43514              From: Hugo <hv@crypt.compulink.co.uk>
43515              Date: Mon, 07 Aug 2000 16:59:38 +0100
43516              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
43517      Branch: perl
43518            + t/op/bless.t
43519            ! MANIFEST pod/perldiag.pod pp.c sv.c
43520 ____________________________________________________________________________
43521 [  6538] By: jhi                                   on 2000/08/07  15:59:43
43522         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
43523              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
43524              Date: Thu, 3 Aug 2000 14:29:21 -0700
43525              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
43526      Branch: perl
43527            ! lib/lib_pm.PL
43528 ____________________________________________________________________________
43529 [  6537] By: jhi                                   on 2000/08/07  15:47:18
43530         Log: Retract #6419 for now since it breaks in AFS and MachTen.
43531      Branch: perl
43532            ! lib/Cwd.pm
43533 ____________________________________________________________________________
43534 [  6536] By: jhi                                   on 2000/08/07  15:05:29
43535         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
43536              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
43537              The security hole exists only in suidperls, which isn't
43538              installed or even built by default.
43539      Branch: perl
43540            ! perl.c
43541 ____________________________________________________________________________
43542 [  6535] By: jhi                                   on 2000/08/07  14:45:14
43543         Log: tr memory corruption fix from Simon Cozens.
43544      Branch: perl
43545            ! doop.c
43546 ____________________________________________________________________________
43547 [  6534] By: jhi                                   on 2000/08/06  11:38:16
43548         Log: Document a bit that UDP is not what you might think.
43549              
43550              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
43551              From: Lupe Christoph <lupe@lupe-christoph.de>
43552              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
43553              Date: Mon, 24 Jul 2000 08:59:15 +0200
43554      Branch: perl
43555            ! pod/perlipc.pod
43556 ____________________________________________________________________________
43557 [  6533] By: jhi                                   on 2000/08/06  11:35:01
43558         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
43559              From: Jeff Pinyan <jeffp@hut.crusoe.net>
43560              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
43561              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
43562      Branch: perl
43563            ! pod/perlfunc.pod
43564 ____________________________________________________________________________
43565 [  6532] By: jhi                                   on 2000/08/06  03:45:41
43566         Log: Have symbols for the IoTYPEs.
43567      Branch: perl
43568            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
43569 ____________________________________________________________________________
43570 [  6531] By: jhi                                   on 2000/08/06  01:33:55
43571         Log: Continue fixing the io warnings.  This also
43572              sort of fixes bug ID 20000802.003: the core dump
43573              is no more.  Whether the current behaviour is correct
43574              (giving a warning: "Not a format reference"), is another matter.
43575      Branch: perl
43576            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
43577            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
43578 ____________________________________________________________________________
43579 [  6530] By: jhi                                   on 2000/08/05  21:33:12
43580         Log: Change the Policy policy: now -Dprefix= with an existing
43581              Policy.sh and prefix == siteprefix == vendorprefix, then all
43582              of them follow along the new prefix.
43583              
43584              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
43585              From: Andy Dougherty <doughera@lafayette.edu>
43586              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
43587              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
43588      Branch: perl
43589            ! Policy_sh.SH
43590 ____________________________________________________________________________
43591 [  6529] By: jhi                                   on 2000/08/05  18:57:28
43592         Log: Zap lib/Sys directory when cleaning up.
43593      Branch: perl
43594            ! Makefile.SH
43595 ____________________________________________________________________________
43596 [  6528] By: jhi                                   on 2000/08/05  18:40:44
43597         Log: Essential prototype changes were missing from #6527.
43598              Also make report_evil_fh() more bomb-proof.
43599      Branch: perl
43600            ! embed.h util.c
43601 ____________________________________________________________________________
43602 [  6527] By: jhi                                   on 2000/08/05  03:22:05
43603         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
43604              From: "Ronald F. Guilmette" <rfg@monkeys.com>
43605              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
43606              Message-Id: <200007242247.PAA52177@monkeys.com>
43607      Branch: perl
43608            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
43609 ____________________________________________________________________________
43610 [  6526] By: jhi                                   on 2000/08/04  21:23:27
43611         Log: gcc versions might have (parentheses) in them.
43612      Branch: metaconfig/U/perl
43613            ! gccvers.U
43614      Branch: perl
43615            ! Configure config_h.SH
43616 ____________________________________________________________________________
43617 [  6525] By: jhi                                   on 2000/08/04  20:23:12
43618         Log: Weed buglets pointed out by
43619              
43620              From: Lupe Christoph <lupe@lupe-christoph.de>
43621              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
43622              Date: Fri, 4 Aug 2000 17:34:39 +0200
43623              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
43624      Branch: metaconfig/U/perl
43625            ! gccvers.U uselfs.U
43626      Branch: perl
43627            ! Configure config_h.SH
43628 ____________________________________________________________________________
43629 [  6524] By: jhi                                   on 2000/08/04  19:02:08
43630         Log: Warn under -w if lstat(FH) is attempted.
43631              
43632              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
43633              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
43634              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
43635              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
43636      Branch: perl
43637            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
43638            ! t/pragma/warn/pp_sys
43639 ____________________________________________________________________________
43640 [  6523] By: jhi                                   on 2000/08/04  12:31:11
43641         Log: Subject: New perlcc, take 2
43642              From: simon@brecon.co.uk (Simon Cozens)
43643              Date: 4 Aug 2000 06:21:04 GMT
43644              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
43645      Branch: perl
43646            ! utils/perlcc.PL
43647 ____________________________________________________________________________
43648 [  6522] By: jhi                                   on 2000/08/04  12:26:33
43649         Log: Subject: Re: Array vs. List context
43650              From: Daniel Chetlin <daniel@chetlin.com>
43651              Date: Fri, 4 Aug 2000 00:22:44 -0700
43652              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
43653      Branch: perl
43654            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
43655            ! pod/perlfaq4.pod
43656 ____________________________________________________________________________
43657 [  6521] By: jhi                                   on 2000/08/04  12:22:38
43658         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
43659              From: Raymund Will <ray@caldera.de>
43660              Date: Fri, 4 Aug 2000 12:07:09 +0200
43661              Message-Id: <20000804120709.A14982@caldera.de>
43662      Branch: perl
43663            ! configure.gnu
43664 ____________________________________________________________________________
43665 [  6520] By: jhi                                   on 2000/08/04  04:09:06
43666         Log: After the #6519 a warning about stat() is just that,
43667              not about a filetest, which now have their own warning.
43668      Branch: perl
43669            ! pod/perldiag.pod
43670 ____________________________________________________________________________
43671 [  6519] By: jhi                                   on 2000/08/04  04:06:30
43672         Log: In the warnings call filehandles consistently so;
43673              add "unopened" warning for stat().
43674      Branch: perl
43675            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
43676            ! t/pragma/warn/pp_sys
43677 ____________________________________________________________________________
43678 [  6518] By: jhi                                   on 2000/08/04  02:55:35
43679         Log: Subject: Minor tweak to perlvar.pod
43680              From: "Stephen P. Potter" <spp@ds.net>
43681              Date: Tue, 18 Apr 2000 09:26:03 -0400
43682              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
43683      Branch: perl
43684            ! pod/perlvar.pod
43685 ____________________________________________________________________________
43686 [  6517] By: jhi                                   on 2000/08/04  02:50:08
43687         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
43688              From: "Clinton Pierce" <cpierce1@ford.com>
43689              Date: Wed, 21 Jul 1999 16:45:31 -0400
43690              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
43691              
43692              Fix by Stephen Potter (visible in the bug db but not in p5p?)
43693      Branch: perl
43694            ! pod/perlfunc.pod pod/perlop.pod
43695 ____________________________________________________________________________
43696 [  6516] By: jhi                                   on 2000/08/04  02:09:25
43697         Log: This is 6512.  Really.
43698      Branch: perl
43699            ! dump.c
43700 ____________________________________________________________________________
43701 [  6515] By: jhi                                   on 2000/08/04  01:25:50
43702         Log: mention the idea of @( and @)
43703      Branch: perl
43704            ! Todo-5.6
43705 ____________________________________________________________________________
43706 [  6514] By: bailey                                on 2000/08/04  01:18:46
43707         Log: YA resync with mainstem, including VMS patches from others
43708      Branch: vmsperl
43709           +> (branch 48 files)
43710            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
43711           !> (integrate 354 files)
43712 ____________________________________________________________________________
43713 [  6513] By: jhi                                   on 2000/08/04  01:18:18
43714         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
43715              From: Mark Dickinson <dickins3@fas.harvard.edu>
43716              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
43717              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
43718      Branch: perl
43719            ! t/op/grent.t t/op/pwent.t
43720 ____________________________________________________________________________
43721 [  6512] By: jhi                                   on 2000/08/04  01:14:06
43722         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
43723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43724              Date: Wed, 02 Aug 2000 10:51:01 +0100
43725              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
43726      Branch: perl
43727            ! sv.c
43728 ____________________________________________________________________________
43729 [  6511] By: jhi                                   on 2000/08/04  00:57:00
43730         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
43731              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43732              Date: Thu, 03 Aug 2000 17:20:04 -0700
43733              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
43734      Branch: metaconfig
43735            ! U/modified/Cppsym.U
43736      Branch: perl
43737            ! Configure config_h.SH
43738 ____________________________________________________________________________
43739 [  6510] By: jhi                                   on 2000/08/04  00:25:28
43740         Log: detypo
43741      Branch: perl
43742            ! Makefile.SH
43743 ____________________________________________________________________________
43744 [  6509] By: jhi                                   on 2000/08/03  23:43:18
43745         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
43746              From: Dominic Dunlop <domo@computer.org>
43747              Date: Thu, 3 Aug 2000 22:16:46 +0200
43748              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
43749      Branch: perl
43750            ! t/op/sprintf.t
43751 ____________________________________________________________________________
43752 [  6508] By: jhi                                   on 2000/08/03  23:40:37
43753         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
43754              From: Hugo <hv@crypt.compulink.co.uk>
43755              Date: Thu, 03 Aug 2000 18:25:30 +0100
43756              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
43757      Branch: perl
43758            ! regcomp.c t/op/re_tests
43759 ____________________________________________________________________________
43760 [  6507] By: jhi                                   on 2000/08/03  23:38:28
43761         Log: Subject: [PATCH] sv.h documentation - SvLEN
43762              From: Mike Guy <mjtg@cam.ac.uk>
43763              Date: Thu, 03 Aug 2000 14:43:09 +0100
43764              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
43765      Branch: perl
43766            ! sv.h
43767 ____________________________________________________________________________
43768 [  6506] By: jhi                                   on 2000/08/03  15:49:14
43769         Log: Disable the fix_pl hack for now.
43770      Branch: perl
43771            ! Makefile.SH
43772 ____________________________________________________________________________
43773 [  6505] By: jhi                                   on 2000/08/03  13:49:04
43774         Log: Add a URL for FSF.
43775              
43776              Subject: Patch for README
43777              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
43778              Date: Wed, 2 Aug 2000 13:25:09 -0500
43779              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
43780      Branch: perl
43781            ! README
43782 ____________________________________________________________________________
43783 [  6504] By: jhi                                   on 2000/08/03  13:29:19
43784         Log: Be more informative on what is skipped and why,
43785              also repeat the list at the end.
43786      Branch: perl
43787            ! Porting/p4desc
43788 ____________________________________________________________________________
43789 [  6503] By: jhi                                   on 2000/08/03  13:07:05
43790         Log: Circumvent the removal of .patch by fix_pl.
43791              
43792              Subject: Re: [ID 20000802.011] unable to 'make test'          
43793              From: simon@brecon.co.uk (Simon Cozens) 
43794              Date: 3 Aug 2000 04:17:00 GMT
43795              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
43796      Branch: perl
43797            ! Makefile.SH
43798 ____________________________________________________________________________
43799 [  6502] By: jhi                                   on 2000/08/03  00:14:34
43800         Log: Add the missing setproctitle unit.
43801      Branch: metaconfig/U/perl
43802            + d_setproctitle.U
43803 ____________________________________________________________________________
43804 [  6501] By: jhi                                   on 2000/08/03  00:00:26
43805         Log: The subtest 4 may fail also on VOBS, as pointed out
43806              by Nick Ing-Simmons in November 1999, bug id 19991124.003
43807              (but the failure in that bug report isn't the subtest 4).
43808      Branch: perl
43809            ! t/op/stat.t
43810 ____________________________________________________________________________
43811 [  6500] By: jhi                                   on 2000/08/02  23:49:30
43812         Log: Better skip message for the test; one of the two problems in
43813              
43814              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
43815              From: Lupe Christoph <lupe@lupe-christoph.de>
43816              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
43817              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
43818      Branch: perl
43819            ! t/op/numconvert.t
43820 ____________________________________________________________________________
43821 [  6499] By: jhi                                   on 2000/08/02  22:49:16
43822         Log: Allow "no Module;" even if there is no 'unimport'.
43823              
43824              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
43825              From: mjd@plover.com
43826              Date: 24 Mar 2000 15:24:34 -0000
43827              Message-Id: <20000324152434.15160.qmail@plover.com>
43828      Branch: perl
43829            ! gv.c
43830 ____________________________________________________________________________
43831 [  6498] By: jhi                                   on 2000/08/02  22:42:58
43832         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
43833              that are hopefully soon put into use.
43834      Branch: perl
43835            ! opcode.h opcode.pl opnames.h
43836 ____________________________________________________________________________
43837 [  6497] By: gsar                                  on 2000/08/02  22:28:59
43838         Log: require.t needs binmode() to work on windows
43839      Branch: perl
43840            ! t/comp/require.t
43841 ____________________________________________________________________________
43842 [  6496] By: jhi                                   on 2000/08/02  22:08:51
43843         Log: Document the IVdf UVuf UVof UVxf.
43844      Branch: perl
43845            ! pod/perlguts.pod
43846 ____________________________________________________________________________
43847 [  6495] By: jhi                                   on 2000/08/02  21:54:26
43848         Log: detypo #6494
43849      Branch: perl
43850            ! ext/Data/Dumper/Dumper.xs
43851 ____________________________________________________________________________
43852 [  6494] By: jhi                                   on 2000/08/02  21:49:17
43853         Log: Dump UVs as UVs in Data::Dumper.
43854              
43855              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
43856              From: Gurusamy Sarathy <gsar@ActiveState.com>
43857              Date: Thu, 27 Apr 2000 12:26:25 -0700
43858              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
43859      Branch: perl
43860            ! ext/Data/Dumper/Dumper.xs
43861 ____________________________________________________________________________
43862 [  6493] By: jhi                                   on 2000/08/02  17:01:58
43863         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
43864              From: Hugo <hv@crypt.compulink.co.uk>
43865              Date: Wed, 02 Aug 2000 14:53:56 +0100
43866              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
43867      Branch: perl
43868            ! regexec.c t/op/re_tests
43869 ____________________________________________________________________________
43870 [  6492] By: jhi                                   on 2000/08/02  15:02:46
43871         Log: The new setproctitle() feature is available only in 
43872              bleeding edge FreeBSD.  From Paul Saab.
43873      Branch: perl
43874            ! mg.c
43875 ____________________________________________________________________________
43876 [  6491] By: jhi                                   on 2000/08/02  13:34:36
43877         Log: The tr utf8 patching continues.
43878              
43879              Subject: Re: #6469, too many tests claimed in require.t
43880              From: simon@brecon.co.uk (Simon Cozens)
43881              Date: 2 Aug 2000 02:37:17 GMT
43882              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
43883              
43884              (the logic of the test was the wrong way round in the patch)
43885      Branch: perl
43886            ! doop.c
43887 ____________________________________________________________________________
43888 [  6490] By: jhi                                   on 2000/08/02  13:27:38
43889         Log: The name of a filehandle does not have <these>.
43890      Branch: perl
43891            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
43892            ! t/pragma/warn/pp_sys util.c
43893 ____________________________________________________________________________
43894 [  6489] By: jhi                                   on 2000/08/02  04:26:46
43895         Log: Remove the extraneous "main::" prefix from all the
43896              "opened only for", "on closed", and "never opened" warnings.
43897              
43898              Subject: Re: inappropriate warning
43899              From: Gurusamy Sarathy <gsar@ActiveState.com>
43900              Date: Mon, 20 Mar 2000 11:28:02 -0800
43901              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
43902      Branch: perl
43903            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
43904            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
43905            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
43906 ____________________________________________________________________________
43907 [  6488] By: jhi                                   on 2000/08/02  03:02:57
43908         Log: memcpy has n o in it, as pinted ut by Sarathy.
43909      Branch: perl
43910            ! pod/perlguts.pod
43911 ____________________________________________________________________________
43912 [  6487] By: jhi                                   on 2000/08/02  02:44:51
43913         Log: Document in one place the memory abstractions used in Perl core.
43914              
43915              Subject: Re: Memory abstraction
43916              From: simon@brecon.co.uk (Simon Cozens)
43917              Date: 2 Aug 2000 02:20:23 GMT
43918              Organization: Earth.li Origins
43919      Branch: perl
43920            ! pod/perlguts.pod
43921 ____________________________________________________________________________
43922 [  6486] By: jhi                                   on 2000/08/02  02:41:57
43923         Log: regen_headers, regen perltoc.
43924      Branch: perl
43925            ! perlapi.c pod/perltoc.pod
43926 ____________________________________________________________________________
43927 [  6485] By: jhi                                   on 2000/08/02  01:43:33
43928         Log: "This little thing tests for a file .patch, and if it contains
43929              a number, pops into patchlevel.h" (making it easier to track
43930              which development version people are reporting bugs against)
43931              
43932              Subject: Patchlevel autogeneration for repository perls
43933              From: simon@brecon.co.uk (Simon Cozens)
43934              Date: 14 Jul 2000 07:12:15 GMT
43935              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
43936      Branch: perl
43937            + fix_pl
43938            ! MANIFEST Makefile.SH
43939 ____________________________________________________________________________
43940 [  6484] By: jhi                                   on 2000/08/02  01:32:54
43941         Log: FreeBSD 3.* updates from
43942              
43943              From: Paul Saab <ps@yahoo-inc.com>
43944              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
43945              Date: Tue, 1 Aug 2000 15:41:39 -0700
43946              Message-Id: <20000801154139.A53740@yahoo-inc.com>
43947      Branch: perl
43948            ! hints/freebsd.sh
43949 ____________________________________________________________________________
43950 [  6483] By: jhi                                   on 2000/08/02  01:27:44
43951         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
43952              instead one must use setproctitle().  This was already addressed
43953              by change #6457, but the below has a new variant for FreeBSD 4.0
43954              or later, and the matter is also documented more.
43955              
43956              From: Paul Saab <ps@yahoo-inc.com>
43957              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
43958              Date: Tue, 1 Aug 2000 15:41:39 -0700
43959              Message-Id: <20000801154139.A53740@yahoo-inc.com>
43960      Branch: metaconfig/U/perl
43961            + i_libutil.U
43962      Branch: perl
43963            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
43964 ____________________________________________________________________________
43965 [  6482] By: jhi                                   on 2000/08/01  22:17:32
43966         Log: The test from this
43967              
43968              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
43969              Date: Sat, 15 Apr 2000 17:03:44 +0100
43970              From: Tom Hughes <tom@compton.nu>
43971              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
43972              
43973              was missing, the code change went in as #5989
43974              (which had a different test?)
43975      Branch: perl
43976            ! t/op/misc.t
43977 ____________________________________________________________________________
43978 [  6481] By: jhi                                   on 2000/08/01  21:48:38
43979         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
43980              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43981              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
43982              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
43983      Branch: perl
43984            ! perl.h
43985 ____________________________________________________________________________
43986 [  6480] By: jhi                                   on 2000/08/01  18:05:28
43987         Log: Make p4desc to skip non-mainperl branches by default.
43988      Branch: perl
43989            ! Porting/p4desc
43990 ____________________________________________________________________________
43991 [  6479] By: jhi                                   on 2000/08/01  17:29:19
43992         Log: If gccosandvers is equal to osname, clear gccosandvers.
43993      Branch: metaconfig/U/perl
43994            ! gccvers.U
43995      Branch: perl
43996            ! Configure config_h.SH
43997 ____________________________________________________________________________
43998 [  6478] By: jhi                                   on 2000/08/01  15:54:08
43999         Log: BOM patching from Simon Cozens.
44000      Branch: perl
44001            ! toke.c
44002 ____________________________________________________________________________
44003 [  6477] By: jhi                                   on 2000/08/01  04:50:33
44004         Log: Stash away the largefiles flags and libswanted.
44005      Branch: perl
44006            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
44007 ____________________________________________________________________________
44008 [  6476] By: gsar                                  on 2000/08/01  04:24:24
44009         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
44010              on Windows)
44011      Branch: perl
44012            ! t/pragma/utf8.t utf8.c win32/win32.c
44013 ____________________________________________________________________________
44014 [  6475] By: jhi                                   on 2000/08/01  03:35:24
44015         Log: Make chr() for values >127 to create utf8 when under utf8.
44016              
44017              Subject: Re: uft8/chr()
44018              From: simon@brecon.co.uk (Simon Cozens)
44019              Date: 1 Aug 2000 02:37:02 GMT
44020              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
44021      Branch: perl
44022            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
44023 ____________________________________________________________________________
44024 [  6474] By: jhi                                   on 2000/08/01  02:36:18
44025         Log: In Digital UNIX warn if gcc explicitly chosen because even
44026              2.95.2 is known to cause problems.
44027      Branch: perl
44028            ! hints/dec_osf.sh
44029 ____________________________________________________________________________
44030 [  6473] By: jhi                                   on 2000/08/01  02:00:56
44031         Log: Make the safety catch for buggy gccs work with triple version
44032              numbers like 2.95.2.  Reported in
44033              
44034              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
44035              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
44036              Date: Mon, 31 Jul 2000 14:55:06 +0200
44037              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
44038      Branch: perl
44039            ! hints/dec_osf.sh
44040 ____________________________________________________________________________
44041 [  6472] By: jhi                                   on 2000/08/01  01:13:33
44042         Log: Subject: fix and question re: waitpid() under win32
44043              From: Brian Clarke <clarke@appliedmeta.com>
44044              Date: Fri, 28 Jul 2000 15:18:29 -0400
44045              Message-ID: <3981DC85.290314EB@appliedmeta.com>
44046              
44047              Slightly reformatted and WNOHANG # define moved to win32.h
44048              so that also POSIX.xs sees it, as suggsted by Sarathy.
44049      Branch: perl
44050            ! win32/win32.c win32/win32.h
44051 ____________________________________________________________________________
44052 [  6471] By: jhi                                   on 2000/08/01  00:55:05
44053         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
44054              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44055              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
44056              Date: Mon, 31 Jul 2000 13:28:51 +0100
44057              
44058              (aka ID 20000730.002)
44059      Branch: perl
44060            ! op.c t/op/tr.t
44061 ____________________________________________________________________________
44062 [  6470] By: jhi                                   on 2000/07/31  23:34:42
44063         Log: Document the problem with -P in HP-UX and its workaround.
44064              
44065              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
44066              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
44067              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
44068              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
44069      Branch: perl
44070            ! README.hpux
44071 ____________________________________________________________________________
44072 [  6469] By: jhi                                   on 2000/07/31  04:15:02
44073         Log: The swallow_bom() saga continues.  The #23 of require.t
44074              (UTF16-LE) still fails (silently, no output) but the #22
44075              (UTF16-BE) seems to be working now.  The root of the
44076              failure may be in sv_gets(): is it UTF-16LE-aware,
44077              especially when it comes to line endings? 
44078      Branch: perl
44079            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
44080            ! t/comp/require.t toke.c utf8.c
44081 ____________________________________________________________________________
44082 [  6468] By: jhi                                   on 2000/07/30  19:05:48
44083         Log: Find green threads before native threads.
44084              
44085              Subject: Re: Patch to jpl/JNI/Makefile.PL
44086              From: Jens Thomsen <jens@fiend.cis.com>
44087              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
44088              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
44089      Branch: perl
44090            ! jpl/JNI/Makefile.PL
44091 ____________________________________________________________________________
44092 [  6467] By: jhi                                   on 2000/07/30  18:36:22
44093         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
44094      Branch: perl
44095            ! doop.c
44096 ____________________________________________________________________________
44097 [  6466] By: jhi                                   on 2000/07/30  04:37:29
44098         Log: A new version of the "remove UPPERACSE string comparison"
44099              operators.  The problem with the previous one (change #6454)
44100              was that it was for Perl 5.6.0.  From Paul Marquess.
44101      Branch: perl
44102            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
44103            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
44104            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44105 ____________________________________________________________________________
44106 [  6465] By: jhi                                   on 2000/07/29  22:39:56
44107         Log: Do not upgrade SVs into utf8 just because they participate
44108              in eq or cmp.  Reported and fix suggested in
44109              
44110              Subject: [ID 20000720.009] sv_eq UTF8 bug
44111              From: "Simon Cozens" <simon@othersideofthe.earth.li>
44112              Date: 21 Jul 2000 04:37:29 -0000
44113              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
44114              
44115              Exercise for the kind reader: should we or should we not
44116              cache the utf8 conversion alonside the SV? (as magic,
44117              as thestrxfrm()ed version is cached under use locale)
44118              Argue both for and against.
44119      Branch: perl
44120            ! sv.c
44121 ____________________________________________________________________________
44122 [  6464] By: jhi                                   on 2000/07/29  22:36:22
44123         Log: Subject: UTF8 concat
44124              From: simon@brecon.co.uk (Simon Cozens) 
44125              Date: 30 Jun 2000 06:13:25 GMT
44126              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
44127              
44128              (with a memory leak fixed, plus a few casts added)
44129              
44130              This also seems to help for
44131              
44132              Subject: [ID 20000716.015] join UTF8 weirdness
44133              From: root <root@ak-71.mind.de> 
44134              Date: Sat, 15 Jul 2000 15:29:54 +0200
44135              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
44136              
44137              (from Andreas König)
44138      Branch: perl
44139            ! pp_hot.c
44140 ____________________________________________________________________________
44141 [  6463] By: jhi                                   on 2000/07/29  00:55:39
44142         Log: Tune the comments and hopefully stop a memory leak.
44143      Branch: perl
44144            ! toke.c utf8.c
44145 ____________________________________________________________________________
44146 [  6462] By: jhi                                   on 2000/07/29  00:16:53
44147         Log: The problem described in this
44148              
44149              Subject: [ID 20000322.018] named chars aren't magical enough
44150              From: root <root@dixie.cscaper.com>     
44151              Date: Wed, 22 Mar 2000 18:37:42 -0700
44152              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
44153              
44154              has been fixed in perl 5.6.0 but just in case added a test
44155              to keep it away.  (The report from Joseph Hall.)
44156      Branch: perl
44157            ! t/lib/charnames.t
44158 ____________________________________________________________________________
44159 [  6461] By: jhi                                   on 2000/07/28  23:56:36
44160         Log: Tiny fixes for #6460.
44161      Branch: metaconfig/U/perl
44162            ! gccvers.U
44163      Branch: perl
44164            ! Configure config_h.SH
44165 ____________________________________________________________________________
44166 [  6460] By: jhi                                   on 2000/07/28  23:24:41
44167         Log: Warn if the version of the operating system used to compile gcc
44168              differs from the current version of the operating system.
44169              Also display the gcc compilation os and version in myconfig.
44170              Inspiration from
44171              
44172              Subject: Re: [ID 20000710.003] ERRORS!!         
44173              From: "Kurt D. Starsinic" <kstar@chapin.edu>
44174              Date: Mon, 10 Jul 2000 15:54:16 -0400
44175              Message-ID: <20000710155416.A1384@O2.chapin.edu>
44176      Branch: metaconfig/U/perl
44177            ! gccvers.U
44178      Branch: perl
44179            ! Configure config_h.SH myconfig.SH
44180 ____________________________________________________________________________
44181 [  6459] By: jhi                                   on 2000/07/28  22:00:32
44182         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
44183              letter to $Config{osvers}.
44184      Branch: metaconfig
44185            ! U/modified/Oldconfig.U
44186      Branch: perl
44187            ! Configure config_h.SH
44188 ____________________________________________________________________________
44189 [  6458] By: jhi                                   on 2000/07/28  04:15:39
44190         Log: Back out #6454, doesn't seem to work.
44191              (Reason: that patch was for perl 5.6.0, not perl-current)
44192              (A version of the patch for perl-current came in later as #6466)
44193      Branch: perl
44194            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
44195            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
44196            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44197 ____________________________________________________________________________
44198 [  6457] By: jhi                                   on 2000/07/27  23:31:49
44199         Log: Use setproctitle() if available to modify $0.
44200              
44201              Subject: setting $* on BSD4 broken
44202              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44203              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
44204              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
44205      Branch: metaconfig
44206            ! U/modified/Myinit.U
44207      Branch: perl
44208            ! Configure config_h.SH mg.c
44209 ____________________________________________________________________________
44210 [  6456] By: jhi                                   on 2000/07/27  14:50:47
44211         Log: Allow "no AutoLoader;", based on change #6444,
44212              suggested by Graham Barr.
44213      Branch: perl
44214            ! lib/AutoLoader.pm
44215 ____________________________________________________________________________
44216 [  6455] By: jhi                                   on 2000/07/27  14:19:10
44217         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
44218              From: rspier@pobox.com (Robert Spier)
44219              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
44220              Message-ID: <14720.15855.787664.424783@rls.cx>
44221      Branch: perl
44222            ! pod/perldiag.pod
44223 ____________________________________________________________________________
44224 [  6454] By: jhi                                   on 2000/07/27  14:03:02
44225         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
44226              for a long time).
44227              
44228              Reported in
44229              
44230              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
44231              From: Ryan Herbert <rherbert@sycamorehq.com>
44232              Date: Mon, 17 Jul 2000 11:40:42 -0400
44233              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
44234              
44235              Patched in
44236              
44237              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
44238              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44239              Date: Wed, 26 Jul 2000 23:40:18 +0100
44240              Message-ID: <000001bff752$79511880$0a17073e@tiny>
44241              
44242              based on an earlier patch from Stephen P. Potter.
44243              
44244              (Removed later by change #6458 because this patch was for
44245              perl 5.6.0, not perl-current)
44246      Branch: perl
44247            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
44248            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
44249            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44250 ____________________________________________________________________________
44251 [  6453] By: jhi                                   on 2000/07/27  13:48:02
44252         Log: Subject: [PATCH] fixes bug 20000508.004
44253              From: Michael Stevens <mstevens@globnix.org>
44254              Date: Thu, 27 Jul 2000 13:49:04 +0100
44255              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
44256      Branch: perl
44257            ! pod/perldata.pod
44258 ____________________________________________________________________________
44259 [  6452] By: jhi                                   on 2000/07/26  23:51:26
44260         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
44261              and Craig A. Berry.
44262      Branch: perl
44263            ! lib/File/Temp.pm pod/perlport.pod
44264 ____________________________________________________________________________
44265 [  6451] By: jhi                                   on 2000/07/26  19:43:30
44266         Log: Be wary of close()s, too.
44267              
44268              Subject: Re: [PATCH] perlbug cleanup
44269              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44270              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
44271              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
44272      Branch: perl
44273            ! utils/perlbug.PL
44274 ____________________________________________________________________________
44275 [  6450] By: jhi                                   on 2000/07/26  18:41:40
44276         Log: Subject: Minor doc patch: handy.h
44277              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
44278              Date: Wed, 26 Jul 2000 15:34:25 -0300
44279              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
44280      Branch: perl
44281            ! handy.h pod/perlapi.pod
44282 ____________________________________________________________________________
44283 [  6449] By: jhi                                   on 2000/07/26  18:23:55
44284         Log: Subject: [PATCH] minor doc change - perlguts
44285              From: Michael Stevens <mstevens@globnix.org>
44286              Date: Thu, 13 Jul 2000 12:39:18 +0100
44287              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
44288      Branch: perl
44289            ! pod/perlguts.pod
44290 ____________________________________________________________________________
44291 [  6448] By: jhi                                   on 2000/07/26  18:20:30
44292         Log: open() wariness in perlbug.
44293              
44294              Subject: [PATCH] perlbug cleanup
44295              From: Michael Stevens <mstevens@globnix.org>
44296              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
44297              Date: Thu, 13 Jul 2000 15:52:23 +0100
44298      Branch: perl
44299            ! utils/perlbug.PL
44300 ____________________________________________________________________________
44301 [  6447] By: jhi                                   on 2000/07/26  18:13:04
44302         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
44303      Branch: perl
44304            ! lib/File/Temp.pm t/lib/ftmp-security.t
44305 ____________________________________________________________________________
44306 [  6446] By: jhi                                   on 2000/07/26  18:06:32
44307         Log: docfix from Peter Scott <Peter@PSDT.com>.
44308      Branch: perl
44309            ! pod/perlfunc.pod
44310 ____________________________________________________________________________
44311 [  6445] By: jhi                                   on 2000/07/26  17:53:31
44312         Log: Fix *foo{FORMAT}.
44313              
44314              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44315              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
44316              Date: Wed, 26 Jul 2000 19:51:02 +0200
44317              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
44318              
44319              From: Graham Barr <gbarr@pobox.com>
44320              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
44321              Date: Wed, 26 Jul 2000 17:38:36 +0100
44322              Message-ID: <20000726173836.L472@pobox.com>
44323      Branch: perl
44324            ! pp.c sv.c t/op/gv.t
44325 ____________________________________________________________________________
44326 [  6444] By: jhi                                   on 2000/07/26  17:49:14
44327         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
44328              from Graham Barr in the module list.
44329      Branch: perl
44330            ! gv.c pod/perlobj.pod
44331 ____________________________________________________________________________
44332 [  6443] By: jhi                                   on 2000/07/26  16:06:56
44333         Log: More split() doc and test patches from Mike Guy.
44334      Branch: perl
44335            ! pod/perlfunc.pod t/op/split.t
44336 ____________________________________________________________________________
44337 [  6442] By: jhi                                   on 2000/07/26  16:05:30
44338         Log: MacOS nits from Matthias Neeracher.
44339      Branch: perl
44340            ! perl.c pp_ctl.c
44341 ____________________________________________________________________________
44342 [  6441] By: jhi                                   on 2000/07/26  04:39:57
44343         Log: Subject: [PATCH] split /^/
44344              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44345              Date: Tue, 25 Jul 2000 14:18:57 +0100
44346              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
44347              
44348              (with notes from tchrist and gbarr)
44349      Branch: perl
44350            ! pod/perlfunc.pod t/op/split.t
44351 ____________________________________________________________________________
44352 [  6440] By: jhi                                   on 2000/07/26  04:32:32
44353         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
44354              From: Peter Prymmer <pvhp@forte.com>
44355              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
44356              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
44357      Branch: perl
44358            ! vms/munchconfig.c
44359 ____________________________________________________________________________
44360 [  6439] By: jhi                                   on 2000/07/26  04:31:01
44361         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
44362              to be fatal errors (instead of by default ignoring them, and
44363              ignoring with a bug: even though -w gave an error, the opening [
44364              was left in)  Reported in:
44365              
44366              Subject: [ID 20000716.024] [=cc=] / [:blank:]
44367              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
44368              Date: Sun, 16 Jul 2000 17:55:29 -0700
44369              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
44370      Branch: perl
44371            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
44372 ____________________________________________________________________________
44373 [  6438] By: jhi                                   on 2000/07/25  15:41:15
44374         Log: Subject: [PATCH] av.c apidoc
44375              From: simon@brecon.co.uk (Simon Cozens)
44376              Date: 24 Jul 2000 06:40:52 GMT
44377              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
44378      Branch: perl
44379            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
44380            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
44381 ____________________________________________________________________________
44382 [  6437] By: jhi                                   on 2000/07/25  14:05:36
44383         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
44384              From: "Stephen P. Potter" <spp@ds.net>
44385              Date: Mon, 24 Jul 2000 14:22:23 -0400
44386              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
44387      Branch: perl
44388            ! pod/perllocale.pod
44389 ____________________________________________________________________________
44390 [  6436] By: jhi                                   on 2000/07/25  14:02:03
44391         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
44392              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44393              Date: Mon, 24 Jul 2000 18:04:28 +0100
44394              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
44395      Branch: perl
44396            ! t/lib/syslfs.t t/op/lfs.t
44397 ____________________________________________________________________________
44398 [  6435] By: jhi                                   on 2000/07/25  13:59:28
44399         Log: Get UTF16 BOMs working.  Patch from
44400              
44401              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
44402              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44403              Date: Tue, 25 Jul 2000 12:52:45 +0100
44404              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
44405              
44406              and notes from
44407              
44408              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
44409              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44410              Date: Tue, 25 Jul 2000 11:43:25 +0100
44411              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
44412      Branch: perl
44413            ! t/comp/require.t toke.c utf8.c
44414 ____________________________________________________________________________
44415 [  6434] By: jhi                                   on 2000/07/25  02:39:54
44416         Log: Make the "uninit variable" warning to say "concat or string"
44417              or "join or string" when in concat or join .
44418              
44419              Subject: Re: [ID 20000403.009] uninitialised concatenation???
44420              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44421              Date: Tue, 04 Apr 2000 18:22:58 +0100
44422              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
44423              
44424              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
44425              From: William R Ward <hermit@BayView.COM>
44426              Date: Thu, 30 Mar 2000 19:50:03 -0800
44427              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
44428      Branch: perl
44429            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
44430            ! t/pragma/warn/op t/pragma/warn/sv
44431 ____________________________________________________________________________
44432 [  6433] By: jhi                                   on 2000/07/24  17:52:56
44433         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
44434      Branch: perl
44435            ! lib/File/Spec/VMS.pm
44436 ____________________________________________________________________________
44437 [  6432] By: jhi                                   on 2000/07/24  17:44:44
44438         Log: Test cases for #6431.
44439              
44440              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
44441              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44442              Date: Mon, 24 Jul 2000 15:32:29 +0100
44443              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
44444      Branch: perl
44445            ! t/op/pat.t t/op/split.t
44446 ____________________________________________________________________________
44447 [  6431] By: jhi                                   on 2000/07/24  17:43:17
44448         Log: Bind op fix.
44449              
44450              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
44451              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44452              Date: Mon, 17 Jul 2000 20:04:56 +0100
44453              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
44454      Branch: perl
44455            ! op.c
44456 ____________________________________________________________________________
44457 [  6430] By: jhi                                   on 2000/07/24  03:42:42
44458         Log: Subject: [ID 20000716.023] syslog test fails without sockets
44459              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44460              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
44461              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
44462      Branch: metaconfig/U/perl
44463            ! Extensions.U
44464      Branch: perl
44465            ! Configure config_h.SH
44466 ____________________________________________________________________________
44467 [  6429] By: jhi                                   on 2000/07/24  03:11:52
44468         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
44469              case, but add also notes explaining the relationship of this
44470              patch and the earlier notes by Sarathy.
44471              
44472              Subject: Map is still slow
44473              From: "Ben Tilly" <ben_tilly@hotmail.com>
44474              Date: Sat, 15 Jul 2000 17:23:27 EDT
44475              Message-ID: <20000715212327.21656.qmail@hotmail.com>
44476      Branch: perl
44477            ! pp_ctl.c
44478 ____________________________________________________________________________
44479 [  6428] By: jhi                                   on 2000/07/24  02:58:52
44480         Log: Documentation to explain the behaviour of map().
44481              
44482              Subject: Re: Map is still slow 
44483              From: Gurusamy Sarathy <gsar@ActiveState.com>
44484              Date: Sat, 15 Jul 2000 16:05:09 -0700
44485              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
44486      Branch: perl
44487            ! pp_ctl.c
44488 ____________________________________________________________________________
44489 [  6427] By: jhi                                   on 2000/07/24  02:50:03
44490         Log: Add tests for
44491              [ID 19991110.003] another matching finding by pcre author
44492              which has already been fixed by some patch, as verified in
44493              
44494              Subject: Re: two regex bugs from the mists of time (well, last November)
44495              From: Hugo <hv@crypt.compulink.co.uk>
44496              Date: Sat, 22 Jul 2000 18:12:58 +0100
44497              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
44498      Branch: perl
44499            ! t/op/re_tests
44500 ____________________________________________________________________________
44501 [  6426] By: jhi                                   on 2000/07/24  02:11:20
44502         Log: A missing 'break' after the [[:space:]] switch case.
44503              
44504              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
44505              From: "Stephen P. Potter" <spp@ds.net>
44506              Date: Tue, 18 Jul 2000 16:25:17 -0400
44507              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
44508      Branch: perl
44509            ! regcomp.c
44510 ____________________________________________________________________________
44511 [  6425] By: jhi                                   on 2000/07/24  02:06:12
44512         Log: The output might have been produced in the wrong order.
44513              
44514              Subject: [ID 20000720.003] [PATCH] t/op/write.t
44515              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44516              Date: Thu, 20 Jul 2000 18:49:18 +0100
44517              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
44518      Branch: perl
44519            ! t/op/write.t
44520 ____________________________________________________________________________
44521 [  6424] By: jhi                                   on 2000/07/24  02:00:07
44522         Log: Use STDOUT consistently.
44523              
44524              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
44525              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44526              Date: Thu, 20 Jul 2000 18:04:01 +0100
44527              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
44528      Branch: perl
44529            ! lib/Test/Harness.pm
44530 ____________________________________________________________________________
44531 [  6423] By: jhi                                   on 2000/07/24  01:54:54
44532         Log: Protect against "wild next"s, that is, callbacks doing "next"
44533              instead of "return".
44534              
44535              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
44536              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44537              Date: Tue, 18 Jul 2000 11:30:16 +0100
44538              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
44539      Branch: perl
44540            ! lib/File/Find.pm
44541 ____________________________________________________________________________
44542 [  6422] By: jhi                                   on 2000/07/24  01:35:47
44543         Log: Out-of-date note removed.
44544              
44545              Subject: [PATCH] documentation perlipc
44546              From: rspier@pobox.com (Robert Spier)
44547              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
44548              Message-ID: <14711.35178.572612.502654@rls.cx>
44549      Branch: perl
44550            ! pod/perlipc.pod
44551 ____________________________________________________________________________
44552 [  6421] By: jhi                                   on 2000/07/24  00:09:18
44553         Log: Send all installperl messages to STDERR and be -w clean.
44554              
44555              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
44556              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44557              Date: Sat, 22 Jul 2000 14:02:11 +0100
44558              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
44559      Branch: perl
44560            ! installperl
44561 ____________________________________________________________________________
44562 [  6420] By: jhi                                   on 2000/07/24  00:04:19
44563         Log: Decutandpasto.
44564              
44565              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
44566              From: "Richard Soderberg" <rs@crystalflame.net>
44567              Date: Sun, 23 Jul 2000 01:37:23 -0700
44568              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
44569      Branch: perl
44570            ! pod/perlipc.pod
44571 ____________________________________________________________________________
44572 [  6419] By: jhi                                   on 2000/07/24  00:01:12
44573         Log: A cleaner abs_path().
44574              Subject: Re: unix alternative to Cwd.pm
44575              From: Jeff Pinyan <jeffp@crusoe.net>
44576              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
44577              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
44578      Branch: perl
44579            ! lib/Cwd.pm
44580 ____________________________________________________________________________
44581 [  6418] By: jhi                                   on 2000/07/23  23:48:56
44582         Log: Detypo.
44583              
44584              Subject: [PATCH perl-current] Typo in hints/powerux.sh
44585              From: "Richard Soderberg" <rs@crystalflame.net>
44586              Date: Sun, 23 Jul 2000 01:27:33 -0700
44587              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
44588      Branch: perl
44589            ! hints/powerux.sh
44590 ____________________________________________________________________________
44591 [  6417] By: jhi                                   on 2000/07/17  22:13:31
44592         Log: Subject: SDBM_File documentation
44593              From: mjd@plover.com
44594              Date: 16 Jul 2000 17:41:17 -0000
44595              Message-ID: <20000716174117.18515.qmail@plover.com>
44596      Branch: perl
44597            ! ext/SDBM_File/SDBM_File.pm
44598 ____________________________________________________________________________
44599 [  6416] By: jhi                                   on 2000/07/17  19:13:26
44600         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
44601      Branch: perl
44602            ! hints/mpeix.sh mpeix/relink
44603 ____________________________________________________________________________
44604 [  6415] By: jhi                                   on 2000/07/15  14:11:02
44605         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
44606              the utf8 'characters' can be more than one octet).
44607              
44608              Date: Sat, 15 Jul 2000 00:21:56 +0100
44609              From: Tom Hughes <tom@compton.nu>
44610              Subject: Re: [ID 20000714.002]
44611              Message-ID: <db2334de49.tom@compton.compton.nu>
44612              
44613              Reported in
44614              
44615              Subject: [ID 20000714.002]
44616              From: "Simon Cozens" <simon@othersideofthe.earth.li>
44617              Date: 14 Jul 2000 15:13:09 -0000
44618              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
44619      Branch: perl
44620            ! doop.c
44621 ____________________________________________________________________________
44622 [  6414] By: jhi                                   on 2000/07/15  03:13:41
44623         Log: another VMS build tweak from Peter Prymmer
44624      Branch: perl
44625            ! vms/descrip_mms.template
44626 ____________________________________________________________________________
44627 [  6413] By: jhi                                   on 2000/07/15  03:10:40
44628         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
44629      Branch: perl
44630            ! vms/perlvms.pod
44631 ____________________________________________________________________________
44632 [  6412] By: jhi                                   on 2000/07/15  00:31:05
44633         Log: More docs for sv functions.
44634              
44635              Subject: [PATCH cfgperl] sv.c apidoc
44636              From: simon@brecon.co.uk (Simon Cozens)
44637              Date: 13 Jul 2000 09:00:20 GMT
44638              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
44639              
44640              Subject: Re: [PATCH cfgperl] sv.c apidoc
44641              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44642              Date: Thu, 13 Jul 2000 12:27:41 +0100
44643              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
44644              
44645              Subject: Re: [PATCH cfgperl] sv.c apidoc
44646              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44647              Date: Thu, 13 Jul 2000 13:23:09 +0100
44648              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
44649              
44650              Subject: Re: [PATCH cfgperl] sv.c apidoc
44651              From: simon@brecon.co.uk (Simon Cozens)
44652              Date: 14 Jul 2000 06:51:02 GMT
44653              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
44654      Branch: perl
44655            ! embed.pl pod/perlapi.pod sv.c
44656 ____________________________________________________________________________
44657 [  6411] By: jhi                                   on 2000/07/15  00:10:41
44658         Log: lib/b test fixes from Peter Prymmer.
44659      Branch: perl
44660            ! t/lib/b.t
44661 ____________________________________________________________________________
44662 [  6410] By: jhi                                   on 2000/07/15  00:02:09
44663         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
44664              From: Hugo <hv@crypt.compulink.co.uk>
44665              Date: Fri, 14 Jul 2000 23:05:20 +0100
44666              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
44667              
44668              Didn't anymore apply, but that point still could use another fix.
44669      Branch: perl
44670            ! pod/perlfunc.pod
44671 ____________________________________________________________________________
44672 [  6409] By: jhi                                   on 2000/07/14  23:15:15
44673         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
44674              not in pod, from Peter Prymmer
44675      Branch: perl
44676            ! vms/descrip_mms.template
44677 ____________________________________________________________________________
44678 [  6408] By: jhi                                   on 2000/07/14  20:35:05
44679         Log: The bug report
44680              [ID 19991110.002] minimal matching discrepancy found by pcre author
44681              seems to have been fixed (though differently from what was suggested
44682              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
44683      Branch: perl
44684            ! t/op/re_tests
44685 ____________________________________________________________________________
44686 [  6407] By: jhi                                   on 2000/07/14  17:38:08
44687         Log: Fix AutoSplit to use File::Spec the right way in VMS,
44688              from Peter Prymmer.
44689      Branch: perl
44690            ! lib/AutoSplit.pm
44691 ____________________________________________________________________________
44692 [  6406] By: jhi                                   on 2000/07/14  14:13:22
44693         Log: Merge perlhacktut into perlhack, update perlguts.
44694              
44695              Subject: Re: Perlhacktut
44696              From: simon@brecon.co.uk (Simon Cozens)
44697              Date: 14 Jul 2000 06:49:21 GMT
44698              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
44699              
44700              Subject: Re: Perlhacktut
44701              From: simon@brecon.co.uk (Simon Cozens)
44702              Date: 14 Jul 2000 07:09:45 GMT
44703              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
44704      Branch: perl
44705            ! pod/perlguts.pod pod/perlhack.pod
44706 ____________________________________________________________________________
44707 [  6405] By: jhi                                   on 2000/07/14  14:02:31
44708         Log: Integrate with Sarathy.
44709      Branch: cfgperl
44710           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
44711           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
44712           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
44713 ____________________________________________________________________________
44714 [  6404] By: gsar                                  on 2000/07/14  12:15:02
44715         Log: PERL_OBJECT build tweaks
44716      Branch: perl
44717            ! toke.c
44718 ____________________________________________________________________________
44719 [  6403] By: gsar                                  on 2000/07/14  11:23:41
44720         Log: inconsistent types needs casts
44721      Branch: perl
44722            ! toke.c
44723 ____________________________________________________________________________
44724 [  6402] By: gsar                                  on 2000/07/14  11:12:04
44725         Log: typos in change#6399, regen headers
44726      Branch: perl
44727            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
44728 ____________________________________________________________________________
44729 [  6401] By: gsar                                  on 2000/07/14  10:59:12
44730         Log: typecasts needed for change#6394
44731      Branch: perl
44732            ! toke.c
44733 ____________________________________________________________________________
44734 [  6400] By: gsar                                  on 2000/07/14  10:49:37
44735         Log: integrate cfgperl contents into mainline
44736      Branch: perl
44737           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
44738           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
44739 ____________________________________________________________________________
44740 [  6399] By: gsar                                  on 2000/07/14  10:38:35
44741         Log: enable UTF-16 filter by default if relevant BOM is seen; various
44742              cleanups (typos, misformatted code, and small bugs)
44743      Branch: perl
44744            ! doop.c embed.pl mg.c op.c pp.c toke.c
44745 ____________________________________________________________________________
44746 [  6398] By: gsar                                  on 2000/07/14  08:55:38
44747         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
44748              name suggests anyway)
44749      Branch: perl
44750            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
44751 ____________________________________________________________________________
44752 [  6397] By: gsar                                  on 2000/07/14  08:44:33
44753         Log: move new variables to the end of the interpreter structure (for
44754              bincompat in code that doesn't #include XSUB.h)
44755      Branch: perl
44756            ! intrpvar.h
44757 ____________________________________________________________________________
44758 [  6396] By: gsar                                  on 2000/07/14  08:13:58
44759         Log: MakeMaker should not remove editor backups (*~) on `make clean`
44760              by default (completes change#6383)
44761      Branch: perl
44762            ! lib/ExtUtils/MM_Unix.pm
44763 ____________________________________________________________________________
44764 [  6395] By: jhi                                   on 2000/07/14  05:20:33
44765         Log: Replace change #6337 with a better one.
44766              
44767              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
44768              From: Hugo <hv@crypt.compulink.co.uk>
44769              Date: Fri, 14 Jul 2000 04:16:20 +0100
44770              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
44771      Branch: cfgperl
44772            ! regexec.c t/op/re_tests
44773 ____________________________________________________________________________
44774 [  6394] By: jhi                                   on 2000/07/14  01:33:59
44775         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
44776      Branch: cfgperl
44777            ! embed.pl global.sym proto.h toke.c
44778 ____________________________________________________________________________
44779 [  6393] By: jhi                                   on 2000/07/13  23:41:23
44780         Log: remove discarded test
44781      Branch: cfgperl
44782            ! MANIFEST
44783 ____________________________________________________________________________
44784 [  6392] By: jhi                                   on 2000/07/13  23:32:25
44785         Log: The {multiplier} of a fixed substring was overlooked which
44786              caused a wrong initial search offset for that substring.
44787              
44788              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
44789              From: Hugo <hv@crypt.compulink.co.uk>
44790              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
44791              Date: Thu, 13 Jul 2000 19:27:13 +0100
44792      Branch: cfgperl
44793            ! regcomp.c t/op/re_tests
44794 ____________________________________________________________________________
44795 [  6391] By: jhi                                   on 2000/07/13  16:37:42
44796         Log: typo fix from Craig Berry
44797      Branch: cfgperl
44798            ! vms/subconfigure.com
44799 ____________________________________________________________________________
44800 [  6390] By: jhi                                   on 2000/07/13  13:20:12
44801         Log: Integrate with Sarathy.
44802      Branch: cfgperl
44803            - t/op/method2entersub.t
44804           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
44805           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
44806           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
44807           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
44808 ____________________________________________________________________________
44809 [  6389] By: jhi                                   on 2000/07/13  13:18:48
44810         Log: Detypo from Peter Prymmer, part of #6388.
44811      Branch: cfgperl
44812            ! Configure config_h.SH
44813      Branch: metaconfig
44814            ! U/modified/d_longlong.U
44815 ____________________________________________________________________________
44816 [  6388] By: gsar                                  on 2000/07/13  06:33:40
44817         Log: typos (spotted by Peter Prymmer)
44818      Branch: perl
44819            ! Configure t/lib/english.t
44820 ____________________________________________________________________________
44821 [  6387] By: gsar                                  on 2000/07/13  05:35:28
44822         Log: new selfloader.t in change#6183 doesn't close DATA handles,
44823              and thus fails to clean up tmp files on dosish platforms
44824      Branch: perl
44825            ! t/lib/selfloader.t
44826 ____________________________________________________________________________
44827 [  6386] By: gsar                                  on 2000/07/12  21:42:39
44828         Log: sprintf test tweaks (from Dominic Dunlop)
44829      Branch: perl
44830            ! t/op/sprintf.t
44831 ____________________________________________________________________________
44832 [  6385] By: gsar                                  on 2000/07/12  21:33:46
44833         Log: fix bugs in processing %v-*d and similar format specs (from
44834              Avi Finkel <avi@finkel.org>)
44835      Branch: perl
44836            ! sv.c t/op/sprintf.t
44837 ____________________________________________________________________________
44838 [  6384] By: gsar                                  on 2000/07/12  16:04:19
44839         Log: readd missing perldelta.pod changes from changes#6339,6376
44840      Branch: perl
44841            ! pod/perldelta.pod
44842 ____________________________________________________________________________
44843 [  6383] By: gsar                                  on 2000/07/12  16:00:51
44844         Log: don't clobber *.orig files on *clean targets
44845      Branch: perl
44846            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
44847 ____________________________________________________________________________
44848 [  6382] By: gsar                                  on 2000/07/12  07:59:12
44849         Log: fix broken integrations in cfgperl
44850      Branch: cfgperl
44851           !> Changes pod/perldelta.pod
44852 ____________________________________________________________________________
44853 [  6381] By: gsar                                  on 2000/07/12  07:42:17
44854         Log: integrate cfgperl changes into mainline
44855      Branch: perl
44856            ! Changes
44857           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
44858           !> pod/perlre.pod
44859 ____________________________________________________________________________
44860 [  6380] By: gsar                                  on 2000/07/12  07:31:00
44861         Log: get sprintf.t to adjust properly for 3-digit exponents
44862      Branch: perl
44863            ! t/op/sprintf.t
44864 ____________________________________________________________________________
44865 [  6379] By: gsar                                  on 2000/07/12  06:40:04
44866         Log: change#6174 needs corresponding change in win32/config_h.PL,
44867              which grovels through config_h.SH to find the config.h name
44868      Branch: perl
44869            ! win32/config_h.PL
44870 ____________________________________________________________________________
44871 [  6378] By: jhi                                   on 2000/07/12  05:03:59
44872         Log: Do the cc sanity check both before the hints and
44873              after the cc selction.
44874      Branch: cfgperl
44875            ! Configure config_h.SH
44876      Branch: metaconfig
44877            ! U/modified/Oldconfig.U U/modified/cc.U
44878      Branch: metaconfig/U/perl
44879            + Checkcc.U
44880 ____________________________________________________________________________
44881 [  6377] By: jhi                                   on 2000/07/12  02:49:22
44882         Log: Fix nits noticed by Boston.pm.
44883      Branch: cfgperl
44884            ! pod/perlre.pod
44885 ____________________________________________________________________________
44886 [  6376] By: jhi                                   on 2000/07/11  21:22:13
44887         Log: Configure cosmetics and perldelta.
44888      Branch: cfgperl
44889            ! Configure config_h.SH pod/perldelta.pod
44890      Branch: metaconfig
44891            ! U/modified/cc.U
44892 ____________________________________________________________________________
44893 [  6375] By: gsar                                  on 2000/07/11  21:17:35
44894         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
44895      Branch: perl
44896            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
44897            ! win32/win32sck.c
44898 ____________________________________________________________________________
44899 [  6374] By: gsar                                  on 2000/07/11  20:48:50
44900         Log: tweak for build failure under multiplicity
44901      Branch: perl
44902            ! toke.c
44903 ____________________________________________________________________________
44904 [  6373] By: gsar                                  on 2000/07/11  20:37:23
44905         Log: integrate cfgperl changes#6325..6373 into mainline
44906              (NOTE: today's batch of integrations still untested)
44907      Branch: perl
44908           +> ext/DynaLoader/hints/netbsd.pl
44909            ! Changes
44910           !> (integrate 26 files)
44911 ____________________________________________________________________________
44912 [  6372] By: jhi                                   on 2000/07/11  20:30:36
44913         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
44914              regen perltoc.
44915      Branch: cfgperl
44916            + pod/perlbook.pod
44917            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
44918            ! pod/perltoc.pod
44919 ____________________________________________________________________________
44920 [  6371] By: jhi                                   on 2000/07/11  20:08:56
44921         Log: Minor cleanups on the booklist.
44922      Branch: cfgperl
44923            ! pod/perlfaq2.pod
44924 ____________________________________________________________________________
44925 [  6370] By: jhi                                   on 2000/07/11  19:31:13
44926         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
44927      Branch: cfgperl
44928            ! t/pragma/overload.t
44929 ____________________________________________________________________________
44930 [  6369] By: gsar                                  on 2000/07/11  19:27:48
44931         Log: integrate cfgperl changes#6293..6324 into mainline
44932      Branch: perl
44933           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
44934            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
44935           !> (integrate 30 files)
44936 ____________________________________________________________________________
44937 [  6368] By: gsar                                  on 2000/07/11  19:18:57
44938         Log: skip integrate of problematic change#6292 from cfgperl into mainline
44939      Branch: perl
44940           !> pp_hot.c
44941 ____________________________________________________________________________
44942 [  6367] By: gsar                                  on 2000/07/11  19:17:21
44943         Log: integrate cfgperl changes#6288..6290 into mainline
44944      Branch: perl
44945           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
44946 ____________________________________________________________________________
44947 [  6366] By: gsar                                  on 2000/07/11  19:11:18
44948         Log: integrate cfgperl changes#6268..6282 into mainline
44949      Branch: perl
44950           !> (integrate 30 files)
44951 ____________________________________________________________________________
44952 [  6365] By: gsar                                  on 2000/07/11  18:57:00
44953         Log: delete new accidentally branched file
44954      Branch: perl
44955            - t/op/method2entersub.t
44956 ____________________________________________________________________________
44957 [  6364] By: gsar                                  on 2000/07/11  18:55:13
44958         Log: skip integrate of change#6267 from cfgperl into mainline (the
44959              method call optimization is flawed without additional hints
44960              from user about immutableness of @ISA and no runtime method
44961              definitions)
44962      Branch: perl
44963           +> t/op/method2entersub.t
44964           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
44965           !> perl.h t/op/sprintf.t xsutils.c
44966 ____________________________________________________________________________
44967 [  6363] By: gsar                                  on 2000/07/11  18:49:43
44968         Log: integrate cfgperl changes#6261..6266 into mainline
44969      Branch: perl
44970           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
44971           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
44972           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44973           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
44974 ____________________________________________________________________________
44975 [  6362] By: gsar                                  on 2000/07/11  18:43:26
44976         Log: integrate cfgperl changes#6252..6260 into mainline
44977      Branch: perl
44978           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
44979           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
44980           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
44981           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
44982 ____________________________________________________________________________
44983 [  6361] By: gsar                                  on 2000/07/11  18:37:12
44984         Log: skip integrate of problematic change#6251 from cfgperl into mainline
44985      Branch: perl
44986           !> lib/Exporter.pm
44987 ____________________________________________________________________________
44988 [  6360] By: gsar                                  on 2000/07/11  18:34:56
44989         Log: integrate cfgperl change#6250 into mainline
44990      Branch: perl
44991           +> t/op/my_stash.t
44992           !> MANIFEST embed.pl proto.h toke.c
44993 ____________________________________________________________________________
44994 [  6359] By: gsar                                  on 2000/07/11  18:21:19
44995         Log: integrate cfgperl changes#6242..6249 into mainline
44996      Branch: perl
44997           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
44998           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
44999           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
45000           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
45001           !> t/lib/peek.t utf8.c
45002 ____________________________________________________________________________
45003 [  6358] By: gsar                                  on 2000/07/11  18:15:45
45004         Log: skip integrate of problematic change#6241 from cfgperl into mainline
45005      Branch: perl
45006           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
45007 ____________________________________________________________________________
45008 [  6357] By: jhi                                   on 2000/07/11  18:15:16
45009         Log: Fix for
45010              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
45011              From: Roderick Schertler <roderick@argon.org> 
45012              Date: Tue, 11 Jul 2000 13:55:05 -0400 
45013              Message-Id: <200007111755.NAA05077@jones.argon.org> 
45014      Branch: cfgperl
45015            ! doio.c
45016 ____________________________________________________________________________
45017 [  6356] By: jhi                                   on 2000/07/11  18:12:51
45018         Log: Typo in #6341.
45019      Branch: cfgperl
45020            ! pp_hot.c
45021 ____________________________________________________________________________
45022 [  6355] By: gsar                                  on 2000/07/11  18:12:10
45023         Log: integrate cfgperl changes#6231..6240 into mainline
45024      Branch: perl
45025           +> pod/perlutil.pod
45026           !> (integrate 35 files)
45027 ____________________________________________________________________________
45028 [  6354] By: jhi                                   on 2000/07/11  18:04:34
45029         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
45030              From: Dominic Dunlop <domo@computer.org> 
45031              Date: Tue, 11 Jul 2000 12:27:33 +0200 
45032              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
45033              
45034              Replaces change #6268.
45035      Branch: cfgperl
45036            ! t/op/sprintf.t
45037 ____________________________________________________________________________
45038 [  6353] By: gsar                                  on 2000/07/11  17:59:51
45039         Log: skip integrate of problematic change#6230 from cfgperl into mainline
45040              (a later version of File::Spec is already in mainline)
45041      Branch: perl
45042           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
45043           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
45044 ____________________________________________________________________________
45045 [  6352] By: gsar                                  on 2000/07/11  17:57:48
45046         Log: integrate cfgperl changes#6224..6229 into mainline
45047      Branch: perl
45048           +> lib/lib.pm.PL
45049            - lib/lib.pm
45050           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
45051           !> lib/English.pm op.c t/lib/english.t
45052 ____________________________________________________________________________
45053 [  6351] By: gsar                                  on 2000/07/11  17:50:10
45054         Log: skip integrate of problematic change#6223 from cfgperl into mainline
45055      Branch: perl
45056           !> doio.c
45057 ____________________________________________________________________________
45058 [  6350] By: gsar                                  on 2000/07/11  17:48:28
45059         Log: integrate cfgperl changes#6220..6222 into mainline
45060      Branch: perl
45061           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
45062           !> toke.c utf8.c win32/win32.h
45063 ____________________________________________________________________________
45064 [  6349] By: gsar                                  on 2000/07/11  17:46:13
45065         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
45066              mainline
45067      Branch: perl
45068           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45069           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45070           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45071 ____________________________________________________________________________
45072 [  6348] By: jhi                                   on 2000/07/11  17:45:49
45073         Log: README.posix-bc podified from Thomas Dorner.
45074      Branch: cfgperl
45075            ! README.posix-bc
45076 ____________________________________________________________________________
45077 [  6347] By: gsar                                  on 2000/07/11  17:42:04
45078         Log: integrate cfgperl change#6217 into mainline
45079      Branch: perl
45080           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
45081           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
45082           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
45083 ____________________________________________________________________________
45084 [  6346] By: gsar                                  on 2000/07/11  17:39:37
45085         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
45086              mainline
45087      Branch: perl
45088           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
45089           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45090           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
45091           !> perlapi.h pod/perlapi.pod
45092 ____________________________________________________________________________
45093 [  6345] By: gsar                                  on 2000/07/11  17:36:42
45094         Log: integrate cfgperl changes#6207..6210 into mainline
45095      Branch: perl
45096           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
45097           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
45098 ____________________________________________________________________________
45099 [  6344] By: gsar                                  on 2000/07/11  17:31:20
45100         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
45101              mainline
45102      Branch: perl
45103           !> (integrate 40 files)
45104 ____________________________________________________________________________
45105 [  6343] By: gsar                                  on 2000/07/11  17:19:08
45106         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
45107      Branch: perl
45108           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
45109            ! Changes
45110           !> (integrate 34 files)
45111 ____________________________________________________________________________
45112 [  6342] By: jhi                                   on 2000/07/11  16:05:48
45113         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
45114              To: perl5-porters@perl.org
45115              From: Karsten Sperling <spiff@phreax.net>
45116              Date: Mon, 10 Jul 2000 15:12:52 +0200
45117              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
45118      Branch: cfgperl
45119            ! lib/Symbol.pm
45120 ____________________________________________________________________________
45121 [  6341] By: jhi                                   on 2000/07/11  15:59:23
45122         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
45123              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45124              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
45125              Date: Fri, 07 Jul 2000 17:57:16 +0100
45126      Branch: cfgperl
45127            ! pp_hot.c
45128 ____________________________________________________________________________
45129 [  6340] By: jhi                                   on 2000/07/11  15:55:47
45130         Log: Subject: Re: format bug report  [Patch]
45131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45132              Date: Wed, 05 Jul 2000 13:12:52 +0200
45133              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
45134              
45135              Subject: Re: format bug report  [Patch]
45136              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45137              Date: Wed, 05 Jul 2000 14:10:01 +0200
45138              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
45139      Branch: cfgperl
45140            ! t/op/write.t toke.c
45141 ____________________________________________________________________________
45142 [  6339] By: jhi                                   on 2000/07/11  13:54:09
45143         Log: Be less forgiving about ambiguous and illegal tr ranges.
45144              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
45145              From: Mark-Jason Dominus <mjd@plover.com>
45146              Date: Tue, 04 Jul 2000 10:00:12 -0400
45147              Message-ID: <20000704140012.17772.qmail@plover.com>
45148              
45149              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
45150              From: Mark-Jason Dominus <mjd@plover.com>
45151              Date: Wed, 05 Jul 2000 09:37:36 -0400
45152              Message-ID: <20000705133736.27293.qmail@plover.com>
45153      Branch: cfgperl
45154            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
45155 ____________________________________________________________________________
45156 [  6338] By: jhi                                   on 2000/07/11  13:31:24
45157         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
45158              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45159              Date: Tue, 11 Jul 2000 13:50:51 +0100
45160              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
45161      Branch: cfgperl
45162            ! sv.c
45163 ____________________________________________________________________________
45164 [  6337] By: jhi                                   on 2000/07/11  13:29:14
45165         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
45166              From: Hugo <hv@crypt.compulink.co.uk>
45167              Date: Tue, 11 Jul 2000 12:44:50 +0100
45168              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
45169      Branch: cfgperl
45170            ! regexec.c t/op/re_tests
45171 ____________________________________________________________________________
45172 [  6336] By: jhi                                   on 2000/07/11  13:26:47
45173         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
45174              From: simon@brecon.co.uk (Simon Cozens)
45175              Date: 7 Jul 2000 11:26:09 GMT
45176              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
45177      Branch: cfgperl
45178            ! mg.c
45179 ____________________________________________________________________________
45180 [  6335] By: jhi                                   on 2000/07/11  13:23:37
45181         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
45182              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
45183              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
45184              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
45185      Branch: cfgperl
45186            + ext/DynaLoader/hints/netbsd.pl
45187            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
45188 ____________________________________________________________________________
45189 [  6334] By: jhi                                   on 2000/07/11  13:20:38
45190         Log: Subject: PATCH perlguts.pod: Document D and d magic types
45191              From: mjd@plover.com
45192              Date: 5 Jul 2000 18:01:51 -0000
45193              Message-ID: <20000705180151.29413.qmail@plover.com>
45194      Branch: cfgperl
45195            ! pod/perlguts.pod
45196 ____________________________________________________________________________
45197 [  6333] By: jhi                                   on 2000/07/11  13:15:51
45198         Log: Precedence goof, fix based on
45199              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
45200              From: Hugo <hv@crypt.compulink.co.uk>
45201              Date: Tue, 11 Jul 2000 12:52:38 +0100
45202              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
45203      Branch: cfgperl
45204            ! t/op/taint.t
45205 ____________________________________________________________________________
45206 [  6332] By: jhi                                   on 2000/07/11  12:40:17
45207         Log: Integrate with Sarathy.
45208      Branch: cfgperl
45209           !> win32/win32sck.c
45210 ____________________________________________________________________________
45211 [  6331] By: jhi                                   on 2000/07/10  20:14:16
45212         Log: Sprinkle ldlibpath.
45213      Branch: cfgperl
45214            ! pod/Makefile.SH
45215 ____________________________________________________________________________
45216 [  6330] By: jhi                                   on 2000/07/10  17:54:49
45217         Log: More POSIX.pod tweaks.
45218      Branch: cfgperl
45219            ! ext/POSIX/POSIX.pod
45220 ____________________________________________________________________________
45221 [  6329] By: jhi                                   on 2000/07/10  14:02:12
45222         Log: Reorder perl.pod once more.
45223      Branch: cfgperl
45224            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45225 ____________________________________________________________________________
45226 [  6328] By: gsar                                  on 2000/07/10  07:06:00
45227         Log: accept() leaks memory on windows due to incorrect ordering of
45228              closesocket() and fclose() calls
45229      Branch: perl
45230            ! win32/win32sck.c
45231 ____________________________________________________________________________
45232 [  6327] By: gsar                                  on 2000/07/10  06:49:17
45233         Log: winsock options weren't being set in all threads under ithreads
45234              (caused send()s from second and subsequent threads to fail)
45235      Branch: perl
45236            ! win32/win32sck.c
45237 ____________________________________________________________________________
45238 [  6326] By: jhi                                   on 2000/07/08  02:45:40
45239         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
45240              was cast to an unsigned (32-bit) integer with wild abandon.
45241      Branch: cfgperl
45242            ! ext/Devel/DProf/DProf.xs
45243 ____________________________________________________________________________
45244 [  6325] By: jhi                                   on 2000/07/07  18:50:33
45245         Log: Remove perlbook, update perlfaq book listing,
45246              rearrange perl.pod, regenerate perltoc.
45247      Branch: cfgperl
45248            - pod/perlbook.pod
45249            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
45250            ! pod/perlfaq2.pod pod/perltoc.pod
45251 ____________________________________________________________________________
45252 [  6324] By: jhi                                   on 2000/07/07  14:03:40
45253         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
45254      Branch: cfgperl
45255            ! sv.h toke.c
45256 ____________________________________________________________________________
45257 [  6323] By: jhi                                   on 2000/07/06  16:03:55
45258         Log: Fix complaints of buildtoc.
45259      Branch: cfgperl
45260            + lib/Win32.pod
45261            - pod/Win32.pod
45262            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45263 ____________________________________________________________________________
45264 [  6322] By: jhi                                   on 2000/07/06  15:15:52
45265         Log: Add =head1 NAMEs so that buildtoc is happy.
45266              (The CGI::Util nit reported to Lincoln.)
45267      Branch: cfgperl
45268            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
45269            ! pod/perltoc.pod
45270 ____________________________________________________________________________
45271 [  6321] By: jhi                                   on 2000/07/06  03:16:04
45272         Log: Config is being used.
45273      Branch: cfgperl
45274            ! t/op/method.t
45275 ____________________________________________________________________________
45276 [  6320] By: jhi                                   on 2000/07/06  03:13:13
45277         Log: Integrate with Sarathy.
45278      Branch: cfgperl
45279           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
45280 ____________________________________________________________________________
45281 [  6319] By: jhi                                   on 2000/07/06  03:11:46
45282         Log: Autogenerate pod/Makefile and pod/buildtoc.
45283              buildtoc also checks whether the existin pods are
45284              mentioned in MANIFEST and perl.pod, and vice versa.
45285              (None of the thusly found discrepancies fixed yet.)
45286              roffitall also needs to be autogenerated similarly but it
45287              seems so badly out of date that I didn't touch it yet.
45288      Branch: cfgperl
45289            + pod/Makefile.SH pod/buildtoc.PL
45290            - pod/Makefile pod/buildtoc
45291            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
45292 ____________________________________________________________________________
45293 [  6318] By: gsar                                  on 2000/07/05  22:10:54
45294         Log: fix UNC path handling on Windows under ithreads, and chdir()
45295              return value when given a non-existent directory
45296      Branch: perl
45297            ! win32/vdir.h
45298 ____________________________________________________________________________
45299 [  6317] By: gsar                                  on 2000/07/05  22:08:19
45300         Log: winsock cleanup never done on Windows (leads to handle leaks)
45301      Branch: perl
45302            ! win32/perllib.c win32/win32sck.c
45303 ____________________________________________________________________________
45304 [  6316] By: gsar                                  on 2000/07/05  22:06:19
45305         Log: some debugger output does not go to the socket when RemotePort is set
45306      Branch: perl
45307            ! lib/perl5db.pl
45308 ____________________________________________________________________________
45309 [  6315] By: jhi                                   on 2000/07/05  00:25:21
45310         Log: Integrate with Sarathy, preliminary fix for unicos
45311              alignment problems in [ID 20000612.002] Perl problem on Cray system.
45312      Branch: cfgperl
45313            ! sv.h
45314           !> pp_hot.c
45315 ____________________________________________________________________________
45316 [  6314] By: gsar                                  on 2000/07/04  23:34:02
45317         Log: tyop in change#6306
45318      Branch: perl
45319            ! pp_hot.c
45320 ____________________________________________________________________________
45321 [  6313] By: jhi                                   on 2000/07/04  22:14:38
45322         Log: Multiline string literals ENONPORTABLE.
45323      Branch: cfgperl
45324            ! pp_hot.c
45325 ____________________________________________________________________________
45326 [  6312] By: jhi                                   on 2000/07/04  20:34:44
45327         Log: Integrate with Sarathy.
45328      Branch: cfgperl
45329           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
45330           !> t/op/method.t
45331 ____________________________________________________________________________
45332 [  6311] By: jhi                                   on 2000/07/04  20:30:56
45333         Log: More POSIX.pod embellishment.
45334      Branch: cfgperl
45335            ! ext/POSIX/POSIX.pod
45336 ____________________________________________________________________________
45337 [  6310] By: gsar                                  on 2000/07/04  17:28:48
45338         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
45339      Branch: perl
45340            ! t/lib/b.t
45341 ____________________________________________________________________________
45342 [  6309] By: jhi                                   on 2000/07/04  17:22:18
45343         Log: The #6308 required a little bit more.
45344      Branch: cfgperl
45345            ! Makefile.SH win32/Makefile
45346 ____________________________________________________________________________
45347 [  6308] By: jhi                                   on 2000/07/04  16:35:24
45348         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
45349      Branch: cfgperl
45350            + lib/lib_pm.PL
45351            - lib/lib.pm.PL
45352            ! MANIFEST Makefile.SH
45353 ____________________________________________________________________________
45354 [  6307] By: jhi                                   on 2000/07/04  16:28:58
45355         Log: Win32 patches for cfgperl from Sarathy.
45356      Branch: cfgperl
45357            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
45358            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
45359            ! thread.h toke.c util.c win32/Makefile win32/win32.c
45360 ____________________________________________________________________________
45361 [  6306] By: gsar                                  on 2000/07/04  16:28:40
45362         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
45363              (from Richard Soderberg <rs@oregonnet.com>)
45364      Branch: perl
45365            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
45366 ____________________________________________________________________________
45367 [  6305] By: jhi                                   on 2000/07/04  16:24:24
45368         Log: Integrate with Sarathy.
45369      Branch: cfgperl
45370           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
45371           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45372           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
45373           !> proto.h win32/win32.c
45374 ____________________________________________________________________________
45375 [  6304] By: gsar                                  on 2000/07/04  16:17:24
45376         Log: missing perldiag entry for unpack("w",...) diagnostic (from
45377              Andreas Koenig)
45378      Branch: perl
45379            ! pod/perldiag.pod
45380 ____________________________________________________________________________
45381 [  6303] By: gsar                                  on 2000/07/04  16:14:44
45382         Log: remove rel2abs prototypes (from Barrie Slaymaker)
45383      Branch: perl
45384            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45385            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45386 ____________________________________________________________________________
45387 [  6302] By: gsar                                  on 2000/07/04  04:59:35
45388         Log: adjust change#6299
45389      Branch: perl
45390            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
45391            ! win32/win32.c
45392 ____________________________________________________________________________
45393 [  6301] By: jhi                                   on 2000/07/04  04:50:07
45394         Log: Integrate with Sarathy.
45395      Branch: cfgperl
45396           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
45397           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
45398           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
45399 ____________________________________________________________________________
45400 [  6300] By: gsar                                  on 2000/07/04  04:42:09
45401         Log: PERL_OBJECT build tweak
45402      Branch: perl
45403            ! perl.h
45404 ____________________________________________________________________________
45405 [  6299] By: gsar                                  on 2000/07/04  04:37:00
45406         Log: fix memory leak on Windows (PL_sys_intern contents were never
45407              freed)
45408      Branch: perl
45409            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45410            ! perlapi.c proto.h win32/win32.c
45411 ____________________________________________________________________________
45412 [  6298] By: gsar                                  on 2000/07/04  04:15:59
45413         Log: fix large memory leak that has been around for ever, masked by
45414              -DPURIFY (most of the arenas were never freed!)
45415      Branch: perl
45416            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
45417 ____________________________________________________________________________
45418 [  6297] By: gsar                                  on 2000/07/04  04:07:46
45419         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
45420      Branch: perl
45421            ! perl.c
45422 ____________________________________________________________________________
45423 [  6296] By: jhi                                   on 2000/06/30  18:28:37
45424         Log: Elaborate POSIX.pod.  Still needs work.
45425      Branch: cfgperl
45426            ! ext/POSIX/POSIX.pod
45427 ____________________________________________________________________________
45428 [  6295] By: jhi                                   on 2000/06/30  14:58:18
45429         Log: Point to perlipc for more SysV IPC examples.
45430      Branch: cfgperl
45431            ! pod/perlfunc.pod
45432 ____________________________________________________________________________
45433 [  6294] By: gsar                                  on 2000/06/30  14:47:45
45434         Log: slurp mode fix in change#4736 still not quite right
45435      Branch: perl
45436            ! pp_hot.c t/io/argv.t
45437 ____________________________________________________________________________
45438 [  6293] By: jhi                                   on 2000/06/30  12:02:55
45439         Log: Integrate with Sarathy.
45440      Branch: cfgperl
45441           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
45442 ____________________________________________________________________________
45443 [  6292] By: jhi                                   on 2000/06/30  12:01:11
45444         Log: From: simon@brecon.co.uk (Simon Cozens)
45445              Subject: UTF8 concat
45446              Date: 30 Jun 2000 06:13:25 GMT
45447              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
45448      Branch: cfgperl
45449            ! pp_hot.c
45450 ____________________________________________________________________________
45451 [  6291] By: gsar                                  on 2000/06/30  04:37:33
45452         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
45453              when @_ is modified, causing coredumps
45454      Branch: perl
45455            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
45456 ____________________________________________________________________________
45457 [  6290] By: jhi                                   on 2000/06/30  02:21:44
45458         Log: Integrate with Sarathy.
45459      Branch: cfgperl
45460           !> vms/vms.c vms/vmsish.h
45461 ____________________________________________________________________________
45462 [  6289] By: jhi                                   on 2000/06/30  02:21:02
45463         Log: Check VERSIONs.
45464      Branch: cfgperl
45465            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45466            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45467            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45468 ____________________________________________________________________________
45469 [  6288] By: jhi                                   on 2000/06/30  02:18:52
45470         Log: Integrate with Sarathy.
45471      Branch: cfgperl
45472           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
45473           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45474           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45475           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
45476 ____________________________________________________________________________
45477 [  6287] By: gsar                                  on 2000/06/30  02:17:08
45478         Log: integrate vmsperl changes into mainline
45479      Branch: perl
45480           !> vms/vms.c vms/vmsish.h
45481 ____________________________________________________________________________
45482 [  6285] By: gsar                                  on 2000/06/30  02:05:28
45483         Log: localize %INC in a Safe compartment so that use/require work
45484              (many other magic globals probably need similar treatment)
45485      Branch: perl
45486            ! ext/Opcode/Opcode.xs
45487 ____________________________________________________________________________
45488 [  6284] By: gsar                                  on 2000/06/30  01:54:54
45489         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
45490              about Windows
45491      Branch: perl
45492            ! pod/perlembed.pod
45493 ____________________________________________________________________________
45494 [  6283] By: jhi                                   on 2000/06/30  01:50:10
45495         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
45496              From: Barrie Slaymaker <barries@jester.slaysys.com>
45497              Date: Wed, 28 Jun 2000 11:35:29 -0400
45498              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
45499      Branch: perl
45500            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
45501            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45502            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45503            ! lib/File/Spec/Win32.pm
45504 ____________________________________________________________________________
45505 [  6282] By: jhi                                   on 2000/06/29  22:57:22
45506         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
45507              From: Dan Sugalski <dan@sidhe.org>
45508              Date: Tue, 06 Jun 2000 11:59:50 -0400
45509              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
45510      Branch: cfgperl
45511            ! vms/vms.c
45512 ____________________________________________________________________________
45513 [  6281] By: jhi                                   on 2000/06/29  22:52:50
45514         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
45515              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45516              Date: Wed, 7 Jun 2000 04:02:04 -0500
45517              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
45518      Branch: cfgperl
45519            ! utils/h2xs.PL
45520 ____________________________________________________________________________
45521 [  6280] By: jhi                                   on 2000/06/29  22:45:47
45522         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
45523              From: rspier@pobox.com (Robert Spier)
45524              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
45525              Message-ID: <14654.31913.845602.610277@rls.cx>
45526      Branch: cfgperl
45527            ! utils/h2xs.PL
45528 ____________________________________________________________________________
45529 [  6279] By: jhi                                   on 2000/06/29  22:38:16
45530         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
45531              From: Tim Ayers <tayers@bridge.com>
45532              Date: Thu, 08 Jun 2000 08:11:06 +0200
45533              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
45534              [resent by Richard Foley, Message-Id probably wrong]
45535      Branch: cfgperl
45536            ! pod/perlsub.pod
45537 ____________________________________________________________________________
45538 [  6278] By: jhi                                   on 2000/06/29  22:21:45
45539         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
45540              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
45541              Date: Fri, 09 Jun 2000 12:39:27 -0400
45542              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
45543              (plus update the version "number" of Text::Wrap)
45544      Branch: cfgperl
45545            ! lib/Text/Wrap.pm
45546 ____________________________________________________________________________
45547 [  6277] By: jhi                                   on 2000/06/29  22:13:10
45548         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
45549              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45550              Date: Mon, 12 Jun 2000 14:55:59 +0100
45551              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
45552      Branch: cfgperl
45553            ! pod/perlfunc.pod
45554 ____________________________________________________________________________
45555 [  6276] By: jhi                                   on 2000/06/29  22:11:06
45556         Log: Subject: [PATCH] Re: eval documentation: context
45557              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45558              Date: Mon, 12 Jun 2000 15:07:29 +0100
45559              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
45560      Branch: cfgperl
45561            ! pod/perlfunc.pod
45562 ____________________________________________________________________________
45563 [  6275] By: jhi                                   on 2000/06/29  21:59:46
45564         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
45565              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45566              Date: Tue, 13 Jun 2000 02:43:48 -0500
45567              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
45568      Branch: cfgperl
45569            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
45570 ____________________________________________________________________________
45571 [  6274] By: jhi                                   on 2000/06/29  21:56:14
45572         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
45573              From: Andy Dougherty <doughera@lafayette.edu>
45574              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
45575              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
45576      Branch: cfgperl
45577            ! ext/File/Glob/Glob.pm
45578 ____________________________________________________________________________
45579 [  6273] By: jhi                                   on 2000/06/29  21:49:09
45580         Log: Subject: [PATCH] xsub attributes
45581              From: Doug MacEachern <dougm@covalent.net>
45582              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
45583              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
45584      Branch: cfgperl
45585            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
45586            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
45587 ____________________________________________________________________________
45588 [  6272] By: jhi                                   on 2000/06/29  21:41:28
45589         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
45590              From: Tom Phoenix <rootbeer@redcat.com>
45591              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
45592              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
45593      Branch: cfgperl
45594            ! lib/Net/Ping.pm
45595 ____________________________________________________________________________
45596 [  6271] By: jhi                                   on 2000/06/29  21:36:55
45597         Log: Subject: PATCH pod/perltie.pod
45598              From: Ian Phillipps <Ian.Phillipps@iname.com>
45599              Date: Fri, 16 Jun 2000 00:17:19 +0100
45600              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
45601              (only the first hunk, the second hunk had already been done
45602              by some other patch)
45603      Branch: cfgperl
45604            ! pod/perltie.pod
45605 ____________________________________________________________________________
45606 [  6270] By: jhi                                   on 2000/06/29  21:24:51
45607         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
45608              From: Nicholas Clark <nick@talking.bollo.cx>
45609              Date: Fri, 23 Jun 2000 16:21:15 +0100
45610              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
45611      Branch: cfgperl
45612            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
45613            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
45614 ____________________________________________________________________________
45615 [  6269] By: jhi                                   on 2000/06/29  19:38:15
45616         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
45617              silence few compiler warnings.
45618      Branch: cfgperl
45619            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
45620 ____________________________________________________________________________
45621 [  6268] By: jhi                                   on 2000/06/29  18:21:50
45622         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
45623              From: Dominic Dunlop <domo@computer.org> 
45624              Date: Thu, 29 Jun 2000 12:32:39 +0200 
45625              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
45626      Branch: cfgperl
45627            ! t/op/sprintf.t
45628 ____________________________________________________________________________
45629 [  6267] By: jhi                                   on 2000/06/29  18:16:07
45630         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
45631              From: Doug MacEachern <dougm@covalent.net>
45632              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
45633              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
45634      Branch: cfgperl
45635            + t/op/method2entersub.t
45636            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
45637            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45638            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
45639            ! xsutils.c
45640 ____________________________________________________________________________
45641 [  6266] By: jhi                                   on 2000/06/29  15:11:15
45642         Log: Subject: [PATCH 5.6.0] cygwin port
45643              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
45644              From: "Fifer, Eric" <EFifer@sanwaint.com>
45645              Date: Thu, 29 Jun 2000 12:58:29 +0100
45646      Branch: cfgperl
45647            ! cygwin/Makefile.SHs
45648 ____________________________________________________________________________
45649 [  6265] By: jhi                                   on 2000/06/29  15:04:05
45650         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
45651              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45652              Date: Wed, 28 Jun 2000 17:50:12 -0700
45653              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
45654      Branch: cfgperl
45655            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45656 ____________________________________________________________________________
45657 [  6264] By: jhi                                   on 2000/06/29  15:00:57
45658         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
45659              From: Marty Lucich <marty@netcom.com>
45660              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
45661              Message-Id: <200006282116.OAA11148@netcom.com>
45662              ccdlflags update (the BSD/OS 4.1 part had already been taken
45663              care of by #6141).
45664      Branch: cfgperl
45665            ! hints/bsdos.sh
45666 ____________________________________________________________________________
45667 [  6263] By: jhi                                   on 2000/06/29  13:47:44
45668         Log: tr fixes from Simon Cozens
45669      Branch: cfgperl
45670            ! doop.c
45671 ____________________________________________________________________________
45672 [  6262] By: jhi                                   on 2000/06/28  18:46:01
45673         Log: Subject: 5.6.0 Patch for EPOC
45674              From: Olaf Flebbe <o.flebbe@gmx.de>
45675              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
45676              Message-ID: <23449.960929969@www11.gmx.net>
45677      Branch: cfgperl
45678            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
45679            ! epoc/epocish.h
45680 ____________________________________________________________________________
45681 [  6261] By: jhi                                   on 2000/06/28  18:29:07
45682         Log: Subject: Re: [PATCH cfgperl] BOMs away!
45683              From: simon@brecon.co.uk (Simon Cozens)
45684              Date: 17 Jun 2000 11:49:57 GMT
45685              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
45686      Branch: cfgperl
45687            ! pod/perldiag.pod t/comp/require.t toke.c
45688 ____________________________________________________________________________
45689 [  6260] By: jhi                                   on 2000/06/28  17:47:16
45690         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
45691              From: simon@brecon.co.uk (Simon Cozens) 
45692              Date: 17 Jun 2000 11:56:44 GMT 
45693              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
45694              pack U0, pack C0
45695      Branch: cfgperl
45696            ! pod/perlfunc.pod pp.c t/op/pack.t
45697 ____________________________________________________________________________
45698 [  6259] By: jhi                                   on 2000/06/28  16:43:17
45699         Log: perlnewmod was missing from MANIFEST.
45700      Branch: cfgperl
45701            ! MANIFEST
45702 ____________________________________________________________________________
45703 [  6258] By: jhi                                   on 2000/06/28  15:54:30
45704         Log: linenumber tweak
45705      Branch: cfgperl
45706            ! t/pragma/warn/regcomp
45707 ____________________________________________________________________________
45708 [  6257] By: jhi                                   on 2000/06/28  15:50:44
45709         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
45710              From: Doug MacEachern <dougm@covalent.net>
45711              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
45712              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
45713              (one part of the patch had been applied earlier)
45714      Branch: cfgperl
45715            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
45716 ____________________________________________________________________________
45717 [  6256] By: jhi                                   on 2000/06/28  15:40:22
45718         Log: tweaks from Simon Cozens to further fix tr/// under utf8
45719      Branch: cfgperl
45720            ! doop.c
45721 ____________________________________________________________________________
45722 [  6255] By: jhi                                   on 2000/06/28  15:33:45
45723         Log: small thinko tweaks
45724      Branch: cfgperl
45725            ! lib/IPC/Open3.pm t/op/my_stash.t
45726 ____________________________________________________________________________
45727 [  6254] By: jhi                                   on 2000/06/28  15:33:25
45728         Log: Subject: tr///, help wanted.
45729              From: simon@brecon.co.uk (Simon Cozens)
45730              Date: 28 Jun 2000 11:29:04 GMT
45731              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
45732      Branch: cfgperl
45733            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
45734            ! pp_proto.h proto.h t/op/tr.t
45735 ____________________________________________________________________________
45736 [  6253] By: jhi                                   on 2000/06/28  15:09:17
45737         Log: Paranoia tweak on #6249.
45738              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
45739              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45740              Date: Sun, 25 Jun 2000 23:43:12 -0400
45741              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
45742      Branch: cfgperl
45743            ! lib/IPC/Open3.pm
45744 ____________________________________________________________________________
45745 [  6252] By: jhi                                   on 2000/06/28  15:01:38
45746         Log: Document #6249 and #6251.
45747      Branch: cfgperl
45748            ! lib/Exporter.pm lib/IPC/Open3.pm
45749 ____________________________________________________________________________
45750 [  6251] By: jhi                                   on 2000/06/28  14:50:43
45751         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
45752              From: Doug MacEachern <dougm@covalent.net>
45753              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
45754              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
45755      Branch: cfgperl
45756            ! lib/Exporter.pm
45757 ____________________________________________________________________________
45758 [  6250] By: jhi                                   on 2000/06/28  14:45:23
45759         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
45760              From: Doug MacEachern <dougm@covalent.net>
45761              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
45762              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
45763      Branch: cfgperl
45764            + t/op/my_stash.t
45765            ! MANIFEST embed.pl global.sym proto.h toke.c
45766 ____________________________________________________________________________
45767 [  6249] By: jhi                                   on 2000/06/28  14:36:34
45768         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
45769              From: Frank Tobin <ftobin@uiuc.edu>
45770              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
45771              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
45772      Branch: cfgperl
45773            ! lib/IPC/Open3.pm
45774 ____________________________________________________________________________
45775 [  6248] By: jhi                                   on 2000/06/28  14:11:25
45776         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
45777              From: Mark-Jason Dominus <mjd@plover.com>
45778              Date: Tue, 27 Jun 2000 22:36:42 -0400
45779              Message-ID: <20000628023642.12166.qmail@plover.com>
45780      Branch: cfgperl
45781            ! pod/perlfunc.pod
45782 ____________________________________________________________________________
45783 [  6247] By: jhi                                   on 2000/06/27  12:46:37
45784         Log: Tweak $VERSION, patch from Doug MacEachern.
45785      Branch: cfgperl
45786            ! lib/File/Spec.pm
45787 ____________________________________________________________________________
45788 [  6246] By: jhi                                   on 2000/06/27  03:34:46
45789         Log: Allow for standalone testing.
45790      Branch: cfgperl
45791            ! t/lib/filefunc.t t/lib/filespec.t
45792 ____________________________________________________________________________
45793 [  6245] By: jhi                                   on 2000/06/27  02:50:02
45794         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
45795              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
45796              Date: Sat, 24 Jun 2000 13:06:20 +0100
45797              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
45798      Branch: cfgperl
45799            ! ext/DynaLoader/DynaLoader_pm.PL
45800 ____________________________________________________________________________
45801 [  6244] By: jhi                                   on 2000/06/27  02:46:10
45802         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
45803              From: Doug MacEachern <dougm@covalent.net>
45804              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
45805              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
45806      Branch: cfgperl
45807            ! gv.c sv.c t/lib/peek.t
45808 ____________________________________________________________________________
45809 [  6243] By: jhi                                   on 2000/06/27  02:38:07
45810         Log: Subject: [PATCH] is_utf8_string
45811              From: simon@brecon.co.uk (Simon Cozens)
45812              Date: 26 Jun 2000 02:25:59 GMT
45813              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
45814      Branch: cfgperl
45815            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
45816            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
45817            ! proto.h utf8.c
45818 ____________________________________________________________________________
45819 [  6242] By: jhi                                   on 2000/06/27  02:24:00
45820         Log: Subject: [PATCH] bytes<->utf8 fixes
45821              From: simon@brecon.co.uk (Simon Cozens)
45822              Date: 26 Jun 2000 04:55:45 GMT
45823              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
45824      Branch: cfgperl
45825            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
45826 ____________________________________________________________________________
45827 [  6241] By: jhi                                   on 2000/06/27  02:12:42
45828         Log: Do no -warn on \_, only on \alpha.
45829              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
45830              From: David Dyck <dcd@tc.fluke.com>
45831              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
45832              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
45833      Branch: cfgperl
45834            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
45835 ____________________________________________________________________________
45836 [  6240] By: jhi                                   on 2000/06/27  02:00:01
45837         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
45838              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
45839              Date: Mon, 26 Jun 2000 18:40:14 +0100
45840              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
45841      Branch: cfgperl
45842            ! utils/h2xs.PL
45843 ____________________________________________________________________________
45844 [  6239] By: jhi                                   on 2000/06/27  01:53:40
45845         Log: Configure maintenance.  Sever some dependency cycles,
45846              separate gccversion from the cc unit,
45847              address [ID 20000623.006] Configure script patch for using gcc on AIX
45848              (but solve it a little bit differently),
45849              unduplex some accidentally duplicated units,
45850              suggest using gcc if no cc available
45851              (p5p thread: "Solaris configure: counterproposal", 1999-09)
45852      Branch: cfgperl
45853            ! Configure Todo-5.6 config_h.SH
45854      Branch: metaconfig
45855            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
45856            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
45857      Branch: metaconfig/U/perl
45858            + gccvers.U
45859            ! d_getespwnam.U d_getprpwnam.U i_prot.U
45860 ____________________________________________________________________________
45861 [  6238] By: jhi                                   on 2000/06/25  18:04:56
45862         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
45863              From: Dan Sugalski <dan@sidhe.org>
45864              Date: Fri, 23 Jun 2000 17:00:00 -0400
45865              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
45866      Branch: cfgperl
45867            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
45868 ____________________________________________________________________________
45869 [  6237] By: jhi                                   on 2000/06/25  16:36:45
45870         Log: Tweak embed.pl, regen headers.
45871      Branch: cfgperl
45872            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
45873            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
45874            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
45875            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
45876            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
45877 ____________________________________________________________________________
45878 [  6236] By: jhi                                   on 2000/06/25  15:26:42
45879         Log: Regen headers.
45880      Branch: cfgperl
45881            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
45882            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
45883            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
45884            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
45885            ! regnodes.h warnings.h
45886 ____________________________________________________________________________
45887 [  6235] By: jhi                                   on 2000/06/23  19:39:35
45888         Log: The thread begun by
45889              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
45890              From: Kevin.Ruscoe@ubsw.com
45891              Date: Fri, 16 Jun 2000 16:38:51 +0100
45892              Message-Id: <H000019b03c300d6@MHS>
45893      Branch: cfgperl
45894            ! hints/solaris_2.sh
45895 ____________________________________________________________________________
45896 [  6234] By: jhi                                   on 2000/06/23  19:23:36
45897         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
45898              because when run as services (Win32ese for daemons)
45899              no environment variables are set and tmpdir ends up as /tmp,
45900              which is ambiguous.
45901              
45902              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
45903              From: matt@sergeant.org
45904              Date: 16 Jun 2000 16:30:43 -0000
45905              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
45906      Branch: cfgperl
45907            ! lib/File/Spec/Win32.pm
45908 ____________________________________________________________________________
45909 [  6233] By: jhi                                   on 2000/06/23  19:18:58
45910         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
45911              From: Mark-Jason Dominus <mjd@plover.com>
45912              Date: Fri, 16 Jun 2000 20:53:04 -0400
45913              Message-ID: <20000617005304.8008.qmail@plover.com>
45914      Branch: cfgperl
45915            ! op.h
45916 ____________________________________________________________________________
45917 [  6232] By: jhi                                   on 2000/06/23  16:10:02
45918         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
45919              From: simon@brecon.co.uk (Simon Cozens)
45920              Date: 19 Jun 2000 15:18:27 GMT
45921              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
45922              
45923              plus update pod/Makefile and regenerate perltoc
45924      Branch: cfgperl
45925            + pod/perlutil.pod
45926            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
45927 ____________________________________________________________________________
45928 [  6231] By: jhi                                   on 2000/06/23  15:19:18
45929         Log: Subject: [PATCH 5.6.0] cygwin port
45930              From: "Fifer, Eric" <EFifer@sanwaint.com>
45931              Date: Tue, 20 Jun 2000 14:30:58 +0100
45932              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
45933      Branch: cfgperl
45934            ! README.cygwin lib/File/Find.pm
45935 ____________________________________________________________________________
45936 [  6230] By: jhi                                   on 2000/06/23  14:25:21
45937         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
45938      Branch: cfgperl
45939            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
45940            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45941            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45942            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
45943 ____________________________________________________________________________
45944 [  6229] By: jhi                                   on 2000/06/23  14:13:34
45945         Log: Subject: README.hpux version 0.6.1
45946              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
45947              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45948              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
45949      Branch: cfgperl
45950            ! README.hpux
45951 ____________________________________________________________________________
45952 [  6228] By: jhi                                   on 2000/06/23  14:07:20
45953         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
45954              From: Doug MacEachern <dougm@covalent.net>
45955              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
45956              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
45957      Branch: cfgperl
45958            ! op.c
45959 ____________________________________________________________________________
45960 [  6227] By: jhi                                   on 2000/06/23  14:01:06
45961         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
45962              From: Doug MacEachern <dougm@covalent.net>
45963              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
45964              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
45965      Branch: cfgperl
45966            + lib/lib.pm.PL
45967            - lib/lib.pm
45968            ! MANIFEST Makefile.SH
45969 ____________________________________________________________________________
45970 [  6226] By: jhi                                   on 2000/06/23  13:53:07
45971         Log: Subject: [PATCH] remove forward declarations in Socket.pm
45972              From: Doug MacEachern <dougm@covalent.net>
45973              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
45974              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
45975              
45976              From: Doug MacEachern <dougm@covalent.net>
45977              Subject: Re: [PATCH] remove forward declarations in Socket.pm
45978              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
45979              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
45980      Branch: cfgperl
45981            ! ext/Socket/Socket.pm op.c
45982 ____________________________________________________________________________
45983 [  6225] By: jhi                                   on 2000/06/23  13:41:52
45984         Log: Add source code filenames to apidoc.
45985              From: simon@brecon.co.uk (Simon Cozens)
45986              Subject: [PATCH embed.pl] Source X-ref
45987              Date: 22 Jun 2000 02:18:49 GMT
45988              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
45989      Branch: cfgperl
45990            ! embed.pl
45991 ____________________________________________________________________________
45992 [  6224] By: jhi                                   on 2000/06/23  13:32:33
45993         Log: A way to avoid English.pm performance hit.
45994              From: root <root@jester.slaysys.com>
45995              Subject: [YAPATCH English.pm] My turn to putt again
45996              Date: Thu, 22 Jun 2000 20:33:58 -0400
45997              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
45998      Branch: cfgperl
45999            ! lib/English.pm t/lib/english.t
46000 ____________________________________________________________________________
46001 [  6223] By: jhi                                   on 2000/06/23  13:27:06
46002         Log: Avoid double close().
46003              Subject: [PATCH] avoid double close()
46004              From: Doug MacEachern <dougm@covalent.net>
46005              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
46006              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
46007      Branch: cfgperl
46008            ! doio.c
46009 ____________________________________________________________________________
46010 [  6222] By: jhi                                   on 2000/06/23  13:25:54
46011         Log: doc typo fix
46012              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
46013              From: Ian Phillipps <Ian.Phillipps@iname.com>
46014              Date: Fri, 23 Jun 2000 10:40:58 +0100
46015              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
46016      Branch: cfgperl
46017            ! lib/Pod/Usage.pm
46018 ____________________________________________________________________________
46019 [  6221] By: jhi                                   on 2000/06/23  13:24:15
46020         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
46021              From: simon@brecon.co.uk (Simon Cozens)
46022              Subject: [PATCH] Eliminate tr///[CU][CU]
46023              Date: 23 Jun 2000 11:05:40 GMT
46024              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
46025      Branch: cfgperl
46026            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
46027 ____________________________________________________________________________
46028 [  6220] By: jhi                                   on 2000/06/22  16:07:51
46029         Log: Win32 patches from Benjamin Stuhl.
46030      Branch: cfgperl
46031            ! makedef.pl win32/win32.h
46032 ____________________________________________________________________________
46033 [  6219] By: jhi                                   on 2000/06/22  16:06:34
46034         Log: Bytecode patches from Benjamin Stuhl.
46035      Branch: cfgperl
46036            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46037            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46038            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46039 ____________________________________________________________________________
46040 [  6218] By: jhi                                   on 2000/06/15  23:54:16
46041         Log: Bytecode patches from Benjamin Stuhl.
46042      Branch: cfgperl
46043            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46044 ____________________________________________________________________________
46045 [  6217] By: jhi                                   on 2000/06/09  13:38:29
46046         Log: Rename the fdpid locking and integrate with Sarathy.
46047      Branch: cfgperl
46048            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
46049            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
46050            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
46051            ! win32/win32.c
46052           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
46053 ____________________________________________________________________________
46054 [  6216] By: gsar                                  on 2000/06/08  14:54:21
46055         Log: be more optimal about clearing @_
46056      Branch: perl
46057            ! cop.h
46058 ____________________________________________________________________________
46059 [  6215] By: gsar                                  on 2000/06/08  14:33:04
46060         Log: tweak comment about @DB::args
46061      Branch: perl
46062            ! av.h pp_ctl.c
46063 ____________________________________________________________________________
46064 [  6214] By: gsar                                  on 2000/06/08  13:57:54
46065         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
46066              caller() wants to populate @DB::args with it (causes a coredump
46067              in Carp::confess())
46068      Branch: perl
46069            ! cop.h t/op/runlevel.t
46070 ____________________________________________________________________________
46071 [  6213] By: gsar                                  on 2000/06/08  07:06:35
46072         Log: back out change#6106 (seems problematic)
46073      Branch: perl
46074            ! hints/solaris_2.sh
46075 ____________________________________________________________________________
46076 [  6212] By: jhi                                   on 2000/06/07  03:10:36
46077         Log: Continuing mopup for #6204.
46078      Branch: cfgperl
46079            ! ext/B/defsubs_h.PL
46080 ____________________________________________________________________________
46081 [  6211] By: jhi                                   on 2000/06/07  02:41:50
46082         Log: Mopup for #6204.
46083              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
46084              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
46085              This is comes from const() where POK isn't on when expected.
46086      Branch: cfgperl
46087            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
46088            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46089            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
46090            ! perlapi.h pod/perlapi.pod
46091 ____________________________________________________________________________
46092 [  6210] By: jhi                                   on 2000/06/07  01:56:29
46093         Log: Mopup for #6207 and #6209.
46094      Branch: cfgperl
46095            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
46096 ____________________________________________________________________________
46097 [  6209] By: jhi                                   on 2000/06/07  01:33:12
46098         Log: Lock PL_fdpid against race conditions, based on:
46099              Subject: [PATCH 5.6.0]subprocess fixup for threads
46100              From: Dan Sugalski <dan@sidhe.org>
46101              To: perl5-porters@perl.org
46102              Date: Tue, 11 Apr 2000 17:02:32 -0400
46103              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
46104      Branch: cfgperl
46105            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
46106            ! win32/win32.c
46107 ____________________________________________________________________________
46108 [  6208] By: jhi                                   on 2000/06/07  01:05:23
46109         Log: Regen headers for #6207.
46110      Branch: cfgperl
46111            ! embed.h global.sym objXSUB.h proto.h
46112 ____________________________________________________________________________
46113 [  6207] By: jhi                                   on 2000/06/06  23:43:13
46114         Log: Subject: [PATCH 5.6.0] Threadsafe patches
46115              From: Dan Sugalski <dan@sidhe.org>
46116              To: perl5-porters@perl.org
46117              Date: Mon, 08 May 2000 18:08:13 -0400
46118              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
46119      Branch: cfgperl
46120            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
46121            ! proto.h sv.h util.c
46122 ____________________________________________________________________________
46123 [  6206] By: jhi                                   on 2000/06/06  23:21:23
46124         Log: Subject: [PATCH] Eliminate $a/$b in pod
46125              From: David Glasser <me@davidglasser.net>
46126              To: perl5-porters@perl.org
46127              Date: Mon, 29 May 2000 21:15:59 -0400
46128              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
46129      Branch: cfgperl
46130            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
46131            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
46132            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
46133            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
46134            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
46135            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
46136            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
46137            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
46138            ! pod/perlvar.pod pod/perlxs.pod
46139 ____________________________________________________________________________
46140 [  6205] By: jhi                                   on 2000/06/06  23:12:14
46141         Log: Subject: [PATCH] Win32 improvements
46142              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
46143              To: gsar@activestate.com, perl5-porters@perl.org
46144              Date: Mon, 29 May 2000 17:22:24 PDT
46145              Message-ID: <20000530002224.91142.qmail@hotmail.com>
46146              (MUA had mangled many lines by wordwrapping)
46147      Branch: cfgperl
46148            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
46149 ____________________________________________________________________________
46150 [  6204] By: jhi                                   on 2000/06/06  23:01:50
46151         Log: Subject: [PATCH] B::Bytecode patches
46152              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
46153              To: gsar@activestate.com, jhi@iki.fi
46154              Cc: perl5-porters@perl.org
46155              Message-ID: <20000602202526.48694.qmail@hotmail.com>
46156              (MUA had mangled many lines by wordwrapping)
46157      Branch: cfgperl
46158            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
46159            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
46160            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46161            ! intrpvar.h perl.c
46162 ____________________________________________________________________________
46163 [  6203] By: jhi                                   on 2000/06/06  22:32:43
46164         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
46165              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46166              Date: Tue, 06 Jun 2000 13:07:45 -0700
46167              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
46168      Branch: cfgperl
46169            ! pod/perldiag.pod
46170 ____________________________________________________________________________
46171 [  6202] By: jhi                                   on 2000/06/06  19:38:35
46172         Log: Integrate with Sarathy.
46173      Branch: cfgperl
46174           !> perl.c
46175 ____________________________________________________________________________
46176 [  6201] By: gsar                                  on 2000/06/06  00:42:59
46177         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
46178              does a PUSHMARK that's never ever POPMARKed; in general, only
46179              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
46180              Perl_eval_[sp]v() don't because they don't take any incoming
46181              arguments (this leak has been around since the original version
46182              of perl_eval_pv() in 5.003_97e)
46183      Branch: perl
46184            ! perl.c
46185 ____________________________________________________________________________
46186 [  6200] By: jhi                                   on 2000/06/04  03:44:52
46187         Log: Update to cperl-mode.el 4.31 from
46188              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
46189              Subject: A couple of notes
46190              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46191              To: Mailing list Perl5 <perl5-porters@perl.org>
46192              Date: Sat, 3 Jun 2000 23:33:32 -0400
46193              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
46194      Branch: cfgperl
46195            ! emacs/cperl-mode.el
46196 ____________________________________________________________________________
46197 [  6199] By: jhi                                   on 2000/06/03  15:11:05
46198         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
46199              From: Dan Sugalski <dan@sidhe.org>
46200              To: perl5-porters@perl.org, vmsperl@perl.org
46201              Date: Fri, 02 Jun 2000 17:30:51 -0400
46202              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
46203      Branch: cfgperl
46204            ! vms/descrip_mms.template vms/gen_shrfls.pl
46205 ____________________________________________________________________________
46206 [  6198] By: jhi                                   on 2000/06/03  14:59:15
46207         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
46208              From: Dan Sugalski <dan@sidhe.org>
46209              To: vmsperl@perl.org, perl5-porters@perl.org
46210              Date: Fri, 02 Jun 2000 16:00:41 -0400
46211              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
46212              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
46213      Branch: cfgperl
46214            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
46215            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
46216            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
46217 ____________________________________________________________________________
46218 [  6197] By: jhi                                   on 2000/06/03  14:41:30
46219         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
46220              From: John Borwick <jhborwic@unity.ncsu.edu>
46221              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
46222              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
46223      Branch: cfgperl
46224            ! pod/perlsyn.pod
46225 ____________________________________________________________________________
46226 [  6196] By: jhi                                   on 2000/06/03  14:38:09
46227         Log: Integrate with Sarathy.
46228      Branch: cfgperl
46229           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46230           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46231           !> vms/perly_c.vms
46232 ____________________________________________________________________________
46233 [  6195] By: gsar                                  on 2000/06/02  22:43:13
46234         Log: fix yet another eval"" leak under USE_ITHREADS
46235      Branch: perl
46236            ! op.c
46237 ____________________________________________________________________________
46238 [  6194] By: gsar                                  on 2000/06/02  18:22:06
46239         Log: fix small eval"" memory leaks under USE_ITHREADS
46240      Branch: perl
46241            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46242            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46243            ! vms/perly_c.vms
46244 ____________________________________________________________________________
46245 [  6193] By: jhi                                   on 2000/06/01  13:03:56
46246         Log: Signals-be-gone for microperl.
46247      Branch: cfgperl
46248            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
46249 ____________________________________________________________________________
46250 [  6192] By: jhi                                   on 2000/06/01  12:52:02
46251         Log: Integrate with Sarathy.
46252      Branch: cfgperl
46253           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
46254           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
46255           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
46256           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
46257           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
46258           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
46259           !> t/op/vec.t utils/h2xs.PL
46260 ____________________________________________________________________________
46261 [  6191] By: gsar                                  on 2000/06/01  09:38:21
46262         Log: vec() loses numericalness (modified version of patch suggested
46263              by Robin Barker)
46264      Branch: perl
46265            ! doop.c t/op/vec.t
46266 ____________________________________________________________________________
46267 [  6190] By: gsar                                  on 2000/06/01  09:26:15
46268         Log: submit missing embed.pl change
46269      Branch: perl
46270            ! embed.pl
46271 ____________________________________________________________________________
46272 [  6189] By: gsar                                  on 2000/06/01  09:05:34
46273         Log: counting tr/// corrupts later operation (from M.J.T Guy)
46274      Branch: perl
46275            ! doop.c t/op/tr.t
46276 ____________________________________________________________________________
46277 [  6188] By: gsar                                  on 2000/06/01  08:58:39
46278         Log: h2xs tweaks
46279      Branch: perl
46280            ! utils/h2xs.PL
46281 ____________________________________________________________________________
46282 [  6187] By: gsar                                  on 2000/06/01  08:50:07
46283         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
46284              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46285      Branch: perl
46286            + lib/Pod/LaTeX.pm
46287            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
46288            ! pod/pod2latex.PL
46289 ____________________________________________________________________________
46290 [  6186] By: gsar                                  on 2000/06/01  08:24:40
46291         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
46292              <wolfgang.laun@alcatel.at>)
46293      Branch: perl
46294            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
46295            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
46296 ____________________________________________________________________________
46297 [  6185] By: gsar                                  on 2000/06/01  08:12:00
46298         Log: remove incorrect documentation about implicit split to @_ in
46299              list context, which never really worked in perl 5 (from
46300              M.J.T. Guy)
46301      Branch: perl
46302            ! pod/perlfunc.pod pod/perltrap.pod
46303 ____________________________________________________________________________
46304 [  6184] By: gsar                                  on 2000/06/01  07:52:27
46305         Log: tweak for change#6127
46306      Branch: perl
46307            ! perl.c
46308 ____________________________________________________________________________
46309 [  6183] By: gsar                                  on 2000/06/01  07:41:02
46310         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
46311              <nick@ccl4.org>)
46312      Branch: perl
46313            + t/lib/selfloader.t
46314            ! MANIFEST lib/SelfLoader.pm
46315 ____________________________________________________________________________
46316 [  6182] By: jhi                                   on 2000/06/01  00:34:42
46317         Log: Be Cleaner Part Deux.
46318      Branch: cfgperl
46319            ! Makefile.SH
46320 ____________________________________________________________________________
46321 [  6181] By: jhi                                   on 2000/06/01  00:32:09
46322         Log: Integrate with Sarathy.
46323      Branch: cfgperl
46324           !> pp.c t/op/arith.t
46325 ____________________________________________________________________________
46326 [  6180] By: jhi                                   on 2000/06/01  00:31:13
46327         Log: microperl nits from Simon Cozens.
46328      Branch: cfgperl
46329            + uconfig.h
46330            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
46331            ! unixish.h
46332 ____________________________________________________________________________
46333 [  6179] By: gsar                                  on 2000/05/31  22:37:51
46334         Log: buggy modulus on UVs introduced by change#3378 (resulted in
46335              4063328477 % 65535 amounting to 27406, instead of 27407)
46336      Branch: perl
46337            ! pp.c t/op/arith.t
46338 ____________________________________________________________________________
46339 [  6178] By: jhi                                   on 2000/05/31  21:52:41
46340         Log: Be cleaner.
46341      Branch: cfgperl
46342            ! Makefile.SH
46343 ____________________________________________________________________________
46344 [  6177] By: jhi                                   on 2000/05/31  21:47:33
46345         Log: Substitution utf8 patch from Simon Cozens.
46346      Branch: cfgperl
46347            ! pp_hot.c
46348 ____________________________________________________________________________
46349 [  6176] By: jhi                                   on 2000/05/31  21:45:34
46350         Log: Single-quoted utf8 patch from Simon Cozens.
46351      Branch: cfgperl
46352            ! toke.c
46353 ____________________________________________________________________________
46354 [  6175] By: jhi                                   on 2000/05/31  21:40:18
46355         Log: Integrate with Sarathy.
46356      Branch: cfgperl
46357           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
46358 ____________________________________________________________________________
46359 [  6174] By: jhi                                   on 2000/05/31  21:37:31
46360         Log: microperl changes from Simon Cozens; Makefile for microperl
46361              written from scratch; few casts added as microperl compilation
46362              doesn't have all prototypes available.
46363      Branch: cfgperl
46364            + Makefile.micro README.micro Todo.micro uconfig.sh
46365            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
46366            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
46367      Branch: metaconfig
46368            + U/modified/Config_h.U
46369 ____________________________________________________________________________
46370 [  6173] By: jhi                                   on 2000/05/31  20:00:24
46371         Log: metaconfig maintenance.
46372      Branch: metaconfig
46373            + U/modified/Inhdr.U U/typedefs/inotype.U
46374      Branch: metaconfig/U/perl
46375            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
46376            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
46377 ____________________________________________________________________________
46378 [  6172] By: gsar                                  on 2000/05/31  05:05:42
46379         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
46380              (from Ilya Zakharevich)
46381      Branch: perl
46382            ! regexec.c t/op/re_tests
46383 ____________________________________________________________________________
46384 [  6171] By: gsar                                  on 2000/05/31  05:01:47
46385         Log: scalar() doesn't force scalar context when used in void context
46386              (from Simon Cozens)
46387      Branch: perl
46388            ! op.c t/op/wantarray.t
46389 ____________________________________________________________________________
46390 [  6170] By: gsar                                  on 2000/05/31  04:41:33
46391         Log: change#6142 needs tweaks to tests to work where there's no symlink()
46392              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46393      Branch: perl
46394            ! t/lib/filefind.t
46395 ____________________________________________________________________________
46396 [  6169] By: gsar                                  on 2000/05/31  04:29:49
46397         Log: integrate cfgperl contents into mainline
46398      Branch: perl
46399           +> pod/perlmodlib.PL pod/perlnewmod.pod
46400           !> (integrate 42 files)
46401 ____________________________________________________________________________
46402 [  6168] By: jhi                                   on 2000/05/30  22:53:37
46403         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
46404      Branch: cfgperl
46405            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46406            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
46407            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
46408            ! win32/config.bc win32/config.gc win32/config.vc
46409            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46410            ! win32/config_h.PL win32/config_sh.PL
46411      Branch: metaconfig/U/perl
46412            ! perlxv.U
46413 ____________________________________________________________________________
46414 [  6167] By: jhi                                   on 2000/05/30  22:20:21
46415         Log: tweak todo 
46416      Branch: cfgperl
46417            ! Todo-5.6
46418 ____________________________________________________________________________
46419 [  6166] By: jhi                                   on 2000/05/30  22:11:51
46420         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
46421              in case somebody wants to write an extension for more
46422              shadow database interfaces.
46423      Branch: cfgperl
46424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46425            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
46426            ! vos/config.def vos/config.h vos/config_h.SH_orig
46427            ! win32/config.bc win32/config.gc win32/config.vc
46428            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46429      Branch: metaconfig
46430            ! U/modified/Myinit.U
46431      Branch: metaconfig/U/perl
46432            + d_getespwnam.U d_getprpwnam.U i_prot.U
46433 ____________________________________________________________________________
46434 [  6165] By: jhi                                   on 2000/05/30  18:35:34
46435         Log: Integrate with Sarathy.
46436      Branch: cfgperl
46437           !> op.c
46438 ____________________________________________________________________________
46439 [  6164] By: jhi                                   on 2000/05/30  18:30:16
46440         Log: detypo
46441      Branch: cfgperl
46442            ! Configure config_h.SH
46443      Branch: metaconfig/U/perl
46444            ! perlxv.U
46445 ____________________________________________________________________________
46446 [  6163] By: gsar                                  on 2000/05/30  03:24:03
46447         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
46448      Branch: perl
46449            ! op.c
46450 ____________________________________________________________________________
46451 [  6162] By: gsar                                  on 2000/05/30  03:09:38
46452         Log: fix memory leak in method call optimization (change#3768);
46453              made C<eval "$x->foo()"> leak
46454      Branch: perl
46455            ! op.c
46456 ____________________________________________________________________________
46457 [  6161] By: jhi                                   on 2000/05/29  17:56:26
46458         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
46459              both from Simon Cozens.
46460      Branch: cfgperl
46461            + pod/perlmodlib.PL pod/perlnewmod.pod
46462            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
46463            ! pod/perlmodlib.pod pod/perltoc.pod
46464 ____________________________________________________________________________
46465 [  6160] By: jhi                                   on 2000/05/29  17:23:55
46466         Log: Changes for the File::Temp 0.08 (change #6159) test suite
46467              to fit better into the Perl distribution test framework.
46468      Branch: cfgperl
46469            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
46470            ! t/lib/ftmp-tempfile.t
46471 ____________________________________________________________________________
46472 [  6159] By: jhi                                   on 2000/05/29  16:55:36
46473         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
46474      Branch: cfgperl
46475            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46476            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46477 ____________________________________________________________________________
46478 [  6158] By: bailey                                on 2000/05/29  16:22:08
46479         Log: Add fallback to tmpfile for use in cases where user's relying on
46480              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
46481              Lane's patch)
46482      Branch: vmsperl
46483            ! vms/vms.c vms/vmsish.h
46484 ____________________________________________________________________________
46485 [  6157] By: jhi                                   on 2000/05/29  03:10:36
46486         Log: Regen Configure to jive with #6149.
46487      Branch: cfgperl
46488            ! Configure
46489      Branch: metaconfig
46490            ! U/modified/Getfile.U
46491 ____________________________________________________________________________
46492 [  6156] By: jhi                                   on 2000/05/29  03:01:38
46493         Log: Integrate with Sarathy.
46494      Branch: cfgperl
46495           +> ext/DynaLoader/dl_mac.xs
46496           !> (integrate 38 files)
46497 ____________________________________________________________________________
46498 [  6155] By: gsar                                  on 2000/05/28  21:15:58
46499         Log: small bug in change#6144; remove random \xA0 character that snuck
46500              in via change#6145
46501      Branch: perl
46502            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
46503 ____________________________________________________________________________
46504 [  6154] By: gsar                                  on 2000/05/28  21:04:19
46505         Log: avoid type mismatch warning
46506      Branch: perl
46507            ! perl.c
46508 ____________________________________________________________________________
46509 [  6153] By: gsar                                  on 2000/05/28  20:58:31
46510         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
46511              <nick@Bagpuss.uk.boo.com>)
46512      Branch: perl
46513            ! lib/Test/Harness.pm
46514 ____________________________________________________________________________
46515 [  6152] By: gsar                                  on 2000/05/28  20:53:42
46516         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
46517      Branch: perl
46518            ! regexec.c
46519 ____________________________________________________________________________
46520 [  6151] By: gsar                                  on 2000/05/28  20:50:28
46521         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
46522      Branch: perl
46523            ! regexec.c
46524 ____________________________________________________________________________
46525 [  6150] By: gsar                                  on 2000/05/28  20:39:58
46526         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
46527      Branch: perl
46528            ! pod/perlrequick.pod
46529 ____________________________________________________________________________
46530 [  6149] By: gsar                                  on 2000/05/28  20:35:16
46531         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
46532              <troc@netrus.net>)
46533      Branch: perl
46534            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
46535            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
46536            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
46537            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
46538 ____________________________________________________________________________
46539 [  6148] By: gsar                                  on 2000/05/28  20:21:07
46540         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
46541      Branch: perl
46542            ! lib/ExtUtils/MM_Unix.pm
46543 ____________________________________________________________________________
46544 [  6147] By: gsar                                  on 2000/05/28  20:12:41
46545         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
46546              (from Peter Prymmer)
46547      Branch: perl
46548            ! vms/subconfigure.com
46549 ____________________________________________________________________________
46550 [  6146] By: gsar                                  on 2000/05/28  20:06:15
46551         Log: doc typo
46552      Branch: perl
46553            ! lib/warnings.pm warnings.h warnings.pl
46554 ____________________________________________________________________________
46555 [  6145] By: gsar                                  on 2000/05/28  18:44:33
46556         Log: make xsubpp skip embedded pod (from Matthias Neeracher
46557              <neeri@iis.ee.ethz.ch>)
46558      Branch: perl
46559            ! lib/ExtUtils/xsubpp
46560 ____________________________________________________________________________
46561 [  6144] By: gsar                                  on 2000/05/28  18:42:49
46562         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
46563              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
46564              <neeri@iis.ee.ethz.ch>)
46565      Branch: perl
46566            ! lib/AutoSplit.pm
46567 ____________________________________________________________________________
46568 [  6143] By: gsar                                  on 2000/05/28  18:41:12
46569         Log: MacOS support, part 1 (from Matthias Neeracher
46570              <neeri@iis.ee.ethz.ch>)
46571      Branch: perl
46572            + ext/DynaLoader/dl_mac.xs
46573            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
46574            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
46575            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
46576            ! util.h
46577 ____________________________________________________________________________
46578 [  6142] By: gsar                                  on 2000/05/28  18:21:51
46579         Log: File::Find fails to chdir when chasing symlinks (from
46580              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46581      Branch: perl
46582            ! lib/File/Find.pm t/lib/filefind.t
46583 ____________________________________________________________________________
46584 [  6141] By: jhi                                   on 2000/05/28  14:25:15
46585         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
46586              forwarded by Peter Seebach from the bsdi-users mailing list.
46587              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
46588      Branch: perl
46589            ! hints/bsdos.sh
46590 ____________________________________________________________________________
46591 [  6140] By: jhi                                   on 2000/05/28  14:11:57
46592         Log: Integrate with Sarathy.
46593      Branch: cfgperl
46594           +> (branch 30 files)
46595           !> (integrate 93 files)
46596 ____________________________________________________________________________
46597 [  6139] By: gsar                                  on 2000/05/28  10:01:48
46598         Log: revise mktables.PL for bugs and newness in Unicode 3.0
46599              (from James Bence <jbence@amgen.com>)
46600      Branch: perl
46601            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
46602            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
46603            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
46604            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
46605            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
46606            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
46607            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
46608            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
46609            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
46610            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
46611            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
46612            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
46613            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
46614            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
46615            + lib/unicode/Is/SylWU.pl
46616            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
46617            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46618            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
46619            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
46620            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
46621            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
46622            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
46623            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
46624            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
46625            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
46626            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
46627            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
46628            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
46629            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
46630            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
46631            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
46632            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
46633            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
46634            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
46635            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
46636            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
46637            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
46638            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
46639            ! lib/unicode/Makefile lib/unicode/mktables.PL
46640 ____________________________________________________________________________
46641 [  6138] By: gsar                                  on 2000/05/28  08:50:32
46642         Log: add note about the handling of negative indices to tied arrays
46643              (from Michael G Schwern <schwern@pobox.com>)
46644      Branch: perl
46645            ! pod/perltie.pod
46646 ____________________________________________________________________________
46647 [  6137] By: gsar                                  on 2000/05/28  08:46:10
46648         Log: fix bogus redeclaration warning for "our" variables in different
46649              scopes
46650      Branch: perl
46651            ! op.c t/pragma/strict-vars
46652 ____________________________________________________________________________
46653 [  6136] By: gsar                                  on 2000/05/28  08:31:20
46654         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
46655      Branch: perl
46656            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
46657 ____________________________________________________________________________
46658 [  6135] By: gsar                                  on 2000/05/28  08:17:50
46659         Log: enable Test::Harness to dynamically determine column width etc.
46660              (from Rob Napier <rnapier@employees.org>)
46661      Branch: perl
46662            ! lib/Test/Harness.pm
46663 ____________________________________________________________________________
46664 [  6134] By: gsar                                  on 2000/05/28  08:13:39
46665         Log: make Test::Harness use wait.h/WCOREDUMP if available
46666              (from Ben Tilly <ben_tilly@hotmail.com>)
46667      Branch: perl
46668            ! lib/Test/Harness.pm
46669 ____________________________________________________________________________
46670 [  6133] By: gsar                                  on 2000/05/28  08:08:05
46671         Log: elide bogus test in change#6132
46672      Branch: perl
46673            ! t/pragma/warn/9enabled
46674 ____________________________________________________________________________
46675 [  6132] By: gsar                                  on 2000/05/28  08:03:14
46676         Log: warnings::enabled() doesn't fall back to looking at $^W if
46677              caller isn't using lexical warnings (from Paul Marquess)
46678      Branch: perl
46679            ! pp_ctl.c t/pragma/warn/9enabled
46680 ____________________________________________________________________________
46681 [  6131] By: gsar                                  on 2000/05/28  07:57:47
46682         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
46683      Branch: perl
46684            ! ext/POSIX/POSIX.pm
46685 ____________________________________________________________________________
46686 [  6130] By: gsar                                  on 2000/05/28  07:29:12
46687         Log: fix places that mean C<"word" character> but say C<alphanumeric
46688              character>
46689      Branch: perl
46690            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
46691 ____________________________________________________________________________
46692 [  6129] By: gsar                                  on 2000/05/28  07:18:41
46693         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
46694      Branch: perl
46695            ! vms/test.com
46696 ____________________________________________________________________________
46697 [  6128] By: gsar                                  on 2000/05/28  07:12:55
46698         Log: new perlxstut example for passing/returning refs to arrays
46699              (from David Lowe <dlowe@pootpoot.com>)
46700      Branch: perl
46701            ! pod/perlxstut.pod
46702 ____________________________________________________________________________
46703 [  6127] By: gsar                                  on 2000/05/28  07:02:50
46704         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
46705              failed (from Gisle Aas)
46706      Branch: perl
46707            ! cop.h perl.c
46708 ____________________________________________________________________________
46709 [  6126] By: gsar                                  on 2000/05/28  06:39:53
46710         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
46711              (reworked variant of patch suggested by Simon Cozens)
46712      Branch: perl
46713            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
46714            ! pp_hot.c proto.h t/op/gv.t
46715 ____________________________________________________________________________
46716 [  6125] By: gsar                                  on 2000/05/28  05:14:55
46717         Log: enable propagating exception objects via Perl_croak() in XS code
46718              (from Gisle Aas)
46719      Branch: perl
46720            ! util.c
46721 ____________________________________________________________________________
46722 [  6124] By: gsar                                  on 2000/05/28  05:07:28
46723         Log: integrate vmsperl contents into mainline
46724      Branch: perl
46725           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
46726           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
46727           !> vms/vmsish.h
46728 ____________________________________________________________________________
46729 [  6123] By: gsar                                  on 2000/05/28  05:03:53
46730         Log: clarify gotcha with #line directives (from Rocco Caputo
46731              <troc@netrus.net>)
46732      Branch: perl
46733            ! pod/perldebug.pod pod/perlsyn.pod
46734 ____________________________________________________________________________
46735 [  6122] By: gsar                                  on 2000/05/28  04:58:29
46736         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
46737              (from Mark-Jason Dominus)
46738      Branch: perl
46739            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
46740            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
46741            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
46742            ! toke.c
46743 ____________________________________________________________________________
46744 [  6121] By: bailey                                on 2000/05/25  04:46:54
46745         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
46746              lists (based on fixes by Craig Berry)
46747      Branch: vmsperl
46748            ! lib/File/Spec/VMS.pm
46749 ____________________________________________________________________________
46750 [  6120] By: bailey                                on 2000/05/25  04:25:38
46751         Log: Add missing escape (Charles Lane)
46752      Branch: vmsperl
46753            ! t/op/lex_assign.t
46754 ____________________________________________________________________________
46755 [  6119] By: bailey                                on 2000/05/25  04:21:25
46756         Log: Quiet error messages in vmsish.t (Charles Lane)
46757      Branch: vmsperl
46758            ! vms/ext/vmsish.t
46759 ____________________________________________________________________________
46760 [  6118] By: bailey                                on 2000/05/25  04:17:57
46761         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
46762              Flatten case labels in switch statements uniformly (Charles Bailey)
46763      Branch: vmsperl
46764            ! vms/vms.c
46765 ____________________________________________________________________________
46766 [  6117] By: bailey                                on 2000/05/25  03:58:09
46767         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
46768      Branch: vmsperl
46769            ! vms/vmsish.h
46770 ____________________________________________________________________________
46771 [  6116] By: bailey                                on 2000/05/25  03:11:15
46772         Log: Miscellaneous cosmetic fixes (Charles Lane)
46773      Branch: vmsperl
46774            ! lib/ExtUtils/MM_VMS.pm
46775 ____________________________________________________________________________
46776 [  6115] By: bailey                                on 2000/05/25  03:10:36
46777         Log: Add bounds checking for several strings (Charles Lane)
46778      Branch: vmsperl
46779            ! vms/vms.c
46780 ____________________________________________________________________________
46781 [  6114] By: bailey                                on 2000/05/25  02:25:34
46782         Log: Urk -- undo previous removal of vmsish 'exit' change
46783      Branch: vmsperl
46784            ! vms/ext/vmsish.pm vms/vmsish.h
46785 ____________________________________________________________________________
46786 [  6113] By: bailey                                on 2000/05/24  02:24:40
46787         Log: Ugly workaround for version-specific RTL error
46788      Branch: vmsperl
46789            ! vms/vms.c
46790 ____________________________________________________________________________
46791 [  6112] By: bailey                                on 2000/05/24  02:19:55
46792         Log: Check for existence of file before trying to delete
46793      Branch: vmsperl
46794            ! vms/test.com
46795 ____________________________________________________________________________
46796 [  6111] By: bailey                                on 2000/05/23  23:35:13
46797         Log: Resync with mainline prior to post-5.6.0 updates
46798      Branch: vmsperl
46799           +> (branch 49 files)
46800            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
46801            ! vms/ext/vmsish.pm
46802           !> (integrate 334 files)
46803 ____________________________________________________________________________
46804 [  6110] By: jhi                                   on 2000/05/23  19:28:32
46805         Log: todo tweak
46806      Branch: cfgperl
46807            ! Todo-5.6
46808 ____________________________________________________________________________
46809 [  6109] By: jhi                                   on 2000/05/18  17:38:54
46810         Log: Integrate with Sarathy.
46811      Branch: cfgperl
46812           !> mg.c perl.h win32/perlhost.h
46813 ____________________________________________________________________________
46814 [  6108] By: gsar                                  on 2000/05/17  02:24:56
46815         Log: reenable fake signal handling on Windows, bugs and all
46816      Branch: perl
46817            ! mg.c perl.h win32/perlhost.h
46818 ____________________________________________________________________________
46819 [  6107] By: jhi                                   on 2000/05/15  18:01:41
46820         Log: Tweak the todo list.
46821      Branch: cfgperl
46822            ! Todo-5.6
46823 ____________________________________________________________________________
46824 [  6106] By: jhi                                   on 2000/05/15  13:41:48
46825         Log: The (Configure) script refuses to go on, after asking for
46826              'You may also choose to try maximal 64-bitness....'.
46827              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
46828              -- Patrick Zima
46829              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
46830      Branch: cfgperl
46831            ! hints/solaris_2.sh
46832 ____________________________________________________________________________
46833 [  6105] By: jhi                                   on 2000/05/11  14:37:43
46834         Log: Integrate with Sarathy.
46835      Branch: cfgperl
46836           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
46837           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
46838 ____________________________________________________________________________
46839 [  6104] By: gsar                                  on 2000/05/11  03:39:07
46840         Log: PL_sys_intern was being initialized too late on windows
46841      Branch: perl
46842            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
46843            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
46844 ____________________________________________________________________________
46845 [  6103] By: jhi                                   on 2000/05/09  19:42:20
46846         Log: Test tweaking for Unicos continues.
46847      Branch: cfgperl
46848            ! t/op/64bitint.t
46849 ____________________________________________________________________________
46850 [  6102] By: jhi                                   on 2000/05/09  16:47:27
46851         Log: The test suite tweak in #6101 wasn't quite right.
46852      Branch: cfgperl
46853            ! t/lib/complex.t
46854 ____________________________________________________________________________
46855 [  6101] By: jhi                                   on 2000/05/09  15:35:34
46856         Log: Hints and test tweaks for Unicos.
46857      Branch: cfgperl
46858            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
46859 ____________________________________________________________________________
46860 [  6100] By: jhi                                   on 2000/05/08  21:15:06
46861         Log: More compilation tweakery from Allen Smith.
46862      Branch: cfgperl
46863            ! hints/irix_6.sh
46864 ____________________________________________________________________________
46865 [  6099] By: jhi                                   on 2000/05/08  19:21:18
46866         Log: Tweaks for the cc bugs from Allen Smith.
46867      Branch: cfgperl
46868            ! hints/irix_6.sh
46869 ____________________________________________________________________________
46870 [  6098] By: jhi                                   on 2000/05/08  19:13:37
46871         Log: Add a note about other, yet unsupported, shadow password APIs.
46872      Branch: cfgperl
46873            ! pp_sys.c
46874 ____________________________________________________________________________
46875 [  6097] By: jhi                                   on 2000/05/08  18:46:34
46876         Log: Add a note about possible compilation problems from Allen Smith.
46877      Branch: cfgperl
46878            ! hints/irix_6.sh
46879 ____________________________________________________________________________
46880 [  6096] By: jhi                                   on 2000/05/08  17:33:10
46881         Log: Integrate with Sarathy.
46882      Branch: cfgperl
46883           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
46884           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
46885 ____________________________________________________________________________
46886 [  6095] By: jhi                                   on 2000/05/08  16:21:33
46887         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
46888              might be useful in future.
46889      Branch: cfgperl
46890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46891            ! config_h.SH
46892      Branch: metaconfig
46893            ! U/installdirs/inc_version_list.U
46894      Branch: metaconfig/U/perl
46895            ! perlxv.U
46896 ____________________________________________________________________________
46897 [  6094] By: gsar                                  on 2000/05/08  14:22:22
46898         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
46899      Branch: perl
46900            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
46901            ! hints/cygwin.sh pp_sys.c
46902 ____________________________________________________________________________
46903 [  6093] By: gsar                                  on 2000/05/08  12:52:28
46904         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
46905              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
46906      Branch: perl
46907            ! pp_sys.c sv.c win32/perlhost.h
46908 ____________________________________________________________________________
46909 [  6092] By: jhi                                   on 2000/05/07  22:40:34
46910         Log: Regen perltoc with the fixed buildtoc.
46911      Branch: cfgperl
46912            ! pod/perltoc.pod
46913 ____________________________________________________________________________
46914 [  6091] By: jhi                                   on 2000/05/07  22:24:16
46915         Log: Integrate with Sarathy.
46916      Branch: cfgperl
46917           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
46918           !> t/op/substr.t toke.c
46919 ____________________________________________________________________________
46920 [  6090] By: gsar                                  on 2000/05/07  19:47:07
46921         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
46922              [NI]OK; added tests for both
46923      Branch: perl
46924            ! perl.c pp_hot.c sv.c t/op/substr.t
46925 ____________________________________________________________________________
46926 [  6089] By: gsar                                  on 2000/05/07  18:18:38
46927         Log: buildtoc tweak to fix newline lossage
46928      Branch: perl
46929            ! pod/buildtoc
46930 ____________________________________________________________________________
46931 [  6088] By: jhi                                   on 2000/05/07  16:35:36
46932         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
46933              because we do not use those.  The HAS_GETSPNAM remains,
46934              though, because we still do use that.
46935      Branch: cfgperl
46936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46937            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
46938            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
46939            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
46940            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46941            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
46942 ____________________________________________________________________________
46943 [  6087] By: gsar                                  on 2000/05/07  16:05:16
46944         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
46945      Branch: perl
46946            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
46947 ____________________________________________________________________________
46948 [  6086] By: jhi                                   on 2000/05/07  15:27:07
46949         Log: Integrate with Sarathy.
46950      Branch: cfgperl
46951           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46952           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46953           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
46954           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
46955           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
46956           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
46957 ____________________________________________________________________________
46958 [  6085] By: gsar                                  on 2000/05/07  05:52:02
46959         Log: repeat operator (x) doesn't preserve utf8-ness
46960      Branch: perl
46961            ! pp.c t/op/substr.t
46962 ____________________________________________________________________________
46963 [  6084] By: gsar                                  on 2000/05/07  05:39:55
46964         Log: substr() does not preserve utf8-ness (from Stefan Eissing
46965              <Eissing@medicaldataservice.de>); added tests
46966      Branch: perl
46967            ! pp.c t/op/substr.t
46968 ____________________________________________________________________________
46969 [  6083] By: gsar                                  on 2000/05/07  05:24:46
46970         Log: note about undocumented caller() return value (from M.J.T. Guy);
46971              yet another peek.t tweak
46972      Branch: perl
46973            ! pod/perlfunc.pod t/lib/peek.t
46974 ____________________________________________________________________________
46975 [  6082] By: gsar                                  on 2000/05/07  05:08:40
46976         Log: peek.t non-portable to ithreads
46977      Branch: perl
46978            ! t/lib/peek.t
46979 ____________________________________________________________________________
46980 [  6081] By: gsar                                  on 2000/05/07  04:17:04
46981         Log: better default perlbug categories for ok reports (from Richard Foley)
46982      Branch: perl
46983            ! utils/perlbug.PL
46984 ____________________________________________________________________________
46985 [  6080] By: gsar                                  on 2000/05/07  04:08:07
46986         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
46987              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46988      Branch: perl
46989            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46990            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46991            ! AUTHORS MAINTAIN MANIFEST
46992 ____________________________________________________________________________
46993 [  6079] By: gsar                                  on 2000/05/07  04:01:38
46994         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
46995      Branch: perl
46996            ! lib/Carp/Heavy.pm
46997 ____________________________________________________________________________
46998 [  6078] By: gsar                                  on 2000/05/07  01:24:19
46999         Log: workaround for CRT bug in chdir() (from Charles Lane, via
47000              Peter Prymmer)
47001      Branch: perl
47002            ! iperlsys.h vms/vms.c vms/vmsish.h
47003 ____________________________________________________________________________
47004 [  6077] By: gsar                                  on 2000/05/07  01:22:23
47005         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
47006              and Tom Phoenix)
47007      Branch: perl
47008            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
47009 ____________________________________________________________________________
47010 [  6076] By: gsar                                  on 2000/05/06  17:36:29
47011         Log: integrate cfgperl contents into mainline
47012      Branch: perl
47013           +> t/lib/peek.t
47014           !> Configure MANIFEST Porting/Glossary Porting/config.sh
47015           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
47016           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
47017           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
47018 ____________________________________________________________________________
47019 [  6075] By: jhi                                   on 2000/05/05  18:56:10
47020         Log: Make the test more portable.
47021      Branch: cfgperl
47022            ! t/lib/peek.t
47023 ____________________________________________________________________________
47024 [  6074] By: jhi                                   on 2000/05/05  18:49:20
47025         Log: Introduce t/lib/peek.t.
47026      Branch: cfgperl
47027            + t/lib/peek.t
47028            ! MANIFEST
47029 ____________________________________________________________________________
47030 [  6073] By: jhi                                   on 2000/05/05  14:30:45
47031         Log: Complex tweaks.
47032      Branch: cfgperl
47033            ! lib/Math/Complex.pm t/lib/complex.t
47034 ____________________________________________________________________________
47035 [  6072] By: jhi                                   on 2000/05/05  12:27:13
47036         Log: Integrate with Sarathy.
47037      Branch: cfgperl
47038           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47039           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47040           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
47041           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
47042 ____________________________________________________________________________
47043 [  6071] By: gsar                                  on 2000/05/05  02:24:46
47044         Log: misformatted perllocal.pod (from Tim Jenness
47045              <t.jenness@jach.hawaii.edu>)
47046      Branch: perl
47047            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47048 ____________________________________________________________________________
47049 [  6070] By: gsar                                  on 2000/05/05  02:16:52
47050         Log: remove misleading comment (from M.J.T. Guy)
47051      Branch: perl
47052            ! t/lib/anydbm.t
47053 ____________________________________________________________________________
47054 [  6069] By: gsar                                  on 2000/05/05  02:15:13
47055         Log: File::Spec compatibility update (from Barrie Slaymaker
47056              <barries@slaysys.com>)
47057      Branch: perl
47058            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47059            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47060 ____________________________________________________________________________
47061 [  6068] By: gsar                                  on 2000/05/05  02:01:50
47062         Log: note about values()
47063      Branch: perl
47064            ! pod/perlfunc.pod
47065 ____________________________________________________________________________
47066 [  6067] By: gsar                                  on 2000/05/05  01:33:09
47067         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
47068      Branch: perl
47069            ! win32/win32.c
47070 ____________________________________________________________________________
47071 [  6066] By: gsar                                  on 2000/05/05  01:23:43
47072         Log: s/END/CHECK/
47073      Branch: perl
47074            ! perl.c
47075 ____________________________________________________________________________
47076 [  6065] By: jhi                                   on 2000/05/04  17:30:22
47077         Log: Integrate with Sarathy.
47078      Branch: cfgperl
47079           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
47080 ____________________________________________________________________________
47081 [  6064] By: gsar                                  on 2000/05/04  17:26:14
47082         Log: change#5905 wasn't quite right--it's intent only applies when arguments
47083              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
47084      Branch: perl
47085            ! pp_sys.c sv.c
47086 ____________________________________________________________________________
47087 [  6063] By: gsar                                  on 2000/05/04  16:52:29
47088         Log: tokeq() could read unallocated field in argument
47089      Branch: perl
47090            ! toke.c
47091 ____________________________________________________________________________
47092 [  6062] By: gsar                                  on 2000/05/04  16:34:51
47093         Log: additional tests for utf8.t
47094      Branch: perl
47095            ! t/pragma/utf8.t
47096 ____________________________________________________________________________
47097 [  6061] By: gsar                                  on 2000/05/04  16:09:28
47098         Log: change#5921 neglected to make eq honor "use bytes"
47099      Branch: perl
47100            ! sv.c
47101 ____________________________________________________________________________
47102 [  6060] By: jhi                                   on 2000/05/04  15:30:16
47103         Log: Integrate with Sarathy.
47104      Branch: cfgperl
47105           !> perl.c regcomp.c t/pragma/utf8.t
47106 ____________________________________________________________________________
47107 [  6059] By: jhi                                   on 2000/05/04  15:26:37
47108         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
47109              in natively 64-bit platforms where a long is a quad (no need
47110              for long longs).  Also added bias for IVs.
47111      Branch: cfgperl
47112            ! toke.c
47113 ____________________________________________________________________________
47114 [  6058] By: gsar                                  on 2000/05/04  00:19:14
47115         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
47116              (spotted by Donald Kinzer <dkinzer@premia.com>)
47117      Branch: perl
47118            ! perl.c
47119 ____________________________________________________________________________
47120 [  6057] By: gsar                                  on 2000/05/03  18:34:01
47121         Log: fix broken parsing of /\x{ab}/
47122      Branch: perl
47123            ! regcomp.c t/pragma/utf8.t
47124 ____________________________________________________________________________
47125 [  6056] By: jhi                                   on 2000/05/03  17:57:16
47126         Log: The search of infinity continues, this time simplified.
47127      Branch: cfgperl
47128            ! lib/Math/Complex.pm
47129 ____________________________________________________________________________
47130 [  6055] By: jhi                                   on 2000/05/03  17:45:30
47131         Log: Detypo.
47132      Branch: cfgperl
47133            ! hints/unicos.sh
47134 ____________________________________________________________________________
47135 [  6054] By: jhi                                   on 2000/05/02  22:28:27
47136         Log: Be more forgiving in POSIX about HUGE_VALL.
47137      Branch: cfgperl
47138            ! ext/POSIX/POSIX.xs
47139 ____________________________________________________________________________
47140 [  6053] By: jhi                                   on 2000/05/02  22:25:05
47141         Log: Integrate with Sarathy.
47142      Branch: cfgperl
47143           !> hints/irix_6.sh pod/perlop.pod
47144 ____________________________________________________________________________
47145 [  6052] By: jhi                                   on 2000/05/02  22:24:31
47146         Log: Unicos hint tweak.
47147      Branch: cfgperl
47148            ! hints/unicos.sh
47149 ____________________________________________________________________________
47150 [  6051] By: jhi                                   on 2000/05/02  22:21:26
47151         Log: Complex tweakery.
47152      Branch: cfgperl
47153            ! lib/Math/Complex.pm t/lib/complex.t
47154 ____________________________________________________________________________
47155 [  6050] By: jhi                                   on 2000/05/02  19:26:22
47156         Log: Use setxxent()/endxxent().
47157      Branch: cfgperl
47158            ! t/op/grent.t t/op/pwent.t
47159 ____________________________________________________________________________
47160 [  6049] By: jhi                                   on 2000/05/02  19:06:02
47161         Log: Test both the scalar and list contexts.
47162      Branch: cfgperl
47163            ! t/op/grent.t t/op/pwent.t
47164 ____________________________________________________________________________
47165 [  6048] By: gsar                                  on 2000/05/02  18:29:10
47166         Log: add note about how $( doesn't interpolate in REs (from
47167              Philip Newton <newton@ficus.frogspace.net>)
47168      Branch: perl
47169            ! pod/perlop.pod
47170 ____________________________________________________________________________
47171 [  6047] By: jhi                                   on 2000/05/02  17:41:24
47172         Log: Call getspnam() only iff needd.
47173      Branch: cfgperl
47174            ! pp_sys.c
47175 ____________________________________________________________________________
47176 [  6046] By: gsar                                  on 2000/05/02  17:07:25
47177         Log: libscheck has insufficient checks for n32 libs (from
47178              Albert Chin-A-Young <china@thewrittenword.com>)
47179      Branch: perl
47180            ! hints/irix_6.sh
47181 ____________________________________________________________________________
47182 [  6045] By: jhi                                   on 2000/05/02  13:57:17
47183         Log: Integrate with Sarathy.
47184      Branch: cfgperl
47185           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
47186           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
47187 ____________________________________________________________________________
47188 [  6044] By: gsar                                  on 2000/05/02  06:48:19
47189         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
47190              such that underscores are only ignored in literal numbers,
47191              "\x{...}", and hex/oct argument
47192      Branch: perl
47193            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
47194 ____________________________________________________________________________
47195 [  6043] By: gsar                                  on 2000/05/02  02:22:29
47196         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
47197      Branch: perl
47198            ! pod/perlretut.pod
47199 ____________________________________________________________________________
47200 [  6042] By: gsar                                  on 2000/05/02  02:17:51
47201         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
47202      Branch: perl
47203            ! pod/perltrap.pod
47204 ____________________________________________________________________________
47205 [  6041] By: gsar                                  on 2000/05/02  01:53:51
47206         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
47207              to compensate
47208      Branch: perl
47209            ! Porting/makerel
47210 ____________________________________________________________________________
47211 [  6040] By: gsar                                  on 2000/05/02  01:51:57
47212         Log: missing files in MANIFEST
47213      Branch: perl
47214            ! MANIFEST
47215 ____________________________________________________________________________
47216 [  6039] By: jhi                                   on 2000/05/02  00:36:46
47217         Log: Infinite problems.
47218      Branch: cfgperl
47219            ! lib/Math/Complex.pm
47220 ____________________________________________________________________________
47221 [  6038] By: jhi                                   on 2000/05/02  00:06:38
47222         Log: pwent/spent #ifdef imbalance.
47223      Branch: cfgperl
47224            ! pp_sys.c
47225 ____________________________________________________________________________
47226 [  6037] By: jhi                                   on 2000/05/01  22:50:11
47227         Log: Use HUGE_VALL if applicable.
47228      Branch: cfgperl
47229            ! ext/POSIX/POSIX.xs util.c
47230 ____________________________________________________________________________
47231 [  6036] By: jhi                                   on 2000/05/01  22:20:53
47232         Log: Correct Freudian slip.
47233      Branch: cfgperl
47234            ! pp_sys.c
47235 ____________________________________________________________________________
47236 [  6035] By: jhi                                   on 2000/05/01  21:07:38
47237         Log: Continue on the pwent/spent case.
47238      Branch: cfgperl
47239            ! pp_sys.c
47240 ____________________________________________________________________________
47241 [  6034] By: jhi                                   on 2000/05/01  17:45:14
47242         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
47243              adjustments in 6032 conflicted badly with this, will have
47244              to revisit them later.
47245      Branch: cfgperl
47246           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
47247           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
47248           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
47249           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
47250           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
47251           !> t/lib/cgi-html.t t/lib/cgi-request.t
47252 ____________________________________________________________________________
47253 [  6033] By: jhi                                   on 2000/05/01  17:40:49
47254         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
47255      Branch: cfgperl
47256            ! pp_sys.c
47257 ____________________________________________________________________________
47258 [  6032] By: gsar                                  on 2000/05/01  15:56:32
47259         Log: whitespace adjustments
47260      Branch: perl
47261            ! pp_sys.c
47262 ____________________________________________________________________________
47263 [  6031] By: gsar                                  on 2000/05/01  15:19:41
47264         Log: small nits in diagnostics.pm (from Robin Barker)
47265      Branch: perl
47266            ! lib/diagnostics.pm pod/perldiag.pod
47267 ____________________________________________________________________________
47268 [  6030] By: gsar                                  on 2000/05/01  08:39:18
47269         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
47270              for @- and @+ (from Johan Vromans)
47271      Branch: perl
47272            ! lib/English.pm pod/perlvar.pod
47273 ____________________________________________________________________________
47274 [  6029] By: gsar                                  on 2000/05/01  08:16:10
47275         Log: add CGI.pm v2.66 (from Lincoln Stein)
47276      Branch: perl
47277            + lib/CGI/Util.pm t/lib/cgi-pretty.t
47278            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
47279            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
47280            ! t/lib/cgi-html.t t/lib/cgi-request.t
47281 ____________________________________________________________________________
47282 [  6028] By: gsar                                  on 2000/05/01  06:34:41
47283         Log: Pod::Man generates groff-incompatible macro definition (from
47284              Tom Christiansen)
47285      Branch: perl
47286            ! lib/Pod/Man.pm
47287 ____________________________________________________________________________
47288 [  6027] By: gsar                                  on 2000/05/01  06:31:36
47289         Log: podlators-1.02 update (from Russ Allbery)
47290      Branch: perl
47291            ! lib/Pod/Man.pm lib/Pod/Text.pm
47292 ____________________________________________________________________________
47293 [  6026] By: jhi                                   on 2000/04/30  23:24:23
47294         Log: Integrate with Sarathy.
47295      Branch: cfgperl
47296           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47297           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
47298           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47299           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47300           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
47301           !> t/lib/syslog.t toke.c win32/win32.h
47302 ____________________________________________________________________________
47303 [  6025] By: gsar                                  on 2000/04/30  18:17:47
47304         Log: Is{Alnum,Alpha,Word} don't match titlecase
47305              
47306              TODO: IsSpace is defined recursively!
47307              
47308              (both spotted by Larry)
47309      Branch: perl
47310            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47311            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47312 ____________________________________________________________________________
47313 [  6024] By: gsar                                  on 2000/04/30  17:50:19
47314         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
47315              (from Hugo van der Sanden)
47316      Branch: perl
47317            ! toke.c
47318 ____________________________________________________________________________
47319 [  6023] By: gsar                                  on 2000/04/30  17:14:43
47320         Log: debugger stomps on $. (from M.J.T. Guy)
47321      Branch: perl
47322            ! lib/perl5db.pl
47323 ____________________________________________________________________________
47324 [  6022] By: gsar                                  on 2000/04/30  16:59:22
47325         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
47326      Branch: perl
47327            ! sv.c
47328 ____________________________________________________________________________
47329 [  6021] By: gsar                                  on 2000/04/29  21:00:08
47330         Log: remove Win2K issue in pod (fixed by change#6020)
47331      Branch: perl
47332            ! README.win32 pod/perl56delta.pod
47333 ____________________________________________________________________________
47334 [  6020] By: gsar                                  on 2000/04/29  20:51:49
47335         Log: test tweak
47336      Branch: perl
47337            ! t/lib/open3.t
47338 ____________________________________________________________________________
47339 [  6019] By: gsar                                  on 2000/04/29  20:34:27
47340         Log: windows portability tweaks
47341      Branch: perl
47342            ! t/lib/b.t win32/win32.h
47343 ____________________________________________________________________________
47344 [  6018] By: gsar                                  on 2000/04/29  19:55:24
47345         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
47346              make _PATH_LOG() return "" if unavailable
47347      Branch: perl
47348            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47349            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
47350 ____________________________________________________________________________
47351 [  6017] By: jhi                                   on 2000/04/28  22:49:46
47352         Log: Integrate with Sarathy.
47353      Branch: cfgperl
47354           !> op.c perl.c pod/perldiag.pod t/lib/b.t
47355 ____________________________________________________________________________
47356 [  6016] By: jhi                                   on 2000/04/28  22:46:14
47357         Log: Do not warn that an infinity does not look like a number.
47358      Branch: cfgperl
47359            ! sv.c
47360 ____________________________________________________________________________
47361 [  6015] By: gsar                                  on 2000/04/28  22:35:49
47362         Log: tweak test for portability
47363      Branch: perl
47364            ! t/lib/b.t
47365 ____________________________________________________________________________
47366 [  6014] By: gsar                                  on 2000/04/28  22:05:31
47367         Log: glob() loading File::Glob behind the scenes may cause syntax errors
47368      Branch: perl
47369            ! op.c
47370 ____________________________________________________________________________
47371 [  6013] By: gsar                                  on 2000/04/28  21:25:22
47372         Log: tweak change#5945 to display correct switch name in diagnostic
47373      Branch: perl
47374            ! perl.c pod/perldiag.pod
47375 ____________________________________________________________________________
47376 [  6012] By: jhi                                   on 2000/04/28  21:08:12
47377         Log: Integrate with Sarathy.
47378      Branch: cfgperl
47379           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
47380           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
47381           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
47382 ____________________________________________________________________________
47383 [  6011] By: jhi                                   on 2000/04/28  21:04:46
47384         Log: &HUGE_VAL is not defined, it exists.
47385      Branch: cfgperl
47386            ! lib/Math/Complex.pm
47387 ____________________________________________________________________________
47388 [  6010] By: gsar                                  on 2000/04/28  21:02:58
47389         Log: clarify note about shadow password support (from
47390              gellyfish@gellyfish.com)
47391      Branch: perl
47392            ! pod/perlfunc.pod
47393 ____________________________________________________________________________
47394 [  6009] By: gsar                                  on 2000/04/28  21:00:00
47395         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
47396      Branch: perl
47397            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
47398 ____________________________________________________________________________
47399 [  6008] By: gsar                                  on 2000/04/28  20:56:33
47400         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
47401      Branch: perl
47402            ! installperl vms/subconfigure.com
47403 ____________________________________________________________________________
47404 [  6007] By: gsar                                  on 2000/04/28  20:51:21
47405         Log: note about compile failures and END blocks (from M.J.T. Guy)
47406      Branch: perl
47407            ! pod/perl56delta.pod pod/perlmod.pod
47408 ____________________________________________________________________________
47409 [  6006] By: jhi                                   on 2000/04/28  20:42:14
47410         Log: Regen Configure.
47411      Branch: cfgperl
47412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47413            ! config_h.SH
47414 ____________________________________________________________________________
47415 [  6005] By: gsar                                  on 2000/04/28  20:41:16
47416         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
47417      Branch: perl
47418            ! utils/perldoc.PL
47419 ____________________________________________________________________________
47420 [  6004] By: jhi                                   on 2000/04/28  20:28:21
47421         Log: Integrate with Sarathy.
47422      Branch: cfgperl
47423           !> Configure INSTALL Porting/Glossary Porting/config.sh
47424           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
47425           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
47426           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47427           !> win32/config.vc win32/win32.c
47428 ____________________________________________________________________________
47429 [  6003] By: gsar                                  on 2000/04/28  20:11:20
47430         Log: allow REG_EXPAND_SZ keys in Windows registry (from
47431              John Clayton <John.Clayton@barclayscapital.com>)
47432      Branch: perl
47433            ! win32/win32.c
47434 ____________________________________________________________________________
47435 [  6002] By: gsar                                  on 2000/04/28  19:34:16
47436         Log: destructive sv_setsv() can lose UV-ness from source, causing
47437              numeric promotions/comparisons to fail to do the right thing
47438      Branch: perl
47439            ! sv.c
47440 ____________________________________________________________________________
47441 [  6001] By: gsar                                  on 2000/04/28  18:44:15
47442         Log: support additional library locations via $Config{otherlibdirs}
47443              (from Andy Dougherty)
47444      Branch: perl
47445            ! Configure INSTALL Porting/Glossary Porting/config.sh
47446            ! Porting/config_H config_h.SH epoc/config.sh perl.c
47447            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
47448            ! win32/config.bc win32/config.gc win32/config.vc
47449 ____________________________________________________________________________
47450 [  6000] By: gsar                                  on 2000/04/28  18:26:58
47451         Log: reworked otherlibdirs.U (from Andy Dougherty)
47452      Branch: metaconfig
47453            ! U/installdirs/otherlibdirs.U
47454 ____________________________________________________________________________
47455 [  5999] By: gsar                                  on 2000/04/28  18:17:07
47456         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
47457      Branch: perl
47458            ! t/pragma/warn/toke toke.c
47459 ____________________________________________________________________________
47460 [  5998] By: jhi                                   on 2000/04/28  13:32:17
47461         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
47462      Branch: cfgperl
47463            ! lib/Math/Complex.pm
47464 ____________________________________________________________________________
47465 [  5997] By: jhi                                   on 2000/04/28  13:14:04
47466         Log: Preserve $!.
47467      Branch: cfgperl
47468            ! lib/Math/Complex.pm
47469 ____________________________________________________________________________
47470 [  5996] By: jhi                                   on 2000/04/28  12:59:23
47471         Log: Integrate with Sarathy.
47472      Branch: cfgperl
47473           +> pod/perlrequick.pod pod/perlretut.pod
47474           !> (integrate 51 files)
47475 ____________________________________________________________________________
47476 [  5995] By: gsar                                  on 2000/04/28  09:37:36
47477         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
47478      Branch: perl
47479            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
47480 ____________________________________________________________________________
47481 [  5994] By: gsar                                  on 2000/04/28  09:33:26
47482         Log: fix for missed accounting for null byte in pack("Z",...) (from
47483              M.J.T. Guy)
47484      Branch: perl
47485            ! pp.c t/op/pack.t
47486 ____________________________________________________________________________
47487 [  5993] By: gsar                                  on 2000/04/28  09:30:05
47488         Log: various minor tweaks seen on p5p
47489      Branch: perl
47490            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
47491 ____________________________________________________________________________
47492 [  5992] By: gsar                                  on 2000/04/28  09:08:19
47493         Log: pod nit (from Simon Cozens)
47494      Branch: perl
47495            ! pod/perlop.pod
47496 ____________________________________________________________________________
47497 [  5991] By: gsar                                  on 2000/04/28  09:06:36
47498         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
47499      Branch: perl
47500            ! README.posix-bc hints/posix-bc.sh
47501 ____________________________________________________________________________
47502 [  5990] By: gsar                                  on 2000/04/28  08:54:52
47503         Log: use $ENV{LIB} to search for libs under Visual C compiler
47504              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
47505      Branch: perl
47506            ! lib/ExtUtils/Liblist.pm
47507 ____________________________________________________________________________
47508 [  5989] By: gsar                                  on 2000/04/28  08:27:12
47509         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
47510              itself and no other (from Tom Hughes)
47511      Branch: perl
47512            ! t/op/array.t toke.c
47513 ____________________________________________________________________________
47514 [  5988] By: gsar                                  on 2000/04/28  08:01:38
47515         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
47516              <paul@miraclefish.com>)
47517      Branch: perl
47518            ! lib/ExtUtils/MakeMaker.pm
47519 ____________________________________________________________________________
47520 [  5987] By: gsar                                  on 2000/04/28  07:53:09
47521         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
47522      Branch: perl
47523            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
47524 ____________________________________________________________________________
47525 [  5986] By: gsar                                  on 2000/04/28  07:44:17
47526         Log: add regular expressions tutorial and quick-start guide (from
47527              Mark Kvale <kvale@phy.ucsf.edu>)
47528      Branch: perl
47529            + pod/perlrequick.pod pod/perlretut.pod
47530            ! AUTHORS MAINTAIN MANIFEST
47531 ____________________________________________________________________________
47532 [  5985] By: gsar                                  on 2000/04/28  07:30:28
47533         Log: forked child may not exit correctly if it failed to open
47534              /dev/console (from Graham Barr)
47535      Branch: perl
47536            ! ext/Sys/Syslog/Syslog.pm
47537 ____________________________________________________________________________
47538 [  5984] By: gsar                                  on 2000/04/28  07:27:20
47539         Log: attributes::reftype() doesn't work on tied argument
47540      Branch: perl
47541            ! xsutils.c
47542 ____________________________________________________________________________
47543 [  5983] By: gsar                                  on 2000/04/28  07:15:04
47544         Log: numeric conversion of non-number in change#3378 tramples on
47545              OOK offset, causing segfaults
47546      Branch: perl
47547            ! sv.c
47548 ____________________________________________________________________________
47549 [  5982] By: gsar                                  on 2000/04/28  04:48:25
47550         Log: avoid error in IO::Socket::INET when given an unknown service name
47551              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
47552      Branch: perl
47553            ! ext/IO/lib/IO/Socket/INET.pm
47554 ____________________________________________________________________________
47555 [  5981] By: gsar                                  on 2000/04/28  04:31:31
47556         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
47557              prototype mismatch with CORE::glob(); update pod and tests to
47558              suit (File::Glob::glob() is still available for backward
47559              compatibility, but should be considered deprecated)
47560      Branch: perl
47561            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
47562            ! t/lib/glob-taint.t
47563 ____________________________________________________________________________
47564 [  5980] By: gsar                                  on 2000/04/28  03:47:29
47565         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
47566              <ghudson@mit.edu>)
47567      Branch: metaconfig
47568            ! U/modified/Options.U
47569      Branch: perl
47570            ! Configure
47571 ____________________________________________________________________________
47572 [  5979] By: gsar                                  on 2000/04/28  03:07:54
47573         Log: under useithreads, constant pad entries could inadvertantly be
47574              shared across threads (from Eric Blood <eblood@xmission.com>);
47575              added Eric's test case to testsuite
47576      Branch: perl
47577            ! op.c t/op/misc.t
47578 ____________________________________________________________________________
47579 [  5978] By: gsar                                  on 2000/04/27  21:13:00
47580         Log: sync version numbers in File::Spec with the ones on CPAN
47581              (from Barrie Slaymaker)
47582      Branch: perl
47583            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47584            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47585            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47586 ____________________________________________________________________________
47587 [  5977] By: gsar                                  on 2000/04/27  21:07:29
47588         Log: autoquote barewords followed by newline and arrow properly
47589              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
47590      Branch: perl
47591            ! t/pragma/warn/toke toke.c
47592 ____________________________________________________________________________
47593 [  5976] By: gsar                                  on 2000/04/27  20:41:20
47594         Log: DB_File v1.73 update (from Paul Marquess)
47595      Branch: perl
47596            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47597            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
47598 ____________________________________________________________________________
47599 [  5975] By: gsar                                  on 2000/04/27  20:34:24
47600         Log: allow sort() reentrancy (variant of patch suggested by
47601              Hugo van der Sanden)
47602      Branch: perl
47603            ! pp_ctl.c t/op/sort.t
47604 ____________________________________________________________________________
47605 [  5974] By: gsar                                  on 2000/04/27  19:46:57
47606         Log: change#4197 somehow missed initializing PL_errors, meaning
47607              sytax error queueing wasn't working outside eval"" at all;
47608              also fixed eval"" to localize PL_error_count, so that compile-time
47609              eval's don't clobber the error state of the outer context
47610      Branch: perl
47611            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
47612            ! t/pragma/warn/toke
47613 ____________________________________________________________________________
47614 [  5973] By: gsar                                  on 2000/04/27  18:29:05
47615         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
47616      Branch: perl
47617            ! regcomp.c regexec.c t/op/re_tests
47618 ____________________________________________________________________________
47619 [  5972] By: jhi                                   on 2000/04/27  18:22:41
47620         Log: Integrate with Sarathy.
47621      Branch: cfgperl
47622           +> t/lib/b.t t/lib/syslog.t
47623           !> (integrate 31 files)
47624 ____________________________________________________________________________
47625 [  5971] By: jhi                                   on 2000/04/27  18:18:46
47626         Log: Unicos tweaks from Mark P. Lutz.
47627      Branch: cfgperl
47628            ! hints/unicos.sh lib/Math/Complex.pm
47629 ____________________________________________________________________________
47630 [  5970] By: gsar                                  on 2000/04/27  18:05:11
47631         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
47632              IV is >32bits
47633      Branch: perl
47634            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
47635 ____________________________________________________________________________
47636 [  5969] By: gsar                                  on 2000/04/27  17:50:56
47637         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
47638      Branch: perl
47639            + t/lib/syslog.t
47640            ! MANIFEST ext/Sys/Syslog/Syslog.pm
47641 ____________________________________________________________________________
47642 [  5968] By: gsar                                  on 2000/04/27  17:44:49
47643         Log: tolerate spaces in group names in test on solaris (from David Boyce
47644              <dsb@boyski.com>)
47645      Branch: perl
47646            ! t/op/groups.t
47647 ____________________________________________________________________________
47648 [  5967] By: gsar                                  on 2000/04/27  17:41:22
47649         Log: improved docs on the warn_uninit diagnostic (from David Glasser
47650              and Simon Cozens)
47651      Branch: perl
47652            ! pod/perldiag.pod
47653 ____________________________________________________________________________
47654 [  5966] By: gsar                                  on 2000/04/27  16:54:58
47655         Log: add testsuite for B backends, fix bug in B::Deparse (from
47656              Simon Cozens <simon@brecon.co.uk>)
47657      Branch: perl
47658            + t/lib/b.t
47659            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
47660 ____________________________________________________________________________
47661 [  5965] By: gsar                                  on 2000/04/27  16:10:37
47662         Log: avoid "will not stay shared" warnings for our variables (from
47663              Robin Barker)
47664      Branch: perl
47665            ! op.c t/pragma/warn/op
47666 ____________________________________________________________________________
47667 [  5964] By: gsar                                  on 2000/04/27  07:05:05
47668         Log: reformat to 72 columns (again)
47669      Branch: perl
47670            ! pod/perldiag.pod
47671 ____________________________________________________________________________
47672 [  5963] By: gsar                                  on 2000/04/27  06:28:31
47673         Log: patch from Larry to make (\&) prototype work; added tests for
47674              the same
47675      Branch: perl
47676            ! op.c t/comp/proto.t
47677 ____________________________________________________________________________
47678 [  5962] By: gsar                                  on 2000/04/27  06:15:47
47679         Log: updated README.hpux (from Jeff Okamoto)
47680      Branch: perl
47681            ! README.hpux
47682 ____________________________________________________________________________
47683 [  5961] By: gsar                                  on 2000/04/27  05:55:03
47684         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
47685      Branch: perl
47686            ! emacs/cperl-mode.el
47687 ____________________________________________________________________________
47688 [  5960] By: gsar                                  on 2000/04/27  05:49:26
47689         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
47690      Branch: perl
47691            ! INSTALL
47692 ____________________________________________________________________________
47693 [  5959] By: gsar                                  on 2000/04/27  05:33:41
47694         Log: doubled words in pods (from Simon Cozens
47695              <simon.p.cozens@jp.pwcglobal.com>)
47696      Branch: perl
47697            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
47698            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
47699            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
47700            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
47701            ! pod/perltootc.pod
47702 ____________________________________________________________________________
47703 [  5958] By: gsar                                  on 2000/04/27  05:11:39
47704         Log: change#3569 deleted some essential code, revert; avoid use of
47705              atexit() to make DynaLoader work properly on AIX under mod_perl
47706              (from Jens-Uwe Mager <jum@helios.de>)
47707      Branch: perl
47708            ! ext/DynaLoader/dl_aix.xs
47709 ____________________________________________________________________________
47710 [  5957] By: gsar                                  on 2000/04/27  04:54:51
47711         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
47712      Branch: perl
47713            ! pod/perlmod.pod
47714 ____________________________________________________________________________
47715 [  5956] By: gsar                                  on 2000/04/27  04:51:47
47716         Log: better diagnostics on failed tests (from Ilya Zakharevich)
47717      Branch: perl
47718            ! t/op/lex_assign.t
47719 ____________________________________________________________________________
47720 [  5955] By: gsar                                  on 2000/04/27  04:26:44
47721         Log: longstanding bug exposed by change#3307: sort arguments weren't
47722              compiled with the right wantarray context (ensuing runtime lookup
47723              via block_gimme() was getting the incidental context of the
47724              sort() itself)
47725      Branch: perl
47726            ! op.c t/op/sort.t
47727 ____________________________________________________________________________
47728 [  5954] By: gsar                                  on 2000/04/26  23:42:12
47729         Log: integrate cfgperl contents into mainline
47730      Branch: perl
47731           !> (integrate 30 files)
47732 ____________________________________________________________________________
47733 [  5953] By: jhi                                   on 2000/04/26  23:06:42
47734         Log: Integrate with Sarathy.
47735      Branch: cfgperl
47736           !> README.win32 ext/B/B/Deparse.pm
47737           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
47738           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
47739           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
47740           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
47741           !> utils/perldoc.PL vms/perlvms.pod
47742 ____________________________________________________________________________
47743 [  5952] By: jhi                                   on 2000/04/26  23:03:46
47744         Log: Undo "use integer" addition from 64bitint as it seems
47745              to break most of the subtests in Digital UNIX;
47746              Unicos needs to find another way.
47747      Branch: cfgperl
47748            ! t/op/64bitint.t
47749 ____________________________________________________________________________
47750 [  5951] By: jhi                                   on 2000/04/26  22:57:53
47751         Log: Be more robust on "extreme" (large absolute value)
47752              arguments.  Originally reported by Daniel Connelly
47753              as a problem with asinh() on large negative arguments,
47754              asinh() used to bail out because an argument to log()
47755              ended up being zero.  Ilya Zakharevich proposed using
47756              Taylor's series in such cases, which for such large
47757              arguments is a very good approximation.
47758      Branch: cfgperl
47759            ! lib/Math/Complex.pm t/lib/complex.t
47760 ____________________________________________________________________________
47761 [  5950] By: gsar                                  on 2000/04/25  19:13:12
47762         Log: reformat perldiag to avoid long lines
47763      Branch: perl
47764            ! pod/perldiag.pod
47765 ____________________________________________________________________________
47766 [  5949] By: gsar                                  on 2000/04/25  18:41:11
47767         Log: make perldoc use the pod2man from the same version (from
47768              M.J.T. Guy)
47769      Branch: perl
47770            ! utils/perldoc.PL
47771 ____________________________________________________________________________
47772 [  5948] By: gsar                                  on 2000/04/25  18:21:57
47773         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
47774              <kompas@kompas.usr.onet.pl>)
47775      Branch: perl
47776            ! lib/vars.pm
47777 ____________________________________________________________________________
47778 [  5947] By: gsar                                  on 2000/04/25  18:11:53
47779         Log: use &dl_error rather than &dl_load_file as the guard for calling
47780              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
47781              statically built perl)
47782      Branch: perl
47783            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
47784 ____________________________________________________________________________
47785 [  5946] By: jhi                                   on 2000/04/25  17:37:54
47786         Log: Document that tr() is not tr(1).
47787      Branch: cfgperl
47788            ! pod/perlop.pod
47789 ____________________________________________________________________________
47790 [  5945] By: gsar                                  on 2000/04/25  16:34:33
47791         Log: make module name mandatory after -M switch; reorder perldiag
47792              alphabetically (from Mark-Jason Dominus)
47793      Branch: perl
47794            ! perl.c pod/perldiag.pod
47795 ____________________________________________________________________________
47796 [  5944] By: jhi                                   on 2000/04/25  01:15:18
47797         Log: On second thoughts frexp() does have two arguments.
47798      Branch: cfgperl
47799            ! perl.h
47800 ____________________________________________________________________________
47801 [  5943] By: jhi                                   on 2000/04/24  22:56:32
47802         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
47803              Now pp_ncmp() returns undef is either operand is a NaN.
47804      Branch: cfgperl
47805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47806            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
47807            ! vms/subconfigure.com vos/config.def vos/config.h
47808            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
47809            ! win32/config.vc win32/config_H.bc win32/config_H.gc
47810            ! win32/config_H.vc
47811      Branch: metaconfig/U/perl
47812            + d_modfl.U
47813 ____________________________________________________________________________
47814 [  5942] By: jhi                                   on 2000/04/24  19:45:17
47815         Log: Regen Configure to match #5937.
47816      Branch: cfgperl
47817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47818            ! config_h.SH
47819      Branch: metaconfig
47820            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
47821 ____________________________________________________________________________
47822 [  5941] By: jhi                                   on 2000/04/24  19:24:11
47823         Log: Further Unicos fixes for Mark Lutz.
47824      Branch: cfgperl
47825            ! hints/unicos.sh pp_ctl.c
47826 ____________________________________________________________________________
47827 [  5940] By: jhi                                   on 2000/04/24  19:09:06
47828         Log: Various Unicos 10.0.0.6 fixes.
47829              
47830              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
47831              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
47832              Reply-To: tecmpl1@triton.ca.boeing.com 
47833              To: perl5-porters@perl.org 
47834              Date: Fri, 14 Apr 2000 20:21:00 GMT 
47835              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
47836      Branch: cfgperl
47837            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
47838 ____________________________________________________________________________
47839 [  5939] By: gsar                                  on 2000/04/24  19:01:24
47840         Log: more pod nits (from Larry Virden)
47841      Branch: perl
47842            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
47843            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
47844            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
47845 ____________________________________________________________________________
47846 [  5938] By: gsar                                  on 2000/04/24  18:54:01
47847         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
47848      Branch: perl
47849            ! ext/B/B/Deparse.pm
47850 ____________________________________________________________________________
47851 [  5937] By: jhi                                   on 2000/04/24  17:39:00
47852         Log: Integrate with Sarathy.
47853      Branch: cfgperl
47854           +> (branch 31 files)
47855           !> (integrate 73 files)
47856 ____________________________________________________________________________
47857 [  5936] By: gsar                                  on 2000/04/24  17:30:06
47858         Log: additional tests for change#5934 (from Paul Marquess, who also
47859              sent in the same fix)
47860      Branch: perl
47861            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
47862            ! t/pragma/warn/5nolint t/pragma/warn/6default
47863 ____________________________________________________________________________
47864 [  5935] By: jhi                                   on 2000/04/24  17:26:05
47865         Log: Do not assume sign propagation.
47866              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
47867              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
47868              To: payner@ncifcrf.gov, perl5-porters@perl.org 
47869              Date: Tue, 18 Apr 2000 18:24:49 +0100 
47870              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
47871      Branch: cfgperl
47872            ! t/op/bop.t t/op/misc.t
47873 ____________________________________________________________________________
47874 [  5934] By: gsar                                  on 2000/04/24  17:16:54
47875         Log: propagate lexical warnings from surrounding scope correctly
47876              within string eval()
47877      Branch: perl
47878            ! pp_ctl.c t/pragma/warn/pp_ctl
47879 ____________________________________________________________________________
47880 [  5933] By: jhi                                   on 2000/04/24  17:01:07
47881         Log: Flatten the cpp jungle doing the nosuid checking.
47882      Branch: cfgperl
47883            ! perl.c
47884 ____________________________________________________________________________
47885 [  5932] By: gsar                                  on 2000/04/24  09:08:14
47886         Log: add rsignal(), whichsig() and do_join() to public API list
47887              (mod_perl uses them to good advantage)
47888      Branch: perl
47889            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
47890 ____________________________________________________________________________
47891 [  5931] By: gsar                                  on 2000/04/24  09:01:40
47892         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
47893      Branch: perl
47894            ! pp_hot.c regexec.c t/op/pat.t
47895 ____________________________________________________________________________
47896 [  5930] By: gsar                                  on 2000/04/24  08:58:33
47897         Log: small os390 tweaks (from Peter Prymmer)
47898      Branch: perl
47899            ! config_h.SH makedepend.SH
47900 ____________________________________________________________________________
47901 [  5929] By: gsar                                  on 2000/04/24  08:55:25
47902         Log: pod nits
47903      Branch: perl
47904            ! pod/perlguts.pod
47905 ____________________________________________________________________________
47906 [  5928] By: gsar                                  on 2000/04/24  08:50:13
47907         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
47908      Branch: perl
47909            ! ext/IO/lib/IO/Poll.pm
47910 ____________________________________________________________________________
47911 [  5927] By: gsar                                  on 2000/04/24  08:43:24
47912         Log: arrange for next() to resume at the unstack op rather than the
47913              loop conditional, so that scope cleanup happens correctly
47914              (from Stephen McCamant)
47915      Branch: perl
47916            ! op.c pp_ctl.c t/op/misc.t
47917 ____________________________________________________________________________
47918 [  5926] By: gsar                                  on 2000/04/24  08:18:40
47919         Log: on windows, reserve 16M of stack rather than 128M (allows more
47920              threads to run concurrently)
47921      Branch: perl
47922            ! win32/Makefile win32/makefile.mk
47923 ____________________________________________________________________________
47924 [  5925] By: gsar                                  on 2000/04/24  08:13:52
47925         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
47926      Branch: perl
47927            ! toke.c
47928 ____________________________________________________________________________
47929 [  5924] By: gsar                                  on 2000/04/24  08:08:59
47930         Log: avoid using uninitialized memory in require version check
47931      Branch: perl
47932            ! pp_ctl.c universal.c
47933 ____________________________________________________________________________
47934 [  5923] By: gsar                                  on 2000/04/24  07:20:14
47935         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
47936      Branch: perl
47937            ! ext/IO/lib/IO/Poll.pm
47938 ____________________________________________________________________________
47939 [  5922] By: gsar                                  on 2000/04/24  07:08:42
47940         Log: commentary about IoTYPE() (from Nathan Torkington)
47941      Branch: perl
47942            ! sv.h
47943 ____________________________________________________________________________
47944 [  5921] By: gsar                                  on 2000/04/24  06:58:26
47945         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
47946              by fix
47947      Branch: perl
47948            ! sv.c t/lib/charnames.t t/pragma/utf8.t
47949 ____________________________________________________________________________
47950 [  5920] By: gsar                                  on 2000/04/24  06:37:59
47951         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
47952      Branch: perl
47953            ! doop.c t/op/ver.t
47954 ____________________________________________________________________________
47955 [  5919] By: gsar                                  on 2000/04/24  06:21:58
47956         Log: Configure might miss old directories when prefix must be
47957              expanded (from Robin Barker)
47958      Branch: metaconfig
47959            ! U/installdirs/inc_version_list.U
47960      Branch: perl
47961            ! Configure
47962 ____________________________________________________________________________
47963 [  5918] By: gsar                                  on 2000/04/24  06:16:11
47964         Log: VMS nits in glob() test (from Charles Lane)
47965      Branch: perl
47966            ! t/lib/glob-basic.t
47967 ____________________________________________________________________________
47968 [  5917] By: gsar                                  on 2000/04/24  06:11:56
47969         Log: various pod nits (from Larry Virden and others)
47970      Branch: perl
47971            ! README.amiga README.hpux README.machten README.os2
47972            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
47973            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
47974            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
47975            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
47976            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
47977            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
47978            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
47979            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
47980 ____________________________________________________________________________
47981 [  5916] By: gsar                                  on 2000/04/24  05:52:43
47982         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
47983              <wjones@tc.fluke.com>)
47984      Branch: perl
47985            ! t/lib/glob-basic.t
47986 ____________________________________________________________________________
47987 [  5915] By: gsar                                  on 2000/04/24  05:07:01
47988         Log: supported platforms mixed up
47989      Branch: perl
47990            ! pod/perl56delta.pod pod/perlport.pod
47991 ____________________________________________________________________________
47992 [  5914] By: gsar                                  on 2000/04/24  04:56:08
47993         Log: caller() wasn't returning the right number of elements for
47994              eval {...}
47995      Branch: perl
47996            ! pp_ctl.c t/pragma/warn/9enabled
47997 ____________________________________________________________________________
47998 [  5913] By: gsar                                  on 2000/04/24  04:35:41
47999         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
48000              Mark-Jason Dominus)
48001      Branch: perl
48002            ! pod/perlfunc.pod
48003 ____________________________________________________________________________
48004 [  5912] By: gsar                                  on 2000/04/24  04:17:15
48005         Log: fix totally broken caching in UNIVERSAL::isa() (from
48006              Nick Ing-Simmons)
48007      Branch: perl
48008            ! t/op/universal.t universal.c
48009 ____________________________________________________________________________
48010 [  5911] By: gsar                                  on 2000/04/24  03:39:47
48011         Log: add linebreak properties from unicode/LineBrk.txt (from
48012              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
48013      Branch: perl
48014            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
48015            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
48016            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
48017            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
48018            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
48019            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
48020            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
48021            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
48022            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
48023            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
48024            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
48025            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
48026            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
48027            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
48028            + lib/unicode/Is/LbrkZW.pl
48029            ! lib/unicode/mktables.PL
48030 ____________________________________________________________________________
48031 [  5910] By: gsar                                  on 2000/04/24  03:23:10
48032         Log: typo in pod
48033      Branch: perl
48034            ! ext/Thread/Thread.pm
48035 ____________________________________________________________________________
48036 [  5909] By: gsar                                  on 2000/04/24  03:22:03
48037         Log: mode argument to do_binmode() should be file mode, not boolean
48038      Branch: perl
48039            ! pp_sys.c
48040 ____________________________________________________________________________
48041 [  5908] By: gsar                                  on 2000/04/16  16:51:08
48042         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
48043              always returns a valid GV even when the symbol is trapped by strictures
48044              (avoids coredumps)
48045              
48046              TODO: the C<package;> hack needs similar treatment
48047      Branch: perl
48048            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
48049            ! t/pragma/strict-vars
48050 ____________________________________________________________________________
48051 [  5907] By: jhi                                   on 2000/03/31  23:42:56
48052         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
48053              an assumption which #5905 demolished.
48054      Branch: cfgperl
48055            ! pp_sys.c
48056 ____________________________________________________________________________
48057 [  5906] By: jhi                                   on 2000/03/31  18:54:37
48058         Log: Typo in #5905.
48059      Branch: cfgperl
48060            ! t/op/64bitint.t
48061 ____________________________________________________________________________
48062 [  5905] By: jhi                                   on 2000/03/31  18:50:54
48063         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
48064              reported by Joseph N. Hall.  The bug was that even with use64bitint
48065              one had to use the prefixes q, L, or ll with printf/sprintf,
48066              contrary to the documentation and common sense.
48067      Branch: cfgperl
48068            ! sv.c t/op/64bitint.t
48069 ____________________________________________________________________________
48070 [  5904] By: gsar                                  on 2000/03/28  02:31:32
48071         Log: add Changes, perldelta.pod
48072      Branch: perl
48073            + Changes pod/perldelta.pod
48074 ____________________________________________________________________________
48075 [  5903] By: gsar                                  on 2000/03/28  02:03:55
48076         Log: rename Changes and perldelta.pod
48077      Branch: perl
48078           +> Changes5.6 pod/perl56delta.pod
48079            - Changes pod/perldelta.pod
48080            ! MANIFEST
48081 ____________________________________________________________________________
48082 [  5902] By: gsar                                  on 2000/03/28  01:59:14
48083         Log: create maint-5.6 branch
48084      Branch: maint-5.6/perl
48085           +> (branch 1611 files)
48086 ____________________________________________________________________________
48087 [  5901] By: jhi                                   on 2000/03/23  05:48:43
48088         Log: Integrate with Sarathy.
48089      Branch: cfgperl
48090           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
48091 ____________________________________________________________________________
48092 [  5900] By: gsar                                  on 2000/03/23  05:42:43
48093         Log: three guesses on what this is :-)
48094      Branch: perl
48095            ! Changes