Integrate perlio:
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33
34 ____________________________________________________________________________
35 [  9091] By: jhi                                   on 2001/03/09  15:25:05
36         Log: In op/stat #35 better to scan all the potential directories
37              for setuids, not just the first one.
38      Branch: perl
39            ! t/op/stat.t
40 ____________________________________________________________________________
41 [  9090] By: jhi                                   on 2001/03/09  15:01:27
42         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
43              From: rspier@pobox.com (Robert Spier)
44              Date: Fri, 9 Mar 2001 03:30:20 -0500
45              Message-ID: <15016.38044.381174.160189@rls.cx>
46              
47              EXISTS() returning undef mistakenly triggered a FETCH().
48      Branch: perl
49            ! hv.c
50 ____________________________________________________________________________
51 [  9089] By: jhi                                   on 2001/03/09  14:59:02
52         Log: Add /sbin and /usr/sbin to the list of directories scanned
53              for setuid programs.  Takes care of bug id 20010309.003.
54      Branch: perl
55            ! t/op/stat.t
56 ____________________________________________________________________________
57 [  9088] By: jhi                                   on 2001/03/09  14:48:32
58         Log: Regen perlapi, perltoc.
59      Branch: perl
60            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
61 ____________________________________________________________________________
62 [  9087] By: jhi                                   on 2001/03/09  14:38:56
63         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
64              From: David Mitchell <davem@fdgroup.co.uk>
65              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
66              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
67      Branch: perl
68            ! dump.c perl.c perl.h pod/perlrun.pod
69 ____________________________________________________________________________
70 [  9086] By: jhi                                   on 2001/03/09  01:47:16
71         Log: A modified version of
72              
73              Subject: [ID 20010307.005] POSIX::sigaction has various problems
74              From: anders@broadcom.com
75              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
76              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
77              
78              Currently the sigaction.t test #6 fails (and is fudged to look
79              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
80              This may well be a genuine bug in Linux sigaction() (since at
81              least Tru64, Solaris, and HP-UX disagree with Linux).
82              Anyone with POSIX / SUSv2 tome handy?  The problem is that
83              the flags of the oldaction don't match with the flags in
84              the previously installed disposition.
85      Branch: perl
86            + t/lib/sigaction.t
87            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
88 ____________________________________________________________________________
89 [  9085] By: jhi                                   on 2001/03/09  01:30:13
90         Log: Subject: Re: mission impossible for the day
91              From: Alex Gough <alex@rcon.org>
92              Date: Thu, 08 Mar 2001 17:18:19 +0000
93              Message-ID: <3AA7BEDB.8070409@rcon.org>
94              
95              If references (are overloaded) and can be directly stringified,
96              show that instead of "stringified".
97              
98              (The problem, infinite mutual recursion caused by overloaded bool
99              in Switch.pm, tracked by David Mitchell)
100      Branch: perl
101            ! lib/Carp/Heavy.pm
102 ____________________________________________________________________________
103 [  9084] By: jhi                                   on 2001/03/09  01:20:39
104         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
105              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
106              From: David Mitchell <davem@fdgroup.co.uk>
107              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
108      Branch: perl
109            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
110            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
111 ____________________________________________________________________________
112 [  9083] By: jhi                                   on 2001/03/09  01:16:51
113         Log: Subject: [PATCH] perldata.pod here-doc docs
114              From: Jeff Pinyan <jeffp@crusoe.net>
115              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
116              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
117      Branch: perl
118            ! pod/perldata.pod
119 ____________________________________________________________________________
120 [  9082] By: jhi                                   on 2001/03/09  01:01:27
121         Log: Subject: Re: Unicode/EBCDIC
122              From: Peter Prymmer <pvhp@forte.com>
123              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
124              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
125      Branch: perl
126            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
127 ____________________________________________________________________________
128 [  9081] By: jhi                                   on 2001/03/08  13:41:30
129         Log: Subject: Ooops, wrong 'no *POSIX' Patch
130              From: Dorner Thomas <Thomas.Dorner@start.de>
131              Date: Thu, 8 Mar 2001 08:43:28 +0100
132              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
133      Branch: perl
134            ! hints/posix-bc.sh
135 ____________________________________________________________________________
136 [  9080] By: jhi                                   on 2001/03/08  13:11:42
137         Log: It's Scripts.txt, not Script.txt.
138      Branch: perl
139            ! MANIFEST
140 ____________________________________________________________________________
141 [  9079] By: jhi                                   on 2001/03/08  12:59:05
142         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
143              From: Dorner Thomas <Thomas.Dorner@start.de>
144              Date: Wed, 7 Mar 2001 14:13:31 +0100
145              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
146      Branch: perl
147            ! makedepend.SH
148 ____________________________________________________________________________
149 [  9078] By: jhi                                   on 2001/03/08  12:57:43
150         Log: Retract #9069, wrong patch.
151      Branch: perl
152            ! Makefile.SH
153 ____________________________________________________________________________
154 [  9077] By: jhi                                   on 2001/03/08  01:06:13
155         Log: Upgrade to Unicode 3.1 beta 2001-03-01.  The 3.1 final
156              should come out March 14.
157      Branch: perl
158            + lib/unicode/Scripts.txt
159            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
160            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
161            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
162            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
163            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
164            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
165            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
166            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
167            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
168            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
169            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
170            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
171            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
172            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
173            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
174            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
175            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
176            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
177            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
178            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
179            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
180            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
181            ! lib/unicode/version
182 ____________________________________________________________________________
183 [  9076] By: jhi                                   on 2001/03/07  22:59:39
184         Log: Integrate change #7784 from mainline into maintperl.
185              
186              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
187      Branch: maint-5.6/perl
188           !> pp_ctl.c t/op/pat.t
189 ____________________________________________________________________________
190 [  9075] By: jhi                                   on 2001/03/07  22:05:11
191         Log: More UTF-8 test tweaks.
192      Branch: perl
193            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
194 ____________________________________________________________________________
195 [  9074] By: nick                                  on 2001/03/07  21:39:29
196         Log: Integrate mainline.
197      Branch: perlio
198           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
199           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
200           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
201           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
202           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
203 ____________________________________________________________________________
204 [  9073] By: jhi                                   on 2001/03/07  16:37:09
205         Log: Update Changes.
206      Branch: perl
207            ! Changes patchlevel.h
208 ____________________________________________________________________________
209 [  9072] By: jhi                                   on 2001/03/07  16:32:30
210         Log: Subject: [ID 20010306.004] || != named unary operator
211              From: abela@geneanet.org
212              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
213              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
214      Branch: perl
215            ! pod/perlop.pod
216 ____________________________________________________________________________
217 [  9071] By: jhi                                   on 2001/03/07  15:14:11
218         Log: Subject: downgrading to bytes for common functions
219              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
220              Date: Wed, 7 Mar 2001 02:36:55 -0500
221              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
222      Branch: perl
223            ! pp_sys.c
224 ____________________________________________________________________________
225 [  9070] By: jhi                                   on 2001/03/07  15:04:58
226         Log: Clarify the description differentiating for and while; inspired by
227              
228              Subject: [ID 20010306.002] for/while difference in for definition
229              From: abela@geneanet.org
230              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
231              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
232      Branch: perl
233            ! pod/perlsyn.pod
234 ____________________________________________________________________________
235 [  9069] By: jhi                                   on 2001/03/07  14:55:30
236         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
237              From: Dorner Thomas <Thomas.Dorner@start.de>
238              Date: Wed, 7 Mar 2001 14:13:31 +0100
239              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
240      Branch: perl
241            ! Makefile.SH
242 ____________________________________________________________________________
243 [  9068] By: jhi                                   on 2001/03/07  14:51:17
244         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
245              From: Radu Greab <radu@netsoft.ro>
246              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
247              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
248      Branch: perl
249            ! pp.c t/op/chop.t
250 ____________________________________________________________________________
251 [  9067] By: jhi                                   on 2001/03/07  14:48:57
252         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
253              From: Simon Cozens <simon@netthink.co.uk>
254              Date: Wed, 7 Mar 2001 13:59:28 +0000
255              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
256              
257              In order to allow MakeMaker to build correct Makefiles,
258              you need to change the order of the arguments in MM_Unix.pm
259              as well. (Unless you have C89_CCMODE set, but we're trying
260              to be POSIXly correct)
261              
262              Thanks to Merijn Broeren for tracking this down.
263      Branch: perl
264            ! lib/ExtUtils/MM_Unix.pm
265 ____________________________________________________________________________
266 [  9066] By: jhi                                   on 2001/03/07  14:30:02
267         Log: Floating point too messy.
268      Branch: perl
269            ! t/camel-III/vstring.t
270 ____________________________________________________________________________
271 [  9065] By: jhi                                   on 2001/03/07  14:17:44
272         Log: Integrate change #9064 from maintperl into mainline.
273              
274              fix memory leak in pack("Bb",...)
275      Branch: perl
276           !> perl.c
277 ____________________________________________________________________________
278 [  9064] By: gsar                                  on 2001/03/07  06:29:24
279         Log: fix memory leak in pack("Bb",...)
280      Branch: maint-5.6/perl
281            ! perl.c
282 ____________________________________________________________________________
283 [  9063] By: jhi                                   on 2001/03/07  00:55:04
284         Log: Major utf8 test reorganisation and rewrite.
285              Hopefully no tests were lost in the shuffle.
286              (The beginning of pragma/utf8 was lost intentionally,
287              the tests were rather bogus and incomplete.)
288      Branch: perl
289            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
290            ! t/pragma/utf8.t
291 ____________________________________________________________________________
292 [  9062] By: jhi                                   on 2001/03/07  00:41:16
293         Log: More tweakage on the Unicode character class descriptions.
294      Branch: perl
295            ! lib/unicode/mktables.PL pod/perlretut.pod
296 ____________________________________________________________________________
297 [  9061] By: jhi                                   on 2001/03/06  23:12:38
298         Log: The perlretut was still talking about the old \p and \P
299              definitions.
300      Branch: perl
301            ! pod/perlretut.pod
302 ____________________________________________________________________________
303 [  9060] By: nick                                  on 2001/03/06  20:52:37
304         Log: Integrate mainline (make test works again now).
305      Branch: perlio
306           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
307 ____________________________________________________________________________
308 [  9059] By: jhi                                   on 2001/03/06  15:36:14
309         Log: 0.999... does equal 1.0, doesn't it?
310      Branch: perl
311            ! t/camel-III/vstring.t
312 ____________________________________________________________________________
313 [  9058] By: jhi                                   on 2001/03/06  15:34:00
314         Log: Make /x{abcd}/ to work without use utf8.
315      Branch: perl
316            ! regcomp.c
317 ____________________________________________________________________________
318 [  9057] By: jhi                                   on 2001/03/06  03:02:36
319         Log: Easier to outcomment all the three reset() tests for now.
320      Branch: perl
321            ! t/op/pat.t
322 ____________________________________________________________________________
323 [  9056] By: jhi                                   on 2001/03/06  02:30:02
324         Log: Comment out the deadly reset; until the 20010301.005
325              is finally fixed.
326      Branch: perl
327            ! t/op/pat.t
328 ____________________________________________________________________________
329 [  9055] By: jhi                                   on 2001/03/06  02:21:26
330         Log: Integrate the change #9054 from mainline:
331              retract the PMOP cleanup patch pending further investigation.
332      Branch: maint-5.6/perl
333           !> op.c op.h
334 ____________________________________________________________________________
335 [  9054] By: jhi                                   on 2001/03/06  02:19:57
336         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
337              with oddly familiar stack traces.
338      Branch: perl
339            ! op.c op.h
340 ____________________________________________________________________________
341 [  9053] By: jhi                                   on 2001/03/05  23:20:28
342         Log: Integrate perlio.
343      Branch: perl
344           +> ext/Encode/Encode/koi8-r.ucm
345           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
346           !> makedef.pl
347 ____________________________________________________________________________
348 [  9052] By: nick                                  on 2001/03/05  23:08:17
349         Log: skipping USE_PERLIO symbols correction.
350      Branch: perlio
351            ! makedef.pl
352 ____________________________________________________________________________
353 [  9051] By: nick                                  on 2001/03/05  22:35:07
354         Log: More Encode alias tidying.
355      Branch: perlio
356            + ext/Encode/Encode/koi8-r.ucm
357            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
358 ____________________________________________________________________________
359 [  9050] By: jhi                                   on 2001/03/05  21:44:29
360         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
361              Sarathy's fix for ID 20010301.005.
362      Branch: maint-5.6/perl
363           !> op.c op.h
364 ____________________________________________________________________________
365 [  9049] By: nick                                  on 2001/03/05  19:54:04
366         Log: Integrate Jarkko's Encode.pm tweak.
367      Branch: perlio
368           !> ext/Encode/Encode.pm
369 ____________________________________________________________________________
370 [  9048] By: nick                                  on 2001/03/05  19:47:57
371         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
372      Branch: perlio
373           +> os2/os2add.sym
374           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
375           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
376           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
377           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
378           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
379 ____________________________________________________________________________
380 [  9047] By: jhi                                   on 2001/03/05  19:25:26
381         Log: Regen perlapi.
382      Branch: perl
383            ! pod/perlapi.pod
384 ____________________________________________________________________________
385 [  9046] By: jhi                                   on 2001/03/05  19:12:14
386         Log: Integrate perlio.
387      Branch: perl
388           +> t/camel-III/vstring.t
389           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
390 ____________________________________________________________________________
391 [  9045] By: jhi                                   on 2001/03/05  19:10:36
392         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
393      Branch: perl
394            ! ext/Encode/Encode.pm
395 ____________________________________________________________________________
396 [  9044] By: jhi                                   on 2001/03/05  18:49:12
397         Log: Forgot the other half of the PMOP patch (#9033).
398      Branch: perl
399            ! op.h
400 ____________________________________________________________________________
401 [  9043] By: nick                                  on 2001/03/05  18:14:47
402         Log: Update MANIFEST for new test.
403      Branch: perlio
404            ! MANIFEST
405 ____________________________________________________________________________
406 [  9042] By: nick                                  on 2001/03/05  18:12:41
407         Log: Some tests for Camel 3rd edition features.
408              Make gethostbyaddr() test in above work.
409      Branch: perlio
410            + t/camel-III/vstring.t
411            ! pp.h pp_sys.c t/TEST t/harness
412 ____________________________________________________________________________
413 [  9041] By: jhi                                   on 2001/03/05  17:41:48
414         Log: Add more ISO 8859 encoding aliases.
415      Branch: perl
416            ! ext/Encode/Encode.pm
417 ____________________________________________________________________________
418 [  9040] By: jhi                                   on 2001/03/05  17:30:43
419         Log: Integrate perlio.
420      Branch: perl
421           !> MANIFEST sv.c
422 ____________________________________________________________________________
423 [  9039] By: nick                                  on 2001/03/05  17:11:36
424         Log: Missed added file.
425      Branch: perlio
426            ! MANIFEST
427 ____________________________________________________________________________
428 [  9038] By: jhi                                   on 2001/03/05  15:58:01
429         Log: Add tr tests for EBCDIC, from Karsten Sperling.
430      Branch: perl
431            ! t/op/tr.t
432 ____________________________________________________________________________
433 [  9037] By: nick                                  on 2001/03/05  15:56:35
434         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
435              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
436              
437              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
438              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
439              - uses SvPV() rather than sv_2pv() in case it isn't a string.
440      Branch: perlio
441            ! sv.c
442 ____________________________________________________________________________
443 [  9036] By: jhi                                   on 2001/03/05  15:49:15
444         Log: Add matching tests currently failing in EBCDIC,
445              suggested by Karsten Sperling.
446      Branch: perl
447            ! t/op/pat.t
448 ____________________________________________________________________________
449 [  9035] By: jhi                                   on 2001/03/05  15:36:55
450         Log: The #9034 needs a MANIFESTation.
451      Branch: perl
452            ! MANIFEST
453 ____________________________________________________________________________
454 [  9034] By: jhi                                   on 2001/03/05  15:35:14
455         Log: Integrate perlio.
456      Branch: perl
457           +> ext/Encode/Encode/Tcl.pm
458           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
459           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
460           !> ext/Encode/Encode/iso8859-1.ucm
461           !> ext/Encode/Encode/iso8859-10.ucm
462           !> ext/Encode/Encode/iso8859-13.ucm
463           !> ext/Encode/Encode/iso8859-14.ucm
464           !> ext/Encode/Encode/iso8859-15.ucm
465           !> ext/Encode/Encode/iso8859-16.ucm
466           !> ext/Encode/Encode/iso8859-2.ucm
467           !> ext/Encode/Encode/iso8859-3.ucm
468           !> ext/Encode/Encode/iso8859-4.ucm
469           !> ext/Encode/Encode/iso8859-5.ucm
470           !> ext/Encode/Encode/iso8859-6.ucm
471           !> ext/Encode/Encode/iso8859-7.ucm
472           !> ext/Encode/Encode/iso8859-8.ucm
473           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
474           !> t/lib/encode.t
475 ____________________________________________________________________________
476 [  9033] By: jhi                                   on 2001/03/05  15:33:18
477         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
478              From: Gurusamy Sarathy <gsar@ActiveState.com>
479              Date: Sun, 04 Mar 2001 22:33:15 -0800
480              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
481              
482              PMOPs need to remember their own stash so that they can
483              gracefully remove themselves from their linked list.
484      Branch: perl
485            ! op.c
486 ____________________________________________________________________________
487 [  9032] By: nick                                  on 2001/03/05  14:51:50
488         Log: Encode implementation "completion"
489              Implement and document define_encoding()
490              Implement and document encoding aliases including define_alias()
491              Make Encode::XS use define_encoding() rather than back-door.
492              Move run-time *.enc to separate Encode::Tcl module.
493              Make 'compile' honour <codeset_name>
494              Change canonical names of to iso-8859-* and US-ascii.
495      Branch: perlio
496            + ext/Encode/Encode/Tcl.pm
497            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
498            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
499            ! ext/Encode/Encode/iso8859-1.ucm
500            ! ext/Encode/Encode/iso8859-10.ucm
501            ! ext/Encode/Encode/iso8859-13.ucm
502            ! ext/Encode/Encode/iso8859-14.ucm
503            ! ext/Encode/Encode/iso8859-15.ucm
504            ! ext/Encode/Encode/iso8859-16.ucm
505            ! ext/Encode/Encode/iso8859-2.ucm
506            ! ext/Encode/Encode/iso8859-3.ucm
507            ! ext/Encode/Encode/iso8859-4.ucm
508            ! ext/Encode/Encode/iso8859-5.ucm
509            ! ext/Encode/Encode/iso8859-6.ucm
510            ! ext/Encode/Encode/iso8859-7.ucm
511            ! ext/Encode/Encode/iso8859-8.ucm
512            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
513            ! t/lib/encode.t
514 ____________________________________________________________________________
515 [  9031] By: jhi                                   on 2001/03/05  13:51:17
516         Log: Integrate change #9030 from maintperl into mainline.
517              
518              Subject: [PATCH 5.6.1] OS/2 cleanup
519      Branch: perl
520           +> os2/os2add.sym
521           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
522           !> makedef.pl os2/Changes os2/Makefile.SHs
523           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
524           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
525           !> os2/os2.sym os2/os2ish.h
526 ____________________________________________________________________________
527 [  9030] By: jhi                                   on 2001/03/05  13:46:49
528         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
530              Date: Mon, 5 Mar 2001 02:29:44 -0500
531              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
532      Branch: maint-5.6/perl
533            + os2/os2add.sym
534            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
535            ! makedef.pl os2/Changes os2/Makefile.SHs
536            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
537            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
538            ! os2/os2.sym os2/os2ish.h
539 ____________________________________________________________________________
540 [  9029] By: jhi                                   on 2001/03/05  13:40:35
541         Log: Integrate change #9028 from maintperl into mainline.
542              
543              various nits in MM_Unix.pm found by disabling SelfLoader
544      Branch: perl
545           !> lib/ExtUtils/MM_Unix.pm
546 ____________________________________________________________________________
547 [  9028] By: gsar                                  on 2001/03/05  09:58:38
548         Log: various nits in MM_Unix.pm found by disabling SelfLoader
549      Branch: maint-5.6/perl
550            ! lib/ExtUtils/MM_Unix.pm
551 ____________________________________________________________________________
552 [  9027] By: nick                                  on 2001/03/05  08:35:22
553         Log: Integrate mainline
554      Branch: perlio
555           !> (integrate 28 files)
556 ____________________________________________________________________________
557 [  9026] By: jhi                                   on 2001/03/05  02:14:59
558         Log: Integrate change #9025 from mainline to maintperl,
559              retract \N{U+HHHH}.
560      Branch: maint-5.6/perl
561           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
562           !> t/lib/charnames.t toke.c
563 ____________________________________________________________________________
564 [  9025] By: jhi                                   on 2001/03/05  02:13:09
565         Log: Retracting \N{U+HHHH}.
566      Branch: perl
567            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
568            ! t/lib/charnames.t toke.c
569 ____________________________________________________________________________
570 [  9024] By: jhi                                   on 2001/03/04  20:51:07
571         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
573              Date: Fri, 02 Mar 2001 18:25:26 +0100
574              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
575              
576              Casting problem.
577      Branch: perl
578            ! ext/Storable/Storable.xs
579 ____________________________________________________________________________
580 [  9023] By: jhi                                   on 2001/03/04  19:46:45
581         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
582              From: nick@talking.bollo.cx
583              Date: Sat, 03 Mar 2001 21:41:33 +0000
584              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
585              
586              Revert the workaround.
587      Branch: perl
588            ! perlio.c
589 ____________________________________________________________________________
590 [  9022] By: jhi                                   on 2001/03/04  19:36:28
591         Log: Update Changes.
592      Branch: perl
593            ! Changes patchlevel.h
594 ____________________________________________________________________________
595 [  9021] By: jhi                                   on 2001/03/04  18:41:00
596         Log: makedef.pl updates suggested by Chris Nandor; double-checking
597              the changes in AIX, OS/2 Win32 would be nice.
598      Branch: perl
599            ! makedef.pl
600 ____________________________________________________________________________
601 [  9020] By: jhi                                   on 2001/03/04  18:23:58
602         Log: Integrate change #9012 from maintperl into mainline,
603              quench a compiler warning.
604      Branch: perl
605           !> toke.c
606 ____________________________________________________________________________
607 [  9019] By: jhi                                   on 2001/03/04  18:18:43
608         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
609              
610              \N{U+HHHH} fix.
611              
612              pattern in G_ARRAY context
613      Branch: maint-5.6/perl
614           !> pp_hot.c t/op/pat.t toke.c
615 ____________________________________________________________________________
616 [  9018] By: jhi                                   on 2001/03/04  18:07:48
617         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
618              From: Jeff Pinyan <jeffp@crusoe.net>
619              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
620              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
621      Branch: perl
622            ! pp_hot.c t/op/pat.t
623 ____________________________________________________________________________
624 [  9017] By: jhi                                   on 2001/03/04  18:06:21
625         Log: I thought I tested the #9014.
626      Branch: perl
627            ! toke.c
628 ____________________________________________________________________________
629 [  9016] By: jhi                                   on 2001/03/04  17:41:22
630         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
631              
632              Tweak the get*ent() OS/2 prototypes.
633              
634              Add the \N{U+HHHH} syntax.
635              
636              More tr/// UTF-8 fixes from Inaba Hiroto.
637      Branch: maint-5.6/perl
638           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
639           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
640 ____________________________________________________________________________
641 [  9015] By: jhi                                   on 2001/03/04  17:36:04
642         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
643      Branch: perl
644            ! doop.c t/op/tr.t
645 ____________________________________________________________________________
646 [  9014] By: jhi                                   on 2001/03/04  17:24:49
647         Log: Add the \N{U+HHHH} syntax.
648      Branch: perl
649            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
650            ! t/lib/charnames.t toke.c
651 ____________________________________________________________________________
652 [  9013] By: jhi                                   on 2001/03/04  17:20:45
653         Log: Tweak the get*ent() OS/2 prototypes.
654      Branch: perl
655            ! os2/os2.c
656 ____________________________________________________________________________
657 [  9012] By: gsar                                  on 2001/03/04  06:26:14
658         Log: avoid warning (nit in change#9009)
659      Branch: maint-5.6/perl
660            ! toke.c
661 ____________________________________________________________________________
662 [  9011] By: gsar                                  on 2001/03/04  06:15:24
663         Log: lib/charnames.t fails in 5.6.x because of older Unicode
664              data
665              
666              TODO: need to revisit this after updating lib/unicode/...
667      Branch: maint-5.6/perl
668            ! t/lib/charnames.t
669 ____________________________________________________________________________
670 [  9010] By: gsar                                  on 2001/03/04  06:08:36
671         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
672      Branch: maint-5.6/perl
673            ! toke.c
674 ____________________________________________________________________________
675 [  9009] By: jhi                                   on 2001/03/03  19:27:20
676         Log: Integrate change #9008 from mainline to maintperl,
677              UTF-8 tr/// fixes from Inaba Hiroto.
678      Branch: maint-5.6/perl
679           !> doop.c op.c t/op/tr.t toke.c
680 ____________________________________________________________________________
681 [  9008] By: jhi                                   on 2001/03/03  19:19:42
682         Log: UTF8 tr/// fixes from Inaba Hiroto.
683      Branch: perl
684            ! doop.c op.c t/op/tr.t toke.c
685 ____________________________________________________________________________
686 [  9007] By: jhi                                   on 2001/03/03  19:00:30
687         Log: Integrate change #9006 from maintperl to mainline,
688              more robust quest for the infinite.
689      Branch: perl
690           !> lib/Math/Complex.pm
691 ____________________________________________________________________________
692 [  9006] By: jhi                                   on 2001/03/03  18:58:06
693         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
695              Date: Sat, 3 Mar 2001 12:51:50 -0500
696              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
697              
698              Be more robust in our quest for the infinite.
699      Branch: maint-5.6/perl
700            ! lib/Math/Complex.pm
701 ____________________________________________________________________________
702 [  9005] By: jhi                                   on 2001/03/03  17:55:50
703         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
704      Branch: maint-5.6/perl
705            ! doio.c
706 ____________________________________________________________________________
707 [  9004] By: jhi                                   on 2001/03/03  17:40:14
708         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
709              so that picky compilers like IRIX won't get huffy about
710              "statements without effect" (like 1;).
711      Branch: perl
712            ! toke.c
713 ____________________________________________________________________________
714 [  9003] By: jhi                                   on 2001/03/03  17:15:52
715         Log: Integrate change #9002 from mainline to maintperl.
716              
717              Subject: [perl-5.6.x, perl-current] accept for EPOC
718      Branch: maint-5.6/perl
719           !> pp_sys.c
720 ____________________________________________________________________________
721 [  9002] By: jhi                                   on 2001/03/03  17:14:30
722         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
723              From: Olaf Flebbe <O.Flebbe@science-computing.de>
724              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
725              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
726      Branch: perl
727            ! pp_sys.c
728 ____________________________________________________________________________
729 [  9001] By: jhi                                   on 2001/03/03  17:13:13
730         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
731              From: "Craig A. Berry" <craigberry@mac.com>
732              Date: Fri, 02 Mar 2001 17:44:40 -0600
733              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
734      Branch: perl
735            ! t/pod/find.t
736 ____________________________________________________________________________
737 [  9000] By: jhi                                   on 2001/03/03  17:11:55
738         Log: Integrate changes #8997,8999 from maintperl.
739              
740              Subject: [PATCH 5.6.1] compiling on OS/2
741              (Better error message from hints/os2.sh)
742              
743              Subject: [PATCH 5.6.1] syslog.t
744      Branch: perl
745           !> hints/os2.sh t/lib/syslog.t
746 ____________________________________________________________________________
747 [  8999] By: jhi                                   on 2001/03/03  17:09:28
748         Log: Subject: [PATCH 5.6.1] syslog.t
749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
750              Date: Sat, 3 Mar 2001 02:11:17 -0500
751              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
752      Branch: maint-5.6/perl
753            ! t/lib/syslog.t
754 ____________________________________________________________________________
755 [  8998] By: jhi                                   on 2001/03/03  17:07:50
756         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
758              Date: Sat, 3 Mar 2001 01:53:52 -0500
759              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
760      Branch: maint-5.6/perl
761            ! opcode.pl os2/os2.c
762 ____________________________________________________________________________
763 [  8997] By: jhi                                   on 2001/03/03  17:03:30
764         Log: Subject: [PATCH 5.6.1] compiling on OS/2
765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
766              Date: Sat, 3 Mar 2001 01:59:59 -0500
767              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
768      Branch: maint-5.6/perl
769            ! hints/os2.sh
770 ____________________________________________________________________________
771 [  8996] By: jhi                                   on 2001/03/03  00:55:58
772         Log: Regen files for mainline.
773      Branch: perl
774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
775            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
776 ____________________________________________________________________________
777 [  8995] By: jhi                                   on 2001/03/03  00:35:22
778         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
779              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
780              to maintperl.
781              
782              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
783              
784              Add Configure option -Dmksymlinks which will create a symlink
785              forest if the current/build differs from the source directory.
786              (8218,8220,8221,8317,8318,8971)
787              
788              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
789              (Document APPLLIB_EXP in INSTALL.)
790              
791              If running byacc write-enable also perly.h.
792              
793              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
794              
795              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
796              
797              Sanity check for conflicting thread flavours.
798              
799              Fix the sys/fcntl.h problem reported by Peter Prymmer.
800              
801              Add few CPUs/architectures to the Cppsym scan,
802              add -perlio to archname if so selected (modified 8890)
803              
804              Be more helpful for devel builders, suggested by John L. Allen.
805              (admittedly pointless change for maintperl, but the usedevel
806              code is there already)
807      Branch: maint-5.6/perl
808           !> Configure INSTALL Makefile.SH Porting/Glossary
809           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
810           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
811           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
812           !> win32/config.bc win32/config.gc win32/config.vc
813 ____________________________________________________________________________
814 [  8994] By: jhi                                   on 2001/03/02  23:31:41
815         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
816      Branch: metaconfig/U/perl
817            ! gccvers.U
818 ____________________________________________________________________________
819 [  8993] By: jhi                                   on 2001/03/02  23:22:12
820         Log: Regenerate various files for maint.
821      Branch: maint-5.6/perl
822            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
823            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
824 ____________________________________________________________________________
825 [  8992] By: alanbur                               on 2001/03/02  22:48:34
826         Log: Resync wuth parent
827      Branch: maint-5.6/pureperl
828           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
829           !> (integrate 60 files)
830 ____________________________________________________________________________
831 [  8991] By: jhi                                   on 2001/03/02  21:00:08
832         Log: Retract the #8742 part of #8986, backward compat.
833      Branch: maint-5.6/perl
834            ! embed.pl
835 ____________________________________________________________________________
836 [  8990] By: jhi                                   on 2001/03/02  20:40:07
837         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
838      Branch: maint-5.6/perl
839            ! hv.c
840 ____________________________________________________________________________
841 [  8989] By: jhi                                   on 2001/03/02  19:59:56
842         Log: Update Changes.
843      Branch: perl
844            ! Changes patchlevel.h
845 ____________________________________________________________________________
846 [  8988] By: jhi                                   on 2001/03/02  19:57:08
847         Log: Integrate perlio.
848      Branch: perl
849           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
850           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
851           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
852           !> ext/Encode/Encode/iso8859-10.ucm
853           !> ext/Encode/Encode/iso8859-13.ucm
854           !> ext/Encode/Encode/iso8859-14.ucm
855           !> ext/Encode/Encode/iso8859-15.ucm
856           !> ext/Encode/Encode/iso8859-16.ucm
857           !> ext/Encode/Encode/iso8859-2.ucm
858           !> ext/Encode/Encode/iso8859-3.ucm
859           !> ext/Encode/Encode/iso8859-4.ucm
860           !> ext/Encode/Encode/iso8859-5.ucm
861           !> ext/Encode/Encode/iso8859-6.ucm
862           !> ext/Encode/Encode/iso8859-7.ucm
863           !> ext/Encode/Encode/iso8859-8.ucm
864           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
865           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
866 ____________________________________________________________________________
867 [  8987] By: jhi                                   on 2001/03/02  19:43:40
868         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
869              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
870              8950,8952,8955 from mainline to maintperl.
871              
872              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
873              
874              Put to rest the 20010205.001, the email address checking (not) regex.
875              
876              fork() not everywhere, cleanup temp files.
877              
878              The #8843 wasn't quite right: %Config needs to imported.
879              
880              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
881              (#8849: the glob-basic hunk needed massaging as it depended
882              on Schwern's large-scale (unintegrated) patches)
883              
884              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
885              
886              Upgrade to CGI.pm 2.752, from Lincoln Stein.
887              (Note: there were some conflicts due to EBCDIC and EPOC
888              patches, in general I preferred the repository code.)
889              (When 2.753 comes out, we need to synchronize.)
890              
891              Subject: [PATCH] fix for charnames above FFFF
892              
893              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
894              
895              If no sfio, no -lsfio.
896              
897              Run run/*.t also in minitest.
898              
899              Subject:  [PATCH perl 5.7.0] malloc message address offset
900              
901              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
902              
903              Subject: fix for parameter -Dm (for perl@8867)
904              
905              Subject: [PATCH: perl@8892] was Re: hashing order difference?
906              (make the test more portable)
907              
908              Subject: Re: [PATCH] fix for charnames above FFFF
909              
910              Subject: Re: I'm losing the war...
911              (hv_store() not working correctly in ENV_IS_CASELESS case.)
912              
913              Subject: Modified README.bs2000 
914              
915              Subject: [PATCH: perl@8935] -Dt padsv($var)
916              
917              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
918              
919              Subject: PATCH: extra tests to check on negative float to unsigned cast
920              
921              Subject: [PATCH] XPUSH[insp] was Re: progress
922              
923              Subject: Re: Compile with perlcc..
924      Branch: maint-5.6/perl
925           !> (integrate 36 files)
926 ____________________________________________________________________________
927 [  8986] By: jhi                                   on 2001/03/02  18:51:25
928         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
929              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
930              to maintperl.
931              
932              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
933              
934              Subject: [DOC PATCH] overload.pm nits
935              
936              Add header for LIB$ prototypes (C. Berry)
937              
938              Convert fwrite()s to sockets to write()s, since some socket stacks
939              don't take kindly to stdio.
940              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
941              (for often optional LNMs)
942              Correct a few typos
943              (C. Bailey)
944              
945              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
946              
947              De-cut-and-pasto.
948              
949              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
950              
951              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
952              
953              Upgrade to CPAN 1.59_54, from Andreas König.
954              
955              Bogus shebang.
956              
957              Subject: [PATCH] Document makepatch in Porting/patching
958              
959              UTF-8 documentation.
960              
961              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
962              
963              Sort the MANIFEST.
964              
965              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
966              
967              Subject: [PATCH @8807] toke.c cleanup: scan_str()
968              
969              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
970              
971              Add run/*.t to testables.
972              
973              TODO: integrate #8784.
974      Branch: maint-5.6/perl
975           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
976           !> (integrate 28 files)
977 ____________________________________________________________________________
978 [  8985] By: nick                                  on 2001/03/02  18:15:45
979         Log: Integrate mainline
980      Branch: perlio
981           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
982           !> vms/vms.c
983 ____________________________________________________________________________
984 [  8984] By: jhi                                   on 2001/03/02  16:00:17
985         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
986              
987              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
988              5.004_05, and mention the suidperl August 2000 security problem.
989              (#8978,#8981)
990              
991              Subject: [ID 20010301.004] Technically speaking in perldata
992              
993              Subject: [PATCH] File::Copy for bleadperl, maintperl
994              
995              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
996              
997              (The #8982, fix for 20010221.005 and 20010221.008,
998              would be nice too but it didn't integrate cleanly.)
999      Branch: maint-5.6/perl
1000           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
1001 ____________________________________________________________________________
1002 [  8983] By: jhi                                   on 2001/03/02  15:51:16
1003         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
1004              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1005              Date:     Thu, 1 Mar 2001 15:54:09 EST
1006              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
1007      Branch: perl
1008            ! vms/vms.c
1009 ____________________________________________________________________________
1010 [  8982] By: jhi                                   on 2001/03/02  15:43:31
1011         Log: Subject: Re: sync sync sync: have I missed any patches?
1012              From: Radu Greab <radu@netsoft.ro> 
1013              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
1014              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
1015              
1016              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
1017              was checking argv[0] regardless of whether a different pathname
1018              will actually be executed."  Test case not supplied because 
1019              drafting that, ironically enough, revealed another bug
1020              (or a feature).
1021      Branch: perl
1022            ! doio.c
1023 ____________________________________________________________________________
1024 [  8981] By: jhi                                   on 2001/03/02  15:28:03
1025         Log: Misdate in #8978.
1026      Branch: perl
1027            ! pod/perlfaq1.pod
1028 ____________________________________________________________________________
1029 [  8980] By: jhi                                   on 2001/03/02  15:24:20
1030         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
1031              From: Chris Nandor <pudge@pobox.com>
1032              Date: Wed, 28 Feb 2001 22:10:15 -0500
1033              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
1034      Branch: perl
1035            ! lib/File/Copy.pm
1036 ____________________________________________________________________________
1037 [  8979] By: jhi                                   on 2001/03/02  15:17:16
1038         Log: Subject: [ID 20010301.004] Technically speaking in perldata
1039              From: abela@geneanet.org
1040              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
1041              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
1042      Branch: perl
1043            ! pod/perldata.pod
1044 ____________________________________________________________________________
1045 [  8978] By: jhi                                   on 2001/03/02  15:15:27
1046         Log: Subject: [ID 20010301.003] ref to 5.004
1047              From: abela@geneanet.org
1048              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
1049              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
1050              
1051              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
1052              and mention the suidperl August 2000 security problem.
1053      Branch: perl
1054            ! pod/perlfaq1.pod
1055 ____________________________________________________________________________
1056 [  8977] By: alanbur                               on 2001/03/02  14:17:45
1057         Log: Resynchronised with parent
1058      Branch: maint-5.6/pureperl
1059           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
1060           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
1061           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
1062           !> vms/descrip_mms.template win32/win32.c win32/win32.h
1063           !> win32/win32iop.h
1064 ____________________________________________________________________________
1065 [  8976] By: nick                                  on 2001/03/01  23:25:30
1066         Log: Integrate mainline.
1067      Branch: perlio
1068            - t/op/qu.t
1069           !> (integrate 55 files)
1070 ____________________________________________________________________________
1071 [  8975] By: jhi                                   on 2001/03/01  16:51:34
1072         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
1073      Branch: perl
1074           !> toke.c
1075 ____________________________________________________________________________
1076 [  8974] By: gsar                                  on 2001/03/01  16:28:21
1077         Log: fix for bugid 20010226.008
1078              
1079              the problem was that some of the pointers (PL_last_lop and
1080              PL_last_uni specifically) into the lex buffers weren't correctly
1081              being invalidated when the buffer changed; this would leave the
1082              pointers pointing at an arbitrary location in the buffer if
1083              the buffer didn't need to be reallocated, or point into freed
1084              memory if the buffer had to be realloced
1085              
1086              TODO item for bugdb maintainers: check other seemingly random
1087              parser-related bugs--they might be cured by this
1088      Branch: maint-5.6/perl
1089            ! toke.c
1090 ____________________________________________________________________________
1091 [  8973] By: jhi                                   on 2001/03/01  02:23:25
1092         Log: Retract #8970 because of a completely mysterious core dump:
1093              adding the tests 241..244 causes op/pat dump core at test #25.
1094              The test needs a lot of whittling down before the bug can be solved.
1095      Branch: perl
1096            ! t/op/pat.t
1097 ____________________________________________________________________________
1098 [  8972] By: jhi                                   on 2001/03/01  01:58:38
1099         Log: Regen perlapi.
1100      Branch: perl
1101            ! pod/perlapi.pod
1102 ____________________________________________________________________________
1103 [  8971] By: jhi                                   on 2001/03/01  01:34:09
1104         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))
1105              From: Nicholas Clark <nick@ccl4.org>
1106              Date: Wed, 28 Feb 2001 23:28:49 +0000
1107              Message-ID: <20010228232849.A55187@plum.flirble.org>
1108              
1109              Allow a completely write protected source code tree
1110              when using the Configure -Dmksymlinks.
1111      Branch: perl
1112            ! embed.pl warnings.pl
1113 ____________________________________________________________________________
1114 [  8970] By: jhi                                   on 2001/03/01  01:32:04
1115         Log: Add back the EBCDIC character range tests (for matching).
1116      Branch: perl
1117            ! t/op/pat.t
1118 ____________________________________________________________________________
1119 [  8969] By: nick                                  on 2001/02/28  18:18:01
1120         Log: Add charname comments to .ucm files writen by 'compile',
1121              also order charmaps in those files by source encoding.
1122              regenerate distrubuted .ucm files
1123      Branch: perlio
1124            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
1125            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
1126            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
1127            ! ext/Encode/Encode/iso8859-10.ucm
1128            ! ext/Encode/Encode/iso8859-13.ucm
1129            ! ext/Encode/Encode/iso8859-14.ucm
1130            ! ext/Encode/Encode/iso8859-15.ucm
1131            ! ext/Encode/Encode/iso8859-16.ucm
1132            ! ext/Encode/Encode/iso8859-2.ucm
1133            ! ext/Encode/Encode/iso8859-3.ucm
1134            ! ext/Encode/Encode/iso8859-4.ucm
1135            ! ext/Encode/Encode/iso8859-5.ucm
1136            ! ext/Encode/Encode/iso8859-6.ucm
1137            ! ext/Encode/Encode/iso8859-7.ucm
1138            ! ext/Encode/Encode/iso8859-8.ucm
1139            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
1140            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
1141 ____________________________________________________________________________
1142 [  8968] By: jhi                                   on 2001/02/28  16:26:37
1143         Log: Expand usemorebits early if d_casti32 needs to be undefined.
1144      Branch: perl
1145            ! hints/hpux.sh hints/irix_6.sh
1146 ____________________________________________________________________________
1147 [  8967] By: jhi                                   on 2001/02/28  16:22:26
1148         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
1149              retract toke.c/qu parts of #8583, retract #8485, retract
1150              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
1151              op/length.t, and MANIFEST, and delete t/op/qu.t.
1152      Branch: perl
1153            - t/op/qu.t
1154            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
1155            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
1156            ! t/op/length.t toke.c
1157 ____________________________________________________________________________
1158 [  8966] By: jhi                                   on 2001/02/28  15:00:27
1159         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
1160              by not changing from pre-Unicode days into being Unicode-aware.
1161              Sniff.
1162      Branch: perl
1163            ! pp.c t/op/pack.t t/op/qu.t
1164 ____________________________________________________________________________
1165 [  8965] By: jhi                                   on 2001/02/28  14:37:55
1166         Log: Subject: Re: Errors in core PODs
1167              From: Michael Stevens <michael@etla.org> 
1168              Date: Fri, 23 Feb 2001 15:47:56 +0000
1169              Message-ID: <20010223154756.A7723@firedrake.org> 
1170      Branch: perl
1171            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
1172            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
1173            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
1174            ! x2p/a2p.pod
1175 ____________________________________________________________________________
1176 [  8964] By: jhi                                   on 2001/02/28  14:35:35
1177         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
1178              (The #8961 was too bold.)
1179      Branch: perl
1180            ! hints/hpux.sh hints/irix_6.sh
1181 ____________________________________________________________________________
1182 [  8963] By: jhi                                   on 2001/02/28  14:33:39
1183         Log: Subject: Re: sync sync sync: have I missed any patches?
1184              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1185              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
1186              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
1187              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
1188              
1189              Replace djSP with dSP.
1190      Branch: perl
1191            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
1192            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
1193            ! win32/perlhost.h
1194 ____________________________________________________________________________
1195 [  8962] By: jhi                                   on 2001/02/27  23:21:14
1196         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
1197      Branch: perl
1198            ! lib/Filter/Simple.pm
1199 ____________________________________________________________________________
1200 [  8961] By: jhi                                   on 2001/02/27  22:55:26
1201         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
1202              and this would be it.
1203      Branch: perl
1204            ! hints/hpux.sh hints/irix_6.sh
1205 ____________________________________________________________________________
1206 [  8960] By: jhi                                   on 2001/02/27  22:51:33
1207         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
1208              From: "Craig A. Berry" <craigberry@mac.com>
1209              Date: Tue, 27 Feb 2001 16:11:44 -0600
1210              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
1211      Branch: maint-5.6/perl
1212            ! configure.com vms/descrip_mms.template
1213 ____________________________________________________________________________
1214 [  8959] By: jhi                                   on 2001/02/27  22:47:23
1215         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
1216              From: "Craig A. Berry" <craigberry@mac.com>
1217              Date: Tue, 27 Feb 2001 16:11:44 -0600
1218              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
1219      Branch: perl
1220            ! configure.com vms/descrip_mms.template
1221 ____________________________________________________________________________
1222 [  8958] By: jhi                                   on 2001/02/27  15:16:42
1223         Log: Update Changes.
1224      Branch: perl
1225            ! Changes patchlevel.h
1226 ____________________________________________________________________________
1227 [  8957] By: jhi                                   on 2001/02/27  06:15:07
1228         Log: Subject: [5.6.x] EPOC additions
1229              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1230              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
1231              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
1232      Branch: maint-5.6/perl
1233            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
1234 ____________________________________________________________________________
1235 [  8956] By: jhi                                   on 2001/02/27  06:12:11
1236         Log: Subject: [perl-current] EPOC 
1237              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1238              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
1239              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
1240      Branch: perl
1241            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
1242            ! epoc/epocish.c epoc/epocish.h pp_sys.c
1243 ____________________________________________________________________________
1244 [  8955] By: jhi                                   on 2001/02/27  05:59:50
1245         Log: Subject: Re: Compile with perlcc..
1246              From: Edward Peschko <edwardp@excitehome.net>
1247              Date: Mon, 26 Feb 2001 18:51:58 -0800
1248              Message-ID: <20010226185158.A9871@excitehome.net>
1249              
1250              plus add a simple usage message if no arguments given.
1251      Branch: perl
1252            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
1253            ! utils/Makefile utils/perlcc.PL win32/pod.mak
1254 ____________________________________________________________________________
1255 [  8954] By: nick                                  on 2001/02/26  21:02:59
1256         Log: Integrate mainline
1257      Branch: perlio
1258           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
1259           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
1260           !> t/op/sprintf.t
1261 ____________________________________________________________________________
1262 [  8953] By: jhi                                   on 2001/02/26  14:43:54
1263         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
1264              From: Nicholas Clark <nick@ccl4.org>
1265              Date: Mon, 26 Feb 2001 00:42:07 +0000
1266              Message-ID: <20010226004207.F23333@plum.flirble.org>
1267      Branch: perl
1268            ! pp_ctl.c
1269 ____________________________________________________________________________
1270 [  8952] By: jhi                                   on 2001/02/26  14:42:13
1271         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
1272              From: Simon Cozens <simon@netthink.co.uk>
1273              Date: Mon, 26 Feb 2001 12:23:48 +0000
1274              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
1275      Branch: perl
1276            ! pod/perlguts.pod
1277 ____________________________________________________________________________
1278 [  8951] By: jhi                                   on 2001/02/26  14:39:15
1279         Log: Subject: [PATCH] perlio - unknown layer
1280              From: Nicholas Clark <nick@ccl4.org>
1281              Date: Mon, 26 Feb 2001 00:27:19 +0000
1282              Message-ID: <20010226002719.E23333@plum.flirble.org>
1283      Branch: perl
1284            ! perlio.c
1285 ____________________________________________________________________________
1286 [  8950] By: jhi                                   on 2001/02/26  14:38:04
1287         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
1288              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
1289              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
1290              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
1291      Branch: perl
1292            ! t/op/bop.t
1293 ____________________________________________________________________________
1294 [  8949] By: jhi                                   on 2001/02/26  14:37:07
1295         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
1296              From: Peter Prymmer <pvhp@forte.com>
1297              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
1298              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
1299      Branch: perl
1300            ! lib/Test.pm
1301 ____________________________________________________________________________
1302 [  8948] By: jhi                                   on 2001/02/26  14:35:53
1303         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
1304              From: Radu Greab <radu@netsoft.ro>
1305              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
1306              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
1307      Branch: perl
1308            ! pod/perlop.pod
1309 ____________________________________________________________________________
1310 [  8947] By: jhi                                   on 2001/02/26  14:34:46
1311         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
1312              From: David Mitchell <davem@fdgroup.co.uk>
1313              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
1314              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
1315      Branch: perl
1316            ! run.c
1317 ____________________________________________________________________________
1318 [  8946] By: jhi                                   on 2001/02/26  14:32:37
1319         Log: Subject: Modified README.bs2000 
1320              From: Dorner Thomas <Thomas.Dorner@start.de>
1321              Date: Mon, 26 Feb 2001 09:22:17 +0100
1322              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
1323      Branch: perl
1324            ! README.bs2000
1325 ____________________________________________________________________________
1326 [  8945] By: jhi                                   on 2001/02/26  14:19:53
1327         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
1328              to maintperl, listing the known failures on the tests 129 and 130.
1329      Branch: maint-5.6/perl
1330           !> t/op/sprintf.t
1331 ____________________________________________________________________________
1332 [  8944] By: jhi                                   on 2001/02/26  14:14:15
1333         Log: Add more known sprintf failures.
1334      Branch: perl
1335            ! t/op/sprintf.t
1336 ____________________________________________________________________________
1337 [  8943] By: jhi                                   on 2001/02/26  13:56:22
1338         Log: perlglob.exe needs to be found in Win32, patch from
1339              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
1340              which needs external glob at mini-perl time."
1341      Branch: perl
1342            ! ext/Encode/compile
1343 ____________________________________________________________________________
1344 [  8942] By: jhi                                   on 2001/02/26  13:52:19
1345         Log: A missing dTHX from Vadim Konovalov.
1346      Branch: perl
1347            ! perlio.c
1348 ____________________________________________________________________________
1349 [  8941] By: jhi                                   on 2001/02/26  13:37:05
1350         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
1351      Branch: perl
1352            ! op.c
1353 ____________________________________________________________________________
1354 [  8940] By: jhi                                   on 2001/02/26  13:35:40
1355         Log: Integrate perlio.
1356      Branch: perl
1357           !> ext/Encode/Encode.pm
1358 ____________________________________________________________________________
1359 [  8939] By: nick                                  on 2001/02/25  23:47:09
1360         Log: Integrate mainline.
1361      Branch: perlio
1362           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
1363           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
1364 ____________________________________________________________________________
1365 [  8938] By: nick                                  on 2001/02/25  19:36:28
1366         Log: Encode implementations docs.
1367      Branch: perlio
1368            ! ext/Encode/Encode.pm
1369 ____________________________________________________________________________
1370 [  8937] By: jhi                                   on 2001/02/25  19:26:16
1371         Log: Script wasn't aligned with reality.
1372      Branch: perl
1373            ! t/pod/find.t
1374 ____________________________________________________________________________
1375 [  8936] By: jhi                                   on 2001/02/25  18:54:55
1376         Log: Update Changes.
1377      Branch: perl
1378            ! Changes patchlevel.h
1379 ____________________________________________________________________________
1380 [  8935] By: jhi                                   on 2001/02/25  18:46:36
1381         Log: Retract #8929,8930,8932,8933 for now.
1382      Branch: perl
1383            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
1384 ____________________________________________________________________________
1385 [  8934] By: jhi                                   on 2001/02/25  17:34:35
1386         Log: Integrate perlio.
1387      Branch: perl
1388           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
1389           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
1390           !> t/lib/encode.t
1391 ____________________________________________________________________________
1392 [  8933] By: jhi                                   on 2001/02/25  17:33:12
1393         Log: (Retracted by #8395.)
1394              
1395              Slight tweaks in scan_const(), not fixes yet, it seems like
1396              lots of work remains to be done...
1397      Branch: perl
1398            ! toke.c
1399 ____________________________________________________________________________
1400 [  8932] By: jhi                                   on 2001/02/25  17:27:11
1401         Log: (Retracted by #8395.)
1402              
1403              Missing from #8930.
1404      Branch: perl
1405            ! perl.h
1406 ____________________________________________________________________________
1407 [  8931] By: jhi                                   on 2001/02/25  17:26:19
1408         Log: A comment tweak.
1409      Branch: perl
1410            ! utf8.c
1411 ____________________________________________________________________________
1412 [  8930] By: jhi                                   on 2001/02/25  17:25:47
1413         Log: (Retracted by #8395.)
1414              
1415              Attempt to fix the EBCDIC character range problwm with //.
1416      Branch: perl
1417            ! regcomp.c
1418 ____________________________________________________________________________
1419 [  8929] By: jhi                                   on 2001/02/25  17:23:45
1420         Log: (Retracted by #8395.)
1421              
1422              Expand the EBCDIC character range tests, and add few nasty
1423              tr tests from Karsten Sperling.
1424      Branch: perl
1425            ! t/op/pat.t t/op/tr.t
1426 ____________________________________________________________________________
1427 [  8928] By: jhi                                   on 2001/02/25  17:18:49
1428         Log: Missing check-in.
1429      Branch: perl
1430            ! lib/Pod/Find.pm
1431 ____________________________________________________________________________
1432 [  8927] By: nick                                  on 2001/02/25  11:30:22
1433         Log: Change method names in Encode implementation classes to something
1434              less confusing (preparing to "go public").
1435      Branch: perlio
1436            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
1437 ____________________________________________________________________________
1438 [  8926] By: nick                                  on 2001/02/25  10:53:24
1439         Log: GCC __atribute__ / printf fix
1440      Branch: perlio
1441            ! perl.h
1442 ____________________________________________________________________________
1443 [  8925] By: nick                                  on 2001/02/25  10:52:25
1444         Log: Checked in the wrong one ...
1445      Branch: perlio
1446            ! ext/Encode/Encode.pm
1447 ____________________________________________________________________________
1448 [  8924] By: nick                                  on 2001/02/24  18:46:51
1449         Log: Integrate mainline - to see what Jarkko has in ...
1450      Branch: perlio
1451           +> t/pod/testpods/lib/Pod/Stuff.pm
1452           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
1453 ____________________________________________________________________________
1454 [  8923] By: nick                                  on 2001/02/24  17:05:23
1455         Log: Encode API documentation nd tidy up.
1456              Minor additions to test.
1457              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
1458              Adds STRLEN to standard typemap.
1459      Branch: perlio
1460            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
1461            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
1462 ____________________________________________________________________________
1463 [  8922] By: jhi                                   on 2001/02/24  16:38:12
1464         Log: Add a test for the "character range should match in EBCDIC
1465              if specified using explicit numerics" bug found by Karsten
1466              Sperling.
1467      Branch: perl
1468            ! t/op/pat.t
1469 ____________________________________________________________________________
1470 [  8921] By: jhi                                   on 2001/02/24  16:30:16
1471         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
1472              From: schwern@pobox.com
1473              Date: Fri, 23 Feb 2001 03:21:37 -0500
1474              Message-ID: <20010223032137.A26022@magnonel.guild.net>
1475              
1476              plus Charles Lane's fixes, plus tweaks.
1477      Branch: perl
1478            + t/pod/testpods/lib/Pod/Stuff.pm
1479            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
1480 ____________________________________________________________________________
1481 [  8920] By: nick                                  on 2001/02/24  10:30:11
1482         Log: Integrate mainline
1483      Branch: perlio
1484           !> (integrate 33 files)
1485 ____________________________________________________________________________
1486 [  8919] By: jhi                                   on 2001/02/24  00:23:35
1487         Log: Subject: Re: I'm losing the war...
1488              From: "Vadim Konovalov" <watman@inbox.ru>
1489              Date: Sat, 24 Feb 2001 00:10:14 +0300
1490              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
1491              
1492              hv_store() not working correctly in ENV_IS_CASELESS case.
1493      Branch: perl
1494            ! hv.c
1495 ____________________________________________________________________________
1496 [  8918] By: jhi                                   on 2001/02/24  00:20:09
1497         Log: Subject: Re: [PATCH] fix for charnames above FFFF
1498              From: andreas.koenig@anima.de (Andreas J. Koenig)
1499              Date: 23 Feb 2001 02:39:03 +0100
1500              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
1501              
1502              A further efficiency tweak.
1503      Branch: perl
1504            ! lib/charnames.pm
1505 ____________________________________________________________________________
1506 [  8917] By: jhi                                   on 2001/02/23  20:27:51
1507         Log: Integrate change #8916 from mainline,
1508              do away with USE_WIN32_RTL_ENV.
1509      Branch: maint-5.6/perl
1510           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
1511 ____________________________________________________________________________
1512 [  8916] By: jhi                                   on 2001/02/23  20:02:25
1513         Log: Abolish USE_WIN32_RTL_ENV.
1514      Branch: perl
1515            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
1516 ____________________________________________________________________________
1517 [  8915] By: jhi                                   on 2001/02/23  19:36:00
1518         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
1519              later protected by some #define.
1520      Branch: perl
1521            ! gv.c
1522 ____________________________________________________________________________
1523 [  8914] By: jhi                                   on 2001/02/23  19:31:38
1524         Log: Retract #8902 for now, requested by Charles Lane, the correct
1525              fix will be something else.
1526      Branch: perl
1527            ! op.c
1528 ____________________________________________________________________________
1529 [  8913] By: jhi                                   on 2001/02/23  19:11:36
1530         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
1531              From: Peter Prymmer <pvhp@forte.com>
1532              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
1533              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
1534      Branch: perl
1535            ! t/op/lex_assign.t
1536 ____________________________________________________________________________
1537 [  8912] By: jhi                                   on 2001/02/23  18:38:20
1538         Log: Subject: [patch] perlio + useithreads
1539              From: Doug MacEachern <dougm@covalent.net>
1540              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
1541              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
1542              
1543              Gets things running but not complete.
1544      Branch: perl
1545            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
1546 ____________________________________________________________________________
1547 [  8911] By: jhi                                   on 2001/02/23  04:20:02
1548         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
1549              
1550              Duplicated environment freeing, File::Temp 0.12,
1551              op/append portability (EBCDIC) tweak.
1552      Branch: maint-5.6/perl
1553           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1554           !> t/op/append.t
1555 ____________________________________________________________________________
1556 [  8910] By: jhi                                   on 2001/02/23  02:07:33
1557         Log: Integrate change #8909 from mainline, a better Borland
1558              putenv() workaround.
1559      Branch: maint-5.6/perl
1560           !> perl.c
1561 ____________________________________________________________________________
1562 [  8909] By: jhi                                   on 2001/02/23  02:05:46
1563         Log: A better workaround for Borland putenv() brokenness from Sarathy.
1564      Branch: perl
1565            ! perl.c
1566 ____________________________________________________________________________
1567 [  8908] By: jhi                                   on 2001/02/23  02:04:14
1568         Log: Subject: fix for parameter -Dm (for perl@8867)
1569              From: "Vadim Konovalov" <watman@inbox.ru>
1570              Date: Thu, 22 Feb 2001 17:30:12 +0300
1571              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
1572      Branch: perl
1573            ! perl.h
1574 ____________________________________________________________________________
1575 [  8907] By: jhi                                   on 2001/02/23  01:58:20
1576         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
1577              From: Peter Prymmer <pvhp@forte.com>
1578              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
1579              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
1580      Branch: perl
1581            ! t/op/append.t
1582 ____________________________________________________________________________
1583 [  8906] By: jhi                                   on 2001/02/23  01:48:34
1584         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
1585      Branch: perl
1586            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1587 ____________________________________________________________________________
1588 [  8905] By: jhi                                   on 2001/02/23  01:43:30
1589         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
1590              From: Peter Prymmer <pvhp@forte.com>
1591              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
1592              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
1593      Branch: perl
1594            ! t/lib/st-06compat.t
1595 ____________________________________________________________________________
1596 [  8904] By: jhi                                   on 2001/02/23  01:42:39
1597         Log: Metaconfig unit change for #8903.
1598      Branch: metaconfig/U/perl
1599            ! Devel.U
1600 ____________________________________________________________________________
1601 [  8903] By: jhi                                   on 2001/02/23  01:42:12
1602         Log: Be more helpful for devel builders, suggested by John L. Allen.
1603      Branch: perl
1604            ! Configure
1605 ____________________________________________________________________________
1606 [  8902] By: jhi                                   on 2001/02/23  01:37:41
1607         Log: (Retracted by #8914)
1608              (Wrongly, reinstated by #8941)             
1609
1610              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
1611              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1612              Date:     Thu, 22 Feb 2001 09:43:57 EST
1613              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
1614      Branch: perl
1615            ! op.c
1616 ____________________________________________________________________________
1617 [  8901] By: jhi                                   on 2001/02/23  01:20:32
1618         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
1619              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1620              Date:     Thu, 22 Feb 2001 08:01:35 EST
1621              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
1622      Branch: perl
1623            ! malloc.c
1624 ____________________________________________________________________________
1625 [  8900] By: jhi                                   on 2001/02/23  01:18:02
1626         Log: Integrate changes #8898,8899 from mainline, environ handling.
1627      Branch: maint-5.6/perl
1628           !> perl.c
1629 ____________________________________________________________________________
1630 [  8899] By: jhi                                   on 2001/02/23  01:16:25
1631         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
1632              putenv() is not to be relied on, they are either broken or leaky
1633              or both.)
1634      Branch: perl
1635            ! perl.c
1636 ____________________________________________________________________________
1637 [  8898] By: jhi                                   on 2001/02/22  23:36:59
1638         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
1639              and safesysfree() must be used.
1640      Branch: perl
1641            ! perl.c
1642 ____________________________________________________________________________
1643 [  8897] By: jhi                                   on 2001/02/22  23:25:45
1644         Log: With environ one must use safesysmalloc()/safesysfree().
1645      Branch: perl
1646            ! perl.c
1647 ____________________________________________________________________________
1648 [  8896] By: jhi                                   on 2001/02/22  22:13:18
1649         Log: If we have a duplicated environment free it
1650              if PERL_DESTRUCT_LEVEL.
1651      Branch: perl
1652            ! perl.c
1653 ____________________________________________________________________________
1654 [  8895] By: alanbur                               on 2001/02/22  19:31:57
1655         Log: Synchronised with parent
1656      Branch: maint-5.6/pureperl
1657           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
1658 ____________________________________________________________________________
1659 [  8894] By: gsar                                  on 2001/02/22  19:06:18
1660         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
1661              
1662              fix memory leak in method call optimization (change#3768);
1663              made C<eval "$x->foo()"> leak
1664              
1665              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
1666      Branch: maint-5.6/perl
1667           !> op.c
1668 ____________________________________________________________________________
1669 [  8893] By: jhi                                   on 2001/02/22  18:35:27
1670         Log: (Retracted by #8915.)
1671              
1672              Third Degree finding:
1673              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
1674      Branch: perl
1675            ! gv.c
1676 ____________________________________________________________________________
1677 [  8892] By: jhi                                   on 2001/02/22  14:28:32
1678         Log: Update Changes.
1679      Branch: perl
1680            ! Changes patchlevel.h
1681 ____________________________________________________________________________
1682 [  8891] By: jhi                                   on 2001/02/22  13:22:45
1683         Log: Metaconfig unit changes for #8890.
1684      Branch: metaconfig
1685            ! U/modified/Cppsym.U U/threads/archname.U
1686 ____________________________________________________________________________
1687 [  8890] By: jhi                                   on 2001/02/22  13:22:12
1688         Log: Add -stdio to the archname if no perlio selected,
1689              no -perlio added since that is now the default.
1690              
1691              Add few CPUs/architectures to the Cppsym scan.
1692      Branch: perl
1693            ! Configure config_h.SH
1694 ____________________________________________________________________________
1695 [  8889] By: jhi                                   on 2001/02/22  13:05:59
1696         Log: Metaconfig unit change for #8888.
1697      Branch: metaconfig/U/perl
1698            ! useperlio.U
1699 ____________________________________________________________________________
1700 [  8888] By: jhi                                   on 2001/02/22  13:05:28
1701         Log: *drum roll*  Make perlio the default.
1702      Branch: perl
1703            ! Configure config_h.SH
1704 ____________________________________________________________________________
1705 [  8887] By: jhi                                   on 2001/02/22  12:50:52
1706         Log: Integrate change #8665 from maintperl to mainline,
1707              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
1708      Branch: perl
1709           !> ext/POSIX/POSIX.xs
1710 ____________________________________________________________________________
1711 [  8886] By: jhi                                   on 2001/02/22  12:49:24
1712         Log: Integrate changes #8883,8884 from mainline to maintperl.
1713              
1714              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
1715              Subject: Re: File::Temp::_gettemp warning
1716      Branch: maint-5.6/perl
1717           !> embed.h embed.pl lib/File/Temp.pm
1718 ____________________________________________________________________________
1719 [  8885] By: jhi                                   on 2001/02/22  12:43:59
1720         Log: Based on
1721              
1722              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
1723              From: schwab@suse.de
1724              Date: Thu, 22 Feb 2001 13:08:09 +0100
1725              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
1726              
1727              but the fix done slightly differently because the other
1728              half was already done in #8664.
1729      Branch: maint-5.6/perl
1730            ! ext/POSIX/POSIX.xs
1731 ____________________________________________________________________________
1732 [  8884] By: jhi                                   on 2001/02/22  12:37:15
1733         Log: Subject: Re: File::Temp::_gettemp warning
1734              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1735              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
1736              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
1737              
1738              This patch to File::Temp does two things:
1739              
1740              1. Fixes the problem with CGI::Carp when determining
1741              the Fcntl constants
1742              
1743              2. Removes most of the carps and consolidates them so that all the
1744              reasons are included in a single die that is caught by the test. This
1745              means that the correct skipping behaviour is displayed by the test.
1746      Branch: perl
1747            ! lib/File/Temp.pm
1748 ____________________________________________________________________________
1749 [  8883] By: jhi                                   on 2001/02/22  12:29:19
1750         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
1751              From: Peter Prymmer <pvhp@forte.com>
1752              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
1753              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
1754      Branch: perl
1755            ! embed.h embed.pl
1756 ____________________________________________________________________________
1757 [  8882] By: jhi                                   on 2001/02/21  19:41:33
1758         Log: Integrate change #8881 from mainlin to maintperl.
1759              
1760              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
1761      Branch: maint-5.6/perl
1762           !> op.c
1763 ____________________________________________________________________________
1764 [  8881] By: jhi                                   on 2001/02/21  19:38:57
1765         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
1766              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1767              Date:     Wed, 21 Feb 2001 13:08:03 EST
1768              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
1769      Branch: perl
1770            ! op.c
1771 ____________________________________________________________________________
1772 [  8880] By: jhi                                   on 2001/02/21  19:34:34
1773         Log: Retract #8875, cannot let go of the old semantics of unpack U
1774              without rethinking utf8decode.t.
1775      Branch: perl
1776            ! pp.c t/op/pack.t
1777 ____________________________________________________________________________
1778 [  8879] By: jhi                                   on 2001/02/21  19:08:02
1779         Log: Run run/*.t also in minitest.
1780      Branch: perl
1781            ! Makefile.SH
1782 ____________________________________________________________________________
1783 [  8878] By: nick                                  on 2001/02/21  18:55:37
1784         Log: Integrate mainline
1785      Branch: perlio
1786           !> (integrate 76 files)
1787 ____________________________________________________________________________
1788 [  8877] By: jhi                                   on 2001/02/21  15:09:33
1789         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
1790      Branch: metaconfig
1791            ! U/compline/nblock_io.U
1792      Branch: perl
1793            ! Configure config_h.SH
1794 ____________________________________________________________________________
1795 [  8876] By: jhi                                   on 2001/02/21  14:54:45
1796         Log: If no sfio, no -lsfio.
1797      Branch: metaconfig/U/perl
1798            ! d_sfio.U
1799      Branch: perl
1800            ! Configure config_h.SH
1801 ____________________________________________________________________________
1802 [  8875] By: jhi                                   on 2001/02/21  14:54:00
1803         Log: Make unpack C and unpack C truly equivalent.
1804      Branch: perl
1805            ! pp.c t/op/pack.t
1806 ____________________________________________________________________________
1807 [  8874] By: jhi                                   on 2001/02/21  14:26:02
1808         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
1809              From: Peter Prymmer <pvhp@forte.com>
1810              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
1811              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
1812      Branch: perl
1813            ! pod/perlport.pod
1814 ____________________________________________________________________________
1815 [  8873] By: jhi                                   on 2001/02/21  14:24:31
1816         Log: Subject: [PATCH] fix for charnames above FFFF
1817              From: andreas.koenig@anima.de (Andreas J. Koenig)
1818              Date: 21 Feb 2001 07:05:45 +0100
1819              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
1820      Branch: perl
1821            ! lib/charnames.pm t/lib/charnames.t
1822 ____________________________________________________________________________
1823 [  8872] By: jhi                                   on 2001/02/21  14:15:25
1824         Log: Integrate change #8868 from pureperl to mainline.
1825              
1826              Fixed reference count loop caused by sv_magic.
1827      Branch: perl
1828           !> sv.c
1829 ____________________________________________________________________________
1830 [  8871] By: jhi                                   on 2001/02/21  14:07:29
1831         Log: Integrate change #8868 from pureperl to maintperl.
1832              
1833              Fixed reference count loop caused by sv_magic.
1834      Branch: maint-5.6/perl
1835           !> sv.c
1836 ____________________________________________________________________________
1837 [  8870] By: jhi                                   on 2001/02/21  14:04:41
1838         Log: Put back the #8840, it was innocent.
1839      Branch: perl
1840            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1841            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1842 ____________________________________________________________________________
1843 [  8869] By: jhi                                   on 2001/02/21  14:00:03
1844         Log: unpack("C", ...) was left slightly unfinished by #8865.
1845      Branch: perl
1846            ! pp.c t/op/pack.t
1847 ____________________________________________________________________________
1848 [  8868] By: alanbur                               on 2001/02/21  01:33:45
1849         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
1850              from gv_fetchpv to create single-character magic variables (e.g. $!),
1851              and it is passed a sv and the gv that contains the sv as the mg_obj
1852              value.  When sv_magic stores the mg_obj pointer it increments the gv
1853              refcount, thus causing a sv-gv pair that can't be freed.  There is
1854              already a check for sv == obj which is used to prevent such reference
1855              loops.  This change extends the check to cover the case described above.
1856      Branch: maint-5.6/pureperl
1857            ! sv.c
1858 ____________________________________________________________________________
1859 [  8867] By: jhi                                   on 2001/02/21  00:52:39
1860         Log: Update Changes.
1861      Branch: perl
1862            ! Changes patchlevel.h
1863 ____________________________________________________________________________
1864 [  8866] By: jhi                                   on 2001/02/21  00:34:20
1865         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
1866              (Note: there were some conflicts due to EBCDIC and EPOC
1867              patches, in general I preferred the repository code.)
1868              (When 2.753 comes out, we need to synchronize.)
1869      Branch: perl
1870            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
1871            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
1872            ! t/lib/cgi-html.t
1873 ____________________________________________________________________________
1874 [  8865] By: jhi                                   on 2001/02/21  00:24:22
1875         Log: Make pack("C", 0x100) to create Unicode, unless under the
1876              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
1877              will understand Unicode, unless you under know what.
1878      Branch: perl
1879            ! pp.c t/op/pack.t t/op/qu.t
1880 ____________________________________________________________________________
1881 [  8864] By: alanbur                               on 2001/02/20  22:35:34
1882         Log: Resynchronised with parent
1883      Branch: maint-5.6/pureperl
1884           !> README.win32 ext/GDBM_File/GDBM_File.pm
1885           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1886           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
1887           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
1888           !> t/lib/sdbm.t util.c
1889 ____________________________________________________________________________
1890 [  8863] By: jhi                                   on 2001/02/20  20:55:11
1891         Log: Integrate change #8860,8861 from mainline into maintperl.
1892              
1893              "pseudo-literal j"
1894              
1895              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1896      Branch: maint-5.6/perl
1897           !> lib/Test.pm pod/perlop.pod
1898 ____________________________________________________________________________
1899 [  8862] By: jhi                                   on 2001/02/20  20:30:07
1900         Log: Don't do casting between pointers pointing to differently sized
1901              integers.
1902      Branch: perl
1903            ! hv.c sv.c
1904 ____________________________________________________________________________
1905 [  8861] By: jhi                                   on 2001/02/20  19:53:44
1906         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1907              From: Peter Prymmer <pvhp@forte.com>
1908              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
1909              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
1910      Branch: perl
1911            ! lib/Test.pm
1912 ____________________________________________________________________________
1913 [  8860] By: jhi                                   on 2001/02/20  19:48:02
1914         Log: "pseudo-literal j", a documentation glitch reported to Debian.
1915              The text recovered from Perl 5.005_03, and pseudo-literal replaced
1916              by "backtick string".
1917      Branch: perl
1918            ! pod/perlop.pod
1919 ____________________________________________________________________________
1920 [  8859] By: jhi                                   on 2001/02/20  19:15:46
1921         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
1922              from Chris Nandor.
1923      Branch: perl
1924            ! makedef.pl
1925 ____________________________________________________________________________
1926 [  8858] By: jhi                                   on 2001/02/20  17:36:53
1927         Log: Integrate pureperl changes #8844,8845,8850 to mainline
1928              (via maintperl #8855).
1929              
1930              Fixed %^H scoping bug
1931              
1932              Removed GV <-> CV refcount loop
1933              
1934              Removed %ENV refcount loop
1935      Branch: perl
1936           !> gv.c op.c perl.c pp.c scope.c
1937 ____________________________________________________________________________
1938 [  8857] By: jhi                                   on 2001/02/20  17:34:32
1939         Log: Integrate changes #8853,8854 from maintperl to mainline.
1940              
1941              EBDIC fixes, README.win32 Borland update.
1942      Branch: perl
1943           !> README.win32 handy.h util.c
1944 ____________________________________________________________________________
1945 [  8856] By: jhi                                   on 2001/02/20  17:33:16
1946         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
1947      Branch: maint-5.6/perl
1948           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
1949           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
1950           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1951 ____________________________________________________________________________
1952 [  8855] By: jhi                                   on 2001/02/20  17:32:13
1953         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
1954              
1955              Fixed %^H scoping bug
1956              
1957              Removed GV <-> CV refcount loop
1958              
1959              Removed %ENV refcount loop
1960      Branch: maint-5.6/perl
1961           !> gv.c op.c perl.c pp.c scope.c
1962 ____________________________________________________________________________
1963 [  8854] By: jhi                                   on 2001/02/20  17:25:06
1964         Log: Subject: Addition to readme.win32 for Borland C++ compilers
1965              Date: Tue, 20 Feb 2001 02:15:25 +0300
1966              From: "Vadim Konovalov" <watman@inbox.ru>
1967              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
1968              
1969              Document Borland compiler misbehaviour.
1970      Branch: maint-5.6/perl
1971            ! README.win32
1972 ____________________________________________________________________________
1973 [  8853] By: jhi                                   on 2001/02/20  17:22:25
1974         Log: The assimilation of ebcdic.c didn't quite work at the first try,
1975              patches from Thomas Dorner.
1976      Branch: maint-5.6/perl
1977            ! handy.h util.c
1978 ____________________________________________________________________________
1979 [  8852] By: jhi                                   on 2001/02/20  17:20:15
1980         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
1981              From: Chris Nandor <pudge@pobox.com>
1982              Date: Tue, 20 Feb 2001 08:32:45 -0500
1983              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
1984      Branch: maint-5.6/perl
1985            ! makedef.pl mg.c
1986 ____________________________________________________________________________
1987 [  8851] By: jhi                                   on 2001/02/20  17:15:52
1988         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
1989      Branch: perl
1990            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
1991            ! t/lib/filter-util.t
1992 ____________________________________________________________________________
1993 [  8850] By: alanbur                               on 2001/02/20  17:12:40
1994         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
1995              and the magic pointer points back to the GV that contains the
1996              %ENV hash.  This creates a refcount loop that prevents members
1997              of %ENV from being freed correctly.  This change removes the
1998              refcount loop - the magic pointer was never used anyway, the
1999              only use of the magic was to check the type ('E') so that the
2000              appropriate environment manipulation code is called when %ENV
2001              is modified.
2002      Branch: maint-5.6/pureperl
2003            ! perl.c
2004 ____________________________________________________________________________
2005 [  8849] By: jhi                                   on 2001/02/20  17:12:20
2006         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
2007              From: "Craig A. Berry" <craigberry@mac.com>
2008              Date: Mon, 19 Feb 2001 23:36:12 -0600
2009              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
2010              
2011              Case-forgiving systems match TestInit.pm with TES*.
2012      Branch: perl
2013            ! t/lib/glob-basic.t
2014 ____________________________________________________________________________
2015 [  8848] By: jhi                                   on 2001/02/20  17:10:02
2016         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
2017      Branch: perl
2018            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
2019            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
2020            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
2021 ____________________________________________________________________________
2022 [  8847] By: jhi                                   on 2001/02/20  15:34:41
2023         Log: The #8843 wasn't quite right: %Config needs to imported.
2024      Branch: perl
2025            ! t/run/runenv.t
2026 ____________________________________________________________________________
2027 [  8846] By: jhi                                   on 2001/02/20  15:31:50
2028         Log: Retract the #8838 and #8840 for now because of
2029              the DB_File tie problem.
2030      Branch: perl
2031            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
2032            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
2033            ! proto.h sv.c
2034 ____________________________________________________________________________
2035 [  8845] By: alanbur                               on 2001/02/20  14:25:41
2036         Log: Removed GV <-> CV refcount loop
2037              CvGV(mycv) points to the parent GV of the CV, and was previously
2038              refcounted.  The pointer remains, but the refcounting has been removed
2039              as it causes a refcount loop between the CV and GV that means the CV
2040              can't ever be deleted.
2041      Branch: maint-5.6/pureperl
2042            ! gv.c op.c pp.c
2043 ____________________________________________________________________________
2044 [  8844] By: alanbur                               on 2001/02/20  14:23:13
2045         Log: Fixed %^H scoping bug
2046      Branch: maint-5.6/pureperl
2047            ! scope.c
2048 ____________________________________________________________________________
2049 [  8843] By: jhi                                   on 2001/02/19  13:38:08
2050         Log: fork() not everywhere, cleanup temp files.
2051      Branch: perl
2052            ! t/run/runenv.t
2053 ____________________________________________________________________________
2054 [  8842] By: alanbur                               on 2001/02/19  12:42:07
2055         Log: Resynchronised with parent
2056      Branch: maint-5.6/pureperl
2057           !> pod/perlfaq4.pod sv.c utf8.c
2058 ____________________________________________________________________________
2059 [  8841] By: jhi                                   on 2001/02/19  03:35:51
2060         Log: Update Changes.
2061      Branch: perl
2062            ! Changes patchlevel.h
2063 ____________________________________________________________________________
2064 [  8840] By: jhi                                   on 2001/02/19  00:23:41
2065         Log: Subject: [patch] add sv_setref_uv
2066              From: Doug MacEachern <dougm@covalent.net>
2067              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
2068              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
2069      Branch: perl
2070            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2071            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
2072 ____________________________________________________________________________
2073 [  8839] By: jhi                                   on 2001/02/19  00:01:38
2074         Log: Put to rest the 20010205.001, the email address checking (not) regex.
2075      Branch: perl
2076            ! pod/perlfaq9.pod
2077 ____________________________________________________________________________
2078 [  8838] By: jhi                                   on 2001/02/18  22:17:54
2079         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
2080              From: Doug MacEachern <dougm@covalent.net>
2081              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
2082              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
2083      Branch: perl
2084            ! lib/ExtUtils/xsubpp
2085 ____________________________________________________________________________
2086 [  8837] By: jhi                                   on 2001/02/18  22:16:50
2087         Log: Subject: [patch] -Wall cleanup round 2
2088              From: Doug MacEachern <dougm@covalent.net>
2089              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
2090              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
2091      Branch: perl
2092            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2093            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
2094            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
2095            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
2096            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
2097            ! ext/SDBM_File/SDBM_File.xs
2098 ____________________________________________________________________________
2099 [  8836] By: jhi                                   on 2001/02/18  22:11:20
2100         Log: Misapplied regex optimizations when \C is present.
2101              Fixes 20001230.002.
2102              
2103              What still remains broken is that the submatches that
2104              have \C in them get their UTF8 flag on because their
2105              parent SV has it on.  This will result in malformed
2106              UTF8 if a \C happened to match a non-ASCII byte.
2107      Branch: perl
2108            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
2109            ! t/pragma/utf8.t
2110 ____________________________________________________________________________
2111 [  8835] By: jhi                                   on 2001/02/18  20:12:02
2112         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
2113              
2114              The hash key got wrongly UTF8fied.
2115      Branch: perl
2116            ! pod/perlapi.pod toke.c utf8.c
2117 ____________________________________________________________________________
2118 [  8834] By: jhi                                   on 2001/02/18  19:44:25
2119         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
2120              don't warn on magical or overloaded things.
2121      Branch: perl
2122            ! pp_hot.c
2123 ____________________________________________________________________________
2124 [  8833] By: nick                                  on 2001/02/18  19:31:22
2125         Log: Integrate mainline
2126      Branch: perlio
2127           +> t/TestInit.pm t/run/runenv.t
2128            - t/UTEST
2129           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
2130           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
2131           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
2132           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
2133           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
2134           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
2135           !> utf8.c
2136 ____________________________________________________________________________
2137 [  8832] By: jhi                                   on 2001/02/18  19:21:18
2138         Log: Integrate perlio.
2139      Branch: perl
2140           !> perlio.c pod/perldiag.pod
2141 ____________________________________________________________________________
2142 [  8831] By: jhi                                   on 2001/02/18  19:14:20
2143         Log: Integrate change #8827 from mainline.
2144              
2145              UTF8 tweaks.
2146      Branch: maint-5.6/perl
2147           !> sv.c utf8.c
2148 ____________________________________________________________________________
2149 [  8830] By: nick                                  on 2001/02/18  19:10:34
2150         Log: Apply the spirit of patch from Nick Clark:
2151              Subject: [PATCH] Re: extensions that provide layers
2152              From: Nicholas Clark <nick@ccl4.org>
2153              Date: Mon, 12 Feb 2001 16:43:51 +0000
2154              Message-Id: <20010212164350.Q3652@plum.flirble.org>
2155      Branch: perlio
2156            ! perlio.c pod/perldiag.pod
2157 ____________________________________________________________________________
2158 [  8829] By: jhi                                   on 2001/02/18  19:03:25
2159         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
2160              From: schwern@pobox.com 
2161              Date: Sun, 18 Feb 2001 13:44:35 -0500
2162              Message-ID: <20010218134435.A17544@magnonel.guild.net>
2163              
2164              Applied, but as t/TestInit.pm.
2165      Branch: perl
2166            + t/TestInit.pm
2167            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
2168            ! t/op/subst_wamp.t
2169 ____________________________________________________________________________
2170 [  8828] By: jhi                                   on 2001/02/18  18:43:52
2171         Log: Integrate perlio.
2172      Branch: perl
2173           !> perlio.c
2174 ____________________________________________________________________________
2175 [  8827] By: jhi                                   on 2001/02/18  18:41:33
2176         Log: UTF-8 tweaks.
2177      Branch: perl
2178            ! sv.c utf8.c
2179 ____________________________________________________________________________
2180 [  8826] By: nick                                  on 2001/02/18  17:40:59
2181         Log: Fix [ID 20010217.002]
2182              open FOO, "<:raw:perlio", ...
2183              :raw now inserts default base layer below itself.
2184              Also
2185              open FOO, "<:unix", ...
2186              works as well - but leaves buffer layer on stack under the unix layer.
2187      Branch: perlio
2188            ! perlio.c
2189 ____________________________________________________________________________
2190 [  8825] By: jhi                                   on 2001/02/18  17:15:39
2191         Log: Integrate perlio.
2192      Branch: perl
2193           !> perlio.c perliol.h
2194 ____________________________________________________________________________
2195 [  8824] By: jhi                                   on 2001/02/18  17:10:53
2196         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
2197              From: schwern@pobox.com
2198              Date: Sun, 18 Feb 2001 01:48:50 -0500
2199              Message-ID: <20010218014850.C19957@magnonel.guild.net>
2200      Branch: perl
2201            ! lib/Test/Harness.pm t/TEST t/op/chop.t
2202 ____________________________________________________________________________
2203 [  8823] By: jhi                                   on 2001/02/18  17:01:06
2204         Log: Add run/*.t to testables.
2205      Branch: perl
2206            ! t/TEST
2207 ____________________________________________________________________________
2208 [  8822] By: jhi                                   on 2001/02/18  16:58:58
2209         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
2210              From: schwern@pobox.com
2211              Date: Sun, 18 Feb 2001 01:11:35 -0500
2212              Message-ID: <20010218011135.A19957@magnonel.guild.net>
2213              
2214              Revive mjd's and Simon's PERL5OPT fix.
2215      Branch: perl
2216            + t/run/runenv.t
2217            ! MANIFEST perl.c
2218 ____________________________________________________________________________
2219 [  8821] By: jhi                                   on 2001/02/18  16:53:46
2220         Log: Subject: Re: Why t/TEST and not Test::Harness?
2221              From: schwern@pobox.com
2222              Date: Sat, 17 Feb 2001 22:44:44 -0500
2223              Message-ID: <20010217224444.A6679@magnonel.guild.net>
2224              
2225              Replace UTEST with TEST -utf8.
2226      Branch: perl
2227            - t/UTEST
2228            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
2229            ! t/lib/glob-basic.t
2230 ____________________________________________________________________________
2231 [  8820] By: nick                                  on 2001/02/18  13:06:16
2232         Log: Clean up a few core dumps when layers are used in unexpected ways.
2233              (Still not "right"...)
2234      Branch: perlio
2235            ! perlio.c perliol.h
2236 ____________________________________________________________________________
2237 [  8819] By: jhi                                   on 2001/02/18  02:25:55
2238         Log: Integrate change #8818 from maintperl, a FAQ nit.
2239      Branch: perl
2240           !> pod/perlfaq4.pod
2241 ____________________________________________________________________________
2242 [  8818] By: jhi                                   on 2001/02/18  02:24:50
2243         Log: FAQ nit from Chris Fedde.
2244      Branch: maint-5.6/perl
2245            ! pod/perlfaq4.pod
2246 ____________________________________________________________________________
2247 [  8817] By: nick                                  on 2001/02/17  18:20:14
2248         Log: Integrate mainline
2249      Branch: perlio
2250           +> lib/unicode/UCD.html lib/unicode/Unicode.html
2251           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
2252           +> pod/perlclib.pod
2253            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2254            - lib/unicode/Unicode.301
2255           !> (integrate 324 files)
2256 ____________________________________________________________________________
2257 [  8816] By: jhi                                   on 2001/02/17  16:56:58
2258         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
2259      Branch: perl
2260            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2261            ! ext/Storable/Storable.xs t/lib/st-06compat.t
2262            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
2263 ____________________________________________________________________________
2264 [  8815] By: jhi                                   on 2001/02/17  16:40:07
2265         Log: Subject: [patch] -Wall
2266              From: Doug MacEachern <dougm@covalent.net>
2267              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
2268              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
2269      Branch: perl
2270            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
2271            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
2272 ____________________________________________________________________________
2273 [  8814] By: jhi                                   on 2001/02/16  19:27:18
2274         Log: Document qu better.
2275      Branch: perl
2276            ! pod/perlop.pod
2277 ____________________________________________________________________________
2278 [  8813] By: jhi                                   on 2001/02/15  13:54:37
2279         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
2280              From: Hugo <hv@crypt.compulink.co.uk>
2281              Date: Thu, 15 Feb 2001 13:39:49 +0000
2282              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
2283      Branch: perl
2284            ! toke.c
2285 ____________________________________________________________________________
2286 [  8812] By: alanbur                               on 2001/02/15  13:52:16
2287         Log: Resynchronised with parent
2288      Branch: maint-5.6/pureperl
2289            - ebcdic.c
2290           !> (integrate 36 files)
2291 ____________________________________________________________________________
2292 [  8811] By: jhi                                   on 2001/02/15  13:51:16
2293         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
2294              
2295              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
2296              From: Jan Dubois <JanD@ActiveState.com>
2297              Date: Wed, 31 Jan 2001 21:17:03 -0800
2298              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
2299              
2300              tweak change#8659 to keep it simple
2301              
2302              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
2303              From: Russ Allbery <rra@stanford.edu>
2304              Date: 14 Feb 2001 10:15:41 -0800
2305              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
2306              
2307              (8809 empty)
2308
2309              Upgrade to podlators 1.08, from Russ Allbery.
2310      Branch: perl
2311           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
2312           !> utils/perldoc.PL
2313 ____________________________________________________________________________
2314 [  8810] By: jhi                                   on 2001/02/15  13:35:08
2315         Log: Upgrade to podlators 1.08, from Russ Allbery.
2316      Branch: maint-5.6/perl
2317            ! lib/Pod/Man.pm lib/Pod/Text.pm
2318 ____________________________________________________________________________
2319 [  8809] By: jhi                                   on 2001/02/15  13:26:38
2320         Log: (accidentally empty check-in)
2321      Branch: maint-5.6/perl
2322            ! lib/Test/Harness.pm
2323 ____________________________________________________________________________
2324 [  8808] By: jhi                                   on 2001/02/15  13:23:47
2325         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
2326              From: Russ Allbery <rra@stanford.edu>
2327              Date: 14 Feb 2001 10:15:41 -0800
2328              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
2329              
2330              perldoc was hardcoding $Config{installscript}, which breaks
2331              when install* isn't where Perl ends up (such as with AFS).
2332              
2333              Use $Config{scriptdir} instead.
2334      Branch: maint-5.6/perl
2335            ! utils/perldoc.PL
2336 ____________________________________________________________________________
2337 [  8807] By: jhi                                   on 2001/02/14  14:37:27
2338         Log: Update Changes.
2339      Branch: perl
2340            ! Changes patchlevel.h
2341 ____________________________________________________________________________
2342 [  8806] By: jhi                                   on 2001/02/14  14:25:31
2343         Log: Integrate changes #8803,8804,8805 from mainline.
2344              
2345              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
2346              
2347              Don't skip too much of the locale error message if no environ array,
2348              from Chris Nandor.
2349              
2350              More MacOS Classic fixes from Chris Nandor.
2351      Branch: maint-5.6/perl
2352           !> doop.c lib/Cwd.pm perl.c perl.h util.c
2353 ____________________________________________________________________________
2354 [  8805] By: jhi                                   on 2001/02/14  03:29:01
2355         Log: More MacOS Classic fixes from Chris Nandor.
2356      Branch: perl
2357            ! doop.c lib/Cwd.pm
2358 ____________________________________________________________________________
2359 [  8804] By: jhi                                   on 2001/02/14  03:18:35
2360         Log: Don't skip too much of the locale error message if no environ array,
2361              from Chris Nandor.
2362      Branch: perl
2363            ! util.c
2364 ____________________________________________________________________________
2365 [  8803] By: jhi                                   on 2001/02/14  03:14:14
2366         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
2367      Branch: perl
2368            ! perl.c perl.h
2369 ____________________________________________________________________________
2370 [  8802] By: jhi                                   on 2001/02/13  18:31:33
2371         Log: AUTHORS update.
2372      Branch: perl
2373            ! AUTHORS
2374 ____________________________________________________________________________
2375 [  8801] By: jhi                                   on 2001/02/13  17:55:19
2376         Log: Integrate change #8792 from mainline.
2377              
2378              Subject: buncha MacPerl patches for bleadperl
2379              From: Chris Nandor <pudge@pobox.com>
2380              Date: Tue, 13 Feb 2001 00:02:43 -0500
2381              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
2382      Branch: maint-5.6/perl
2383           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
2384           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
2385           !> t/lib/basename.t toke.c util.h
2386 ____________________________________________________________________________
2387 [  8800] By: jhi                                   on 2001/02/13  17:46:43
2388         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
2389              to be forced to Off_t.
2390              
2391              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
2392              From: nick@ccl4.org
2393              Date: Thu, 1 Feb 2001 12:01:04 +0000
2394              Message-Id: <20010201120103.E11401@plum.flirble.org>
2395      Branch: maint-5.6/perl
2396            ! iperlsys.h perlio.c
2397 ____________________________________________________________________________
2398 [  8799] By: jhi                                   on 2001/02/13  16:52:51
2399         Log: Duplex duplex hunk hunk.
2400      Branch: maint-5.6/perl
2401            ! Makefile.SH
2402 ____________________________________________________________________________
2403 [  8797] By: jhi                                   on 2001/02/13  14:52:04
2404         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
2405              From: "Craig A. Berry" <craigberry@mac.com>
2406              Date: Mon, 12 Feb 2001 11:05:25 -0600
2407              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
2408      Branch: perl
2409            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
2410 ____________________________________________________________________________
2411 [  8796] By: jhi                                   on 2001/02/13  14:36:47
2412         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
2413              From: simon.cozens@pembroke.oxford.ac.uk 
2414              Date: Sat, 10 Feb 2001 17:57:02 +0000
2415              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
2416              
2417              Now it does include.
2418      Branch: perl
2419            ! pod/perldiag.pod
2420 ____________________________________________________________________________
2421 [  8795] By: jhi                                   on 2001/02/13  14:30:11
2422         Log: Sort the MANIFEST.
2423      Branch: perl
2424            ! MANIFEST
2425 ____________________________________________________________________________
2426 [  8794] By: jhi                                   on 2001/02/13  14:26:51
2427         Log: Integrate change #8793 from mainline, FAQ updates.
2428      Branch: maint-5.6/perl
2429           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
2430 ____________________________________________________________________________
2431 [  8793] By: jhi                                   on 2001/02/13  14:25:13
2432         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
2433      Branch: perl
2434            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
2435 ____________________________________________________________________________
2436 [  8792] By: jhi                                   on 2001/02/13  14:22:50
2437         Log: Subject: buncha MacPerl patches for bleadperl
2438              From: Chris Nandor <pudge@pobox.com>
2439              Date: Tue, 13 Feb 2001 00:02:43 -0500
2440              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
2441      Branch: perl
2442            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
2443            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
2444            ! t/lib/basename.t toke.c util.h
2445 ____________________________________________________________________________
2446 [  8791] By: jhi                                   on 2001/02/13  14:10:39
2447         Log: Integrate change #8790 from mainline.
2448              
2449              environ array wrongly assumed in Perl_init_i18nl10n(),
2450      Branch: maint-5.6/perl
2451           !> util.c
2452 ____________________________________________________________________________
2453 [  8790] By: jhi                                   on 2001/02/13  14:06:15
2454         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
2455              noticed by Chris Nandor in MacOS Classic.
2456      Branch: perl
2457            ! util.c
2458 ____________________________________________________________________________
2459 [  8789] By: jhi                                   on 2001/02/13  13:58:07
2460         Log: Integrate changes #8373,8487,8544,8783 from mainline.
2461              
2462              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
2463              hints files, the dynaloading, assimilate ebcdic into util.c.
2464      Branch: maint-5.6/perl
2465            - ebcdic.c
2466            ! MANIFEST hints/posix-bc.sh
2467           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
2468           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
2469           !> perlapi.c proto.h util.c
2470 ____________________________________________________________________________
2471 [  8788] By: alanbur                               on 2001/02/13  10:33:13
2472         Log: Integrated changes from maint-5.6
2473      Branch: maint-5.6/pureperl
2474           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
2475           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
2476           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2477           !> vos/config.ga.h vos/configure_perl.cm
2478 ____________________________________________________________________________
2479 [  8787] By: jhi                                   on 2001/02/13  05:56:36
2480         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
2481      Branch: perl
2482           !> Makefile.SH
2483 ____________________________________________________________________________
2484 [  8786] By: jhi                                   on 2001/02/13  05:54:34
2485         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
2486              From: Dorner Thomas <Thomas.Dorner@start.de>
2487              Date: Mon, 12 Feb 2001 15:06:26 +0100
2488              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
2489      Branch: maint-5.6/perl
2490            ! Makefile.SH
2491 ____________________________________________________________________________
2492 [  8785] By: jhi                                   on 2001/02/13  05:29:04
2493         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
2494      Branch: perl
2495           !> hints/openbsd.sh
2496 ____________________________________________________________________________
2497 [  8784] By: jhi                                   on 2001/02/13  02:25:24
2498         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
2499              From: Peter Prymmer <pvhp@forte.com>
2500              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
2501              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
2502      Branch: perl
2503            ! pod/perlclib.pod
2504 ____________________________________________________________________________
2505 [  8783] By: jhi                                   on 2001/02/13  02:22:36
2506         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
2507      Branch: perl
2508            - ebcdic.c
2509            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
2510            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
2511            ! util.c
2512 ____________________________________________________________________________
2513 [  8782] By: jhi                                   on 2001/02/13  02:00:07
2514         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
2515      Branch: maint-5.6/perl
2516            ! pod/perlport.pod
2517 ____________________________________________________________________________
2518 [  8781] By: jhi                                   on 2001/02/13  01:58:44
2519         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
2520      Branch: maint-5.6/perl
2521            ! hints/openbsd.sh
2522 ____________________________________________________________________________
2523 [  8780] By: jhi                                   on 2001/02/13  01:57:33
2524         Log: Synchronize the regexp tests between maintperl and mainline.
2525      Branch: maint-5.6/perl
2526           !> t/op/re_tests
2527 ____________________________________________________________________________
2528 [  8779] By: jhi                                   on 2001/02/13  01:49:35
2529         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
2530              From: Hugo <hv@crypt.compulink.co.uk>
2531              Date: Tue, 13 Feb 2001 00:11:11 +0000
2532              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
2533      Branch: perl
2534            ! regcomp.c t/op/re_tests
2535 ____________________________________________________________________________
2536 [  8778] By: jhi                                   on 2001/02/13  00:23:10
2537         Log: Comments do not nest.
2538      Branch: perl
2539            ! perl.h
2540 ____________________________________________________________________________
2541 [  8777] By: jhi                                   on 2001/02/13  00:17:54
2542         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
2543              From: Hugo <hv@crypt.compulink.co.uk>
2544              Date: Tue, 13 Feb 2001 00:11:11 +0000
2545              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
2546      Branch: maint-5.6/perl
2547            ! regcomp.c t/op/re_tests
2548 ____________________________________________________________________________
2549 [  8776] By: jhi                                   on 2001/02/12  23:25:52
2550         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
2551      Branch: maint-5.6/perl
2552            ! pod/perlport.pod
2553 ____________________________________________________________________________
2554 [  8775] By: jhi                                   on 2001/02/12  23:04:28
2555         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
2556      Branch: maint-5.6/perl
2557            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
2558            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2559            ! vos/configure_perl.cm
2560 ____________________________________________________________________________
2561 [  8774] By: jhi                                   on 2001/02/12  22:59:11
2562         Log: Subject: Re: [patch] context for 'U' magic functions
2563              From: Doug MacEachern <dougm@covalent.net>
2564              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
2565              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
2566              
2567              plus the suggestion by Nick Ing-Simmons to name the macro
2568              as PERL_MG_UFUNC to avoid namespace pollution, plus add
2569              the advice by Doug for XS writers to perl.h
2570      Branch: perl
2571            ! mg.c perl.h
2572 ____________________________________________________________________________
2573 [  8773] By: jhi                                   on 2001/02/11  20:14:12
2574         Log: Update Changes.
2575      Branch: perl
2576            ! Changes patchlevel.h
2577 ____________________________________________________________________________
2578 [  8772] By: jhi                                   on 2001/02/11  18:47:52
2579         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
2580              From: Simon Cozens <simon@cozens.net>
2581              Date: Wed, 31 Jan 2001 16:31:43 +0000
2582              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
2583      Branch: perl
2584            + pod/perlclib.pod
2585            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
2586            ! pod/perltoc.pod
2587 ____________________________________________________________________________
2588 [  8771] By: jhi                                   on 2001/02/11  18:36:48
2589         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
2590              
2591              Blocks-4d3.beta.txt
2592              CaseFolding-3d4.beta.txt
2593              CompositionExclusions-3d6.beta.txt
2594              EastAsianWidth-4d4.beta.txt
2595              LineBreak-6d3.beta.txt
2596              NamesList-3.1.0d1.beta.txt
2597              PropList-3.1.0d4.beta.txt
2598              SpecialCasing-4d1.beta.txt
2599              UnicodeData-3.1.0d6.beta.txt
2600      Branch: perl
2601            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
2602           +> lib/unicode/UCD.html lib/unicode/Unicode.html
2603            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2604            - lib/unicode/Unicode.301
2605            ! (edit 257 files)
2606 ____________________________________________________________________________
2607 [  8770] By: jhi                                   on 2001/02/11  17:26:22
2608         Log: UTF-8 documentation.
2609      Branch: perl
2610            ! utf8.h
2611 ____________________________________________________________________________
2612 [  8769] By: jhi                                   on 2001/02/11  17:12:49
2613         Log: Retract #8762.
2614      Branch: perl
2615            ! regexec.c
2616 ____________________________________________________________________________
2617 [  8768] By: jhi                                   on 2001/02/11  16:54:45
2618         Log: Subject: [PATCH] Test::Harness
2619              From: andreas.koenig@anima.de (Andreas J. Koenig)
2620              Date: 11 Feb 2001 14:37:00 +0100
2621              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
2622      Branch: perl
2623            ! lib/Test/Harness.pm
2624 ____________________________________________________________________________
2625 [  8767] By: jhi                                   on 2001/02/11  16:53:52
2626         Log: Subject: [PATCH] Document makepatch in Porting/patching
2627              From: andreas.koenig@anima.de (Andreas J. Koenig)
2628              Date: 11 Feb 2001 16:46:28 +0100
2629              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
2630      Branch: perl
2631            ! Porting/patching.pod
2632 ____________________________________________________________________________
2633 [  8766] By: jhi                                   on 2001/02/11  06:30:23
2634         Log: Subject: Re: [patch] GvSHARED
2635              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
2636              From: Doug MacEachern <dougm@covalent.net>
2637              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
2638              
2639              Subject: Re: [patch] GvSHARED
2640              From: Doug MacEachern <dougm@covalent.net>
2641              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
2642              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
2643              
2644              Subject: [patch] attributes.pm support for `shared'
2645              From: Doug MacEachern <dougm@covalent.net>
2646              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
2647              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
2648              
2649              our() attributes were ignored, our :shared pieces missing,
2650              allow attributes.pm to turn on shared.
2651      Branch: perl
2652            ! op.c t/op/attrs.t toke.c xsutils.c
2653 ____________________________________________________________________________
2654 [  8765] By: alanbur                               on 2001/02/10  23:11:19
2655         Log: Resync with parent (hopefully sucessfully this time)
2656      Branch: maint-5.6/pureperl
2657           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
2658           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
2659           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2660           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2661           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2662           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2663           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
2664 ____________________________________________________________________________
2665 [  8764] By: jhi                                   on 2001/02/10  22:54:38
2666         Log: Make TEST and UTEST more verbose in case something goes
2667              wrong in running/compiling a script, suggested by Doug
2668              MacEachern.
2669      Branch: perl
2670            ! t/TEST t/UTEST
2671 ____________________________________________________________________________
2672 [  8763] By: jhi                                   on 2001/02/10  22:11:34
2673         Log: Bogus shebang.
2674      Branch: perl
2675            ! t/lib/texttabs.t
2676 ____________________________________________________________________________
2677 [  8762] By: jhi                                   on 2001/02/10  21:56:02
2678         Log: (Retracted by #8769)
2679      Branch: perl
2680            ! regexec.c
2681 ____________________________________________________________________________
2682 [  8761] By: jhi                                   on 2001/02/10  21:26:15
2683         Log: Subject: Re: [patch] GvSHARED 
2684              From: Doug MacEachern <dougm@covalent.net>
2685              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
2686              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
2687              
2688              our @EXPORT : shared = (...);
2689      Branch: perl
2690            ! toke.c
2691 ____________________________________________________________________________
2692 [  8760] By: jhi                                   on 2001/02/10  21:25:07
2693         Log: Subject: [patch] GvSHARED
2694              From: Doug MacEachern <dougm@covalent.net>
2695              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
2696              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
2697      Branch: perl
2698            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
2699 ____________________________________________________________________________
2700 [  8759] By: alanbur                               on 2001/02/10  21:24:27
2701         Log: Backed out mismerge.
2702      Branch: maint-5.6/pureperl
2703            ! MANIFEST README.hpux README.vmesa gv.c installhtml
2704            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
2705            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2706            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2707            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2708            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2709            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
2710 ____________________________________________________________________________
2711 [  8758] By: jhi                                   on 2001/02/10  18:01:17
2712         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
2713              
2714              Fixed UMRs and leak in Perl_pmtrans()
2715              
2716              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2717              associated UTFied tr/// code.  Also fixed scoping leak of
2718              PL_reg_start_tmp.
2719              
2720              newATTRSUB leaks when an attempt to redefine the active sort sub is
2721              made.
2722      Branch: maint-5.6/perl
2723           !> op.c regcomp.c
2724 ____________________________________________________________________________
2725 [  8757] By: alanbur                               on 2001/02/10  17:56:46
2726         Log: Resynchronised with parent
2727      Branch: maint-5.6/pureperl
2728           +> README.bs2000
2729            - README.posix-bc
2730            ! gv.c perl.c sv.c
2731           !> MANIFEST README.hpux README.vmesa installhtml
2732           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
2733           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2734           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2735           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2736           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2737           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
2738 ____________________________________________________________________________
2739 [  8756] By: alanbur                               on 2001/02/10  17:51:15
2740         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
2741              made.
2742      Branch: maint-5.6/pureperl
2743            ! op.c
2744 ____________________________________________________________________________
2745 [  8755] By: jhi                                   on 2001/02/09  22:41:35
2746         Log: Upgrade to CPAN 1.59_54, from Andreas König.
2747      Branch: perl
2748            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2749 ____________________________________________________________________________
2750 [  8754] By: jhi                                   on 2001/02/09  22:29:20
2751         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
2752              
2753              Didn't upgrade the fill.t since it has a dependency to File::Slurp
2754              purely for debugging purposes, the actual test hasn't changed.
2755      Branch: perl
2756            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
2757            ! t/lib/textwrap.t
2758 ____________________________________________________________________________
2759 [  8753] By: jhi                                   on 2001/02/09  20:17:50
2760         Log: Integrate change #8682 from maintperl.
2761              
2762              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
2763              to work correctly.
2764      Branch: perl
2765           !> hints/irix_6.sh
2766 ____________________________________________________________________________
2767 [  8752] By: jhi                                   on 2001/02/09  20:00:46
2768         Log: Update Changes.
2769      Branch: perl
2770            ! Changes patchlevel.h
2771 ____________________________________________________________________________
2772 [  8751] By: nick                                  on 2001/02/09  19:48:37
2773         Log: Integrate mainline
2774      Branch: perlio
2775           +> README.bs2000 t/lib/cgi-esc.t
2776            - README.posix-bc
2777           !> (integrate 53 files)
2778 ____________________________________________________________________________
2779 [  8750] By: nick                                  on 2001/02/09  19:25:16
2780         Log: Subject: RE: Biannual Competition to Improve Hashing Function
2781              From: Fisher Mark <fisherm@tce.com>
2782              Date: Thu, 8 Feb 2001 10:44:00 -0500
2783              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
2784              Date: Thu, 8 Feb 2001 15:02:47 -0500
2785              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
2786      Branch: perl
2787            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
2788 ____________________________________________________________________________
2789 [  8749] By: jhi                                   on 2001/02/09  19:02:35
2790         Log: Forgotten fragment.
2791      Branch: perl
2792            ! pod/perlapi.pod
2793 ____________________________________________________________________________
2794 [  8748] By: jhi                                   on 2001/02/09  18:31:34
2795         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
2796              plus manual tweakage.
2797              
2798              Sync the perlfaq2 between mainline and maintperl.
2799      Branch: maint-5.6/perl
2800            ! pod/perlfaq2.pod
2801      Branch: perl
2802           !> pod/perlfaq2.pod
2803 ____________________________________________________________________________
2804 [  8747] By: jhi                                   on 2001/02/09  18:12:04
2805         Log: Subject: versiononly and installperl
2806              From: abigail@foad.org
2807              Date: Wed, 7 Feb 2001 22:43:12 +0100
2808              Message-ID: <20010207214312.7045.qmail@foad.org>    
2809              
2810              Add +v flag to force a normal install of the perl binary
2811              and the utilities.
2812              
2813              Subject: [PATCH] installperl
2814              From: Nicholas Clark <nick@ccl4.org>
2815              Date: Fri, 9 Feb 2001 16:28:57 +0000
2816              Message-ID: <20010209162857.B10931@plum.flirble.org>
2817              
2818              Add -A flag which also hardlinks the binary with
2819              the full architecture name.
2820      Branch: perl
2821            ! installperl
2822 ____________________________________________________________________________
2823 [  8746] By: jhi                                   on 2001/02/09  18:03:43
2824         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
2825              
2826              Subject: perlfaq2, re: perlmongers
2827              
2828              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
2829              
2830              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
2831              
2832              Subject: [ID 20010205.001] typo in perlfaq9
2833              
2834              Subject: [ID 20010208.002] unordered explanation in perlcall
2835      Branch: maint-5.6/perl
2836           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2837           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
2838           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
2839 ____________________________________________________________________________
2840 [  8745] By: jhi                                   on 2001/02/09  17:59:09
2841         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
2842              From: abela@geneanet.org
2843              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
2844              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
2845      Branch: perl
2846            ! pod/perlcall.pod
2847 ____________________________________________________________________________
2848 [  8744] By: jhi                                   on 2001/02/09  17:48:16
2849         Log: Subject: [ID 20010205.001] typo in perlfaq9
2850              From: eserte@vran.herceg.de
2851              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
2852              Message-Id: <200102042244.XAA21926@vran.herceg.de>
2853      Branch: perl
2854            ! pod/perlfaq9.pod
2855 ____________________________________________________________________________
2856 [  8743] By: jhi                                   on 2001/02/09  17:25:12
2857         Log: Integrate change #8695 from maintperl.
2858              
2859              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
2860      Branch: perl
2861           !> thread.h
2862 ____________________________________________________________________________
2863 [  8742] By: jhi                                   on 2001/02/09  17:21:22
2864         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
2865              From: Andy Dougherty <doughera@lafayette.edu>
2866              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
2867              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
2868      Branch: perl
2869            ! embed.pl
2870 ____________________________________________________________________________
2871 [  8741] By: jhi                                   on 2001/02/09  17:05:19
2872         Log: Integrate changes #8738,8739,8740 from maintperl.
2873              
2874              Html files will be installed in a more logical and easier to
2875              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
2876              
2877              Html files will be generated with a header to make them look
2878              a little less bare.
2879              
2880              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
2881      Branch: perl
2882           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
2883 ____________________________________________________________________________
2884 [  8740] By: jhi                                   on 2001/02/09  17:03:46
2885         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
2886              From: "Brendan O'Dea" <bod@compusol.com.au>
2887              Date: Sun, 4 Feb 2001 11:17:56 +1100
2888              Message-ID: <20010204111756.A16301@compusol.com.au>
2889      Branch: maint-5.6/perl
2890            ! pod/perlfaq3.pod
2891 ____________________________________________________________________________
2892 [  8739] By: jhi                                   on 2001/02/09  17:01:59
2893         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
2894              From: "Indy Singh" <indy@nusphere.com>
2895              Date: Fri, 2 Feb 2001 15:09:59 -0500
2896              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
2897              
2898              Html files will be generated with a header to make them look
2899              a little less bare.
2900      Branch: maint-5.6/perl
2901            ! installhtml
2902 ____________________________________________________________________________
2903 [  8738] By: jhi                                   on 2001/02/09  16:58:48
2904         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
2905              From: "Indy Singh" <indy@nusphere.com>
2906              Date: Fri, 2 Feb 2001 15:08:23 -0500
2907              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
2908              
2909              Html files will be installed in a more logical and easier to
2910              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
2911      Branch: maint-5.6/perl
2912            ! win32/Makefile win32/makefile.mk
2913 ____________________________________________________________________________
2914 [  8737] By: jhi                                   on 2001/02/09  16:46:54
2915         Log: Integrate changes #8687,8736 from maintperl.
2916              
2917              HP-UX thread patches from Merijn H. Brand.
2918              
2919              Latin nit from Philip Newton.
2920      Branch: perl
2921           !> README.hpux hints/hpux.sh
2922 ____________________________________________________________________________
2923 [  8736] By: jhi                                   on 2001/02/09  16:42:31
2924         Log: Latin nit from Philip Newton.
2925      Branch: maint-5.6/perl
2926            ! README.hpux
2927 ____________________________________________________________________________
2928 [  8735] By: jhi                                   on 2001/02/09  16:24:03
2929         Log: Integrate changes #8704,8710 from pureperl.
2930              
2931              Fixed UMRs and leak in Perl_pmtrans()
2932              
2933              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2934              associated UTFied tr/// code.  Also fixed scoping leak of
2935              PL_reg_start_tmp.
2936      Branch: perl
2937           !> op.c regcomp.c
2938 ____________________________________________________________________________
2939 [  8734] By: jhi                                   on 2001/02/09  15:40:21
2940         Log: Integrate change #8733 from maintperl.
2941              
2942              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
2943      Branch: perl
2944           !> pod/perlre.pod
2945 ____________________________________________________________________________
2946 [  8733] By: jhi                                   on 2001/02/09  15:35:47
2947         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
2948              From: Prymmer/Kahn <pvhp@best.com>
2949              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
2950              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
2951      Branch: maint-5.6/perl
2952            ! pod/perlre.pod
2953 ____________________________________________________________________________
2954 [  8732] By: jhi                                   on 2001/02/09  15:26:17
2955         Log: Rename README.posix-bc to README.bs2000 (to avoid the
2956              confusion of a "perlposix-bc.pod"), add a few missing
2957              arch pods, regen toc.
2958      Branch: maint-5.6/perl
2959           +> README.bs2000
2960            - README.posix-bc
2961            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2962            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2963 ____________________________________________________________________________
2964 [  8731] By: jhi                                   on 2001/02/09  15:23:39
2965         Log: De-cut-and-pasto.
2966      Branch: perl
2967            ! pod/perl.pod
2968 ____________________________________________________________________________
2969 [  8730] By: jhi                                   on 2001/02/09  15:11:13
2970         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
2971              when people think that perlposix-bc.pod tells anything about
2972              Perl and POSIX.  Regen toc.
2973      Branch: perl
2974           +> README.bs2000
2975            - README.posix-bc
2976            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2977            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2978 ____________________________________________________________________________
2979 [  8729] By: jhi                                   on 2001/02/09  14:52:28
2980         Log: The README.vmesa part of #8712 from maintperl.
2981      Branch: perl
2982            ! README.vmesa
2983 ____________________________________________________________________________
2984 [  8728] By: jhi                                   on 2001/02/09  14:46:06
2985         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
2986              From: Peter Prymmer <pvhp@forte.com>
2987              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
2988              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
2989      Branch: maint-5.6/perl
2990            ! README.vmesa win32/Makefile win32/makefile.mk
2991 ____________________________________________________________________________
2992 [  8727] By: jhi                                   on 2001/02/09  14:33:25
2993         Log: Integrate change #8712 from mainline.
2994              
2995              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
2996      Branch: maint-5.6/perl
2997           !> lib/Pod/Find.pm
2998 ____________________________________________________________________________
2999 [  8726] By: jhi                                   on 2001/02/09  14:30:28
3000         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
3001              From: Peter Prymmer <pvhp@forte.com>
3002              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
3003              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
3004      Branch: perl
3005            + t/lib/cgi-esc.t
3006            ! MANIFEST lib/CGI/Util.pm
3007 ____________________________________________________________________________
3008 [  8725] By: jhi                                   on 2001/02/09  04:56:47
3009         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
3010      Branch: maint-5.6/perl
3011            ! pod/perlport.pod
3012 ____________________________________________________________________________
3013 [  8724] By: jhi                                   on 2001/02/09  04:40:59
3014         Log: Integrate changes 7819,7820 from vmsperl into mainline.
3015              
3016              Add header for LIB$ prototypes (C. Berry)
3017              
3018              Convert fwrite()s to sockets to write()s, since some socket stacks
3019              don't take kindly to stdio.
3020              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
3021              (for often optional LNMs)
3022              Correct a few typos
3023              (C. Bailey)
3024      Branch: perl
3025           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
3026 ____________________________________________________________________________
3027 [  8723] By: jhi                                   on 2001/02/09  03:29:29
3028         Log: Integrate change #8722 from mainline.
3029              
3030              The Im() function wasn't returning zero for non-Math::Complex
3031              arguments.  The bug reported by John Gamble.
3032      Branch: maint-5.6/perl
3033           !> lib/Math/Complex.pm
3034 ____________________________________________________________________________
3035 [  8722] By: jhi                                   on 2001/02/09  03:28:33
3036         Log: The Im() function wasn't returning zero for non-Math::Complex
3037              arguments.  The bug reported by John Gamble.
3038      Branch: perl
3039            ! lib/Math/Complex.pm
3040 ____________________________________________________________________________
3041 [  8721] By: nick                                  on 2001/02/08  22:11:35
3042         Log: Correct the correction :-(
3043      Branch: perl
3044            ! perl.c
3045 ____________________________________________________________________________
3046 [  8720] By: bailey                                on 2001/02/08  20:59:22
3047         Log: Convert frwite()s to sockets to write()s, since some socket stacks
3048              don't take kindly to stdio.
3049              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
3050              (for often optional LNMs)
3051              Correct a few typos
3052              (C. Bailey)
3053      Branch: vmsperl
3054            ! vms/vms.c vms/vmsish.h
3055 ____________________________________________________________________________
3056 [  8719] By: bailey                                on 2001/02/08  20:51:02
3057         Log: Add header for LIB$ prototypes (C. Berry)
3058      Branch: vmsperl
3059            ! ext/Devel/DProf/DProf.xs
3060 ____________________________________________________________________________
3061 [  8718] By: bailey                                on 2001/02/08  20:49:00
3062         Log: SYN SYN
3063      Branch: vmsperl
3064           +> pod/perliol.pod t/lib/sample-tests/bailout
3065           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
3066           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
3067           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
3068           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
3069           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
3070           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
3071            - lib/unicode/Is/DCinital.pl
3072           !> (integrate 101 files)
3073 ____________________________________________________________________________
3074 [  8717] By: nick                                  on 2001/02/08  19:38:48
3075         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
3076              From: Robin Barker <rmb1@cise.npl.co.uk>
3077              Date: Thu, 8 Feb 2001 14:38:07 GMT
3078              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
3079      Branch: perl
3080            ! lib/CPAN.pm
3081 ____________________________________________________________________________
3082 [  8716] By: nick                                  on 2001/02/08  19:29:07
3083         Log: Generated files form 8713 etc.
3084      Branch: perl
3085            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3086 ____________________________________________________________________________
3087 [  8715] By: nick                                  on 2001/02/08  19:26:08
3088         Log: Fixup non-ithread build after 8713
3089      Branch: perl
3090            ! perl.c
3091 ____________________________________________________________________________
3092 [  8714] By: nick                                  on 2001/02/08  19:17:45
3093         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
3094              From: nick@ccl4.org
3095              Date: Wed, 7 Feb 2001 00:27:47 +0000
3096              Message-Id: <20010207002747.B63724@plum.flirble.org>
3097      Branch: perl
3098            ! sv.c toke.c
3099 ____________________________________________________________________________
3100 [  8713] By: nick                                  on 2001/02/08  19:15:58
3101         Log: Subject: Re: [patch] Re: PL_ptr_table
3102              From: Doug Maceachern <dougm@covalent.net>
3103              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
3104              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
3105      Branch: perl
3106            ! embed.pl perl.c sv.c sv.h
3107 ____________________________________________________________________________
3108 [  8712] By: nick                                  on 2001/02/08  19:12:47
3109         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
3110              From: Peter Prymmer <pvhp@forte.com>
3111              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
3112              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
3113      Branch: perl
3114            ! lib/Pod/Find.pm
3115 ____________________________________________________________________________
3116 [  8711] By: nick                                  on 2001/02/07  21:06:11
3117         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
3118              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
3119              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3120              Date: Tue, 06 Feb 2001 23:37:01 +0000
3121              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
3122      Branch: perl
3123            ! regcomp.c
3124 ____________________________________________________________________________
3125 [  8710] By: alanbur                               on 2001/02/07  00:22:04
3126         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
3127              associated UTFied tr/// code.  Also fixed scoping leak of
3128              PL_reg_start_tmp.
3129      Branch: maint-5.6/pureperl
3130            ! op.c regcomp.c
3131 ____________________________________________________________________________
3132 [  8709] By: nick                                  on 2001/02/06  21:16:49
3133         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
3134              From: Michael G Schwern <schwern@pobox.com>
3135              Date: Sun, 4 Feb 2001 19:47:14 -0500
3136              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
3137      Branch: perl
3138            ! pod/perlapi.pod pod/perlmodlib.PL
3139 ____________________________________________________________________________
3140 [  8708] By: nick                                  on 2001/02/06  20:41:20
3141         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
3142              From: Michael G Schwern <schwern@pobox.com>
3143              Date: Sun, 4 Feb 2001 21:17:49 -0500
3144              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
3145      Branch: perl
3146            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
3147            ! pod/perltootc.pod
3148 ____________________________________________________________________________
3149 [  8707] By: nick                                  on 2001/02/06  20:29:11
3150         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
3151              From: Michael G Schwern <schwern@pobox.com>
3152              Date: Tue, 6 Feb 2001 05:54:30 -0500
3153              Message-Id: <20010206055430.A951@blackrider.aocn.com>
3154      Branch: perl
3155            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
3156 ____________________________________________________________________________
3157 [  8706] By: nick                                  on 2001/02/06  20:21:40
3158         Log: Subject: RE: some win32 fixes
3159              Date: Tue, 6 Feb 2001 09:23:20 +0300
3160              From: Vadim Konovalov <vkonovalov@lucent.com>
3161              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
3162      Branch: perl
3163            ! toke.c win32/Makefile win32/config.bc win32/config.gc
3164            ! win32/config.vc win32/config_H.bc win32/makefile.mk
3165 ____________________________________________________________________________
3166 [  8705] By: alanbur                               on 2001/02/06  15:00:03
3167         Log: Synchronised with parent
3168      Branch: maint-5.6/pureperl
3169            ! regexec.c
3170           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
3171           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
3172 ____________________________________________________________________________
3173 [  8704] By: alanbur                               on 2001/02/06  14:55:24
3174         Log: Fixed UMRs and leak in Perl_pmtrans()
3175      Branch: maint-5.6/pureperl
3176            ! op.c
3177 ____________________________________________________________________________
3178 [  8703] By: gsar                                  on 2001/02/06  02:29:37
3179         Log: $(MAKE) distclean doesn't clean up properly on windows
3180      Branch: maint-5.6/perl
3181            ! win32/Makefile win32/makefile.mk
3182 ____________________________________________________________________________
3183 [  8702] By: gsar                                  on 2001/02/06  01:00:46
3184         Log: tweak change#8659 to keep it simple
3185      Branch: maint-5.6/perl
3186            ! utils/perldoc.PL
3187 ____________________________________________________________________________
3188 [  8701] By: gsar                                  on 2001/02/05  22:45:41
3189         Log: change#8693 was missing testsuite changes
3190      Branch: maint-5.6/perl
3191           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
3192 ____________________________________________________________________________
3193 [  8700] By: nick                                  on 2001/02/05  20:32:52
3194         Log: Integrate mainline
3195      Branch: perlio
3196           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
3197           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
3198           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
3199           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
3200           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
3201           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
3202           +> t/lib/test-harness.t
3203           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
3204           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
3205           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
3206           !> pod/perlutil.pod t/TEST utils/h2xs.PL
3207 ____________________________________________________________________________
3208 [  8699] By: nick                                  on 2001/02/05  19:41:07
3209         Log: Subject: perlfaq2, re: perlmongers
3210              From: David H. Adler <dha@panix.com>
3211              Date: Sun, 4 Feb 2001 23:48:23 -0500
3212              Message-Id: <20010204234823.A13429@panix.com>
3213      Branch: perl
3214            ! pod/perlfaq2.pod
3215 ____________________________________________________________________________
3216 [  8698] By: nick                                  on 2001/02/05  19:39:31
3217         Log: Missed file f#rom the testharness mess.
3218      Branch: perl
3219            + t/lib/test-harness.t
3220 ____________________________________________________________________________
3221 [  8697] By: nick                                  on 2001/02/05  19:37:21
3222         Log: Subject: [DOC PATCH] overload.pm nits
3223              From: John Tobey <jtobey@john-edwin-tobey.org>
3224              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
3225              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
3226      Branch: perl
3227            ! lib/overload.pm
3228 ____________________________________________________________________________
3229 [  8696] By: alanbur                               on 2001/02/05  11:56:00
3230         Log: Sync with parent
3231      Branch: maint-5.6/pureperl
3232           !> thread.h
3233 ____________________________________________________________________________
3234 [  8695] By: gsar                                  on 2001/02/05  03:27:34
3235         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
3236      Branch: maint-5.6/perl
3237            ! thread.h
3238 ____________________________________________________________________________
3239 [  8694] By: alanbur                               on 2001/02/05  00:07:47
3240         Log: Initial branch creation from //depot/maint-5.6/perl
3241      Branch: maint-5.6/pureperl
3242           +> (branch 1719 files)
3243 ____________________________________________________________________________
3244 [  8693] By: gsar                                  on 2001/02/04  22:38:49
3245         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
3246              changes)
3247      Branch: maint-5.6/perl
3248           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
3249           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
3250           !> ext/DB_File/version.c
3251 ____________________________________________________________________________
3252 [  8692] By: nick                                  on 2001/02/04  18:15:57
3253         Log: The missed t/TEST part of the grand testharness upgrade.
3254      Branch: perl
3255            ! t/TEST
3256 ____________________________________________________________________________
3257 [  8691] By: nick                                  on 2001/02/04  18:05:17
3258         Log: New improved test harness
3259              Subject: Re: [PATCH Test::Harness] Third time's a charm?
3260              From: Michael G Schwern <schwern@pobox.com>
3261              Date: Sun, 4 Feb 2001 08:01:20 -0500
3262              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
3263      Branch: perl
3264            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
3265            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
3266            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
3267            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
3268            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
3269            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
3270            ! MANIFEST lib/Test/Harness.pm
3271 ____________________________________________________________________________
3272 [  8690] By: nick                                  on 2001/02/04  17:57:51
3273         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
3274              From: Jonathan Stowe <gellyfish@gellyfish.com>
3275              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
3276              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
3277      Branch: perl
3278            ! utils/h2xs.PL
3279 ____________________________________________________________________________
3280 [  8689] By: nick                                  on 2001/02/04  17:55:24
3281         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
3282              From: Michael G Schwern <schwern@pobox.com>
3283              Date: Sat, 3 Feb 2001 22:46:38 -0500
3284              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
3285      Branch: perl
3286            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
3287            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
3288 ____________________________________________________________________________
3289 [  8688] By: nick                                  on 2001/02/04  17:43:55
3290         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
3291              length byfailing to spot lack of closing )
3292              From: nick@talking.bollo.cx
3293              Date: Sat, 03 Feb 2001 23:53:16 +0000
3294              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
3295      Branch: perl
3296            ! perlio.c pod/perldiag.pod
3297 ____________________________________________________________________________
3298 [  8687] By: jhi                                   on 2001/02/03  17:11:42
3299         Log: HP-UX thread patches from Merijn H. Brand.
3300      Branch: maint-5.6/perl
3301            ! README.hpux hints/hpux.sh
3302 ____________________________________________________________________________
3303 [  8686] By: jhi                                   on 2001/02/03  16:40:12
3304         Log: Metaconfig changes for #8685.
3305      Branch: metaconfig
3306            ! U/installdirs/instubperl.U
3307      Branch: metaconfig/U/perl
3308            ! Devel.U versiononly.U
3309 ____________________________________________________________________________
3310 [  8685] By: jhi                                   on 2001/02/03  16:39:49
3311         Log: For -Dusedevel builds turn off installusrbinperl and turn on
3312              versiononly, a combined idea of Richard Soderberg and Merijn
3313              H. Brand.  You can still override both of these from the command
3314              line if you need to, -Dinstallusrbinperl and -Uversiononly.
3315      Branch: perl
3316            ! Configure
3317 ____________________________________________________________________________
3318 [  8684] By: jhi                                   on 2001/02/03  16:16:34
3319         Log: Metaconfig unit fix for #8683.
3320      Branch: metaconfig
3321            ! U/compline/nblock_io.U
3322 ____________________________________________________________________________
3323 [  8683] By: jhi                                   on 2001/02/03  16:16:12
3324         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
3325              reported by Peter Prymmer for 5.6-TRIAL1.
3326      Branch: perl
3327            ! Configure
3328 ____________________________________________________________________________
3329 [  8682] By: jhi                                   on 2001/02/03  05:52:11
3330         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
3331              to work correctly.
3332      Branch: maint-5.6/perl
3333            ! hints/irix_6.sh
3334 ____________________________________________________________________________
3335 [  8681] By: jhi                                   on 2001/02/03  05:47:33
3336         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
3337      Branch: maint-5.6/perl
3338            ! pod/perlport.pod
3339 ____________________________________________________________________________
3340 [  8680] By: jhi                                   on 2001/02/02  21:39:49
3341         Log: perlport update from Peter Prymmer.
3342      Branch: maint-5.6/perl
3343            ! pod/perlport.pod
3344 ____________________________________________________________________________
3345 [  8679] By: nick                                  on 2001/02/02  20:50:48
3346         Log: Integrate mainline
3347      Branch: perlio
3348           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
3349           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
3350           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
3351 ____________________________________________________________________________
3352 [  8678] By: gsar                                  on 2001/02/02  16:02:12
3353         Log: note about bincompat, slightly modified (from Lupe Christoph)
3354      Branch: maint-5.6/perl
3355            ! README.solaris
3356 ____________________________________________________________________________
3357 [  8677] By: jhi                                   on 2001/02/02  15:46:20
3358         Log: Supported platforms updates.
3359      Branch: maint-5.6/perl
3360            ! pod/perlport.pod
3361 ____________________________________________________________________________
3362 [  8676] By: jhi                                   on 2001/02/02  03:41:26
3363         Log: A couple more perlfaq2 tweaks.
3364      Branch: maint-5.6/perl
3365            ! pod/perlfaq2.pod
3366 ____________________________________________________________________________
3367 [  8675] By: jhi                                   on 2001/02/02  03:17:44
3368         Log: Misedit in #8661.
3369      Branch: maint-5.6/perl
3370            ! Configure
3371 ____________________________________________________________________________
3372 [  8674] By: jhi                                   on 2001/02/02  03:14:38
3373         Log: Damien again.
3374      Branch: maint-5.6/perl
3375            ! pod/perlfaq2.pod
3376 ____________________________________________________________________________
3377 [  8673] By: jhi                                   on 2001/02/02  03:12:40
3378         Log: perlfaq update from Elaine Ashton.
3379      Branch: maint-5.6/perl
3380            ! pod/perlfaq2.pod
3381 ____________________________________________________________________________
3382 [  8672] By: jhi                                   on 2001/02/02  03:07:08
3383         Log: UTF-8 s/// patch from Inaba Hiroto.
3384      Branch: maint-5.6/perl
3385            ! pp_ctl.c pp_hot.c
3386 ____________________________________________________________________________
3387 [  8671] By: jhi                                   on 2001/02/01  22:34:31
3388         Log: Update Changes.
3389      Branch: perl
3390            ! Changes patchlevel.h
3391 ____________________________________________________________________________
3392 [  8670] By: jhi                                   on 2001/02/01  22:15:29
3393         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
3394              from maintperl.
3395              
3396              Upgrade to Getopt::Long 2.25, from Johan Vromans.
3397              
3398              more files need to be writable in the source distribution
3399              
3400              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
3401              
3402              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
3403              
3404              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
3405              
3406              Allow the float to be fuzzier.
3407              
3408              need to use INT2PTR instead of a straight cast or ia64 fails
3409              
3410              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
3411              
3412              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
3413      Branch: perl
3414           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
3415           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
3416           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
3417 ____________________________________________________________________________
3418 [  8669] By: jhi                                   on 2001/02/01  21:57:02
3419         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
3420              From: Robin Barker <rmb1@cise.npl.co.uk>
3421              Date: Thu, 1 Feb 2001 16:59:05 GMT
3422              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
3423      Branch: maint-5.6/perl
3424            ! pod/perlmodlib.PL
3425 ____________________________________________________________________________
3426 [  8668] By: nick                                  on 2001/02/01  19:41:40
3427         Log: Integrate mainline
3428      Branch: perlio
3429           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
3430           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
3431           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
3432 ____________________________________________________________________________
3433 [  8667] By: gsar                                  on 2001/02/01  16:59:11
3434         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
3435      Branch: maint-5.6/perl
3436            ! embed.pl embedvar.h
3437 ____________________________________________________________________________
3438 [  8666] By: gsar                                  on 2001/02/01  16:34:51
3439         Log: add missing entries to win32/config.?c
3440      Branch: maint-5.6/perl
3441            ! win32/config.bc win32/config.gc win32/config.vc
3442            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3443 ____________________________________________________________________________
3444 [  8665] By: jhi                                   on 2001/02/01  14:58:51
3445         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
3446              From: "Stephen P. Potter" <spp@spotter.yi.org>
3447              Date: Thu, 01 Feb 2001 10:45:46 -0500
3448              Message-Id: <200102011545.KAA31479@spotter.yi.org>
3449      Branch: maint-5.6/perl
3450            ! pod/perlfunc.pod
3451 ____________________________________________________________________________
3452 [  8664] By: gsar                                  on 2001/02/01  14:52:37
3453         Log: need to use INT2PTR instead of a straight cast or ia64 fails
3454              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
3455      Branch: maint-5.6/perl
3456            ! ext/POSIX/POSIX.xs
3457 ____________________________________________________________________________
3458 [  8663] By: jhi                                   on 2001/02/01  14:09:13
3459         Log: Allow the float to be fuzzier.
3460      Branch: maint-5.6/perl
3461            ! t/lib/peek.t
3462 ____________________________________________________________________________
3463 [  8662] By: jhi                                   on 2001/02/01  13:59:00
3464         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
3465              From: Robin Barker <rmb1@cise.npl.co.uk>
3466              Date: Thu, 1 Feb 2001 13:05:39 GMT
3467              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
3468      Branch: maint-5.6/perl
3469            ! pod/perlmodlib.pod
3470 ____________________________________________________________________________
3471 [  8661] By: jhi                                   on 2001/02/01  13:57:38
3472         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
3473              Date: Thu, 01 Feb 2001 14:15:41 +0100
3474              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3475              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
3476              
3477              Have the $ccflags in the gcc version test (strange, this change
3478              is claimed to be have been integrated already)
3479      Branch: maint-5.6/perl
3480            ! Configure
3481 ____________________________________________________________________________
3482 [  8660] By: jhi                                   on 2001/02/01  13:44:10
3483         Log: Integrate changes #7950,7964,7962 from mainline.
3484              
3485              Find the stdchar signedness using cpp, should fix some of
3486              the Solaris compiler warnings reported by Alan Burlison.
3487      Branch: maint-5.6/perl
3488           !> Configure config_h.SH
3489 ____________________________________________________________________________
3490 [  8659] By: jhi                                   on 2001/02/01  05:35:32
3491         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
3492              From: Jan Dubois <JanD@ActiveState.com>
3493              Date: Wed, 31 Jan 2001 21:17:03 -0800
3494              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
3495      Branch: maint-5.6/perl
3496            ! utils/perldoc.PL
3497 ____________________________________________________________________________
3498 [  8658] By: jhi                                   on 2001/02/01  04:33:17
3499         Log: Integrate the README.os390 and README.posix-bc parts of mainline
3500              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
3501              installperl parts were taken care of by #8657.)
3502      Branch: maint-5.6/perl
3503           !> README.os390 README.posix-bc
3504 ____________________________________________________________________________
3505 [  8657] By: jhi                                   on 2001/02/01  04:29:21
3506         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
3507              From: Peter Prymmer <pvhp@forte.com>
3508              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
3509              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
3510      Branch: maint-5.6/perl
3511            + ext/DynaLoader/dl_dllload.xs
3512            ! MANIFEST Makefile.SH hints/os390.sh installperl
3513 ____________________________________________________________________________
3514 [  8656] By: jhi                                   on 2001/02/01  04:25:45
3515         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
3516              From: Peter Prymmer <pvhp@forte.com>
3517              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
3518              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
3519      Branch: maint-5.6/perl
3520            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
3521 ____________________________________________________________________________
3522 [  8655] By: jhi                                   on 2001/02/01  04:14:47
3523         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
3524              From: troc@netrus.net
3525              Date: Wed, 31 Jan 2001 22:31:26 -0500
3526              Message-Id: <200102010331.WAA117.85@rocco.homenet>
3527      Branch: maint-5.6/perl
3528            ! os2/os2.c
3529 ____________________________________________________________________________
3530 [  8654] By: jhi                                   on 2001/02/01  04:12:52
3531         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
3532              as reported by Alan Burlison.
3533      Branch: maint-5.6/perl
3534            ! pp.h
3535 ____________________________________________________________________________
3536 [  8653] By: jhi                                   on 2001/02/01  04:05:12
3537         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
3538              From: dsugalski@northernlight.com
3539              Date: Wed, 31 Jan 2001 18:54:11 -0500
3540              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
3541      Branch: maint-5.6/perl
3542            ! configure.com
3543 ____________________________________________________________________________
3544 [  8652] By: jhi                                   on 2001/02/01  04:03:11
3545         Log: Misplaced #endif.
3546              
3547              Subject: [perl-5-6-1-trial2] patches for EPOC
3548              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3549              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
3550              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
3551      Branch: maint-5.6/perl
3552            ! epoc/epocish.c
3553 ____________________________________________________________________________
3554 [  8651] By: jhi                                   on 2001/02/01  04:00:25
3555         Log: Integrate changes #8647,8648,8650 from mainline.
3556              
3557              Macrofy a magic UTF-8 test.
3558              
3559              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
3560              
3561              Watch out for cross compiling for EPOC (usually done on linux).
3562      Branch: maint-5.6/perl
3563           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
3564 ____________________________________________________________________________
3565 [  8650] By: jhi                                   on 2001/02/01  03:56:20
3566         Log: Watch out for cross compiling for EPOC (usually done on linux)
3567              
3568              Subject: [perl-5-6-1-trial2] patches for EPOC
3569              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3570              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
3571              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
3572      Branch: perl
3573            ! ext/Errno/Errno_pm.PL
3574 ____________________________________________________________________________
3575 [  8649] By: gsar                                  on 2001/02/01  00:46:00
3576         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
3577      Branch: maint-5.6/perl
3578            ! sv.c
3579 ____________________________________________________________________________
3580 [  8648] By: jhi                                   on 2001/01/31  23:35:36
3581         Log: All the uses of PL_numeric_radix must be protected by
3582              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
3583              
3584              Subject: [perl-5-6-1-trial2] patches for EPOC
3585              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3586              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
3587              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
3588      Branch: perl
3589            ! sv.c
3590 ____________________________________________________________________________
3591 [  8647] By: jhi                                   on 2001/01/31  22:56:16
3592         Log: Macrofy a magic UTF-8 test.
3593      Branch: perl
3594            ! utf8.c utf8.h
3595 ____________________________________________________________________________
3596 [  8646] By: gsar                                  on 2001/01/31  15:55:12
3597         Log: update Changes
3598      Branch: maint-5.6/perl
3599            ! Changes
3600 ____________________________________________________________________________
3601 [  8645] By: gsar                                  on 2001/01/31  15:10:14
3602         Log: Configure tweak suggested by Peter Prymmer
3603      Branch: maint-5.6/perl
3604            ! Configure
3605 ____________________________________________________________________________
3606 [  8644] By: gsar                                  on 2001/01/31  15:06:32
3607         Log: more files need to be writable in the source distribution
3608      Branch: maint-5.6/perl
3609            ! Porting/makerel
3610 ____________________________________________________________________________
3611 [  8643] By: jhi                                   on 2001/01/31  14:59:46
3612         Log: Integrate changes #8258,8278,8279 from mainline.
3613              
3614              Make the large file tests more robust/talkative.
3615      Branch: maint-5.6/perl
3616           !> t/lib/syslfs.t t/op/lfs.t
3617 ____________________________________________________________________________
3618 [  8642] By: gsar                                  on 2001/01/31  14:53:48
3619         Log: integrate changes#8311,8334 from mainline
3620              
3621              Add a new MakeMaker variable PM_FILTER that defines a Unix
3622              filter to be run on each .pm during the pm_to_blib() phase,
3623              a fixed version of
3624              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
3625              
3626              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
3627              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
3628              accurate reading of the "atime".  
3629      Branch: maint-5.6/perl
3630           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3631           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3632           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
3633 ____________________________________________________________________________
3634 [  8641] By: jhi                                   on 2001/01/31  14:46:37
3635         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
3636      Branch: maint-5.6/perl
3637            ! lib/Getopt/Long.pm
3638 ____________________________________________________________________________
3639 [  8640] By: gsar                                  on 2001/01/31  14:40:24
3640         Log: make regen_all
3641      Branch: maint-5.6/perl
3642            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
3643 ____________________________________________________________________________
3644 [  8639] By: gsar                                  on 2001/01/31  14:37:25
3645         Log: refresh windows config files
3646      Branch: maint-5.6/perl
3647            ! win32/Makefile win32/config_H.bc win32/config_H.gc
3648            ! win32/config_H.vc win32/makefile.mk
3649 ____________________________________________________________________________
3650 [  8638] By: gsar                                  on 2001/01/31  14:28:10
3651         Log: makefile tweaks for windows: introduce a bulk-switch to enable
3652              same options as ActivePerl; sync changes with makefile.mk
3653      Branch: maint-5.6/perl
3654            ! win32/Makefile win32/makefile.mk
3655 ____________________________________________________________________________
3656 [  8637] By: jhi                                   on 2001/01/31  04:41:30
3657         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
3658              From: Nicholas Clark <nick@ccl4.org>
3659              Date: Tue, 30 Jan 2001 19:51:05 +0000
3660              Message-ID: <20010130195105.R76607@plum.flirble.org> 
3661              
3662              op/inc cure.
3663      Branch: perl
3664            ! pp.c pp.h pp_hot.c t/op/arith.t
3665 ____________________________________________________________________________
3666 [  8636] By: jhi                                   on 2001/01/31  02:38:32
3667         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
3668              no perlio],8257,8380,8479,8515 from mainline.
3669              
3670              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
3671              
3672              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
3673              Subject: [PATCH perl@8133] fix-up for VMS extensions
3674              
3675              In VMS embedded perls couldn't access the statically built Socket.
3676              
3677              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
3678              
3679              Further VMS piping fixes from Charles Lane.
3680              
3681              Subject:  [PATCH] make t/op/misc.t work on VMS
3682              
3683              Add tracing for debugging extensions builds in VMS.
3684              
3685              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
3686      Branch: maint-5.6/perl
3687           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
3688           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
3689           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
3690 ____________________________________________________________________________
3691 [  8635] By: jhi                                   on 2001/01/31  01:46:41
3692         Log: Integrate change #7732 from mainline.
3693              
3694              Sparc 64-bit pack() fix from Jens Hamisch.
3695      Branch: maint-5.6/perl
3696           !> pp.c
3697 ____________________________________________________________________________
3698 [  8634] By: jhi                                   on 2001/01/31  01:41:16
3699         Log: One spot missing from #8626.
3700      Branch: maint-5.6/perl
3701            ! sv.c
3702 ____________________________________________________________________________
3703 [  8633] By: jhi                                   on 2001/01/31  00:49:17
3704         Log: Integrate change #7495 from mainline.
3705              
3706              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
3707      Branch: maint-5.6/perl
3708           !> MANIFEST ext/re/Makefile.PL
3709 ____________________________________________________________________________
3710 [  8632] By: jhi                                   on 2001/01/30  23:38:49
3711         Log: Integrate change #8396 from mainline.
3712              
3713              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
3714              better multicast support (resend)
3715      Branch: maint-5.6/perl
3716           !> ext/Socket/Socket.pm
3717 ____________________________________________________________________________
3718 [  8631] By: jhi                                   on 2001/01/30  23:28:03
3719         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
3720              
3721              More AIX lore. (7514, ext/re/hints/aix.pl)
3722              
3723              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
3724              
3725              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)
3726              
3727              Subject: [ID 20001214.002] Net::Ping patch
3728              
3729              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
3730              
3731              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
3732              
3733              Add ReuseAddr as a (preferred) alias for Reuse as we now
3734              also have ReusePort.
3735              
3736              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
3737      Branch: maint-5.6/perl
3738           +> ext/re/hints/aix.pl
3739           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
3740           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
3741 ____________________________________________________________________________
3742 [  8630] By: jhi                                   on 2001/01/30  23:03:59
3743         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
3744              
3745              read() documentation tweak for 20001121.004.
3746              
3747              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
3748      Branch: maint-5.6/perl
3749           !> pod/perlfunc.pod pod/perlre.pod
3750 ____________________________________________________________________________
3751 [  8629] By: jhi                                   on 2001/01/30  22:41:57
3752         Log: Integrate change #8098 from mainline.
3753              
3754              fastgetcwd is defined using a glob alias on a $^O dependent basis
3755              and there was no default assignment or perl subroutine.
3756      Branch: maint-5.6/perl
3757           !> lib/Cwd.pm
3758 ____________________________________________________________________________
3759 [  8628] By: jhi                                   on 2001/01/30  21:58:52
3760         Log: Integrate change #7866 from mainline.
3761              
3762              File::Temp 0.11.
3763      Branch: maint-5.6/perl
3764           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
3765 ____________________________________________________________________________
3766 [  8627] By: jhi                                   on 2001/01/30  21:39:44
3767         Log: Integrate changes #8075,8086,8228 from mainline.  
3768              
3769              Darwin is not Windows. (8075,8086)
3770              
3771              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
3772      Branch: maint-5.6/perl
3773           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
3774           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
3775           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
3776           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
3777 ____________________________________________________________________________
3778 [  8626] By: jhi                                   on 2001/01/30  21:22:11
3779         Log: Integrate with tweakery the change #8625 from mainline,
3780              the multibyte decimal separator fix ("fa_IR locale failure").
3781      Branch: maint-5.6/perl
3782            ! embedvar.h perlapi.h
3783           !> intrpvar.h perl.c perl.h sv.c util.c
3784 ____________________________________________________________________________
3785 [  8625] By: jhi                                   on 2001/01/30  20:26:33
3786         Log: Fix for the fa_IR locale failure.  The reason for the failure
3787              was that Perl was assuming the decimal separator aka the radix
3788              separator is one character.  The Farsi-Iranian locale crushed
3789              that bad assumption since there the separator is 'Momayyez',
3790              glyphwise looking somewhat like a slash, and in Unicode UTF-8
3791              encoded in two bytes, 0xd9 0xab.
3792      Branch: perl
3793            ! intrpvar.h perl.c perl.h sv.c util.c
3794 ____________________________________________________________________________
3795 [  8624] By: gsar                                  on 2001/01/30  20:17:03
3796         Log: regen_headers
3797      Branch: maint-5.6/perl
3798            ! Makefile.SH pod/perlintern.pod
3799 ____________________________________________________________________________
3800 [  8623] By: gsar                                  on 2001/01/30  19:42:34
3801         Log: backout change#7431 and its dependents (causes spurious rebuilds
3802              of autogenerated files)
3803              
3804              fix benign b.t failure
3805      Branch: maint-5.6/perl
3806            ! Makefile.SH t/lib/b.t
3807 ____________________________________________________________________________
3808 [  8622] By: jhi                                   on 2001/01/30  19:41:41
3809         Log: Microperl sync.
3810      Branch: perl
3811            ! mg.c perl.h
3812 ____________________________________________________________________________
3813 [  8621] By: gsar                                  on 2001/01/30  19:24:47
3814         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
3815              from mainline
3816              
3817              Subject: podlators 1.06 released
3818              
3819              Subject: [PATCH @8436] Eliminate op_children
3820              
3821              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
3822              
3823              (Replaced by #8448)  More op_children traces (cleanup of #8442).
3824              
3825              Subject: [PATCH #3 @8436] Re: Eliminate op_children
3826              Replace #8444 and #8445.
3827              
3828              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
3829              at the setting of the ofs_sv in new_struct_thread() as the
3830              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
3831              uninitialized fields are, uh, initialized with),
3832              SvREFCNT_inc()ing that invited a core dump.
3833              
3834              podlators 1.07, from Russ Allbery.
3835              
3836              Subject: [PATCH] regcomp.c old feature removal
3837              From: mjd@plover.com
3838              Date: 16 Jan 2001 14:43:18 -0000 
3839              Message-ID: <20010116144318.7140.qmail@plover.com> 
3840      Branch: maint-5.6/perl
3841           +> lib/Pod/Text/Overstrike.pm
3842           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
3843           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
3844           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
3845           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
3846           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
3847           !> util.c
3848 ____________________________________________________________________________
3849 [  8620] By: gsar                                  on 2001/01/30  18:48:32
3850         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
3851              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
3852              now fails one test)
3853              
3854              Subject: [PATCH] lvalue AUTOLOAD. No, really.
3855              
3856              Subject: [PATCH] Interesting syntax idea
3857              Make opens + bareword assigns do typeglob assigns.
3858              
3859              Tests for #8254.
3860              
3861              Subject: [PATCH @8269] Continue blocks and B::Deparse
3862              Make the peephole optimizer to bypass more null ops and
3863              and rewrite the deparse handling of continue blocks.
3864              
3865              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
3866              Doc tweak on #8313.
3867              
3868              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
3869              
3870              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
3871              
3872              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
3873              
3874              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
3875              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
3876              according to the platform.
3877              
3878              Subject: [PATCH @8404] Consolidated lvalue sub changes
3879              
3880              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
3881              
3882              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
3883              
3884              Subject: B::Concise -- an improved replacement for B::Terse 
3885              
3886              The B::Terse drop-in replacement wasn't quite drop-in.
3887              
3888              The LVRET macro needed an aTHX.
3889              
3890              Use the /^Perl_/-less form of is_lvalue_sub().
3891              
3892              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
3893      Branch: maint-5.6/perl
3894           +> ext/B/B/Concise.pm
3895           !> (integrate 27 files)
3896 ____________________________________________________________________________
3897 [  8619] By: nick                                  on 2001/01/30  18:40:28
3898         Log: Integrate mainline
3899      Branch: perlio
3900           !> (integrate 40 files)
3901 ____________________________________________________________________________
3902 [  8618] By: jhi                                   on 2001/01/30  18:37:18
3903         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
3904              Date: Mon, 29 Jan 2001 22:51:29 -0600
3905              From: "Craig A. Berry" <craigberry@mac.com>
3906              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
3907      Branch: perl
3908            ! vms/test.com
3909 ____________________________________________________________________________
3910 [  8617] By: jhi                                   on 2001/01/30  18:34:53
3911         Log: Subject: [PATCH] Add missing CV flags to dump.c
3912              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3913              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
3914              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
3915      Branch: perl
3916            ! dump.c
3917 ____________________________________________________________________________
3918 [  8616] By: jhi                                   on 2001/01/30  18:20:58
3919         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
3920              part isn't applicable to maintperl.
3921              
3922              UTF-8 nit from Inaba Hiroto.
3923      Branch: maint-5.6/perl
3924           !> pod/perlapi.pod utf8.c
3925 ____________________________________________________________________________
3926 [  8615] By: jhi                                   on 2001/01/30  18:18:51
3927         Log: UTF-8 nit from Inaba Hiroto.
3928      Branch: perl
3929            ! pod/perlapi.pod t/op/each.t utf8.c
3930 ____________________________________________________________________________
3931 [  8614] By: jhi                                   on 2001/01/30  18:13:38
3932         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
3933              
3934              perl's internal variables are not for public consumption,
3935              move their docs from perlapi.pod to perlintern.pod
3936              
3937              support for -Dusethreads build under HP-UX 10.20 and DCE threads
3938              library (11.0 and later have pthreads but 10.x don't)
3939              
3940              avoid uninitialized value warnings
3941              
3942              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
3943              gets weird results)
3944              
3945              perldoc nit on windows
3946              
3947              make it possible to run the tests outside the source tree
3948              (there's still a dependency on ../lib being the library
3949              location)
3950      Branch: perl
3951           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
3952           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
3953           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
3954           !> win32/bin/search.pl win32/vdir.h
3955 ____________________________________________________________________________
3956 [  8613] By: gsar                                  on 2001/01/30  16:39:59
3957         Log: make it possible to run the tests outside the source tree
3958              (there's still a dependency on ../lib being the library
3959              location)
3960      Branch: maint-5.6/perl
3961            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
3962 ____________________________________________________________________________
3963 [  8612] By: gsar                                  on 2001/01/30  16:31:12
3964         Log: perldoc nit on windows
3965      Branch: maint-5.6/perl
3966            ! utils/perldoc.PL
3967 ____________________________________________________________________________
3968 [  8611] By: gsar                                  on 2001/01/30  16:22:54
3969         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
3970              gets weird results)
3971      Branch: maint-5.6/perl
3972            ! win32/vdir.h
3973 ____________________________________________________________________________
3974 [  8610] By: gsar                                  on 2001/01/30  16:12:45
3975         Log: avoid uninitialized value warnings
3976      Branch: maint-5.6/perl
3977            ! win32/bin/search.pl
3978 ____________________________________________________________________________
3979 [  8609] By: gsar                                  on 2001/01/30  16:08:01
3980         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
3981              library (11.0 and later have pthreads but 10.x don't)
3982      Branch: maint-5.6/perl
3983            ! hints/hpux.sh thread.h
3984 ____________________________________________________________________________
3985 [  8608] By: gsar                                  on 2001/01/30  15:48:55
3986         Log: perl's internal variables are not for public consumption,
3987              move their docs from perlapi.pod to perlintern.pod
3988      Branch: maint-5.6/perl
3989            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
3990            ! thrdvar.h
3991 ____________________________________________________________________________
3992 [  8607] By: gsar                                  on 2001/01/30  15:44:27
3993         Log: mistakenly branched perl56delta.pod, revert
3994      Branch: maint-5.6/perl
3995            - pod/perl56delta.pod
3996           !> pod/perldelta.pod
3997 ____________________________________________________________________________
3998 [  8606] By: gsar                                  on 2001/01/30  14:20:24
3999         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
4000              dTHR which has been a noop for a while now, except for the
4001              compatibility definition in thread.h)
4002      Branch: maint-5.6/perl
4003           !> (integrate 45 files)
4004 ____________________________________________________________________________
4005 [  8605] By: jhi                                   on 2001/01/30  05:43:58
4006         Log: Mark the UTF-8 APIs as experimental.
4007      Branch: maint-5.6/perl
4008            ! embed.pl pod/perlapi.pod
4009 ____________________________________________________________________________
4010 [  8604] By: jhi                                   on 2001/01/30  05:38:40
4011         Log: Nits from earlier integrates.
4012      Branch: maint-5.6/perl
4013            ! lib/Carp/Heavy.pm
4014           !> sv.c
4015 ____________________________________________________________________________
4016 [  8603] By: jhi                                   on 2001/01/30  05:27:26
4017         Log: Regenerate Porting files.
4018      Branch: maint-5.6/perl
4019            ! Porting/Glossary Porting/config.sh Porting/config_H
4020 ____________________________________________________________________________
4021 [  8602] By: jhi                                   on 2001/01/30  05:14:59
4022         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
4023              8310,8339,8447,8492,8493,8505,8525: documentation changes.
4024              
4025              Subject: Re: perlfaq style changes
4026              
4027              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
4028              
4029              Subject: [PATCH] docs on NaN
4030              
4031              Subject: [patch] perlfaq7
4032              
4033              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
4034              
4035              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
4036              
4037              Subject: [PATCH] open() example in perlfunc.pod
4038              
4039              Podify README.mpeix (a new version from the web)
4040              
4041              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
4042              
4043              Subject: [PATCH] format and rewording in perlfaq.pod
4044              
4045              Subject: [PATCH] API Variable documentation   
4046              
4047              Memory management calls documentation.
4048              
4049              Subject: [PATCH: perl@8482] README.vms URL updates
4050              
4051              Subject: Minor typos in perlfaq2.pod
4052              
4053              Subject: [PATCH] pod/perlvar.pod
4054      Branch: maint-5.6/perl
4055           +> pod/perl56delta.pod
4056            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4057           !> README.amiga README.epoc README.mpeix README.vms
4058           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
4059           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
4060           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
4061           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
4062           !> pod/perlvar.pod thrdvar.h
4063 ____________________________________________________________________________
4064 [  8601] By: jhi                                   on 2001/01/30  04:38:35
4065         Log: Integrate changes #8036,8096,8253 from mainline:
4066              hints changes.
4067              
4068              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
4069              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
4070              
4071              Output the (apparent) version of gcc in Tru64.
4072      Branch: maint-5.6/perl
4073           +> ext/POSIX/hints/svr4.pl
4074           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
4075           !> hints/svr4.sh t/lib/bigfltpm.t
4076 ____________________________________________________________________________
4077 [  8600] By: jhi                                   on 2001/01/30  04:04:01
4078         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
4079              locale fixes.
4080              
4081              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
4082              
4083              Debian allows /usr/bin/locale to exist without any locales. (7868)
4084              
4085              Allow the locale test needing POSIX and the taint test
4086              needing IPC::SysV to run under 'minitest' (basically,
4087              bail out if loading the extension fails). (8384)
4088              
4089              Cleanup the locale.t output  (8480)
4090      Branch: maint-5.6/perl
4091           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
4092           !> t/pragma/locale.t
4093 ____________________________________________________________________________
4094 [  8599] By: jhi                                   on 2001/01/30  03:51:04
4095         Log: Missing generated files from #8598.
4096      Branch: maint-5.6/perl
4097            ! embed.h global.sym objXSUB.h perlapi.c proto.h
4098 ____________________________________________________________________________
4099 [  8598] By: jhi                                   on 2001/01/30  03:41:54
4100         Log: Integrate change #8555 from mainline, manually integrate parts
4101              of changes 8452 and 8583.
4102              
4103              Subject: [PATCH] utf8.c documentation (8452)
4104              
4105              No point in checking the length if the pointer is bogus. (8555)
4106              
4107              Introduce bytes_from_utf8() and implement sv_eq() using it,
4108              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
4109              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
4110              was malformed. (8583)
4111      Branch: maint-5.6/perl
4112            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
4113           !> pod/perlapi.pod sv.c utf8.c
4114 ____________________________________________________________________________
4115 [  8597] By: gsar                                  on 2001/01/30  02:37:26
4116         Log: get PERL_OBJECT build going again on windows
4117      Branch: maint-5.6/perl
4118            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4119            ! pod/perlapi.pod proto.h sv.c
4120 ____________________________________________________________________________
4121 [  8596] By: jhi                                   on 2001/01/30  02:16:17
4122         Log: Signedness nit.
4123      Branch: perl
4124            ! sv.c
4125 ____________________________________________________________________________
4126 [  8595] By: jhi                                   on 2001/01/30  02:11:07
4127         Log: EBCDIC patch for Storable, from Peter Prymmer.
4128      Branch: perl
4129            ! t/lib/st-06compat.t
4130 ____________________________________________________________________________
4131 [  8594] By: jhi                                   on 2001/01/30  01:04:48
4132         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
4133              From: Peter Prymmer <pvhp@forte.com>
4134              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
4135              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
4136      Branch: perl
4137            ! t/lib/b.t
4138 ____________________________________________________________________________
4139 [  8593] By: jhi                                   on 2001/01/30  00:56:47
4140         Log: Subject: [PATCH: perl@8585] pod problems in io
4141              From: Peter Prymmer <pvhp@forte.com>
4142              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
4143              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
4144      Branch: perl
4145            ! pod/perlapio.pod pod/perliol.pod
4146 ____________________________________________________________________________
4147 [  8592] By: jhi                                   on 2001/01/30  00:48:20
4148         Log: Integrate perlio.
4149      Branch: perl
4150           !> pod/perlapio.pod pod/perliol.pod
4151 ____________________________________________________________________________
4152 [  8591] By: nick                                  on 2001/01/29  22:02:28
4153         Log: GNU 'merge' Simon's copy of perliol.pod with version
4154              patched by Craig's patch.
4155      Branch: perlio
4156            ! pod/perliol.pod
4157 ____________________________________________________________________________
4158 [  8590] By: nick                                  on 2001/01/29  21:55:10
4159         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
4160      Branch: perlio
4161            ! pod/perlapio.pod pod/perliol.pod
4162 ____________________________________________________________________________
4163 [  8589] By: jhi                                   on 2001/01/29  15:35:33
4164         Log: Integrate change #8586 from maint-5.6/perl.
4165              
4166              make the BOM detection code not call tell() until it has to
4167              (meant to fix esoteric compatibility issues where PL_rsfp
4168              is overridden)
4169      Branch: perl
4170           !> toke.c
4171 ____________________________________________________________________________
4172 [  8588] By: jhi                                   on 2001/01/29  15:29:11
4173         Log: Subject: MAking Solaris malloc() the default
4174              From: Lupe Christoph <lupe@lupe-christoph.de>
4175              Date: Mon, 29 Jan 2001 12:59:36 +0100
4176              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
4177              
4178              The README.solaris part slightly tweaked.
4179      Branch: perl
4180            ! README.solaris hints/solaris_2.sh
4181 ____________________________________________________________________________
4182 [  8587] By: jhi                                   on 2001/01/29  15:17:34
4183         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
4184              From: root@ak-75.mind.de
4185              Date: Sun, 28 Jan 2001 20:32:29 +0100
4186              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
4187      Branch: perl
4188            ! pod/perlre.pod
4189 ____________________________________________________________________________
4190 [  8586] By: gsar                                  on 2001/01/29  13:43:44
4191         Log: make the BOM detection code not call tell() until it has to
4192              (meant to fix esoteric compatibility issues where PL_rsfp
4193              is overridden)
4194      Branch: maint-5.6/perl
4195            ! toke.c
4196 ____________________________________________________________________________
4197 [  8585] By: jhi                                   on 2001/01/28  20:05:45
4198         Log: Update Changes.
4199      Branch: perl
4200            ! Changes patchlevel.h
4201 ____________________________________________________________________________
4202 [  8584] By: jhi                                   on 2001/01/28  19:30:02
4203         Log: Integrate perlio.
4204      Branch: perl
4205           +> pod/perliol.pod
4206           !> MANIFEST pod/perlapio.pod
4207 ____________________________________________________________________________
4208 [  8583] By: jhi                                   on 2001/01/28  19:28:40
4209         Log: Patch from Inaba Hiroto:
4210              - canonical UTF-8 hash keys: if a key string for a hash is
4211              UTF8-on, try downgrade the string and use it if
4212              unicode::distinct is not in effect.
4213              For the task, I added a function bytes_from_utf8() to utf8.c.
4214              It might resemble utf8_to_bytes() but it is not convenient
4215              to the task.
4216              Made a test for it and added to t/op/each.t
4217              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
4218              the mortal copy of the argument SV.
4219              And changed t/io/utf8.t test 18 which expects print() to
4220              upgrade its argument.
4221              - re-implement sv_eq with bytes_from_utf8()
4222              - some bug fixes
4223              - tr/// does not handle UTF8 range (\x{}-\x{})
4224              - \ before raw UTF8 character produced
4225              "Malformed UTF-8 character" warning.
4226              - "\x{100}\N{CENT SIGN}" is Malformed.
4227              Added tests for these 3.
4228              - and one silly bug (by me) with qu operator.
4229      Branch: perl
4230            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
4231            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
4232            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
4233 ____________________________________________________________________________
4234 [  8582] By: nick                                  on 2001/01/28  19:25:04
4235         Log: Add pod/perliol.pod to MANIFEST :-(
4236      Branch: perlio
4237            ! MANIFEST
4238 ____________________________________________________________________________
4239 [  8581] By: nick                                  on 2001/01/28  19:22:40
4240         Log: PerlIO documentation. Proofing and sub-editing requested.
4241      Branch: perlio
4242            + pod/perliol.pod
4243            ! pod/perlapio.pod
4244 ____________________________________________________________________________
4245 [  8580] By: jhi                                   on 2001/01/28  05:16:25
4246         Log: Revert the change to sv_2pv() done by #8054: Someone who
4247              did SvNV_set() on a scalar that also happened to be POK,
4248              followed by sv_2pv() won't get the right coercion anymore.
4249              [Sarathy]
4250      Branch: maint-5.6/perl
4251            ! sv.c
4252 ____________________________________________________________________________
4253 [  8579] By: jhi                                   on 2001/01/28  05:15:04
4254         Log: Remove the #8084 effect: do not allow -Q to be interpreted
4255              as -&Q(), this is too much wiggle room.
4256      Branch: maint-5.6/perl
4257            ! toke.c
4258 ____________________________________________________________________________
4259 [  8578] By: jhi                                   on 2001/01/28  05:12:45
4260         Log: Needed bits of #8439 (should have been in #8576),
4261              mainly for lval substr().
4262      Branch: maint-5.6/perl
4263            ! mg.c pp.c pp_hot.c
4264 ____________________________________________________________________________
4265 [  8577] By: jhi                                   on 2001/01/28  05:02:46
4266         Log: A missing check-in.
4267      Branch: maint-5.6/perl
4268            ! utf8.c
4269 ____________________________________________________________________________
4270 [  8576] By: jhi                                   on 2001/01/28  04:26:18
4271         Log: Integrate changes #8425,8436,8439,8517 from mainline.
4272              The 8439 was not truly integrated because it had too many
4273              dependencies on the development branch and because it introduced
4274              concepts too bold for a maintenance branch (such as the qu operator).
4275              
4276              Subject: [PATCH perl@8342] -Wformat
4277              
4278              Tighten some of the UTF-8 tests a bit.
4279              
4280              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
4281              - The substr lval was still not okay.
4282              - Now pp_stringify and sv_setsv copies source's UTF8 flag
4283              even if IN_BYTE.  pp_stringify is called from fold_constants
4284              at optimization phase and "\x{100}" was made SvUTF8_off under
4285              use bytes (the bytes pragma is for "byte semantics" and not
4286              for "do not produce UTF8 data")
4287      Branch: maint-5.6/perl
4288            ! t/lib/charnames.t t/op/substr.t toke.c
4289           !> sv.c t/pragma/utf8.t
4290 ____________________________________________________________________________
4291 [  8575] By: jhi                                   on 2001/01/28  04:01:51
4292         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
4293              
4294              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
4295              
4296              Subject: [ID 20001230.003] UTF-8 tr still hurts
4297              
4298              Test cases for #8385 (from Simon's "torture.pl")
4299              
4300              Start fixing UTF-8 lval substr() (8405)
4301      Branch: maint-5.6/perl
4302           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
4303           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
4304 ____________________________________________________________________________
4305 [  8574] By: jhi                                   on 2001/01/28  03:09:06
4306         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
4307              from mainline.
4308              
4309              UTF-8 cleanup.
4310              
4311              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
4312              
4313              "\x{FF}\xFF" was broken.
4314              
4315              Tests for #8329 and #8330.
4316              
4317              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
4318              
4319              IRIX compiler noticed that the bof initialization might be
4320              bypassed by control flow.
4321              
4322              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
4323      Branch: maint-5.6/perl
4324           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
4325           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
4326 ____________________________________________________________________________
4327 [  8573] By: jhi                                   on 2001/01/28  02:06:12
4328         Log: Retract #8552.
4329      Branch: perl
4330            ! lib/Text/Wrap.pm t/lib/textwrap.t
4331 ____________________________________________________________________________
4332 [  8572] By: jhi                                   on 2001/01/28  02:04:49
4333         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
4334              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
4335              not really integrated but instead salvaged by hand
4336              (they had too many dependencies on the development release
4337              to be cleanly integratable).
4338              
4339              Subject: more UTF8 test suites and an UTF8 patch
4340              
4341              Tweak for MULTIPLICITY/USE_PERLIO
4342              
4343              Signedness nit.
4344              
4345              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
4346              
4347              Use the UTF8_XXX macros in is_utf8_char().
4348              
4349              Rewrite pp_concat() in terms of sv_catsv().  The . operator
4350              should now be UTF-8-proof.
4351              
4352              Subject: [PATCH perl@8269] scanning two hex-constants
4353              fails on EBCDIC environment (script length.t)
4354              
4355              Add some Unicode chop() tests.
4356      Branch: maint-5.6/perl
4357            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
4358           !> sv.c t/op/chop.t utf8.h
4359 ____________________________________________________________________________
4360 [  8571] By: jhi                                   on 2001/01/28  00:35:59
4361         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
4362              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
4363              
4364              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
4365              
4366              The maxiters upper limit sanity check (guarding against
4367              non-progress) assumed bytes instead of characters in s///
4368              and split().
4369              
4370              Signedness nit.
4371              
4372              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
4373              join() should now be UTF-8-proof.
4374              
4375              More split // UTF-8 tests. (8250)
4376      Branch: maint-5.6/perl
4377           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
4378           !> util.c
4379 ____________________________________________________________________________
4380 [  8570] By: jhi                                   on 2001/01/27  22:15:46
4381         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
4382              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
4383              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
4384              8084,8204,8244,8333 from mainline.
4385              
4386              For -Q where Q might be a one-letter sub name one does no more
4387              get a warning about an unknown filetest (7941,7943,7944,8084).
4388              
4389              Subject: Re: [ID 20001130.011] expression parsing bug ?
4390              
4391              Make uv_to_utf8() to zero-terminate its output buffer.
4392              
4393              Split off t/op/length.t (7995)
4394              
4395              Split off t/op/utf8decode.t (7996)
4396              
4397              Remove an unnecessary 'use utf8' from the utf8.t (7998)
4398              
4399              Split off t/op/concat.t (8004)
4400              
4401              Split off t/op/ver.t (8005)
4402              
4403              Document utf8_length(), utf8_distance(), and utf8_hop().
4404              
4405              Document utf8_to_uv() better.
4406              
4407              Introduce macros for UTF8 decoding (8028,8033).
4408              
4409              Add test for reverse() (8030,8031).
4410              
4411              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
4412              
4413              Do not return the Unicode replacement character    on UTF-8
4414              decoding failure.
4415              
4416              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
4417              not this_utf8 i.e. the output string has one, but don't mess
4418              with source assumption. (8052,8053)
4419              
4420              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
4421              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
4422              was not expecting to be called with something that was already
4423              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
4424              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
4425              (8054)
4426              
4427              Recode the naughty binary bytes in utf8decode.t using the \xHH.
4428              
4429              Make some panic messages a bit more logical.
4430      Branch: maint-5.6/perl
4431           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
4432           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
4433           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
4434           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
4435           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
4436           !> utf8.c utf8.h
4437 ____________________________________________________________________________
4438 [  8569] By: jhi                                   on 2001/01/27  19:16:43
4439         Log: Integrate changes #7750 from perlio and #8566 from mainline.
4440      Branch: maint-5.6/perl
4441           !> regexec.c sv.c
4442 ____________________________________________________________________________
4443 [  8568] By: jhi                                   on 2001/01/27  18:06:51
4444         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
4445              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
4446              7935[-perlio.c],7936,7959,7965 from mainline.
4447              
4448              Change the "big byte" error message to "Wide character".
4449              (7355, the croak-if-wide-chars-in-print part ignored)
4450              
4451              Use UINT64_C().
4452              
4453              Introduce Perl_utf8_length().
4454              
4455              diff -se shows these as different (7753, forgotten check-ins)
4456              
4457              Subject: [PATCH] doop.c - UTF8 tr///
4458              
4459              If we use (aTHX_ ...) then put Perl_ on the front.
4460              
4461              Make utf8_length() and utf8_distance() to be less forgiving
4462              about bad UTF-8.
4463              
4464              Test line numbers are different with utf8.
4465              
4466              No need to scan till infinity, 13 is enough. (7872,7911)
4467              
4468              Subject: [PATCH] Tokeniser debugging
4469              
4470              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
4471              
4472              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
4473              
4474              Be more careful in Perl_sv_utf8_downgrade().
4475              
4476              Use DO_UTF8().
4477              
4478              Raw zero bytes in text files confuse at least GNU patch 2.1.
4479      Branch: maint-5.6/perl
4480           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
4481           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
4482           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
4483           !> t/pragma/utf8.t toke.c utf8.c utf8.h
4484 ____________________________________________________________________________
4485 [  8567] By: nick                                  on 2001/01/27  11:10:38
4486         Log: Integrate mainline
4487      Branch: perlio
4488           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
4489           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
4490           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
4491           !> toke.c
4492 ____________________________________________________________________________
4493 [  8566] By: jhi                                   on 2001/01/27  06:22:48
4494         Log: More documentation for the regexp context stack.
4495      Branch: perl
4496            ! regexec.c
4497 ____________________________________________________________________________
4498 [  8565] By: jhi                                   on 2001/01/27  05:21:57
4499         Log: Update Changes.
4500      Branch: perl
4501            ! Changes patchlevel.h
4502 ____________________________________________________________________________
4503 [  8564] By: jhi                                   on 2001/01/27  04:44:04
4504         Log: Threadedness patch for #8562 from Doug MacEachern.
4505      Branch: perl
4506            ! toke.c
4507 ____________________________________________________________________________
4508 [  8563] By: jhi                                   on 2001/01/27  04:26:24
4509         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
4510              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4511              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
4512              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
4513      Branch: perl
4514            ! op.c
4515 ____________________________________________________________________________
4516 [  8562] By: jhi                                   on 2001/01/27  04:20:30
4517         Log: Subject: Re: Announce : Tokener reporting patch
4518              From: Simon Cozens <simon@cozens.net>
4519              Date: Mon, 22 Jan 2001 02:17:22 +0000
4520              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
4521      Branch: perl
4522            ! embed.h embed.pl proto.h toke.c
4523 ____________________________________________________________________________
4524 [  8561] By: jhi                                   on 2001/01/27  04:17:24
4525         Log: Forgot from #8545.  Oops.
4526      Branch: perl
4527            ! pp.c t/pragma/overload.t
4528 ____________________________________________________________________________
4529 [  8560] By: jhi                                   on 2001/01/27  03:01:47
4530         Log: A better module compilation test, use MANIFEST as suggested
4531              by Spider.
4532      Branch: perl
4533            ! t/lib/1_compile.t
4534 ____________________________________________________________________________
4535 [  8559] By: jhi                                   on 2001/01/27  02:50:48
4536         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
4537              From: Peter Prymmer <pvhp@forte.com>
4538              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
4539              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
4540      Branch: perl
4541            ! t/lib/b.t
4542 ____________________________________________________________________________
4543 [  8558] By: jhi                                   on 2001/01/27  02:27:05
4544         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
4545              From: Peter Prymmer <pvhp@forte.com>
4546              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
4547              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
4548      Branch: perl
4549            ! t/pragma/sub_lval.t
4550 ____________________________________________________________________________
4551 [  8557] By: jhi                                   on 2001/01/27  02:26:03
4552         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
4553              From: Peter Prymmer <pvhp@forte.com>
4554              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
4555              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
4556      Branch: perl
4557            ! t/lib/st-06compat.t
4558 ____________________________________________________________________________
4559 [  8556] By: jhi                                   on 2001/01/27  02:24:33
4560         Log: Subject: [PATCH: perl@8531] minor update to README.os390
4561              From: Peter Prymmer <pvhp@forte.com>
4562              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
4563              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
4564      Branch: perl
4565            ! README.os390
4566 ____________________________________________________________________________
4567 [  8555] By: jhi                                   on 2001/01/27  00:35:47
4568         Log: No point in checking the length before we know whether the pointer
4569              is bogus or not, fixes Abigail's odbm failures in Linux.
4570      Branch: perl
4571            ! sv.c
4572 ____________________________________________________________________________
4573 [  8554] By: nick                                  on 2001/01/26  19:01:31
4574         Log: Integrate mainline
4575      Branch: perlio
4576           !> lib/Text/Wrap.pm t/lib/textwrap.t
4577 ____________________________________________________________________________
4578 [  8553] By: jhi                                   on 2001/01/26  15:19:39
4579         Log: Integrate change #7792 from perlio (multiplicity fix),
4580              fix the AV leak in regex DEBUGGING (tiny part of the
4581              polymorphic regexp patch #8143).
4582      Branch: maint-5.6/perl
4583            ! regcomp.c
4584           !> scope.h
4585 ____________________________________________________________________________
4586 [  8552] By: jhi                                   on 2001/01/26  15:03:23
4587         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
4588              From: Michael G Schwern <schwern@pobox.com>
4589              Date: Fri, 26 Jan 2001 09:28:31 -0500
4590              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
4591      Branch: perl
4592            ! lib/Text/Wrap.pm t/lib/textwrap.t
4593 ____________________________________________________________________________
4594 [  8551] By: jhi                                   on 2001/01/26  02:33:19
4595         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
4596              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
4597              
4598              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
4599              
4600              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
4601              
4602              Message nit.
4603              
4604              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
4605              
4606              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
4607              
4608              (the cleanup of unused submatches in regtry() and regcppop())
4609              
4610              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
4611              stored and restored, and thusly was trounced by the utf8 swash
4612              routines.
4613              
4614              use utf8 not required to use \x{}.
4615              
4616              Removed two more tests that make no sense in UTF-8 since the test
4617              data is not in UTF-8.
4618              
4619              Get the three different space character classes right under utf8.
4620              
4621              Implement ANYOFUTF8 regprop() dumping.
4622              
4623              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
4624              
4625              Document the regex context pushing/popping a bit better.
4626      Branch: maint-5.6/perl
4627           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
4628           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
4629           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
4630           !> t/op/regmesg.t utf8.c
4631 ____________________________________________________________________________
4632 [  8550] By: nick                                  on 2001/01/25  19:42:30
4633         Log: Integrate mainline
4634      Branch: perlio
4635           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
4636           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
4637           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
4638           !> t/lib/bigint.t t/lib/bigintpm.t
4639 ____________________________________________________________________________
4640 [  8549] By: jhi                                   on 2001/01/25  15:22:28
4641         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
4642      Branch: maint-5.6/perl
4643            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
4644 ____________________________________________________________________________
4645 [  8548] By: jhi                                   on 2001/01/25  15:02:55
4646         Log: Integrate changes #7997,8063,8492,8547 from mainline.
4647              
4648              Subject: Re: STRLEN - what?
4649              
4650              Subject: [PATCH] perlguts.pod
4651              
4652              Memory management calls documentation.
4653              
4654              Layout using tabulator is not a good idea in a pod.
4655      Branch: maint-5.6/perl
4656           !> pod/perlguts.pod
4657 ____________________________________________________________________________
4658 [  8547] By: jhi                                   on 2001/01/25  14:49:05
4659         Log: Layout using tabulator is not a good idea in a pod.
4660      Branch: perl
4661            ! pod/perlguts.pod
4662 ____________________________________________________________________________
4663 [  8546] By: jhi                                   on 2001/01/25  14:31:12
4664         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
4665              from mainline.
4666              
4667              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
4668              
4669              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
4670              
4671              More Win32 editor/IDE/shell hints.
4672              
4673              More Win32 Perling.
4674              
4675              Yet another editor edit.
4676              
4677              Edit edit edit.
4678              
4679              IDE/editor section tweaking.
4680              
4681              Few more IDE/editor nits from p5p.
4682      Branch: maint-5.6/perl
4683           !> pod/perlfaq3.pod
4684 ____________________________________________________________________________
4685 [  8545] By: jhi                                   on 2001/01/25  04:16:32
4686         Log: Subject: [PATCH 5.7.0] overload int()
4687              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4688              Date: Wed, 24 Jan 2001 19:06:57 -0500
4689              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
4690      Branch: perl
4691            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
4692            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
4693            ! t/lib/bigintpm.t
4694 ____________________________________________________________________________
4695 [  8544] By: jhi                                   on 2001/01/25  04:15:11
4696         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
4697              From: Peter Prymmer <pvhp@forte.com>
4698              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
4699              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
4700      Branch: perl
4701            ! Makefile.SH README.os390 hints/os390.sh installperl
4702 ____________________________________________________________________________
4703 [  8543] By: jhi                                   on 2001/01/25  03:52:08
4704         Log: Integrate change #8462,8469 from mainline.
4705              
4706              In VMS Perl subversion (perl -V) is undef.
4707      Branch: maint-5.6/perl
4708           !> configure.com
4709 ____________________________________________________________________________
4710 [  8542] By: jhi                                   on 2001/01/25  03:44:55
4711         Log: Integrate changes #7835,7850,8315,8316 from mainline.
4712              
4713              Solaris hints.
4714      Branch: maint-5.6/perl
4715           !> hints/solaris_2.sh
4716 ____________________________________________________________________________
4717 [  8541] By: jhi                                   on 2001/01/25  03:39:28
4718         Log: Integrate #8336 from mainline.
4719      Branch: maint-5.6/perl
4720           !> hv.c
4721 ____________________________________________________________________________
4722 [  8540] By: jhi                                   on 2001/01/25  03:23:50
4723         Log: Retract #8539.
4724      Branch: maint-5.6/perl
4725            ! pod/perlfaq3.pod
4726 ____________________________________________________________________________
4727 [  8539] By: jhi                                   on 2001/01/25  03:21:55
4728         Log: (Retracted by #5940.)
4729      Branch: maint-5.6/perl
4730            ! pod/perlfaq3.pod
4731 ____________________________________________________________________________
4732 [  8538] By: jhi                                   on 2001/01/25  03:14:07
4733         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
4734              From: Peter Prymmer <pvhp@forte.com>
4735              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
4736              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
4737              
4738              The VMS bits.
4739      Branch: maint-5.6/perl
4740            ! configure.com vms/descrip_mms.template
4741 ____________________________________________________________________________
4742 [  8537] By: jhi                                   on 2001/01/25  03:06:09
4743         Log: Integrate #7710,7824,7973 from mainline.
4744      Branch: maint-5.6/perl
4745           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4746           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
4747           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
4748           !> vos/config.ga.def vos/config.ga.h win32/config.bc
4749           !> win32/config.gc win32/config.vc
4750 ____________________________________________________________________________
4751 [  8536] By: jhi                                   on 2001/01/24  13:50:20
4752         Log: Revert the edits made by me so far to the 5.6 branch since
4753              the TRIAL1 since I did edits when I should have been using
4754              integrates.  Bad programmer.   (Will integrate them properly later.)
4755              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
4756              The #8353 will not be reapplied at least for now since
4757              the UTF-8 hash keys need more thinking.
4758              (The patches #8347, #8354, #8454, #8473 were okay since they
4759              were original edits made specifically for the 5.6.1-TRIAL1.)
4760      Branch: maint-5.6/perl
4761            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4762            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
4763            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
4764            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
4765            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
4766            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4767            ! win32/config.bc win32/config.gc win32/config.vc
4768 ____________________________________________________________________________
4769 [  8535] By: bailey                                on 2001/01/24  06:37:02
4770         Log: SYN SYN
4771      Branch: vmsperl
4772           +> (branch 26 files)
4773           !> (integrate 130 files)
4774 ____________________________________________________________________________
4775 [  8534] By: nick                                  on 2001/01/23  19:30:57
4776         Log: Integrate mainline.
4777      Branch: perlio
4778           !> Changes Configure Porting/Glossary Porting/config.sh
4779           !> Porting/config_H embed.h embed.pl ext/Encode/compile
4780           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
4781           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
4782           !> pod/perlvar.pod proto.h t/lib/1_compile.t
4783 ____________________________________________________________________________
4784 [  8533] By: jhi                                   on 2001/01/23  16:15:46
4785         Log: Forgotten from #8501.
4786      Branch: perl
4787            ! Porting/Glossary Porting/config.sh Porting/config_H
4788 ____________________________________________________________________________
4789 [  8532] By: jhi                                   on 2001/01/23  16:13:27
4790         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
4791              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4792              Date: Mon, 22 Jan 2001 17:51:58 +0100
4793              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
4794      Branch: perl
4795            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
4796 ____________________________________________________________________________
4797 [  8531] By: jhi                                   on 2001/01/23  15:46:01
4798         Log: Update Changes.
4799      Branch: perl
4800            ! Changes patchlevel.h
4801 ____________________________________________________________________________
4802 [  8530] By: jhi                                   on 2001/01/23  15:38:39
4803         Log: De-cut-and-pasto.
4804      Branch: perl
4805            ! t/lib/1_compile.t
4806 ____________________________________________________________________________
4807 [  8529] By: jhi                                   on 2001/01/23  15:11:04
4808         Log: Document the mkdir trailing slashes case.
4809      Branch: perl
4810            ! pod/perlfunc.pod
4811 ____________________________________________________________________________
4812 [  8528] By: jhi                                   on 2001/01/23  15:08:28
4813         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
4814              get installed:
4815              
4816              Subject: lib/lib.pm
4817              From: <abigail@foad.org>
4818              Date: Mon, 28 Aug 2000 20:35:08 -0400
4819              Message-ID: <20000829003508.21281.qmail@foad.org>
4820      Branch: perl
4821            ! installperl
4822 ____________________________________________________________________________
4823 [  8527] By: jhi                                   on 2001/01/23  14:44:04
4824         Log: Metaconfig unit change for #8526.
4825      Branch: metaconfig
4826            ! U/threads/archname.U
4827 ____________________________________________________________________________
4828 [  8526] By: jhi                                   on 2001/01/23  14:43:19
4829         Log: Attach -perlio to the archname if so selected.
4830      Branch: perl
4831            ! Configure
4832 ____________________________________________________________________________
4833 [  8525] By: jhi                                   on 2001/01/23  14:24:01
4834         Log: Subject: [PATCH] pod/perlvar.pod
4835              From: abigail@foad.org
4836              Date: Tue, 23 Jan 2001 01:41:10 +0100
4837              Message-ID: <20010123004110.22259.qmail@foad.org>
4838      Branch: perl
4839            ! pod/perlvar.pod
4840 ____________________________________________________________________________
4841 [  8524] By: jhi                                   on 2001/01/23  14:22:32
4842         Log: A bug introduced in #8217 (the undefined variable in the
4843              lib/safe1_t #3) fixed, by Charles Lane:
4844              
4845              The earlier patch made it so that stuff running in Safe
4846              compartments could do a "caller" and see "main".  That
4847              little change in name is done right before the code in
4848              the compartment is run, and apparantly the parser
4849              was picking up the stash name before it got changed.
4850              
4851              (why it was threaded vs. unthreaded Perl that was sensitive to this
4852              I still don't know...and it probably doesn't matter).
4853              
4854              I tryed removing the stash name-change and saw that threaded Perl
4855              did indeed pass the lib/safe1.t tests.
4856              
4857              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
4858              do the name change (and to connect _ in the compartment to the global
4859              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
4860              to call _safe_pkg_prep when creating a new compartment.
4861              
4862              Passes all tests with threaded perl on linux; passes all tests
4863              with unthreaded perl on VMS.
4864              
4865              At some point I'll probably want to revisit Safe and Opcode to
4866              provide more sensible handling of global variables...and to get
4867              formats working in Safe compartments, which they don't do currently.
4868      Branch: perl
4869            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
4870 ____________________________________________________________________________
4871 [  8523] By: jhi                                   on 2001/01/23  14:11:58
4872         Log: Also the lib/Thread.pm itself needs to be ignored if
4873              the Thread extension hasn't been built.
4874      Branch: perl
4875            ! t/lib/1_compile.t
4876 ____________________________________________________________________________
4877 [  8522] By: jhi                                   on 2001/01/23  13:51:28
4878         Log: print() instead of warn() so that stderr doesn't get
4879              unncessarily polluted.
4880      Branch: perl
4881            ! ext/Encode/compile
4882 ____________________________________________________________________________
4883 [  8521] By: jhi                                   on 2001/01/23  13:49:48
4884         Log: Integrate perlio.
4885      Branch: perl
4886           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
4887           !> ext/Encode/encode.h
4888 ____________________________________________________________________________
4889 [  8520] By: nick                                  on 2001/01/22  21:44:00
4890         Log: More messing with Encode:
4891              Extra fields in header to allow multiple names and to record
4892              other things "compile" knows.
4893              Re-organise compile to factor out common output routines.
4894      Branch: perlio
4895            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
4896 ____________________________________________________________________________
4897 [  8519] By: nick                                  on 2001/01/22  20:33:50
4898         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
4899      Branch: perlio
4900            ! ext/Encode/Makefile.PL ext/Encode/compile
4901 ____________________________________________________________________________
4902 [  8518] By: nick                                  on 2001/01/22  20:28:13
4903         Log: Integrate mainline
4904      Branch: perlio
4905           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
4906           !> vos/config.alpha.def vos/config.alpha.h
4907 ____________________________________________________________________________
4908 [  8517] By: jhi                                   on 2001/01/22  15:37:17
4909         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
4910              by Inaba Hiroto.
4911      Branch: perl
4912            ! sv.c
4913 ____________________________________________________________________________
4914 [  8516] By: jhi                                   on 2001/01/22  14:55:15
4915         Log: More SIG_SIZE fixes.
4916      Branch: perl
4917            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
4918 ____________________________________________________________________________
4919 [  8515] By: jhi                                   on 2001/01/22  14:50:27
4920         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
4921              From: "Craig A. Berry" <craigberry@mac.com>
4922              Date: Mon, 22 Jan 2001 00:42:24 -0600
4923              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
4924      Branch: perl
4925            ! configure.com
4926 ____________________________________________________________________________
4927 [  8514] By: jhi                                   on 2001/01/22  14:31:17
4928         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
4929              From: "Craig A. Berry" <craigberry@mac.com>
4930              Date: Sun, 21 Jan 2001 23:03:25 -0600
4931              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
4932      Branch: perl
4933            ! configure.com
4934 ____________________________________________________________________________
4935 [  8513] By: jhi                                   on 2001/01/22  14:14:00
4936         Log: Add the .ucm encoding tables to the MANIFEST.
4937      Branch: perl
4938            ! MANIFEST
4939 ____________________________________________________________________________
4940 [  8512] By: jhi                                   on 2001/01/22  13:43:33
4941         Log: Integrate perlio.
4942      Branch: perl
4943           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4944           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4945           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4946           +> ext/Encode/Encode/iso8859-10.ucm
4947           +> ext/Encode/Encode/iso8859-13.ucm
4948           +> ext/Encode/Encode/iso8859-14.ucm
4949           +> ext/Encode/Encode/iso8859-15.ucm
4950           +> ext/Encode/Encode/iso8859-16.ucm
4951           +> ext/Encode/Encode/iso8859-2.ucm
4952           +> ext/Encode/Encode/iso8859-3.ucm
4953           +> ext/Encode/Encode/iso8859-4.ucm
4954           +> ext/Encode/Encode/iso8859-5.ucm
4955           +> ext/Encode/Encode/iso8859-6.ucm
4956           +> ext/Encode/Encode/iso8859-7.ucm
4957           +> ext/Encode/Encode/iso8859-8.ucm
4958           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4959           +> ext/Encode/Encode/symbol.ucm
4960           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
4961           !> perliol.h
4962 ____________________________________________________________________________
4963 [  8511] By: nick                                  on 2001/01/21  23:44:47
4964         Log: Make "real" layers of ":utf8" and ":raw".
4965              So now PERLIO=utf8 perl ...
4966              does what Andreas wanted.
4967              Fix arg passing in open.pm (still have a Carp issue).
4968      Branch: perlio
4969            ! lib/open.pm perlio.c perliol.h
4970 ____________________________________________________________________________
4971 [  8510] By: jhi                                   on 2001/01/21  22:56:53
4972         Log: Document the regex context pushing/popping a bit better.
4973      Branch: perl
4974            ! regexec.c
4975 ____________________________________________________________________________
4976 [  8509] By: jhi                                   on 2001/01/21  22:55:44
4977         Log: Tweak the mkdir trailing slash code some more.
4978              
4979              TO DO: the same handling should probably be done for
4980              all the other filesystem functions that can have directories
4981              as their arguments.
4982      Branch: perl
4983            ! pp_sys.c
4984 ____________________________________________________________________________
4985 [  8508] By: nick                                  on 2001/01/21  21:37:43
4986         Log: Switch "compiled in" encodings to .ucm format.
4987              (Leave others as .enc till we can run-time load .ucm,
4988              or find some other way to load them.)
4989      Branch: perlio
4990            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4991            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4992            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4993            + ext/Encode/Encode/iso8859-10.ucm
4994            + ext/Encode/Encode/iso8859-13.ucm
4995            + ext/Encode/Encode/iso8859-14.ucm
4996            + ext/Encode/Encode/iso8859-15.ucm
4997            + ext/Encode/Encode/iso8859-16.ucm
4998            + ext/Encode/Encode/iso8859-2.ucm
4999            + ext/Encode/Encode/iso8859-3.ucm
5000            + ext/Encode/Encode/iso8859-4.ucm
5001            + ext/Encode/Encode/iso8859-5.ucm
5002            + ext/Encode/Encode/iso8859-6.ucm
5003            + ext/Encode/Encode/iso8859-7.ucm
5004            + ext/Encode/Encode/iso8859-8.ucm
5005            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5006            + ext/Encode/Encode/symbol.ucm
5007            ! ext/Encode/Makefile.PL ext/Encode/compile
5008 ____________________________________________________________________________
5009 [  8507] By: nick                                  on 2001/01/21  21:02:03
5010         Log: Integrate (partial) mainline.
5011      Branch: perlio
5012           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
5013           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
5014           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5015 ____________________________________________________________________________
5016 [  8506] By: jhi                                   on 2001/01/21  20:09:30
5017         Log: Update Changes.
5018      Branch: perl
5019            ! Changes patchlevel.h
5020 ____________________________________________________________________________
5021 [  8505] By: jhi                                   on 2001/01/21  19:39:59
5022         Log: Subject: Minor typos in perlfaq2.pod
5023              From: "Stephen P. Potter" <spp@spotter.yi.org>
5024              Message-Id: <200101192101.QAA11911@spotter.yi.org>
5025              Date: Fri, 19 Jan 2001 16:01:13 -0500
5026              
5027              with a nit from Philip Netwon.
5028      Branch: perl
5029            ! pod/perlfaq2.pod
5030 ____________________________________________________________________________
5031 [  8504] By: jhi                                   on 2001/01/21  19:33:05
5032         Log: Metaconfig change for #8503.
5033      Branch: metaconfig
5034            ! U/threads/usethreads.U
5035 ____________________________________________________________________________
5036 [  8503] By: jhi                                   on 2001/01/21  19:32:21
5037         Log: Sanity check for conflicting thread flavours.
5038      Branch: perl
5039            ! Configure config_h.SH
5040 ____________________________________________________________________________
5041 [  8502] By: jhi                                   on 2001/01/21  19:23:00
5042         Log: Metaconfig change for #8501.
5043      Branch: metaconfig
5044            ! U/modified/sig_name.U
5045 ____________________________________________________________________________
5046 [  8501] By: jhi                                   on 2001/01/21  19:22:26
5047         Log: The SIG_SIZE is the number of the elements *excluding*
5048              the terminating NULL.
5049      Branch: perl
5050            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
5051            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
5052            ! win32/config_H.vc
5053 ____________________________________________________________________________
5054 [  8500] By: jhi                                   on 2001/01/21  18:31:31
5055         Log: Integrate perlio.
5056      Branch: perl
5057           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
5058           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
5059           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
5060           !> pp_sys.c proto.h sv.c
5061 ____________________________________________________________________________
5062 [  8499] By: jhi                                   on 2001/01/21  17:43:57
5063         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
5064              From: Hugo <hv@crypt.compulink.co.uk>
5065              Date: Sun, 21 Jan 2001 13:34:05 +0000
5066              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
5067              
5068              In sprintf UTF8ize only if necessary.
5069      Branch: perl
5070            ! sv.c
5071 ____________________________________________________________________________
5072 [  8498] By: nick                                  on 2001/01/21  16:25:32
5073         Log: Encode cleanup.
5074              Add command line control over "compile" so that Makefile.PL
5075              needs can be combined with other uses.
5076              Use command line options in Makefile.PL.
5077              Fix multi-byte parsing in .ucm files.
5078      Branch: perlio
5079            ! ext/Encode/Makefile.PL ext/Encode/compile
5080 ____________________________________________________________________________
5081 [  8497] By: nick                                  on 2001/01/21  12:56:27
5082         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
5083      Branch: perlio
5084            ! ext/Encode/Encode.xs
5085 ____________________________________________________________________________
5086 [  8496] By: nick                                  on 2001/01/21  12:18:45
5087         Log: Fixup after integrate:
5088              missed the .sym files that are changed by regen_headers
5089              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
5090      Branch: perlio
5091            ! global.sym pp.sym sv.c
5092 ____________________________________________________________________________
5093 [  8495] By: nick                                  on 2001/01/21  11:51:07
5094         Log: Integrate mainline.
5095      Branch: perlio
5096           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
5097           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
5098           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
5099           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
5100           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
5101           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
5102           !> win32/Makefile win32/makefile.mk
5103 ____________________________________________________________________________
5104 [  8494] By: jhi                                   on 2001/01/20  23:12:11
5105         Log: Forgot the expect_number() prototype.
5106      Branch: perl
5107            ! embed.h embed.pl proto.h
5108 ____________________________________________________________________________
5109 [  8493] By: jhi                                   on 2001/01/20  22:56:39
5110         Log: Subject: [PATCH: perl@8482] README.vms URL updates
5111              From: Peter Prymmer <pvhp@forte.com>
5112              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
5113              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
5114              
5115              Plus Craig A. Berry's suggestion to use compaq.com instead
5116              of digital.com.
5117      Branch: perl
5118            ! README.vms
5119 ____________________________________________________________________________
5120 [  8492] By: jhi                                   on 2001/01/20  22:50:05
5121         Log: Memory management calls documentation.
5122      Branch: perl
5123            ! pod/perlguts.pod
5124 ____________________________________________________________________________
5125 [  8491] By: jhi                                   on 2001/01/20  22:38:33
5126         Log: Signedness nit plus few memcpy/Copy nits.
5127      Branch: perl
5128            ! sv.c
5129 ____________________________________________________________________________
5130 [  8490] By: jhi                                   on 2001/01/20  22:25:53
5131         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
5132              From: Peter Prymmer <pvhp@forte.com>
5133              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
5134              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
5135      Branch: perl
5136            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
5137 ____________________________________________________________________________
5138 [  8489] By: jhi                                   on 2001/01/20  22:24:41
5139         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
5140              From: Peter Prymmer <pvhp@forte.com>
5141              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
5142              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
5143      Branch: perl
5144            ! win32/Makefile win32/makefile.mk
5145 ____________________________________________________________________________
5146 [  8488] By: jhi                                   on 2001/01/20  22:22:27
5147         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
5148              From: Peter Prymmer <pvhp@forte.com>
5149              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
5150              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
5151      Branch: perl
5152            ! Makefile.SH
5153 ____________________________________________________________________________
5154 [  8487] By: jhi                                   on 2001/01/20  22:21:18
5155         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
5156              From: Peter Prymmer <pvhp@forte.com>
5157              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
5158              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
5159      Branch: perl
5160            + ext/DynaLoader/dl_dllload.xs
5161            ! MANIFEST Makefile.SH hints/os390.sh
5162 ____________________________________________________________________________
5163 [  8486] By: jhi                                   on 2001/01/20  22:17:53
5164         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
5165              From: Peter Prymmer <pvhp@forte.com>
5166              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
5167              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
5168      Branch: perl
5169            ! README.os390 README.posix-bc
5170 ____________________________________________________________________________
5171 [  8485] By: jhi                                   on 2001/01/20  20:15:30
5172         Log: Document and test the new qu operator.
5173      Branch: perl
5174            + t/op/qu.t
5175            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
5176            ! pod/perlretut.pod pod/perlunicode.pod
5177 ____________________________________________________________________________
5178 [  8484] By: nick                                  on 2001/01/20  19:42:30
5179         Log: Infrastructure to allow:
5180              open($fh,"|-",@array);
5181              to be implemented
5182              i.e. mark pp_open as needing a stack mark, and make pp_open
5183              process its args in that style (and pass them _all_ to tied handles OPEN).
5184              Invent do_openn() which takes SV ** at allow it to see multiple args.
5185              Note this does not _do_ anything yet.
5186      Branch: perlio
5187            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
5188            ! perlapi.c pp_proto.h pp_sys.c proto.h
5189 ____________________________________________________________________________
5190 [  8483] By: nick                                  on 2001/01/20  17:23:14
5191         Log: Integrate mainline.
5192      Branch: perlio
5193           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
5194           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
5195 ____________________________________________________________________________
5196 [  8482] By: jhi                                   on 2001/01/19  15:37:49
5197         Log: Update Changes.
5198      Branch: perl
5199            ! Changes patchlevel.h
5200 ____________________________________________________________________________
5201 [  8481] By: jhi                                   on 2001/01/19  14:41:24
5202         Log: Subject: Re: new feature: s?printf parameter reordering 
5203              From: Hugo <hv@crypt.compulink.co.uk>
5204              Date: Thu, 11 Jan 2001 17:09:03 +0000
5205              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
5206              
5207              - support reordering for all parameters: %, *v, *, .*
5208              - lay down that the reordering specification must immediately
5209              follow that parameter: %3$, *v3$, *3$, .*3$
5210              - fix vectorisation of a zero-length string
5211              - factor out the code choosing the argument to format
5212              
5213              Possibly unwanted side-effects:
5214              - the special format specifiers ' +-0' must now precede any
5215              vectorisation specifier. Tests in op/sprintf and op/ver
5216              have been changed to reflect this.
5217              - sprintf.t test #214 changed its expectations because in many
5218              cases, the next parameter has already been consumed when an
5219              invalid type letter is detected.
5220              
5221              Probably wanted side-effects:
5222              - attempts to format a non-existent parameter will warn as if C<undef>
5223              - attempt to write to non-existent parameter with '%n' will complain
5224              of "attempt to modify read-only value" instead of being silent
5225      Branch: perl
5226            ! sv.c t/op/sprintf.t t/op/ver.t
5227 ____________________________________________________________________________
5228 [  8480] By: jhi                                   on 2001/01/19  14:08:37
5229         Log: Subject: PATCH pragma/locale.t
5230              From: andreas.koenig@anima.de (Andreas J. Koenig)
5231              Date: 18 Jan 2001 09:45:37 +0100
5232              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
5233      Branch: perl
5234            ! t/pragma/locale.t
5235 ____________________________________________________________________________
5236 [  8479] By: jhi                                   on 2001/01/19  13:19:58
5237         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
5238      Branch: perl
5239            ! configure.com
5240 ____________________________________________________________________________
5241 [  8478] By: jhi                                   on 2001/01/19  02:12:35
5242         Log: Automate 1_compile.t.
5243      Branch: perl
5244            ! t/lib/1_compile.t
5245 ____________________________________________________________________________
5246 [  8477] By: jhi                                   on 2001/01/19  01:49:56
5247         Log: Integrate perlio.
5248      Branch: perl
5249           !> sv.c win32/config.bc win32/config.gc win32/config.vc
5250           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5251 ____________________________________________________________________________
5252 [  8476] By: nick                                  on 2001/01/18  21:51:52
5253         Log: Integrate mainline
5254      Branch: perlio
5255           +> t/lib/1_compile.t t/lib/compmod.pl
5256           !> MANIFEST configure.com lib/unicode/distinct.pm
5257 ____________________________________________________________________________
5258 [  8475] By: nick                                  on 2001/01/18  21:48:02
5259         Log: Win32 "safe signals" co-existance fix.
5260              Fix SIG_SIZE value.
5261              Clear PL_sig_pending when cloning (fork).
5262      Branch: perlio
5263            ! sv.c win32/config.bc win32/config.gc win32/config.vc
5264            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5265 ____________________________________________________________________________
5266 [  8474] By: jhi                                   on 2001/01/18  14:40:57
5267         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
5268      Branch: perl
5269            ! t/lib/1_compile.t
5270 ____________________________________________________________________________
5271 [  8473] By: gsar                                  on 2001/01/18  11:42:31
5272         Log: unsubmitted trial1 change
5273      Branch: maint-5.6/perl
5274            ! Changes
5275 ____________________________________________________________________________
5276 [  8472] By: jhi                                   on 2001/01/18  04:30:24
5277         Log: The first bug found by 1_compile.t.
5278      Branch: perl
5279            ! lib/unicode/distinct.pm
5280 ____________________________________________________________________________
5281 [  8471] By: jhi                                   on 2001/01/18  04:29:42
5282         Log: Add Schwern's 1_compile test.  The compile_module script renamed
5283              to be a bit shorter for the 8.3 people.
5284      Branch: perl
5285            + t/lib/1_compile.t t/lib/compmod.pl
5286            ! MANIFEST
5287 ____________________________________________________________________________
5288 [  8470] By: jhi                                   on 2001/01/18  04:16:00
5289         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)
5290              From: Peter Prymmer <pvhp@forte.com>
5291              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
5292              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
5293              Replace #8463.
5294      Branch: maint-5.6/perl
5295            ! configure.com
5296 ____________________________________________________________________________
5297 [  8469] By: jhi                                   on 2001/01/18  04:13:02
5298         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)
5299              From: Peter Prymmer <pvhp@forte.com>
5300              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
5301              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
5302              Replace #8462.
5303      Branch: perl
5304            ! configure.com
5305 ____________________________________________________________________________
5306 [  8468] By: jhi                                   on 2001/01/18  03:42:08
5307         Log: Integrate perlio.
5308      Branch: perl
5309           !> gv.c mg.c perlio.c util.c
5310 ____________________________________________________________________________
5311 [  8467] By: nick                                  on 2001/01/17  22:41:10
5312         Log: "Safe" signals - trial implementation.
5313              gv.c tweaked to zero PL_sig_pend array
5314              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
5315              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
5316              Odd thing is that it "works" with PERLIO=stdio as well (linux).
5317      Branch: perlio
5318            ! gv.c mg.c perlio.c util.c
5319 ____________________________________________________________________________
5320 [  8466] By: nick                                  on 2001/01/17  20:40:20
5321         Log: Integrate mainline.
5322      Branch: perlio
5323           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5324           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
5325           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
5326           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5327           !> vos/config.ga.h win32/config.bc win32/config.gc
5328           !> win32/config.vc
5329 ____________________________________________________________________________
5330 [  8465] By: jhi                                   on 2001/01/17  18:37:13
5331         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
5332              From: Nicholas Clark <nick@ccl4.org>
5333              Date: Wed, 17 Jan 2001 17:31:33 +0000
5334              Message-ID: <20010117173133.I2633@plum.flirble.org>
5335      Branch: perl
5336            ! t/op/int.t
5337 ____________________________________________________________________________
5338 [  8464] By: jhi                                   on 2001/01/17  14:43:17
5339         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
5340              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5341              Date: Wed, 17 Jan 2001 15:16:43 +0100
5342              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
5343              
5344              pp_int() was dropping an NV to the floor,
5345              int(279964589018079/59) either returned not an integer
5346              4745162525730.15, or one got "Attempt to free unreferenced scalar."
5347      Branch: perl
5348            ! pp.c
5349 ____________________________________________________________________________
5350 [  8463] By: jhi                                   on 2001/01/17  06:12:42
5351         Log: (Replaced by #8470)
5352              
5353              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)
5354              From: "Craig A. Berry" <craigberry@mac.com>
5355              Date: Tue, 16 Jan 2001 23:38:46 -0600
5356              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
5357      Branch: maint-5.6/perl
5358            ! configure.com
5359 ____________________________________________________________________________
5360 [  8462] By: jhi                                   on 2001/01/17  06:11:31
5361         Log: (Replaced by #8469)
5362              
5363              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)
5364              From: "Craig A. Berry" <craigberry@mac.com>
5365              Date: Tue, 16 Jan 2001 23:38:46 -0600
5366              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
5367      Branch: perl
5368            ! configure.com
5369 ____________________________________________________________________________
5370 [  8461] By: jhi                                   on 2001/01/17  05:56:12
5371         Log: Allow for one trailing slash in the directory of mkdir().
5372      Branch: perl
5373            ! pp_sys.c
5374 ____________________________________________________________________________
5375 [  8460] By: jhi                                   on 2001/01/17  03:26:01
5376         Log: Metaconfig unit changes for #8459.
5377      Branch: metaconfig
5378            ! U/modified/Loc.U U/modified/sig_name.U
5379 ____________________________________________________________________________
5380 [  8459] By: jhi                                   on 2001/01/17  03:24:48
5381         Log: Define SIG_SIZE, the number of elements in the sig_name and
5382              sig_num arrays, including the final NULL entry.
5383      Branch: perl
5384            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5385            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
5386            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
5387            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5388            ! win32/config.bc win32/config.gc win32/config.vc
5389 ____________________________________________________________________________
5390 [  8458] By: jhi                                   on 2001/01/17  01:41:33
5391         Log: Integrate perlio.
5392      Branch: perl
5393           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
5394           !> perlapi.h proto.h sv.c
5395 ____________________________________________________________________________
5396 [  8457] By: nick                                  on 2001/01/16  22:07:26
5397         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
5398              Provides all the "cost" but no benefit yet - it is to allow cost
5399              to be measured, and implementation experiments (just in mg.c?).
5400      Branch: perlio
5401            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
5402            ! perlapi.h proto.h sv.c
5403 ____________________________________________________________________________
5404 [  8456] By: nick                                  on 2001/01/16  21:07:07
5405         Log: Integrate mainline.
5406      Branch: perlio
5407           !> (integrate 51 files)
5408 ____________________________________________________________________________
5409 [  8455] By: jhi                                   on 2001/01/16  18:13:43
5410         Log: Subject: [PATCH] regcomp.c old feature removal
5411              From: mjd@plover.com
5412              Date: 16 Jan 2001 14:43:18 -0000 
5413              Message-ID: <20010116144318.7140.qmail@plover.com> 
5414      Branch: perl
5415            ! regcomp.c
5416 ____________________________________________________________________________
5417 [  8454] By: jhi                                   on 2001/01/16  16:12:39
5418         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
5419              From: "Indy Singh" <indy@nusphere.com>
5420              Date: Wed, 10 Jan 2001 20:17:49 -0500
5421              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
5422      Branch: maint-5.6/perl
5423            ! win32/Makefile
5424 ____________________________________________________________________________
5425 [  8453] By: jhi                                   on 2001/01/16  16:09:33
5426         Log: Update Changes.
5427      Branch: perl
5428            ! Changes patchlevel.h
5429 ____________________________________________________________________________
5430 [  8452] By: jhi                                   on 2001/01/16  15:42:04
5431         Log: Subject: Re: API Cleanup
5432              To: perl5-porters@perl.org
5433              Date: Tue, 16 Jan 2001 13:42:30 +0000
5434              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
5435              
5436              Subject: [PATCH] utf8.c documentation
5437              From: Simon Cozens <simon@cozens.net>
5438              Date: Tue, 16 Jan 2001 13:52:48 +0000
5439              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
5440              
5441              Subject: Re: API Cleanup
5442              From: Simon Cozens <simon@cozens.net>
5443              Date: Tue, 16 Jan 2001 14:58:55 +0000
5444              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
5445              
5446              UTF-8 doc patches.
5447      Branch: perl
5448            ! embed.pl pod/perlapi.pod utf8.c
5449 ____________________________________________________________________________
5450 [  8451] By: jhi                                   on 2001/01/16  14:41:39
5451         Log: podlators 1.07, from Russ Allbery.
5452      Branch: perl
5453            ! lib/Pod/Man.pm
5454 ____________________________________________________________________________
5455 [  8450] By: jhi                                   on 2001/01/16  14:24:19
5456         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
5457              From: "Indy Singh" <indy@nusphere.com>
5458              Date: Mon, 15 Jan 2001 20:59:40 -0500
5459              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
5460      Branch: perl
5461            ! win32/Makefile
5462 ____________________________________________________________________________
5463 [  8449] By: jhi                                   on 2001/01/16  03:42:55
5464         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
5465              at the setting of the ofs_sv in new_struct_thread() as the
5466              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
5467              that invited a core dump.
5468      Branch: perl
5469            ! util.c
5470 ____________________________________________________________________________
5471 [  8448] By: jhi                                   on 2001/01/16  01:49:07
5472         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
5473              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5474              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
5475              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
5476              
5477              Replace #8444 and #8445.
5478      Branch: perl
5479            ! ext/B/B.xs ext/B/B/Debug.pm
5480 ____________________________________________________________________________
5481 [  8447] By: jhi                                   on 2001/01/15  21:05:35
5482         Log: Subject: [PATCH] API Variable documentation   
5483              From: Simon Cozens <simon@cozens.net>
5484              Date: Mon, 15 Jan 2001 19:35:54 +0000
5485              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
5486      Branch: perl
5487            ! pod/perlapi.pod thrdvar.h
5488 ____________________________________________________________________________
5489 [  8446] By: jhi                                   on 2001/01/15  20:49:20
5490         Log: Signedness nit.
5491      Branch: perl
5492            ! pp_ctl.c
5493 ____________________________________________________________________________
5494 [  8445] By: jhi                                   on 2001/01/15  20:28:48
5495         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
5496      Branch: perl
5497            ! ext/B/B/Debug.pm
5498 ____________________________________________________________________________
5499 [  8444] By: jhi                                   on 2001/01/15  13:09:10
5500         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
5501      Branch: perl
5502            ! ext/B/B.xs
5503 ____________________________________________________________________________
5504 [  8443] By: jhi                                   on 2001/01/15  13:06:26
5505         Log: Missing from #8439.
5506      Branch: perl
5507            ! keywords.h mg.c
5508 ____________________________________________________________________________
5509 [  8442] By: jhi                                   on 2001/01/15  13:02:38
5510         Log: Subject: [PATCH @8436] Eliminate op_children
5511              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5512              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
5513              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
5514              
5515              Subject: [PATCH @8436] Re: Eliminate op_children
5516              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5517              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
5518              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
5519      Branch: perl
5520            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
5521            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5522            ! op.c op.h
5523 ____________________________________________________________________________
5524 [  8441] By: jhi                                   on 2001/01/15  12:57:08
5525         Log: Use the /^Perl_/-less form of is_lvalue_sub().
5526      Branch: perl
5527            ! pp.h
5528 ____________________________________________________________________________
5529 [  8440] By: jhi                                   on 2001/01/15  05:13:09
5530         Log: Revert #8437 and #8438, the Linux large files story is more complex.
5531      Branch: metaconfig/U/perl
5532            ! d_fpos64_t.U d_off64_t.U
5533      Branch: perl
5534            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5535            ! config_h.SH configure.com epoc/config.sh perl.h
5536            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
5537            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5538            ! win32/config.bc win32/config.gc win32/config.vc
5539 ____________________________________________________________________________
5540 [  8439] By: jhi                                   on 2001/01/15  05:02:24
5541         Log: More UTF-8 patches from Inaba Hiroto.
5542              - The substr lval was still not okay.
5543              - Now pp_stringify and sv_setsv copies source's UTF8 flag
5544              even if IN_BYTE.  pp_stringify is called from fold_constants
5545              at optimization phase and "\x{100}" was made SvUTF8_off under
5546              use bytes (the bytes pragma is for "byte semantics" and not
5547              for "do not produce UTF8 data")
5548              - New `qu' operator to generate UTF8 string explicitly.
5549              Though I agree with the policy "0x00-0xff always produce bytes",
5550              sometimes want to such a string to be coded in UTF8.
5551              I can use pack"U0a*" but it requires more typing and has
5552              runtime overhead.
5553              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
5554              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
5555              string is not UTF8_on and has char 0x80-0xff.
5556              
5557              TODO: document and test qu.
5558      Branch: perl
5559            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
5560            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
5561            ! toke.c
5562 ____________________________________________________________________________
5563 [  8438] By: jhi                                   on 2001/01/14  05:10:23
5564         Log: Metaconfig unit changes for #8437.
5565      Branch: metaconfig/U/perl
5566            ! d_fpos64_t.U d_off64_t.U
5567 ____________________________________________________________________________
5568 [  8437] By: jhi                                   on 2001/01/14  04:55:34
5569         Log: Add <features.h> probing, seems to be needed for (some?)
5570              Linux largefileness.
5571      Branch: perl
5572            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5573            ! config_h.SH configure.com epoc/config.sh perl.h
5574            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
5575            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5576            ! win32/config.bc win32/config.gc win32/config.vc
5577 ____________________________________________________________________________
5578 [  8436] By: jhi                                   on 2001/01/13  17:47:21
5579         Log: Tighten some of the tests a bit.
5580      Branch: perl
5581            ! t/pragma/utf8.t
5582 ____________________________________________________________________________
5583 [  8435] By: jhi                                   on 2001/01/13  17:31:54
5584         Log: Integrate perlio.
5585      Branch: perl
5586           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
5587           !> win32/config_H.gc win32/config_H.vc
5588 ____________________________________________________________________________
5589 [  8434] By: nick                                  on 2001/01/13  11:36:53
5590         Log: Run dmake regen_config_h for Win32
5591      Branch: perlio
5592            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5593 ____________________________________________________________________________
5594 [  8433] By: nick                                  on 2001/01/13  11:31:55
5595         Log: VMS friendly patch to Encode compile process
5596      Branch: perlio
5597            ! ext/Encode/Makefile.PL ext/Encode/compile
5598 ____________________________________________________________________________
5599 [  8432] By: nick                                  on 2001/01/13  11:06:44
5600         Log: Integrate mainline
5601      Branch: perlio
5602           +> ext/B/B/Concise.pm
5603           !> (integrate 52 files)
5604 ____________________________________________________________________________
5605 [  8431] By: jhi                                   on 2001/01/13  05:55:55
5606         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
5607              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5608              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
5609              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
5610      Branch: perl
5611            ! ext/B/B/Concise.pm
5612 ____________________________________________________________________________
5613 [  8430] By: jhi                                   on 2001/01/13  04:24:18
5614         Log: The LVRET macro needed an aTHX.
5615      Branch: perl
5616            ! pp.h
5617 ____________________________________________________________________________
5618 [  8429] By: jhi                                   on 2001/01/13  02:12:42
5619         Log: Update Changes.
5620      Branch: perl
5621            ! Changes patchlevel.h
5622 ____________________________________________________________________________
5623 [  8428] By: jhi                                   on 2001/01/13  02:08:50
5624         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
5625              From: Peter Prymmer <pvhp@forte.com>
5626              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
5627              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
5628              
5629              Add a BEGIN guard for sloppy floating point division.
5630      Branch: perl
5631            ! lib/Math/BigInt.pm lib/bigint.pl
5632 ____________________________________________________________________________
5633 [  8427] By: jhi                                   on 2001/01/13  01:47:16
5634         Log: The B::Terse drop-in replacement wasn't quite drop-in.
5635      Branch: perl
5636            ! ext/B/B/Terse.pm
5637 ____________________________________________________________________________
5638 [  8426] By: jhi                                   on 2001/01/12  21:20:43
5639         Log: Use UVXf.
5640      Branch: perl
5641            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5642            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
5643            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5644            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5645            ! win32/config.gc win32/config.vc
5646 ____________________________________________________________________________
5647 [  8425] By: jhi                                   on 2001/01/12  20:20:14
5648         Log: Subject: [PATCH perl@8342] -Wformat
5649              From: Robin Barker <rmb1@cise.npl.co.uk>
5650              Date: Fri, 12 Jan 2001 20:03:14 GMT
5651              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
5652      Branch: perl
5653            ! ext/Encode/Encode.xs mg.c sv.c toke.c
5654 ____________________________________________________________________________
5655 [  8424] By: jhi                                   on 2001/01/12  20:01:48
5656         Log: Subject: B::Concise -- an improved replacement for B::Terse 
5657              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5658              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
5659              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
5660      Branch: perl
5661            + ext/B/B/Concise.pm
5662            ! MANIFEST ext/B/B/Terse.pm
5663 ____________________________________________________________________________
5664 [  8423] By: jhi                                   on 2001/01/12  19:24:02
5665         Log: The new metaconfig unit from the #8421.
5666      Branch: metaconfig/U/perl
5667            + d_sigprocmask.U
5668 ____________________________________________________________________________
5669 [  8422] By: jhi                                   on 2001/01/12  19:23:43
5670         Log: Forgot the microperl config from the #8421.
5671      Branch: perl
5672            ! uconfig.h uconfig.sh
5673 ____________________________________________________________________________
5674 [  8421] By: jhi                                   on 2001/01/12  19:05:27
5675         Log: Add sigprocmask() probe, regen Configure, regen toc.
5676      Branch: perl
5677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5678            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
5679            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5680            ! vos/config.ga.h win32/config.bc win32/config.gc
5681            ! win32/config.vc
5682 ____________________________________________________________________________
5683 [  8420] By: jhi                                   on 2001/01/12  18:34:31
5684         Log: Add sockatmark() to the todo list.
5685      Branch: perl
5686            ! Todo-5.6
5687 ____________________________________________________________________________
5688 [  8419] By: jhi                                   on 2001/01/12  18:09:46
5689         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
5690      Branch: perl
5691            ! op.c
5692 ____________________________________________________________________________
5693 [  8418] By: jhi                                   on 2001/01/12  18:05:30
5694         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
5695              From: Radu Greab <radu@netsoft.ro>
5696              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
5697              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
5698      Branch: perl
5699            ! op.c t/pragma/sub_lval.t
5700 ____________________________________________________________________________
5701 [  8417] By: jhi                                   on 2001/01/12  16:09:09
5702         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
5703              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
5704              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
5705              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
5706      Branch: perl
5707            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
5708            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
5709            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
5710            ! t/pragma/sub_lval.t toke.c
5711 ____________________________________________________________________________
5712 [  8416] By: jhi                                   on 2001/01/12  15:42:06
5713         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
5714              From: "Richard Soderberg" <rs@crystalflame.net>
5715              Date: Fri, 12 Jan 2001 04:49:35 -0800
5716              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
5717              
5718              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
5719              according to the platform.
5720      Branch: perl
5721            ! op.c
5722 ____________________________________________________________________________
5723 [  8415] By: jhi                                   on 2001/01/12  15:33:41
5724         Log: One more UTF-8 fix from Inaba Hiroto.
5725      Branch: perl
5726            ! pp.c regexec.c t/pragma/utf8.t
5727 ____________________________________________________________________________
5728 [  8414] By: jhi                                   on 2001/01/12  15:30:18
5729         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
5730      Branch: perl
5731            ! regexec.c
5732 ____________________________________________________________________________
5733 [  8413] By: jhi                                   on 2001/01/12  15:22:10
5734         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
5735              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5736              Date: Thu, 11 Jan 2001 12:53:36 +0100
5737              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
5738      Branch: perl
5739            ! toke.c
5740 ____________________________________________________________________________
5741 [  8412] By: jhi                                   on 2001/01/12  15:20:25
5742         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
5743              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5744              Date: Fri, 12 Jan 2001 14:37:55 +0100
5745              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
5746      Branch: perl
5747            ! hints/posix-bc.sh
5748 ____________________________________________________________________________
5749 [  8411] By: jhi                                   on 2001/01/12  15:14:14
5750         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
5751              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5752              Date: Fri, 12 Jan 2001 10:42:21 +0100
5753              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
5754      Branch: perl
5755            ! t/op/regmesg.t
5756 ____________________________________________________________________________
5757 [  8410] By: jhi                                   on 2001/01/12  05:48:55
5758         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
5759              From: Nicholas Clark <nick@ccl4.org> 
5760              Date: Sun, 7 Jan 2001 19:47:14 +0000
5761              Message-ID: <20010107194714.B1048@plum.flirble.org>
5762      Branch: perl
5763            ! t/op/numconvert.t
5764 ____________________________________________________________________________
5765 [  8409] By: jhi                                   on 2001/01/12  05:41:28
5766         Log: Integrate perlio.
5767      Branch: perl
5768           !> mg.c scope.h
5769 ____________________________________________________________________________
5770 [  8408] By: nick                                  on 2001/01/11  22:43:28
5771         Log: Remove variables that were used in experiments.
5772      Branch: perlio
5773            ! mg.c
5774 ____________________________________________________________________________
5775 [  8407] By: nick                                  on 2001/01/11  20:57:44
5776         Log: Catch die in %SIG handler and unblock the signal before re-dying.
5777              This make Linux work _without_ sigsetjmp().
5778              Turn off sigsetjmp() to see what else it does.
5779              May need Configure probe for sigprocmask() if anything has sigaction()
5780              but not sigprocmask().
5781      Branch: perlio
5782            ! mg.c scope.h
5783 ____________________________________________________________________________
5784 [  8406] By: nick                                  on 2001/01/11  19:32:07
5785         Log: Integrate mainline
5786      Branch: perlio
5787           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
5788           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
5789           !> t/op/substr.t
5790 ____________________________________________________________________________
5791 [  8405] By: jhi                                   on 2001/01/11  17:11:01
5792         Log: Fix UTF-8 lval substr().
5793      Branch: perl
5794            ! mg.c t/op/substr.t
5795 ____________________________________________________________________________
5796 [  8404] By: jhi                                   on 2001/01/11  05:13:58
5797         Log: Update Changes.
5798      Branch: perl
5799            ! Changes patchlevel.h
5800 ____________________________________________________________________________
5801 [  8403] By: jhi                                   on 2001/01/11  04:38:24
5802         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
5803              From: Hugo <hv@crypt.compulink.co.uk>
5804              Date: Mon, 30 Oct 2000 01:33:26 +0000
5805              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
5806      Branch: perl
5807            ! regexec.c t/op/re_tests
5808 ____________________________________________________________________________
5809 [  8402] By: jhi                                   on 2001/01/11  04:26:12
5810         Log: Integrate perlio.
5811      Branch: perl
5812           !> scope.h util.c
5813 ____________________________________________________________________________
5814 [  8401] By: nick                                  on 2001/01/10  22:52:55
5815         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
5816              (So Alan and Ilya can try setting via hints.)
5817              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
5818              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
5819              doing the save everywhere seems to restart read() correctly, but just
5820              doing it once "round" the handler does not.
5821      Branch: perlio
5822            ! scope.h
5823 ____________________________________________________________________________
5824 [  8400] By: jhi                                   on 2001/01/10  21:57:54
5825         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
5826              of IRIX, HP-UX is unaffected.
5827      Branch: perl
5828            ! perl.h
5829 ____________________________________________________________________________
5830 [  8399] By: nick                                  on 2001/01/10  21:29:19
5831         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
5832      Branch: perlio
5833            ! util.c
5834 ____________________________________________________________________________
5835 [  8398] By: jhi                                   on 2001/01/10  20:55:31
5836         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
5837              also have ReusePort.
5838      Branch: perl
5839            ! ext/IO/lib/IO/Socket/INET.pm
5840 ____________________________________________________________________________
5841 [  8397] By: jhi                                   on 2001/01/10  20:50:57
5842         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
5843              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
5844              Date: Wed, 10 Jan 2001 01:38:13 -0800
5845              Message-ID: <20010110013813.B41744@yahoo-inc.com>
5846      Branch: perl
5847            ! ext/IO/lib/IO/Socket/INET.pm
5848 ____________________________________________________________________________
5849 [  8396] By: jhi                                   on 2001/01/10  20:49:30
5850         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
5851              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
5852              Date: Wed, 10 Jan 2001 01:37:32 -0800
5853              Message-ID: <20010110013732.A41744@yahoo-inc.com>
5854      Branch: perl
5855            ! ext/Socket/Socket.pm
5856 ____________________________________________________________________________
5857 [  8395] By: jhi                                   on 2001/01/10  20:41:37
5858         Log: Test for bug id 20010105.016 (fixed by #8378).
5859      Branch: perl
5860            ! t/op/split.t
5861 ____________________________________________________________________________
5862 [  8394] By: jhi                                   on 2001/01/10  20:26:32
5863         Log: Integrate perlio.
5864      Branch: perl
5865            ! util.c
5866 ____________________________________________________________________________
5867 [  8393] By: nick                                  on 2001/01/10  19:34:30
5868         Log: Back out Simon's pid hackery for now.
5869      Branch: perlio
5870            ! util.c
5871 ____________________________________________________________________________
5872 [  8392] By: nick                                  on 2001/01/10  19:23:13
5873         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
5874      Branch: perlio
5875           !> (integrate 29 files)
5876 ____________________________________________________________________________
5877 [  8391] By: jhi                                   on 2001/01/10  18:43:15
5878         Log: Subject: [PATCH] Fix my_pclose segfault
5879              From: Simon Cozens <simon@cozens.net>
5880              Date: Wed, 10 Jan 2001 18:39:35 +0000
5881              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
5882      Branch: perl
5883            ! util.c
5884 ____________________________________________________________________________
5885 [  8390] By: jhi                                   on 2001/01/10  18:42:08
5886         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
5887              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5888              Date:     Wed, 10 Jan 2001 13:23:02 EST
5889              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
5890      Branch: perl
5891            ! ext/Opcode/Opcode.xs
5892 ____________________________________________________________________________
5893 [  8389] By: jhi                                   on 2001/01/10  15:16:07
5894         Log: Turn off the integer preservation for now.
5895      Branch: perl
5896            ! perl.h
5897 ____________________________________________________________________________
5898 [  8388] By: jhi                                   on 2001/01/10  15:01:25
5899         Log: Few more IDE/editor nits from p5p.
5900      Branch: perl
5901            ! pod/perlfaq3.pod
5902 ____________________________________________________________________________
5903 [  8387] By: jhi                                   on 2001/01/10  06:53:16
5904         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
5905              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
5906              Date: Tue, 9 Jan 2001 23:16:02 +0000
5907              Message-ID: <20010109231602.A81101@plum.flirble.org>
5908      Branch: perl
5909            ! sv.c
5910 ____________________________________________________________________________
5911 [  8386] By: jhi                                   on 2001/01/10  03:17:54
5912         Log: Test cases for #8385 (from Simon's "torture.pl")
5913      Branch: perl
5914            ! t/op/tr.t
5915 ____________________________________________________________________________
5916 [  8385] By: jhi                                   on 2001/01/10  03:17:11
5917         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
5918              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
5919              Date: Wed, 10 Jan 2001 11:39:39 +0900
5920              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
5921              
5922              Some more UTF-8 tr cases fixed.
5923      Branch: perl
5924            ! doop.c
5925 ____________________________________________________________________________
5926 [  8384] By: jhi                                   on 2001/01/09  22:45:40
5927         Log: Allow the locale test needing POSIX and the taint test
5928              needing IPC::SysV to run under 'minitest' (basically,
5929              bail out if loading the extension fails)
5930      Branch: perl
5931            ! t/op/misc.t t/op/taint.t
5932 ____________________________________________________________________________
5933 [  8383] By: jhi                                   on 2001/01/09  21:36:04
5934         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
5935              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5936              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
5937              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
5938      Branch: perl
5939            ! t/io/openpid.t
5940 ____________________________________________________________________________
5941 [  8382] By: jhi                                   on 2001/01/09  21:06:08
5942         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
5943              Should finish up the bug id 20001205.022.
5944      Branch: perl
5945            ! pp.c pp_hot.c scope.c
5946 ____________________________________________________________________________
5947 [  8381] By: jhi                                   on 2001/01/09  18:27:43
5948         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
5949              From: Andy Dougherty <doughera@lafayette.edu>
5950              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
5951              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
5952              
5953              More robust yacc/bison error detection.
5954      Branch: perl
5955            ! t/comp/proto.t
5956 ____________________________________________________________________________
5957 [  8380] By: jhi                                   on 2001/01/09  15:21:38
5958         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
5959              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5960              Date:     Tue, 9 Jan 2001 07:53:55 EST
5961              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
5962      Branch: perl
5963            ! t/op/misc.t vms/test.com
5964 ____________________________________________________________________________
5965 [  8379] By: jhi                                   on 2001/01/09  15:20:38
5966         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
5967              From: jhi@cc.hut.fi
5968              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
5969              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
5970              
5971              The #8378 fixed this.
5972      Branch: perl
5973            ! t/op/tr.t
5974 ____________________________________________________________________________
5975 [  8378] By: jhi                                   on 2001/01/09  15:05:32
5976         Log: Subject: One more patch for UTF8 
5977              From: Inaba Hiroto <inaba@st.rim.or.jp>
5978              Date: Tue, 09 Jan 2001 01:04:32 +0900
5979              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
5980              
5981              UTF-8 fixes for 'x' and tr///.
5982      Branch: perl
5983            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
5984            ! regcomp.c regexec.c toke.c utf8.c
5985 ____________________________________________________________________________
5986 [  8377] By: jhi                                   on 2001/01/09  14:32:17
5987         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
5988      Branch: perl
5989            ! t/op/length.t
5990 ____________________________________________________________________________
5991 [  8376] By: jhi                                   on 2001/01/09  04:32:32
5992         Log: integrate changes #7775, #8316, #8316 from mainline
5993      Branch: maint-5.6/perl
5994            ! hints/solaris_2.sh
5995 ____________________________________________________________________________
5996 [  8375] By: jhi                                   on 2001/01/09  04:26:43
5997         Log: Update Changes.
5998      Branch: perl
5999            ! Changes patchlevel.h
6000 ____________________________________________________________________________
6001 [  8374] By: jhi                                   on 2001/01/09  04:14:32
6002         Log: IDE/editor section tweaking.
6003      Branch: perl
6004            ! pod/perlfaq3.pod
6005 ____________________________________________________________________________
6006 [  8373] By: jhi                                   on 2001/01/09  02:38:26
6007         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
6008              From: Peter Prymmer <pvhp@forte.com>
6009              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
6010              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
6011              
6012              In preparation os OS/390 dynamic loading.
6013      Branch: perl
6014            ! README.os390 hints/os390.sh
6015 ____________________________________________________________________________
6016 [  8372] By: jhi                                   on 2001/01/09  00:24:30
6017         Log: Integrate with perlio.
6018      Branch: perl
6019           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
6020 ____________________________________________________________________________
6021 [  8371] By: nick                                  on 2001/01/08  23:54:33
6022         Log: Fix "scalars leaked" bugs caused by overload magic
6023              (Highlighted by Ilya's DESTROY optimization.)
6024      Branch: perlio
6025            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
6026 ____________________________________________________________________________
6027 [  8370] By: nick                                  on 2001/01/08  20:19:41
6028         Log: Integrate mainline
6029      Branch: perlio
6030           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
6031           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
6032           !> t/op/64bitint.t
6033 ____________________________________________________________________________
6034 [  8369] By: jhi                                   on 2001/01/08  17:30:52
6035         Log: save_delete() Safefree() doesn't (anymore?) work with shared
6036              strings, one test failure in op/misc and almost all of lib/b.
6037              (Outcomments #8369.)
6038      Branch: perl
6039            ! scope.c
6040 ____________________________________________________________________________
6041 [  8368] By: jhi                                   on 2001/01/08  14:47:10
6042         Log: (Outcommented by #8369.)
6043              
6044              Subject: Re: Perl BugID 20001205.022 ---- save_delete
6045              From: Simon Cozens <simon@cozens.net>
6046              Date: Sat, 6 Jan 2001 11:48:40 +0000
6047              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
6048              
6049              The save_delete() does need the Safefree.
6050      Branch: perl
6051            ! scope.c
6052 ____________________________________________________________________________
6053 [  8367] By: bailey                                on 2001/01/08  08:53:52
6054         Log: Once again syncing after too long an absence
6055      Branch: vmsperl
6056           +> (branch 55 files)
6057            - MAINTAIN fix_pl vos/config.def vos/config.h
6058            - vos/config_h.SH_orig
6059           !> (integrate 498 files)
6060 ____________________________________________________________________________
6061 [  8366] By: jhi                                   on 2001/01/08  02:42:59
6062         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
6063              From: nick@ccl4.org
6064              Date: Sun, 7 Jan 2001 21:07:18 +0000
6065              Message-Id: <20010107210717.D1048@plum.flirble.org>
6066      Branch: perl
6067            ! sv.c t/op/64bitint.t
6068 ____________________________________________________________________________
6069 [  8365] By: jhi                                   on 2001/01/08  02:35:16
6070         Log: Subject: [PATCH] environ nit
6071              From: Simon Cozens <simon@cozens.net>
6072              Date: Sun, 7 Jan 2001 17:57:07 +0000
6073              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
6074              
6075              Use environ only if we have it.
6076      Branch: perl
6077            ! mg.c
6078 ____________________________________________________________________________
6079 [  8364] By: jhi                                   on 2001/01/08  02:24:51
6080         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
6081      Branch: perl
6082            ! ext/GDBM_File/GDBM_File.xs
6083 ____________________________________________________________________________
6084 [  8363] By: jhi                                   on 2001/01/08  02:19:24
6085         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
6086              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6087              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
6088              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
6089      Branch: perl
6090            ! dump.c op.c
6091 ____________________________________________________________________________
6092 [  8362] By: jhi                                   on 2001/01/08  02:17:43
6093         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
6094              From: Doug MacEachern <dougm@covalent.net>
6095              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
6096              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
6097              
6098              Allow AUTOLOAD to be an xsub and allow such xsubs
6099              to avoid use of $AUTOLOAD.
6100      Branch: perl
6101            ! gv.c
6102 ____________________________________________________________________________
6103 [  8361] By: jhi                                   on 2001/01/08  02:16:07
6104         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
6105              From: Radu Greab <radu@netsoft.ro>
6106              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
6107              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
6108              
6109              No need for the potentially unportable $SIG{CHLD}.
6110      Branch: perl
6111            ! t/io/pipe.t
6112 ____________________________________________________________________________
6113 [  8360] By: jhi                                   on 2001/01/08  01:58:23
6114         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
6115      Branch: perl
6116            ! lib/Getopt/Long.pm
6117 ____________________________________________________________________________
6118 [  8359] By: jhi                                   on 2001/01/08  01:55:44
6119         Log: Integrate perlio.
6120      Branch: perl
6121           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
6122           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
6123           !> utf8.c win32/Makefile
6124 ____________________________________________________________________________
6125 [  8358] By: jhi                                   on 2001/01/07  21:16:50
6126         Log: Update the EPOC cross SDK URL.
6127      Branch: perl
6128            ! README.epoc
6129 ____________________________________________________________________________
6130 [  8357] By: jhi                                   on 2001/01/07  21:16:09
6131         Log: Update the EPOC cross SDK URL.
6132      Branch: maint-5.6/perl
6133            ! README.epoc
6134 ____________________________________________________________________________
6135 [  8356] By: nick                                  on 2001/01/06  21:47:52
6136         Log: FILE * in XS code for PerlIO world:
6137              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
6138              - Add FILE * T_STDIO typemap.
6139              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
6140      Branch: perlio
6141            ! lib/ExtUtils/typemap perlio.c perlio.h
6142 ____________________________________________________________________________
6143 [  8355] By: jhi                                   on 2001/01/06  20:27:15
6144         Log: integrate change #8336 from mainline
6145              
6146              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
6147      Branch: maint-5.6/perl
6148            ! hv.c
6149 ____________________________________________________________________________
6150 [  8354] By: jhi                                   on 2001/01/06  20:24:29
6151         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
6152              From: Robin Barker <rmb1@cise.npl.co.uk>
6153              Date: Fri, 22 Dec 2000 12:17:38 GMT
6154              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
6155              
6156              The patch reformats some long =item lines so they give
6157              correct output via pod2man | nroff -man
6158              
6159              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
6160              From: Robin Barker <rmb1@cise.npl.co.uk>
6161              Date: Tue, 2 Jan 2001 15:35:03 GMT
6162              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
6163              
6164              Here is a _further_ patch which corrects a few more errors:
6165              * an empty C<=item> in CPAN.pm
6166              * patching the wrong file (pod/perlamiga.pod not README.amiga)
6167              * leaving empty C<=item>s which formatted incorrectly
6168              * over long C<=item>s revealed by latest patch to Pod::Man
6169      Branch: maint-5.6/perl
6170            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
6171            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
6172            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
6173            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
6174            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
6175            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
6176 ____________________________________________________________________________
6177 [  8353] By: jhi                                   on 2001/01/06  20:21:10
6178         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
6179              
6180              UTF-8 hash keys.
6181      Branch: maint-5.6/perl
6182            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
6183 ____________________________________________________________________________
6184 [  8352] By: jhi                                   on 2001/01/06  20:18:44
6185         Log: Forgotten from #8438.
6186      Branch: maint-5.6/perl
6187            ! epoc/epocish.h
6188 ____________________________________________________________________________
6189 [  8351] By: jhi                                   on 2001/01/06  20:18:12
6190         Log: Forgotten from #8347.
6191      Branch: maint-5.6/perl
6192            ! config_h.SH
6193 ____________________________________________________________________________
6194 [  8350] By: jhi                                   on 2001/01/06  20:00:19
6195         Log: Thinko in #8347.
6196      Branch: maint-5.6/perl
6197            ! regcomp.c
6198 ____________________________________________________________________________
6199 [  8349] By: jhi                                   on 2001/01/06  18:05:30
6200         Log: Copy the FAQ3 IDE section from the development branch,
6201              changes originally by Peter Prymmer.
6202      Branch: maint-5.6/perl
6203            ! pod/perlfaq3.pod
6204 ____________________________________________________________________________
6205 [  8348] By: jhi                                   on 2001/01/06  18:03:02
6206         Log: EPOC updates for TRIAL1.
6207              
6208              Subject: [5.6.1 trial1] EPOC update
6209              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6210              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
6211              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
6212              
6213              Subject: epoc patch2 for perl-5.6.1-trial1
6214              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6215              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
6216              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
6217      Branch: maint-5.6/perl
6218            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
6219            ! epoc/epocish.c
6220 ____________________________________________________________________________
6221 [  8347] By: jhi                                   on 2001/01/06  17:29:10
6222         Log: integrate changes #7710,7824,7973 from mainline,
6223              plus VMS nits from Peter Prymmer and Dan Sugalski.
6224              
6225              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
6226              library (getprotobyname and getprotobynumber are outversioned by
6227              the same calls in libc, at least for xlc version 3.
6228              
6229              Add HAS_SBRK_PROTO.
6230              
6231              Fixes for signedness warnings noticed by VMSperlers.
6232      Branch: maint-5.6/perl
6233            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6234            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
6235            ! sv.c vms/descrip_mms.template vos/config.alpha.def
6236            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6237            ! win32/config.bc win32/config.gc win32/config.vc
6238 ____________________________________________________________________________
6239 [  8346] By: nick                                  on 2001/01/06  14:36:01
6240         Log: Fixup accumulated integrate muddles (perlio == devperl again)
6241      Branch: perlio
6242            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
6243 ____________________________________________________________________________
6244 [  8345] By: nick                                  on 2001/01/06  14:24:58
6245         Log: Integrate mainline
6246      Branch: perlio
6247           !> (integrate 55 files)
6248 ____________________________________________________________________________
6249 [  8344] By: jhi                                   on 2001/01/06  02:24:02
6250         Log: Subject: [patch] PerlIO_cleanup() prototype
6251              From: Doug MacEachern <dougm@covalent.net>
6252              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
6253              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
6254      Branch: perl
6255            ! perlio.h
6256 ____________________________________________________________________________
6257 [  8343] By: jhi                                   on 2001/01/06  01:04:09
6258         Log: IRIX compiler noticed that the bof initialization might be
6259              bypassed by control flow.
6260      Branch: perl
6261            ! toke.c
6262 ____________________________________________________________________________
6263 [  8342] By: jhi                                   on 2001/01/06  00:10:48
6264         Log: Update Changes.
6265      Branch: perl
6266            ! Changes patchlevel.h
6267 ____________________________________________________________________________
6268 [  8341] By: jhi                                   on 2001/01/05  23:52:33
6269         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
6270      Branch: perl
6271            ! toke.c
6272 ____________________________________________________________________________
6273 [  8340] By: jhi                                   on 2001/01/05  22:44:08
6274         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
6275              From: Radu Greab <radu@netsoft.ro>
6276              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
6277              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
6278      Branch: perl
6279            ! t/io/pipe.t util.c
6280 ____________________________________________________________________________
6281 [  8339] By: jhi                                   on 2001/01/05  22:35:17
6282         Log: Subject: [PATCH] format and rewording in perlfaq.pod
6283              From: Robin Barker <rmb1@cise.npl.co.uk>
6284              Date: Fri, 5 Jan 2001 18:51:20 GMT
6285              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
6286      Branch: perl
6287            ! pod/perlfaq.pod
6288 ____________________________________________________________________________
6289 [  8338] By: jhi                                   on 2001/01/05  22:31:17
6290         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
6291              From: Peter Prymmer <pvhp@forte.com>
6292              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
6293              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
6294      Branch: perl
6295            ! utils/perlbug.PL
6296 ____________________________________________________________________________
6297 [  8337] By: jhi                                   on 2001/01/05  18:15:11
6298         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
6299              From: Robin Barker <rmb1@cise.npl.co.uk>
6300              Date: Tue, 2 Jan 2001 15:24:07 GMT
6301              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
6302              
6303              If you call configure as C<./Configure> or C<sh ./Configure>,
6304              $src is set to the absolute path name, not '.'.
6305              
6306              This, in turn, means -Dmksymlink tries to do its stuff because
6307              it does not think it is in the src directory.
6308              
6309              (plus a metaconfig nitfix)
6310      Branch: metaconfig
6311            ! U/compline/ccflags.U U/modified/src.U
6312      Branch: perl
6313            ! Configure config_h.SH
6314 ____________________________________________________________________________
6315 [  8336] By: jhi                                   on 2001/01/05  17:48:32
6316         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
6317              From: Alan Burlison <Alan.Burlison@uk.sun.com>
6318              Message-ID: <3A5606C4.473D2226@uk.sun.com>
6319              Date: Fri, 05 Jan 2001 17:39:16 +0000
6320      Branch: perl
6321            ! hv.c
6322 ____________________________________________________________________________
6323 [  8335] By: jhi                                   on 2001/01/05  16:05:44
6324         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
6325      Branch: perl
6326            ! lib/Getopt/Long.pm
6327 ____________________________________________________________________________
6328 [  8334] By: jhi                                   on 2001/01/05  16:00:51
6329         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
6330              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
6331              Date: Fri, 05 Jan 2001 13:46:51 +0100
6332              Message-ID: <13693.978698811@nice.ram.loc>
6333              
6334              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
6335              accurate reading of the "atime".  
6336      Branch: perl
6337            ! t/io/fs.t
6338 ____________________________________________________________________________
6339 [  8333] By: jhi                                   on 2001/01/05  15:57:37
6340         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
6341              From: Simon Cozens <simon@cozens.net>
6342              Date: Fri, 8 Dec 2000 13:33:31 +0000
6343              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
6344              
6345              A lost patch fragment.
6346      Branch: perl
6347            ! doop.c
6348 ____________________________________________________________________________
6349 [  8332] By: jhi                                   on 2001/01/05  15:40:42
6350         Log: Do away with strncpy() and a fixed length buffer.
6351      Branch: perl
6352            ! utf8.c
6353 ____________________________________________________________________________
6354 [  8331] By: jhi                                   on 2001/01/05  15:03:07
6355         Log: Tests for #8329 and #8330.
6356      Branch: perl
6357            ! t/op/bop.t
6358 ____________________________________________________________________________
6359 [  8330] By: jhi                                   on 2001/01/05  15:02:38
6360         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
6361              raw 8-bit form to the UTF-8 string.
6362      Branch: perl
6363            ! toke.c
6364 ____________________________________________________________________________
6365 [  8329] By: jhi                                   on 2001/01/05  14:55:13
6366         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
6367              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6368              Date: Fri, 5 Jan 2001 12:28:52 +0100
6369              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
6370              
6371              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
6372              no effect.  (changed the strncpy() to Copy())
6373      Branch: perl
6374            ! toke.c
6375 ____________________________________________________________________________
6376 [  8328] By: jhi                                   on 2001/01/05  06:44:27
6377         Log: UTF-8 cleanup.
6378      Branch: perl
6379            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
6380            ! regexec.c sv.c toke.c
6381 ____________________________________________________________________________
6382 [  8327] By: jhi                                   on 2001/01/05  01:11:29
6383         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')
6384              From: Radu Greab <radu@netsoft.ro>
6385              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
6386              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
6387              
6388              Cleans up Harness to not use FileHandle, which uses IO.
6389      Branch: perl
6390            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6391 ____________________________________________________________________________
6392 [  8326] By: jhi                                   on 2001/01/05  00:56:37
6393         Log: Update Changes.
6394      Branch: perl
6395            ! Changes patchlevel.h
6396 ____________________________________________________________________________
6397 [  8325] By: jhi                                   on 2001/01/05  00:53:18
6398         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
6399              From: Peter Prymmer <pvhp@forte.com>
6400              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
6401              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
6402              
6403              plus a couple more tailing whitespace removals.
6404      Branch: perl
6405            ! win32/Makefile
6406 ____________________________________________________________________________
6407 [  8324] By: jhi                                   on 2001/01/05  00:47:39
6408         Log: Add some Unicode chop() tests.
6409      Branch: perl
6410            ! t/op/chop.t
6411 ____________________________________________________________________________
6412 [  8323] By: jhi                                   on 2001/01/05  00:47:23
6413         Log: Unify UTF-8 malformedness handling.
6414      Branch: perl
6415            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
6416 ____________________________________________________________________________
6417 [  8322] By: jhi                                   on 2001/01/04  22:21:54
6418         Log: The new $issymlink was unknown to Mksymlinks.
6419      Branch: metaconfig/U/perl
6420            ! Mksymlinks.U issymlink.U
6421      Branch: perl
6422            ! Configure config_h.SH
6423 ____________________________________________________________________________
6424 [  8321] By: jhi                                   on 2001/01/04  21:51:05
6425         Log: The test didn't work under the core test framework.
6426      Branch: perl
6427            ! t/lib/st-lock.t
6428 ____________________________________________________________________________
6429 [  8320] By: jhi                                   on 2001/01/04  21:14:22
6430         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
6431      Branch: perl
6432            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
6433 ____________________________________________________________________________
6434 [  8319] By: jhi                                   on 2001/01/04  20:46:17
6435         Log: Typo in #8312 when manually appying a problematic patch fragment.
6436      Branch: perl
6437            ! ext/Storable/Storable.xs
6438 ____________________________________________________________________________
6439 [  8318] By: jhi                                   on 2001/01/04  20:43:01
6440         Log: The $sh_c didn't fly.
6441      Branch: metaconfig
6442            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
6443            ! U/modified/Loc.U U/modified/myhostname.U
6444            ! U/modified/spitshell.U
6445      Branch: metaconfig/U/perl
6446            ! issymlink.U
6447      Branch: perl
6448            ! Configure config_h.SH
6449 ____________________________________________________________________________
6450 [  8317] By: jhi                                   on 2001/01/04  19:58:01
6451         Log: AIX builtin test -h is broken, changes based on
6452              
6453              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
6454              Date: Tue, 02 Jan 2001 11:24:39 +0100
6455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6456              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
6457      Branch: metaconfig
6458            + U/modified/spitshell.U
6459            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
6460            ! U/modified/Loc.U U/modified/myhostname.U
6461      Branch: metaconfig/U/perl
6462            ! Mksymlinks.U issymlink.U
6463      Branch: perl
6464            ! Configure
6465 ____________________________________________________________________________
6466 [  8316] By: jhi                                   on 2001/01/04  19:02:22
6467         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
6468              From: Andy Dougherty <doughera@lafayette.edu>
6469              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
6470              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
6471              
6472              Beware of GNU ld.
6473      Branch: perl
6474            ! hints/solaris_2.sh
6475 ____________________________________________________________________________
6476 [  8315] By: jhi                                   on 2001/01/04  18:56:48
6477         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
6478              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
6479              Date: Wed, 3 Jan 2001 07:58:51 +0100
6480              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
6481      Branch: perl
6482            ! hints/solaris_2.sh
6483 ____________________________________________________________________________
6484 [  8314] By: jhi                                   on 2001/01/04  18:54:07
6485         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
6486              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6487              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
6488              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
6489              
6490              Doc tweak on #8313.
6491      Branch: perl
6492            ! ext/B/B/Deparse.pm
6493 ____________________________________________________________________________
6494 [  8313] By: jhi                                   on 2001/01/04  18:52:27
6495         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
6496              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
6497              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6498              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
6499              
6500              Make the peephole optimizer to bypass more null ops and
6501              and rewrite the deparse handling of continue blocks.
6502      Branch: perl
6503            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
6504 ____________________________________________________________________________
6505 [  8312] By: jhi                                   on 2001/01/04  18:47:39
6506         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
6507      Branch: perl
6508            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
6509            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6510            ! t/lib/st-lock.t
6511 ____________________________________________________________________________
6512 [  8311] By: jhi                                   on 2001/01/04  18:36:08
6513         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
6514              filter to be run on each .pm during the pm_to_blib() phase,
6515              a fixed version of
6516              
6517              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
6518              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
6519              Date: Wed, 03 Jan 2001 22:01:30 +0100
6520              Message-ID: <5296.978555690@nice.ram.loc>
6521      Branch: perl
6522            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
6523            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6524            ! lib/ExtUtils/MakeMaker.pm
6525 ____________________________________________________________________________
6526 [  8310] By: jhi                                   on 2001/01/04  18:32:54
6527         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
6528              From: Robin Barker <rmb1@cise.npl.co.uk>
6529              Date: Tue, 2 Jan 2001 15:35:03 GMT
6530              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
6531      Branch: perl
6532            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
6533            ! pod/perlrequick.pod
6534 ____________________________________________________________________________
6535 [  8309] By: jhi                                   on 2001/01/04  18:29:07
6536         Log: Subject: Re: [patch] static-ize XS()
6537              From: Doug MacEachern <dougm@covalent.net>
6538              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
6539              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
6540              
6541              Provide prototypes for the XS functions.
6542      Branch: perl
6543            ! lib/ExtUtils/xsubpp
6544 ____________________________________________________________________________
6545 [  8308] By: jhi                                   on 2001/01/04  18:27:44
6546         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
6547              From: Doug MacEachern <dougm@covalent.net>
6548              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
6549              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
6550      Branch: perl
6551            ! lib/ExtUtils/typemap
6552 ____________________________________________________________________________
6553 [  8307] By: jhi                                   on 2001/01/04  18:25:25
6554         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
6555              From: Doug MacEachern <dougm@covalent.net>
6556              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
6557              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
6558              
6559              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
6560      Branch: perl
6561            ! lib/ExtUtils/MM_Unix.pm
6562 ____________________________________________________________________________
6563 [  8306] By: jhi                                   on 2001/01/04  18:23:00
6564         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
6565              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6566              Date: Thu, 4 Jan 2001 12:47:10 +0100 
6567              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
6568              
6569              The toke.c part only, patching embed.h and proto.h is futile.
6570      Branch: perl
6571            ! toke.c
6572 ____________________________________________________________________________
6573 [  8305] By: jhi                                   on 2001/01/04  18:05:51
6574         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
6575              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6576              Date: Thu, 4 Jan 2001 17:50:12 +0100 
6577              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
6578      Branch: perl
6579            ! toke.c
6580 ____________________________________________________________________________
6581 [  8304] By: jhi                                   on 2001/01/04  18:03:26
6582         Log: Subject: [PATCH perl@8269]
6583              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6584              Date: Thu, 4 Jan 2001 12:53:39 +0100 
6585              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
6586              
6587              If running byacc write-enable also perly.h.
6588      Branch: perl
6589            ! Makefile.SH
6590 ____________________________________________________________________________
6591 [  8303] By: jhi                                   on 2001/01/04  15:40:49
6592         Log: Rewrite pp_concat() in terms of sv_catsv().
6593      Branch: perl
6594            ! pp_hot.c
6595 ____________________________________________________________________________
6596 [  8302] By: nick                                  on 2001/01/03  22:43:22
6597         Log: Integrate mainline.
6598      Branch: perlio
6599           !> ext/Encode/Encode.xs sv.c utf8.c
6600 ____________________________________________________________________________
6601 [  8301] By: jhi                                   on 2001/01/02  23:40:26
6602         Log: Variable naming tweak.
6603      Branch: perl
6604            ! sv.c
6605 ____________________________________________________________________________
6606 [  8300] By: jhi                                   on 2001/01/02  23:40:02
6607         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
6608              in is_utf8_string().
6609      Branch: perl
6610            ! utf8.c
6611 ____________________________________________________________________________
6612 [  8299] By: jhi                                   on 2001/01/02  22:14:40
6613         Log: Integrate perlio.
6614      Branch: perl
6615           !> pp.c pp_hot.c win32/Makefile
6616 ____________________________________________________________________________
6617 [  8298] By: nick                                  on 2001/01/02  22:03:06
6618         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
6619      Branch: perlio
6620            ! pp.c pp_hot.c
6621 ____________________________________________________________________________
6622 [  8297] By: jhi                                   on 2001/01/02  04:26:28
6623         Log: Signedness nit.
6624      Branch: perl
6625            ! ext/Encode/Encode.xs
6626 ____________________________________________________________________________
6627 [  8296] By: nick                                  on 2001/01/01  23:49:36
6628         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
6629      Branch: perlio
6630            ! win32/Makefile
6631 ____________________________________________________________________________
6632 [  8295] By: jhi                                   on 2001/01/01  23:05:48
6633         Log: Integrate perlio.
6634      Branch: perl
6635           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
6636           !> t/lib/encode.t
6637 ____________________________________________________________________________
6638 [  8294] By: nick                                  on 2001/01/01  22:48:34
6639         Log: Integrate mainline
6640      Branch: perlio
6641            ! pp_hot.c t/lib/encode.t
6642           !> (integrate 65 files)
6643 ____________________________________________________________________________
6644 [  8293] By: nick                                  on 2001/01/01  21:58:50
6645         Log: More rigor in UTF-8-ness of Encode's toUnicode
6646              XS export some of the utf8 internal functions.
6647              Test some of the functions.
6648              Fix pp_concat() bug shown by said tests.
6649      Branch: perlio
6650            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
6651            ! t/lib/encode.t
6652 ____________________________________________________________________________
6653 [  8292] By: jhi                                   on 2001/01/01  18:11:44
6654         Log: Integrate perlio.
6655      Branch: perl
6656           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
6657           !> ext/Encode/encengine.c ext/Encode/encode.h
6658 ____________________________________________________________________________
6659 [  8291] By: jhi                                   on 2001/01/01  18:10:58
6660         Log: Podify README.mpeix (a new version from the web),
6661              add a dummy NAME to Carp::Heavy, regen toc.
6662      Branch: perl
6663            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
6664            ! pod/perltoc.pod
6665 ____________________________________________________________________________
6666 [  8290] By: nick                                  on 2001/01/01  17:43:47
6667         Log: Loose the "Loading..." warning.
6668              Another bug in fallback support
6669      Branch: perlio
6670            ! ext/Encode/Encode.pm ext/Encode/encengine.c
6671 ____________________________________________________________________________
6672 [  8289] By: jhi                                   on 2001/01/01  00:01:57
6673         Log: Bump up Larry's copyright.
6674      Branch: perl
6675            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6676            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
6677            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
6678            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
6679            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
6680            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
6681            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
6682            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
6683 ____________________________________________________________________________
6684 [  8288] By: nick                                  on 2000/12/31  21:27:53
6685         Log: Fix .ucm reading - forgot a chr()
6686              Start of .ucm write (for .enc to .ucm)
6687      Branch: perlio
6688            ! ext/Encode/compile
6689 ____________________________________________________________________________
6690 [  8287] By: jhi                                   on 2000/12/31  18:15:56
6691         Log: Comment away a diagnostic message as noted by Craig A. Berry
6692              (the unexpected message was confusing testing)
6693      Branch: perl
6694            ! ext/Encode/Encode.pm
6695 ____________________________________________________________________________
6696 [  8286] By: jhi                                   on 2000/12/31  18:14:51
6697         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
6698              Date: Sun, 31 Dec 2000 11:17:37 -0600
6699              From: "Craig A. Berry" <craigberry@mac.com>
6700              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
6701      Branch: perl
6702            ! ext/Encode/Makefile.PL
6703 ____________________________________________________________________________
6704 [  8285] By: nick                                  on 2000/12/31  18:11:54
6705         Log: Start of support of ICU-style .ucm files:
6706              - teach compile how to read a .ucm file
6707              - first guess at how to represent fallbacks in "tries".
6708              - use fallbacks if check == 0
6709              - new return code to indicate we used one.
6710      Branch: perlio
6711            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
6712            ! ext/Encode/encengine.c ext/Encode/encode.h
6713 ____________________________________________________________________________
6714 [  8284] By: jhi                                   on 2000/12/31  18:04:41
6715         Log: Pacify picky VMS compiler.
6716              
6717              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
6718              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6719              Date: Sat, 30 Dec 2000 18:10:02 -0600
6720              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
6721      Branch: perl
6722            ! sv.c
6723 ____________________________________________________________________________
6724 [  8283] By: jhi                                   on 2000/12/31  16:11:47
6725         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
6726      Branch: perl
6727            ! t/lib/glob-basic.t
6728 ____________________________________________________________________________
6729 [  8282] By: jhi                                   on 2000/12/31  15:26:11
6730         Log: Integrate perlio.
6731      Branch: perl
6732           !> makedef.pl opcode.pl os2/os2.c perlio.c
6733 ____________________________________________________________________________
6734 [  8281] By: nick                                  on 2000/12/31  10:06:15
6735         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
6736              is available to be exported
6737      Branch: perlio
6738            ! makedef.pl perlio.c
6739 ____________________________________________________________________________
6740 [  8280] By: nick                                  on 2000/12/31  09:41:26
6741         Log: Ilya's OS2 patch (testing for damage on Win32)
6742      Branch: perlio
6743            ! makedef.pl opcode.pl os2/os2.c
6744 ____________________________________________________________________________
6745 [  8279] By: jhi                                   on 2000/12/30  21:52:07
6746         Log: Test nits.
6747      Branch: perl
6748            ! t/lib/syslfs.t t/op/lfs.t
6749 ____________________________________________________________________________
6750 [  8278] By: jhi                                   on 2000/12/30  21:47:49
6751         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
6752              From: andreas.koenig@anima.de (Andreas J. Koenig)
6753              Date: 30 Dec 2000 22:35:37 +0100
6754              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
6755              
6756              The 32-bit wraparound test wasn't quite right.
6757      Branch: perl
6758            ! t/lib/syslfs.t t/op/lfs.t
6759 ____________________________________________________________________________
6760 [  8277] By: jhi                                   on 2000/12/30  21:33:44
6761         Log: Subject: [PATCH] open() example in perlfunc.pod 
6762              From: Karsten Sperling <s_sperli@ira.uka.de>
6763              Date: Sat, 30 Dec 2000 22:27:09 +0100
6764              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
6765      Branch: perl
6766            ! pod/perlfunc.pod
6767 ____________________________________________________________________________
6768 [  8276] By: jhi                                   on 2000/12/30  20:32:40
6769         Log: Not quite that many tests yet.
6770      Branch: perl
6771            ! t/op/pat.t
6772 ____________________________________________________________________________
6773 [  8275] By: jhi                                   on 2000/12/30  20:26:58
6774         Log: Integrate perlio.
6775      Branch: perl
6776           !> toke.c
6777 ____________________________________________________________________________
6778 [  8274] By: jhi                                   on 2000/12/30  20:24:56
6779         Log: Signedness nit.
6780      Branch: perl
6781            ! utf8.c
6782 ____________________________________________________________________________
6783 [  8273] By: jhi                                   on 2000/12/30  20:15:46
6784         Log: Add a test case for 20000731.001 which was fixed by the #8267.
6785      Branch: perl
6786            ! t/op/pat.t
6787 ____________________________________________________________________________
6788 [  8272] By: nick                                  on 2000/12/30  19:47:51
6789         Log: Tweak for MULTIPLICITY/USE_PERLIO
6790      Branch: perlio
6791            ! toke.c
6792 ____________________________________________________________________________
6793 [  8271] By: nick                                  on 2000/12/30  19:46:45
6794         Log: Integrate mainline
6795      Branch: perlio
6796           +> lib/unicode/distinct.pm
6797           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
6798           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
6799           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
6800 ____________________________________________________________________________
6801 [  8270] By: jhi                                   on 2000/12/30  19:39:50
6802         Log: Subject: RE: perl@8269
6803              From: "Richard Soderberg" <rs@crystalflame.net>
6804              Date: Sat, 30 Dec 2000 11:36:27 -0800
6805              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
6806              
6807              A missing aTHX_.
6808      Branch: perl
6809            ! toke.c
6810 ____________________________________________________________________________
6811 [  8269] By: jhi                                   on 2000/12/30  18:55:48
6812         Log: Update Changes.
6813      Branch: perl
6814            ! Changes patchlevel.h
6815 ____________________________________________________________________________
6816 [  8268] By: jhi                                   on 2000/12/30  17:18:40
6817         Log: Add a test for Unicode split //.  The #8267 was the cure.
6818      Branch: perl
6819            ! t/op/split.t
6820 ____________________________________________________________________________
6821 [  8267] By: jhi                                   on 2000/12/30  17:14:19
6822         Log: Subject: more UTF8 test suites and an UTF8 patch
6823              From: Inaba Hiroto <inaba@st.rim.or.jp>
6824              Date: Sat, 30 Dec 2000 14:27:10 +0900
6825              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
6826              
6827              Just the patch part for now, and the pragma renamed
6828              as unicode::distinct.
6829      Branch: perl
6830            + lib/unicode/distinct.pm
6831            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
6832            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
6833            ! regcomp.h regexec.c sv.c toke.c utf8.c
6834 ____________________________________________________________________________
6835 [  8266] By: nick                                  on 2000/12/30  16:40:49
6836         Log: Integrate mainline
6837      Branch: perlio
6838           +> lib/Pod/Text/Overstrike.pm
6839           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
6840           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
6841           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
6842           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
6843           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
6844 ____________________________________________________________________________
6845 [  8265] By: jhi                                   on 2000/12/30  07:28:55
6846         Log: The sv_catsv() fix, take two.
6847      Branch: perl
6848            ! sv.c t/op/join.t
6849 ____________________________________________________________________________
6850 [  8264] By: jhi                                   on 2000/12/30  06:19:18
6851         Log: Undo all the join-related changes since #8248: relevant
6852              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
6853              The new sv_catsv() doesn't fly so it must go back to
6854              the drawing board.
6855      Branch: perl
6856            ! sv.c t/op/join.t t/pragma/utf8.t
6857 ____________________________________________________________________________
6858 [  8263] By: jhi                                   on 2000/12/30  01:08:32
6859         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
6860      Branch: perl
6861            ! sv.c
6862 ____________________________________________________________________________
6863 [  8262] By: jhi                                   on 2000/12/30  00:45:14
6864         Log: Retract #8261.
6865      Branch: perl
6866            ! hv.c util.c
6867 ____________________________________________________________________________
6868 [  8261] By: jhi                                   on 2000/12/30  00:38:32
6869         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
6870      Branch: perl
6871            ! hv.c util.c
6872 ____________________________________________________________________________
6873 [  8260] By: jhi                                   on 2000/12/29  22:51:33
6874         Log: (Retracted by #8264)  More fixing for #8251.
6875      Branch: perl
6876            ! sv.c
6877 ____________________________________________________________________________
6878 [  8259] By: jhi                                   on 2000/12/29  18:27:30
6879         Log: Subject: podlators 1.06 released
6880              From: Russ Allbery <rra@stanford.edu>
6881              Date: 25 Dec 2000 05:09:30 -0800
6882              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
6883      Branch: perl
6884            + lib/Pod/Text/Overstrike.pm
6885            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
6886            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
6887 ____________________________________________________________________________
6888 [  8258] By: jhi                                   on 2000/12/29  18:20:45
6889         Log: Make the large file tests more robust/talkative as suggested by
6890              
6891              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
6892              From: andreas.koenig@anima.de (Andreas J. Koenig)
6893              Date: 29 Dec 2000 14:23:01 +0100
6894              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
6895      Branch: perl
6896            ! t/lib/syslfs.t t/op/lfs.t
6897 ____________________________________________________________________________
6898 [  8257] By: jhi                                   on 2000/12/29  17:48:04
6899         Log: Further VMS piping fixes from Charles Lane:
6900              
6901              In summary, error messages produced when a subprocess terminated
6902              abnormally were being sent not just to the parent process, but to
6903              grandparents, because of default values for error output that were
6904              not completely overridden when the subprocess was started.
6905              
6906              This patch fixes this behavior by defining user-mode (i.e., temporary
6907              for the duration of the program) logical names for SYS$OUTPUT and
6908              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
6909              changes to make it so that the user-mode logicals are the ones that
6910              control where Perl's error messages go if it terminates abnormally.
6911              
6912              I also added some gratuitous fixes to the indentation of braces in
6913              the piping code.  It just looked ugly, before.
6914      Branch: perl
6915            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
6916 ____________________________________________________________________________
6917 [  8256] By: jhi                                   on 2000/12/29  17:45:12
6918         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
6919              From: "Casey R. Tweten" <crt@kiski.net>
6920              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
6921              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
6922              
6923              Tests for for #8240.
6924      Branch: perl
6925            ! t/pragma/constant.t
6926 ____________________________________________________________________________
6927 [  8255] By: jhi                                   on 2000/12/29  17:43:07
6928         Log: Subject: Re: [PATCH] Interesting syntax idea
6929              From: Simon Cozens <simon@cozens.net>
6930              Date: Fri, 29 Dec 2000 14:34:04 +0000
6931              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
6932              
6933              Tests for #8254.
6934      Branch: perl
6935            ! t/pragma/sub_lval.t
6936 ____________________________________________________________________________
6937 [  8254] By: jhi                                   on 2000/12/29  17:42:11
6938         Log: Subject: [PATCH] Interesting syntax idea
6939              From: Simon Cozens <simon@cozens.net>
6940              Date: Wed, 27 Dec 2000 05:08:57 +0000
6941              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
6942              
6943              Make opens + bareword assigns do typeglob assigns.
6944      Branch: perl
6945            ! op.c
6946 ____________________________________________________________________________
6947 [  8253] By: jhi                                   on 2000/12/29  17:36:45
6948         Log: Output the (apparent) version of gcc, as suggested by
6949              
6950              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
6951              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
6952              Date: 26 Dec 2000 04:29:17 -0500
6953              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
6954              
6955              (The patch as such didn't any more apply as the misparsing had
6956              already been addressed in #6474.)  Also change the wording about
6957              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
6958      Branch: perl
6959            ! hints/dec_osf.sh
6960 ____________________________________________________________________________
6961 [  8252] By: nick                                  on 2000/12/29  12:14:31
6962         Log: Integrate mainline
6963      Branch: perlio
6964           !> (integrate 27 files)
6965 ____________________________________________________________________________
6966 [  8251] By: jhi                                   on 2000/12/29  08:45:46
6967         Log: (Retracted by #8264)
6968              
6969              (Fixed by #8260.)
6970              
6971              sv_catsv() needs one more byte space than seems reasonable.
6972              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
6973              Curiouser and curiouser.
6974      Branch: perl
6975            ! sv.c
6976 ____________________________________________________________________________
6977 [  8250] By: jhi                                   on 2000/12/29  07:57:52
6978         Log: More split // UTF-8 tests.
6979      Branch: perl
6980            ! t/pragma/utf8.t
6981 ____________________________________________________________________________
6982 [  8249] By: jhi                                   on 2000/12/29  07:54:51
6983         Log: (Retracted by #8264)  More join() testing which was good because
6984              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
6985      Branch: perl
6986            ! pp.c t/op/join.t utf8.c utf8.h
6987 ____________________________________________________________________________
6988 [  8248] By: jhi                                   on 2000/12/29  07:08:32
6989         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
6990              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
6991              that the only cases to care about are byte+byte and byte+character.
6992              
6993              TODO: See how well pp_concat() could be implemented in terms
6994              of sv_catsv().
6995      Branch: perl
6996            ! doop.c sv.c t/op/join.t utf8.h
6997 ____________________________________________________________________________
6998 [  8247] By: jhi                                   on 2000/12/29  06:35:23
6999         Log: Signedness nit.
7000      Branch: perl
7001            ! pp_hot.c
7002 ____________________________________________________________________________
7003 [  8246] By: jhi                                   on 2000/12/29  01:23:31
7004         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
7005              From: Lupe Christoph <lupe@lupe-christoph.de>
7006              Date: Thu, 28 Dec 2000 23:00:00 +0100
7007              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
7008              
7009              Suggest rsync --delete --dry-run.
7010      Branch: perl
7011            ! pod/perlhack.pod
7012 ____________________________________________________________________________
7013 [  8245] By: jhi                                   on 2000/12/28  23:57:05
7014         Log: The maxiters upper limit sanity check (guarding against
7015              non-progress) assumed bytes instead of characters in s///
7016              and split().
7017      Branch: perl
7018            ! pp.c pp_hot.c
7019 ____________________________________________________________________________
7020 [  8244] By: jhi                                   on 2000/12/28  23:34:08
7021         Log: Make some panic messages a bit more logical.
7022      Branch: perl
7023            ! doop.c pod/perldiag.pod pp.c pp_hot.c
7024 ____________________________________________________________________________
7025 [  8243] By: jhi                                   on 2000/12/28  22:59:16
7026         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
7027              From: Simon Cozens <simon@cozens.net>
7028              Date: Wed, 27 Dec 2000 02:30:03 +0000
7029              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
7030      Branch: perl
7031            ! pp.c t/pragma/sub_lval.t
7032 ____________________________________________________________________________
7033 [  8242] By: jhi                                   on 2000/12/28  22:56:53
7034         Log: Subject: [PATCH blead] Fix B::Terse indentation
7035              From: Daniel Chetlin <daniel@chetlin.com>
7036              Date: Wed, 27 Dec 2000 06:43:30 -0800
7037              Message-ID: <20001227064329.B9573@darkstar>
7038      Branch: perl
7039            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
7040 ____________________________________________________________________________
7041 [  8241] By: jhi                                   on 2000/12/28  22:48:59
7042         Log: The latter patch from the
7043              
7044              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
7045              From: Peter Prymmer <pvhp@forte.com> 
7046              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
7047              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
7048              
7049              (the former patch from the above should have been
7050              taken care of by Nick I-S)
7051      Branch: perl
7052            ! win32/Makefile
7053 ____________________________________________________________________________
7054 [  8240] By: jhi                                   on 2000/12/28  22:45:22
7055         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
7056              From: "Casey R. Tweten" <crt@kiski.net>
7057              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
7058              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
7059      Branch: perl
7060            ! lib/constant.pm
7061 ____________________________________________________________________________
7062 [  8239] By: jhi                                   on 2000/12/28  22:37:45
7063         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
7064              From: Simon Cozens <simon@cozens.net>
7065              Date: Wed, 27 Dec 2000 14:12:44 +0000
7066              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
7067      Branch: perl
7068            ! t/op/method.t t/op/sort.t toke.c
7069 ____________________________________________________________________________
7070 [  8238] By: jhi                                   on 2000/12/28  22:30:32
7071         Log: Subject: [PATCH perl@8229] Call.pm
7072              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
7073              Date: Mon, 25 Dec 2000 10:47:15 -0000
7074              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
7075      Branch: perl
7076            ! ext/Filter/Util/Call/Call.pm
7077 ____________________________________________________________________________
7078 [  8237] By: jhi                                   on 2000/12/28  22:19:21
7079         Log: Subject: [PATCH blead] Fix problem with `&' prototype
7080              From: Daniel Chetlin <daniel@chetlin.com>
7081              Date: Wed, 27 Dec 2000 15:55:32 -0800
7082              Message-ID: <20001227155532.D9573@darkstar>
7083      Branch: perl
7084            ! op.c t/comp/proto.t
7085 ____________________________________________________________________________
7086 [  8236] By: jhi                                   on 2000/12/28  22:09:25
7087         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
7088              From: Daniel Chetlin <daniel@chetlin.com>
7089              Date: Sun, 24 Dec 2000 04:09:49 -0800
7090              Message-ID: <20001224040949.B3090@darkstar>
7091      Branch: perl
7092            ! gv.c mg.c t/op/attrs.t
7093 ____________________________________________________________________________
7094 [  8235] By: jhi                                   on 2000/12/28  22:07:11
7095         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
7096              From: Jan Dubois <jand@ActiveState.com>
7097              Date: Tue, 26 Dec 2000 20:57:31 -0800
7098              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
7099      Branch: perl
7100            ! win32/win32.c
7101 ____________________________________________________________________________
7102 [  8234] By: jhi                                   on 2000/12/28  21:52:42
7103         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
7104              From: Simon Cozens <simon@cozens.net>
7105              Date: Thu, 28 Dec 2000 20:33:13 +0000
7106              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
7107      Branch: perl
7108            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
7109 ____________________________________________________________________________
7110 [  8233] By: jhi                                   on 2000/12/28  19:40:49
7111         Log: Integrate perlio.
7112      Branch: perl
7113           !> ext/Encode/Makefile.PL ext/Encode/compile
7114 ____________________________________________________________________________
7115 [  8232] By: nick                                  on 2000/12/23  16:06:00
7116         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
7117              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
7118      Branch: perlio
7119            ! ext/Encode/Makefile.PL
7120 ____________________________________________________________________________
7121 [  8231] By: nick                                  on 2000/12/23  14:30:34
7122         Log: "Compiled" encode build cleanup
7123              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
7124              - .c files do not export sub-tables
7125      Branch: perlio
7126            ! ext/Encode/Makefile.PL ext/Encode/compile
7127 ____________________________________________________________________________
7128 [  8230] By: nick                                  on 2000/12/23  12:50:37
7129         Log: Integrate mainline
7130      Branch: perlio
7131           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
7132           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
7133           !> pod/perl5004delta.pod pod/perl5005delta.pod
7134           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
7135           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
7136           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
7137           !> pod/perlsub.pod
7138 ____________________________________________________________________________
7139 [  8229] By: jhi                                   on 2000/12/22  15:32:12
7140         Log: Integrate perlio.
7141      Branch: perl
7142           +> win32/distclean.bat
7143           !> MANIFEST t/io/utf8.t
7144 ____________________________________________________________________________
7145 [  8228] By: jhi                                   on 2000/12/22  15:29:40
7146         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
7147              From: Robin Barker <rmb1@cise.npl.co.uk>
7148              Date: Fri, 22 Dec 2000 12:17:38 GMT
7149              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
7150      Branch: perl
7151            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
7152            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
7153            ! pod/perl5004delta.pod pod/perl5005delta.pod
7154            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
7155            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
7156            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
7157            ! pod/perlsub.pod
7158 ____________________________________________________________________________
7159 [  8227] By: jhi                                   on 2000/12/22  15:24:28
7160         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
7161              From: "John L. Allen" <allen@grumman.com>
7162              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
7163              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
7164              
7165              Document APPLLIB_EXP.
7166      Branch: perl
7167            ! INSTALL
7168 ____________________________________________________________________________
7169 [  8226] By: nick                                  on 2000/12/21  22:11:50
7170         Log: Handy script for when one forgets to "dmake clean" 
7171      Branch: perlio
7172            + win32/distclean.bat
7173            ! MANIFEST
7174 ____________________________________________________________________________
7175 [  8225] By: nick                                  on 2000/12/21  21:54:04
7176         Log: CRLF platform issue with io/utf8 fix.
7177      Branch: perlio
7178            ! t/io/utf8.t
7179 ____________________________________________________________________________
7180 [  8224] By: nick                                  on 2000/12/21  21:02:20
7181         Log: Integrate mainline
7182      Branch: perlio
7183           !> Changes Configure Makefile.SH Porting/Glossary
7184           !> Porting/config.sh Porting/config_H configure.com
7185           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
7186           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
7187           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
7188           !> win32/config.bc win32/config.gc win32/config.vc
7189 ____________________________________________________________________________
7190 [  8223] By: jhi                                   on 2000/12/21  17:09:16
7191         Log: Update Changes.
7192      Branch: perl
7193            ! Changes patchlevel.h
7194 ____________________________________________________________________________
7195 [  8222] By: jhi                                   on 2000/12/21  16:24:01
7196         Log: Metaconfig unit changes for #8221.
7197      Branch: metaconfig/U/perl
7198           +> issymlink.U
7199            - testsyml.U
7200            ! Mksymlinks.U
7201 ____________________________________________________________________________
7202 [  8221] By: jhi                                   on 2000/12/21  16:23:48
7203         Log: Rename testsyml to issymlink.
7204      Branch: perl
7205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7206            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
7207            ! win32/config.vc
7208 ____________________________________________________________________________
7209 [  8220] By: jhi                                   on 2000/12/21  15:47:26
7210         Log: Robustness support for #8218 (symlink forest) since the GNU
7211              tools seem to be overly picky about symlinkage depths.
7212      Branch: perl
7213            ! Makefile.SH t/io/fs.t
7214 ____________________________________________________________________________
7215 [  8219] By: jhi                                   on 2000/12/21  15:38:27
7216         Log: Metaconfig changes for #8218.
7217      Branch: metaconfig
7218            ! U/modified/Oldconfig.U
7219      Branch: metaconfig/U/perl
7220            + Mksymlinks.U
7221            ! testsyml.U
7222 ____________________________________________________________________________
7223 [  8218] By: jhi                                   on 2000/12/21  15:37:57
7224         Log: Add Configure option -Dmksymlinks which will create a symlink
7225              forest if the current/build differs from the source directory.
7226              TODO: mkdir -p is not portable.
7227      Branch: perl
7228            ! Configure
7229 ____________________________________________________________________________
7230 [  8217] By: jhi                                   on 2000/12/21  14:39:12
7231         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
7232              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
7233              Date: Thu, 21 Dec 2000 09:38:18 GMT
7234              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
7235              
7236              The ofs became an SV.
7237      Branch: perl
7238            ! ext/Thread/Thread.xs
7239 ____________________________________________________________________________
7240 [  8216] By: jhi                                   on 2000/12/21  05:40:21
7241         Log: The polymorphism seems to have fixed 20000517.001.
7242      Branch: perl
7243            ! t/pragma/utf8.t
7244 ____________________________________________________________________________
7245 [  8215] By: jhi                                   on 2000/12/21  04:44:52
7246         Log: read() documentation tweak for 20001121.004.
7247      Branch: perl
7248            ! pod/perlfunc.pod
7249 ____________________________________________________________________________
7250 [  8214] By: jhi                                   on 2000/12/21  03:54:11
7251         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
7252      Branch: perl
7253            ! pp_sys.c t/op/misc.t
7254 ____________________________________________________________________________
7255 [  8213] By: jhi                                   on 2000/12/21  00:28:10
7256         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
7257              From: Peter Prymmer <pvhp@forte.com>
7258              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
7259              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
7260      Branch: perl
7261            ! configure.com
7262 ____________________________________________________________________________
7263 [  8212] By: jhi                                   on 2000/12/21  00:26:21
7264         Log: Edit edit edit.
7265      Branch: perl
7266            ! pod/perlfaq3.pod
7267 ____________________________________________________________________________
7268 [  8211] By: jhi                                   on 2000/12/20  18:52:46
7269         Log: Update Changes.
7270      Branch: perl
7271            ! Changes patchlevel.h
7272 ____________________________________________________________________________
7273 [  8210] By: jhi                                   on 2000/12/20  18:34:47
7274         Log: Yet another editor edit.
7275      Branch: perl
7276            ! pod/perlfaq3.pod
7277 ____________________________________________________________________________
7278 [  8209] By: jhi                                   on 2000/12/20  15:33:28
7279         Log: More Win32 Perling.
7280      Branch: perl
7281            ! pod/perlfaq3.pod
7282 ____________________________________________________________________________
7283 [  8208] By: jhi                                   on 2000/12/20  15:07:46
7284         Log: More Win32 editor/IDE/shell hints.
7285      Branch: perl
7286            ! pod/perlfaq3.pod
7287 ____________________________________________________________________________
7288 [  8207] By: jhi                                   on 2000/12/20  03:54:08
7289         Log: Subject: [PATCH] obscure timing knowledge
7290              From: Nicholas Clark <nick@ccl4.org>
7291              Date: Tue, 19 Dec 2000 19:22:31 +0000
7292              Message-ID: <20001219192231.F2827@plum.flirble.org>
7293      Branch: perl
7294            ! sv.c
7295 ____________________________________________________________________________
7296 [  8206] By: jhi                                   on 2000/12/20  03:45:57
7297         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
7298              From: Spider Boardman <spider@leggy.zk3.dec.com>
7299              Date: Tue, 19 Dec 2000 21:30:16 -0500
7300              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
7301      Branch: perl
7302            ! sv.c
7303 ____________________________________________________________________________
7304 [  8205] By: jhi                                   on 2000/12/19  23:02:01
7305         Log: Update Changes.
7306      Branch: perl
7307            ! Changes patchlevel.h
7308 ____________________________________________________________________________
7309 [  8204] By: jhi                                   on 2000/12/19  22:58:18
7310         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
7311              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
7312              on editors and diffing/patching.
7313      Branch: perl
7314            ! t/op/utf8decode.t
7315 ____________________________________________________________________________
7316 [  8203] By: nick                                  on 2000/12/19  21:36:16
7317         Log: Integrate mainline (forgot my own change...)
7318      Branch: perlio
7319           !> ext/Encode/compile
7320 ____________________________________________________________________________
7321 [  8202] By: nick                                  on 2000/12/19  21:34:42
7322         Log: Integrate mainline.
7323      Branch: perlio
7324           !> (integrate 61 files)
7325 ____________________________________________________________________________
7326 [  8201] By: nick                                  on 2000/12/19  21:34:06
7327         Log: Avoid looking for File::Glob when we don't need it.
7328      Branch: perl
7329            ! ext/Encode/compile
7330 ____________________________________________________________________________
7331 [  8200] By: jhi                                   on 2000/12/19  18:35:49
7332         Log: Update Changes.
7333      Branch: perl
7334            ! Changes patchlevel.h
7335 ____________________________________________________________________________
7336 [  8199] By: jhi                                   on 2000/12/19  18:35:07
7337         Log: Microperl tweaks.
7338      Branch: perl
7339            ! sv.c uconfig.h uconfig.sh
7340 ____________________________________________________________________________
7341 [  8198] By: jhi                                   on 2000/12/19  18:29:59
7342         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
7343      Branch: perl
7344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7345            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
7346 ____________________________________________________________________________
7347 [  8197] By: jhi                                   on 2000/12/19  17:55:29
7348         Log: In VMS embedded perls couldn't access the statically built Socket,
7349              from Charles Lane.
7350      Branch: perl
7351            ! configure.com
7352 ____________________________________________________________________________
7353 [  8196] By: jhi                                   on 2000/12/19  17:49:50
7354         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
7355              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
7356              Date: Sun, 17 Dec 2000 19:11:44 -0000
7357              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
7358      Branch: perl
7359            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7360            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
7361 ____________________________________________________________________________
7362 [  8195] By: jhi                                   on 2000/12/19  17:47:53
7363         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
7364              From: Jonathan Stowe <gellyfish@gellyfish.com>
7365              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
7366              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
7367      Branch: perl
7368            ! utils/h2xs.PL
7369 ____________________________________________________________________________
7370 [  8194] By: jhi                                   on 2000/12/19  17:46:28
7371         Log: Subject: Re: useless use of void context work-around
7372              From: andreas.koenig@anima.de (Andreas J. Koenig)
7373              Date: 16 Dec 2000 15:13:36 +0100
7374              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
7375              
7376              Document (comment) the q(di ds ig) trick in the code.
7377      Branch: perl
7378            ! op.c
7379 ____________________________________________________________________________
7380 [  8193] By: jhi                                   on 2000/12/19  17:10:57
7381         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
7382              From: "Mark J. Reed" <mreed@strange.turner.com>
7383              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
7384              Message-Id: <200012160222.VAA13986@strange.turner.com>
7385      Branch: perl
7386            ! ext/Sys/Syslog/Syslog.pm
7387 ____________________________________________________________________________
7388 [  8192] By: jhi                                   on 2000/12/19  17:07:45
7389         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
7390              From: Nicholas Clark <nick@ccl4.org>
7391              Date: Sat, 16 Dec 2000 19:03:13 +0000
7392              Message-ID: <20001216190313.D68304@plum.flirble.org>
7393      Branch: perl
7394            ! t/op/64bitint.t
7395 ____________________________________________________________________________
7396 [  8191] By: jhi                                   on 2000/12/19  17:06:13
7397         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
7398              From: Dominic Dunlop <domo@computer.org>
7399              Date: Mon, 18 Dec 2000 12:00:15 +0100
7400              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
7401              
7402              This patchlet is needed in order that perl can be statically linked.  
7403      Branch: perl
7404            ! regexec.c
7405 ____________________________________________________________________________
7406 [  8190] By: jhi                                   on 2000/12/19  17:03:08
7407         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
7408              From: "Craig A. Berry" <craig.berry@psinetcs.com>
7409              Date: Sun, 17 Dec 2000 00:18:35 -0600
7410              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
7411      Branch: perl
7412            ! perlio.h vms/gen_shrfls.pl
7413 ____________________________________________________________________________
7414 [  8189] By: jhi                                   on 2000/12/19  16:20:28
7415         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
7416              From: Prymmer/Kahn <pvhp@best.com>
7417              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
7418              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
7419              
7420              A better version of #8188.
7421      Branch: perl
7422            ! pod/perlfaq3.pod
7423 ____________________________________________________________________________
7424 [  8188] By: jhi                                   on 2000/12/19  15:57:06
7425         Log: (Replaced by #8189)
7426              
7427              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
7428              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
7429              From: Prymmer/Kahn <pvhp@best.com>
7430              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
7431              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
7432              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
7433              Date: Mon, 18 Dec 2000 11:10:45 -0500
7434              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
7435      Branch: perl
7436            ! pod/perlfaq3.pod
7437 ____________________________________________________________________________
7438 [  8187] By: jhi                                   on 2000/12/19  15:54:19
7439         Log: Email address fix for Anton Berezin.
7440      Branch: perl
7441            ! AUTHORS
7442 ____________________________________________________________________________
7443 [  8186] By: jhi                                   on 2000/12/19  15:38:54
7444         Log: Subject: [PATCH perl@8102] cygwin port
7445              From: "Eric Fifer" <efifer@dircon.co.uk> 
7446              Date: Thu, 14 Dec 2000 13:41:29 -0000
7447              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
7448              
7449              When compiling modules the data item that is being imported
7450              from libperl.dll needs to be tagged as imported/shared data:
7451              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
7452      Branch: perl
7453            ! perliol.h
7454 ____________________________________________________________________________
7455 [  8185] By: jhi                                   on 2000/12/19  14:53:24
7456         Log: Regen uconfig.h and uconfig.sh.
7457      Branch: perl
7458            ! uconfig.h uconfig.sh
7459 ____________________________________________________________________________
7460 [  8184] By: jhi                                   on 2000/12/18  20:43:49
7461         Log: Comments work so much better when they are closed.
7462      Branch: perl
7463            ! regcomp.c
7464 ____________________________________________________________________________
7465 [  8183] By: jhi                                   on 2000/12/18  18:04:02
7466         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
7467              Fixes the bug 20001218.016.
7468      Branch: perl
7469            ! regcomp.c
7470 ____________________________________________________________________________
7471 [  8182] By: gsar                                  on 2000/12/18  09:53:47
7472         Log: delete spurious files
7473      Branch: maint-5.6/perl
7474            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
7475            - vos/config.h vos/config_h.SH_orig
7476 ____________________________________________________________________________
7477 [  8181] By: gsar                                  on 2000/12/18  09:46:08
7478         Log: regen perltoc
7479      Branch: maint-5.6/perl
7480            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
7481 ____________________________________________________________________________
7482 [  8180] By: gsar                                  on 2000/12/18  09:20:27
7483         Log: integrate changes#7924..7926,7946,7952 from mainline
7484      Branch: maint-5.6/perl
7485           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
7486           !> lib/File/stat.pm t/lib/class-struct.t
7487 ____________________________________________________________________________
7488 [  8179] By: gsar                                  on 2000/12/18  08:55:54
7489         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
7490              7918,7919,7988,8907 from mainline (various)
7491      Branch: maint-5.6/perl
7492           +> t/lib/class-struct.t
7493           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
7494           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
7495           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
7496 ____________________________________________________________________________
7497 [  8178] By: gsar                                  on 2000/12/18  08:16:30
7498         Log: avoid redefinition warnings on windows due to sys/socket.h getting
7499              #included before win32.h
7500      Branch: maint-5.6/perl
7501            ! win32/include/sys/socket.h
7502 ____________________________________________________________________________
7503 [  8177] By: gsar                                  on 2000/12/18  05:24:04
7504         Log: make regen_headers; fix POSIX.xs problems; remove outdated
7505              code from sys/socket.h that makes build fail now
7506      Branch: maint-5.6/perl
7507            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
7508            ! pod/perlapi.pod
7509           !> win32/include/sys/socket.h
7510 ____________________________________________________________________________
7511 [  8176] By: gsar                                  on 2000/12/18  05:20:17
7512         Log: update Changes
7513      Branch: maint-5.6/perl
7514            ! Changes patchlevel.h
7515 ____________________________________________________________________________
7516 [  8175] By: gsar                                  on 2000/12/18  04:57:48
7517         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
7518              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
7519              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
7520              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
7521              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
7522              7823,7825,7838
7523      Branch: maint-5.6/perl
7524           +> lib/File/Spec/Epoc.pm
7525           !> (integrate 88 files)
7526 ____________________________________________________________________________
7527 [  8174] By: gsar                                  on 2000/12/18  03:53:09
7528         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
7529              7625..7629,7631..7634,7637,7639,7642 from mainline
7530      Branch: maint-5.6/perl
7531           +> README.solaris
7532           !> (integrate 26 files)
7533 ____________________________________________________________________________
7534 [  8173] By: gsar                                  on 2000/12/18  03:37:02
7535         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
7536              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
7537              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
7538              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
7539      Branch: maint-5.6/perl
7540           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
7541            - MAINTAIN
7542           !> (integrate 111 files)
7543 ____________________________________________________________________________
7544 [  8172] By: jhi                                   on 2000/12/18  02:49:27
7545         Log: Regen pods.
7546      Branch: perl
7547            ! pod/perlmodlib.pod pod/perltoc.pod
7548 ____________________________________________________________________________
7549 [  8171] By: gsar                                  on 2000/12/18  02:49:24
7550         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
7551              7465..7471 from mainline
7552              
7553              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
7554              in platforms that strictly require all the symbols being present
7555              at link time.
7556              
7557              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
7558              
7559              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
7560              
7561              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
7562              
7563              Subject: [PATCH] todo
7564              
7565              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
7566              
7567              Use $sort, $uniq (and $tr) consistently as wondered
7568              by Nicholas Clark.
7569              
7570              Too enthusiastic editing in #7460.
7571              
7572              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
7573              
7574              Upgrade to CPAN 1.58_55.
7575              Subject: CPAN.pm status
7576              
7577              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
7578              
7579              Make target reordering to avoid pointless re-makes.
7580              Subject: Re: Total re-make of 'make okfile' after 7451 ?
7581              
7582              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
7583              
7584              Subject: DOC PATCH 5.6.0
7585              
7586              Add the repository doc by Malcolm, Sarathy, and by Simon,
7587              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
7588      Branch: maint-5.6/perl
7589           +> Porting/repository.pod
7590           !> Configure MANIFEST Makefile.SH README.dos README.os2
7591           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
7592           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
7593           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
7594 ____________________________________________________________________________
7595 [  8169] By: gsar                                  on 2000/12/18  02:33:34
7596         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
7597              7435..7441,7445 from mainline
7598              
7599              Make the UTF-8 decoding stricter and more verbose when
7600              malformation happens.  This involved adding an argument
7601              to utf8_to_uv_chk(), which involved changing its prototype,
7602              and prefer STRLEN over I32 for the UTF-8 length, which as
7603              a domino effect necessitated changing the prototypes of
7604              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
7605              The stricter UTF-8 decoding checking uses Markus Kuhn's
7606              UTF-8 Decode Stress Tester from
7607              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
7608              
7609              Run vms/vms_yfix.pl, should have done that after changing
7610              perly.c in #7382.
7611              
7612              Subject: [PATCH 5.7.0] static linking with uninstalled perl
7613              
7614              (Replaced by #7440.)
7615              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
7616              
7617              Fix the bug ID 20001024.005, the bug introduced by #7416.
7618              
7619              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
7620              
7621              Fix the bug reported in
7622              From: andreas.koenig@anima.de (Andreas J. Koenig)
7623              Also make is_utf8_char() stricter.
7624              
7625              Missed the header file changes from #7425.
7626              
7627              Check if stdio supports tweaking lval and cnt simultaneously.
7628              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
7629              
7630              Stratus VOS updates from Paul Green.
7631              
7632              Podify README.epoc and README.vos.
7633              
7634              Add targets to Makefile.SH, most importantly
7635              'regen_all' which also remembers to update vms/perly*.
7636              
7637              Subject: Minor update to find2perl, for portability
7638              
7639              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
7640              
7641              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
7642              
7643              Rename UTF8LEN() to be UNISKIP(), too confusing to have
7644              UTF8LEN() and UTF8SKIP(). 
7645              
7646              Allow poking holes at the UTF-8 decoding strictness.
7647              
7648              Continue the internal UTF-8 API tweaking.
7649              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
7650              used much more than the simpler API, now called utf8_to_uv_simple().
7651              Still not quite happy with API, too much partial duplication
7652              of functionality.
7653              
7654              A new version of making the syslog test more robust.
7655              (Replaces #7421.)
7656              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
7657              
7658              buildtoc target tweaks.
7659              
7660              Integrate with vmsperl #7430 by Charles Bailey:
7661              
7662              Cleanup from prior patch (Charles Lane?):
7663              - improve handling of MFDs in Basename and Path
7664              - default to no xsubpp line # munging when building debug images
7665      Branch: maint-5.6/perl
7666           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7667           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
7668           !> (integrate 67 files)
7669 ____________________________________________________________________________
7670 [  8168] By: gsar                                  on 2000/12/18  02:05:49
7671         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
7672              
7673              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
7674              From: Martin Husemann <martin@duskware.de>
7675              
7676              Subject: [PATCH 5.7.0] restore match data on backtracing
7677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7678      Branch: maint-5.6/perl
7679           !> regcomp.c regexec.c t/op/re_tests
7680 ____________________________________________________________________________
7681 [  8167] By: gsar                                  on 2000/12/18  01:55:22
7682         Log: integrate changes#7858,7986 from mainline
7683              
7684              C<foreach my $x ...> in pseudo-fork()ed process may diddle
7685              parent's memory; fix it by keeping track of the actual pad
7686              offset rather than a raw pointer (this change is probably also
7687              relevant to non-ithreads case to avoid fallout from reallocs of
7688              the pad array, but is currently only enabled for the ithreads
7689              case in the interests of minimal disruption to existing "well
7690              tested" code)
7691              
7692              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
7693              due to the notorious GetFileType() bug in Windows 9x, which fstat()
7694              tickles)
7695      Branch: maint-5.6/perl
7696           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
7697           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
7698           !> win32/win32.c win32/win32.h win32/win32sck.c
7699 ____________________________________________________________________________
7700 [  8166] By: gsar                                  on 2000/12/18  01:52:59
7701         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
7702              from mainline (xsubpp and ExtUtils::LibList fixups, various
7703              other small items)
7704      Branch: maint-5.6/perl
7705           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
7706           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
7707           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
7708           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
7709           !> win32/bin/search.pl
7710 ____________________________________________________________________________
7711 [  8165] By: gsar                                  on 2000/12/18  01:28:45
7712         Log: integrate changes#7533,7563,7611,7623 from mainline (various
7713              malloc.c embellishments)
7714      Branch: maint-5.6/perl
7715           !> malloc.c pod/perldiag.pod
7716 ____________________________________________________________________________
7717 [  8164] By: gsar                                  on 2000/12/18  01:23:33
7718         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
7719              fixups)
7720      Branch: maint-5.6/perl
7721           !> utils/h2xs.PL
7722 ____________________________________________________________________________
7723 [  8163] By: gsar                                  on 2000/12/18  01:17:50
7724         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
7725              fixups)
7726      Branch: maint-5.6/perl
7727           !> Makefile.SH utils/perlbug.PL
7728 ____________________________________________________________________________
7729 [  8162] By: gsar                                  on 2000/12/18  00:25:43
7730         Log: always export Perl_deb() (it is required by re.xs whether
7731              Perl is built with or without -DDEBUGGING)
7732      Branch: maint-5.6/perl
7733            ! makedef.pl
7734 ____________________________________________________________________________
7735 [  8161] By: gsar                                  on 2000/12/18  00:23:38
7736         Log: integrate change#7414 from mainline
7737              
7738              Undo the basename() part of #7412 since the lib/basename
7739              tests would need upgrading too.
7740              
7741              squelch two tests in tr.t that rely on tr/// paranoia change
7742              that's not in 5.6.x
7743      Branch: maint-5.6/perl
7744            ! t/op/tr.t
7745           !> lib/File/Basename.pm
7746 ____________________________________________________________________________
7747 [  8160] By: gsar                                  on 2000/12/18  00:05:30
7748         Log: missing change in previous integrate
7749      Branch: maint-5.6/perl
7750           !> README.aix
7751 ____________________________________________________________________________
7752 [  8159] By: gsar                                  on 2000/12/18  00:03:38
7753         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
7754              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
7755              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
7756              7410..7413 from mainline
7757      Branch: maint-5.6/perl
7758           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
7759           +> t/lib/tie-splice.t
7760            - lib/unicode/Is/DCinital.pl
7761           !> (integrate 112 files)
7762 ____________________________________________________________________________
7763 [  8158] By: jhi                                   on 2000/12/17  23:04:24
7764         Log: Subject: [PATCHES] RE: perl@8150 
7765              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
7766              Date: Sun, 17 Dec 2000 21:46:39 +0100
7767              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
7768              
7769              Neither cygwin has a getpwuid() one can trust on.
7770      Branch: perl
7771            ! t/lib/glob-basic.t
7772 ____________________________________________________________________________
7773 [  8157] By: jhi                                   on 2000/12/17  23:01:54
7774         Log: More MAN.PODS => {} fixes.
7775      Branch: perl
7776            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
7777            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
7778            ! os2/OS2/REXX/Makefile.PL
7779 ____________________________________________________________________________
7780 [  8156] By: gsar                                  on 2000/12/17  22:49:13
7781         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
7782              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
7783              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
7784              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
7785              7201,7204 from mainline
7786      Branch: maint-5.6/perl
7787           !> (integrate 121 files)
7788 ____________________________________________________________________________
7789 [  8155] By: jhi                                   on 2000/12/17  22:30:58
7790         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
7791              From: "Craig A. Berry" <craigberry@mac.com>
7792              Date: Sun, 17 Dec 2000 13:09:28 -0600
7793              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
7794              
7795              MAN.PODS => ' ' is naughty.
7796      Branch: perl
7797            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
7798 ____________________________________________________________________________
7799 [  8154] By: nick                                  on 2000/12/17  22:07:13
7800         Log: MULTIPLICITY nit.
7801      Branch: perl
7802            ! mg.c
7803 ____________________________________________________________________________
7804 [  8153] By: gsar                                  on 2000/12/17  21:23:05
7805         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
7806              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
7807              from mainline
7808              
7809              Document the SvIOK_.*UV().
7810              
7811              Update Unicode todo list.
7812              
7813              Guard against bad string->int conversion for quads.
7814              
7815              Subject: small apidoc fix
7816              
7817              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
7818              
7819              Subject: [PATCH] Tied filehandle documentation
7820              
7821              Subject: [PATCH] Modernize Opcode.pm documentation
7822              
7823              Make Data::Dumper (non-XS) to work with changed semantics of ref().
7824              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
7825              [applied even though said semantics didn't change in 5.6.x]
7826              
7827              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
7828              
7829              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
7830              
7831              Fix the URL, but the server is still missing in action.
7832              Subject: [ID 20000905.002] perlfaq1.pod URL error
7833              
7834              Subject: [ID 20000903.001] \w in utf8-strings
7835              
7836              Fix the ccversion detection for 5.1 and beyond.
7837              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
7838              
7839              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
7840              
7841              Subject: [ID 20000904.008] Tiny fix for perldiag
7842              
7843              Subject: Re: [ID 20000906.004] segfault with bad perl statement
7844              
7845              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
7846              
7847              Subject: [ID 20000908.002] perlipc documentation bug.
7848              
7849              Subject: [PATCH lib/Benchmark.pm]
7850              
7851              Re-allow vec() for characters > 255.
7852              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
7853              
7854              Do away with memory models cruft.  Sorry, PDP users.
7855              
7856              Continue #7041.
7857              
7858              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
7859              
7860              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
7861              
7862              Upgrade to CPAN 1.57_65, from Andreas König.
7863              
7864              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
7865              by Russ Allbery.
7866              
7867              Silence t/pod/*.t about alternate quote-mappings now implemented
7868              by Pod::Text, from Brad Appleton.
7869              
7870              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
7871              Subject: borland C++ win32.c tweak
7872              
7873              C<@a = @b = split(...)> optimization coredumps under ithreads
7874              (missed a spot when fixing up op_pmreplroot hack for ithreads)
7875              
7876              Document the SvUTF8*().
7877              
7878              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
7879              
7880              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
7881              
7882              Do in VMS as the #7054 does.
7883              
7884              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
7885              
7886              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
7887              
7888              Subject: [patch: perl@7045] vms updates
7889              
7890              Test for the #7049.
7891              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
7892              
7893              Break up the myconfig lines a bit.
7894              Subject: perlbug/perl -V output format
7895              
7896              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
7897              
7898              The #7054 truncated Configure badly.
7899              
7900              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
7901              initialization in all the threads on Windows
7902              
7903              Allow for whitespace between "#" and "line" in cpp output.
7904              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
7905              
7906              Remove vestiges of tr//CU.
7907              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
7908              
7909              The return value of setlocale must be copied away.
7910              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
7911              
7912              Allow chop() and chomp() to be overridden.
7913              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
7914              
7915              Hints optimization.
7916              Subject: Minor nit
7917              
7918              Subject: [PATCH] de-wall t/README
7919              
7920              Subject: Re: Two advertising clauses need to be removed
7921      Branch: maint-5.6/perl
7922           !> (integrate 75 files)
7923 ____________________________________________________________________________
7924 [  8152] By: gsar                                  on 2000/12/17  20:30:11
7925         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
7926              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
7927              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
7928              
7929              Don't attach -ld to the archname if pointless.
7930              
7931              Document UNTIE in a very minimalistic way.
7932              
7933              POSIX doesn't report long double values under -Duselongdouble
7934              when the long doubles are "real" (bigger than doubles).
7935              
7936              More author updates.
7937              
7938              Try to deduce NV_MAX.  Really should be Configure fodder.
7939              
7940              :: not allowed in pathnames, change to .
7941              Subject: [PATCH perl@6938] cygwin port
7942              
7943              Forget about NV_MAX (#6951).  Various floating point tweaks,
7944              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
7945              
7946              Move the Solaris 7 scan to use64bitall, make the
7947              failure to find 64-bot sparc libc to mention the
7948              possibility of being in an intel, from Lupe and Alan.
7949              
7950              Regen perltoc.
7951              
7952              AUTHORS tweaks, from Peter Prymmer.
7953              
7954              More address tweaking.
7955              
7956              Small tweaks all over.
7957              
7958              File::Temp patches from Andreas König,
7959              
7960              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
7961              
7962              Subject: CPAN.pm beta 1.57_57 for the core
7963              
7964              Part of the solution.
7965              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
7966              
7967              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
7968              
7969              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
7970              
7971              Add the overload warnings to perldiag.
7972              
7973              Drop unused argument.
7974              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
7975              
7976              Subject: Nit in Configure (bleadperl@6961)
7977              
7978              Update to PodParser 1.18, from Brad Appleton.
7979              
7980              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
7981              
7982              Subject: [PATCH: 6948] add SCNfldbl to configure.com
7983              
7984              Document UNTIE. Also tweak implementation to suppress the 'inner references'
7985              warning when UNTIE exists and instead pass the cound of extra references to
7986              the UNTIE method.
7987              
7988              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
7989              so that case-ignoring systems like DCL can tell them from
7990              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
7991              
7992              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
7993              
7994              Feature ordering tweak.
7995              
7996              Regen perltoc.
7997              
7998              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
7999              
8000              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
8001              
8002              Subject: http:// in L<>
8003              
8004              Detypo.
8005              
8006              change#6791 accidentally clobbered change#6710, put it back
8007              
8008              Only the first line, thank you very much.
8009              
8010              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
8011              plus rework the http: spots as suggested by Tom Christiansen,
8012              plus regen perltoc.
8013              
8014              Undo part of change 6489 which looks like a bulk edit which
8015              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
8016              The supressing of main:: on return from select() is undesirable.
8017              
8018              Apparently avoiding the swapping is too costly.
8019              
8020              Various Configure nits by Philip Newton,
8021              plus the ebcdic one by me.
8022              
8023              Make certain cc is set before trying to run it.
8024              
8025              If overloaded %{} etc. return the object do not loop.
8026              Thus  sub deref { $_[0] } functions if object is wanted type.
8027              
8028              Update perlhist.
8029              
8030              More %{} and other deref special casing - do not pass to 'nomethod'.
8031      Branch: maint-5.6/perl
8032           !> (integrate 59 files)
8033 ____________________________________________________________________________
8034 [  8151] By: gsar                                  on 2000/12/17  19:14:38
8035         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
8036              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
8037              
8038              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
8039              
8040              Make the epsilon to be relative, not absolute.
8041              
8042              Put back the flags dump as reasoned in
8043              Subject: Re: [PATCH] Glob dumping
8044              
8045              Introduce ccname to keep track of what compiler kind of we have.
8046              
8047              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
8048              
8049              Put back the slice accidentally removed by #6907.
8050              
8051              Reset archname and archname64 always, forcing them be
8052              recomputed at each Configure run, make Configure and
8053              the hints files agree on the naming of largefiles variables.
8054              
8055              Don't say "Perl 5.0 source kit".
8056              
8057              Subject: [PATCH] fix misc cast warnings
8058              
8059              Subject: typos in pods
8060              
8061              NVs not necessarily doubles, as pointed out by Yitzchak.
8062              
8063              Subject: [PATCH 6889] add a few ldbl formats to configure.com
8064              
8065              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
8066              
8067              Better options for rsync.
8068              
8069              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
8070              
8071              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
8072              
8073              Subject: [PATCH] Re: UNTIE method 
8074              
8075              A better fix for the Socket building problem from Craig Berry.
8076              
8077              Retract the dummy test, skip the security tests (instead of failing),
8078              explain what the warnings mean.
8079              
8080              Heap decorruption.
8081              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
8082              
8083              Update to Unicode 3.0.1.
8084              
8085              Missed one Unicode file.
8086              
8087              Subject: Re: typos in pods
8088              
8089              The #6929 was too skimpy.
8090              
8091              sscanf() may be the only way to read long doubles from strings.
8092              
8093              Reveal Borland's isnan.
8094              Subject: build with BC++ tweak
8095              
8096              Issue useful diagnostic on unknown pod commands.
8097              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
8098              
8099              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
8100              
8101              Clarify the third case of ftmp-security warnings.
8102              
8103              Make -Dusemorebits find long doubles in Solaris.
8104              
8105              Wrap the test in eval.
8106      Branch: maint-5.6/perl
8107           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
8108           +> lib/unicode/PropList.txt lib/unicode/README.perl
8109           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
8110           +> lib/unicode/Unicode.301 vms/vmspipe.com
8111            - lib/unicode/Props.txt lib/unicode/UCD300.html
8112            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
8113           !> (integrate 305 files)
8114 ____________________________________________________________________________
8115 [  8150] By: jhi                                   on 2000/12/17  18:47:57
8116         Log: Uncheckedin generated files.
8117      Branch: perl
8118            ! global.sym perlapi.c pod/perlapi.pod
8119 ____________________________________________________________________________
8120 [  8149] By: jhi                                   on 2000/12/17  18:41:22
8121         Log: Update Changes.
8122      Branch: perl
8123            ! Changes patchlevel.h
8124 ____________________________________________________________________________
8125 [  8148] By: jhi                                   on 2000/12/17  18:39:16
8126         Log: Subject: [PATCH] Fcntl constants speedup
8127              From: Nicholas Clark <nick@ccl4.org>
8128              Date: Sun, 17 Dec 2000 16:29:24 +0000
8129              Message-ID: <20001217162924.E97668@plum.flirble.org>
8130              
8131              Use IVs for the Fcntl constants instead of NVs.
8132      Branch: perl
8133            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
8134 ____________________________________________________________________________
8135 [  8147] By: jhi                                   on 2000/12/17  18:33:41
8136         Log: Add test for #8145 (binmode() warning), add warning for
8137              ioctl() and sockpair(), document them. (fileno() cannot
8138              be tripwired with the same kind of warning because
8139              'defined fileno($foo)' seems to be an idiom.)
8140      Branch: perl
8141            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
8142 ____________________________________________________________________________
8143 [  8146] By: gsar                                  on 2000/12/17  18:09:08
8144         Log: update Changes
8145      Branch: maint-5.6/perl
8146            ! Changes
8147 ____________________________________________________________________________
8148 [  8145] By: jhi                                   on 2000/12/17  17:39:35
8149         Log: Subject: [PATCH] Re: The long awaited feature ...
8150              From: Simon Cozens <simon@cozens.net>
8151              Date: Sun, 17 Dec 2000 12:31:56 +0000
8152              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
8153              
8154              Add a warning to binmode() about using bad filehandles
8155              (can happen e.g. if someone forgets the filehandle argument)
8156      Branch: perl
8157            ! pp_sys.c
8158 ____________________________________________________________________________
8159 [  8144] By: jhi                                   on 2000/12/17  17:33:48
8160         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
8161              From: Jonathan Stowe <gellyfish@gellyfish.com>
8162              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
8163              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
8164      Branch: perl
8165            ! lib/Net/Ping.pm
8166 ____________________________________________________________________________
8167 [  8143] By: jhi                                   on 2000/12/17  05:31:37
8168         Log: Polymorphic regexps.
8169              
8170              Fixes at least the bugs 20001028.003 (both of them...) and
8171              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
8172              also to be fixed by now, probably already before this patch.
8173      Branch: perl
8174            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
8175            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
8176            ! t/op/utf8decode.t t/pragma/utf8.t
8177 ____________________________________________________________________________
8178 [  8142] By: jhi                                   on 2000/12/16  17:16:05
8179         Log: Subject: [patch perl@8102] dos/djgpp update
8180              From: Laszlo Molnar <ml1050@freemail.hu>
8181              Date: Sat, 16 Dec 2000 01:40:52 +0100
8182              Message-ID: <20001216014052.A335@freemail.hu>
8183      Branch: perl
8184            ! djgpp/config.over t/base/commonsense.t
8185 ____________________________________________________________________________
8186 [  8141] By: jhi                                   on 2000/12/16  17:09:27
8187         Log: Few uncheckedin files.
8188      Branch: perl
8189            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
8190 ____________________________________________________________________________
8191 [  8140] By: nick                                  on 2000/12/15  22:14:31
8192         Log: Integrate mainline
8193      Branch: perlio
8194           !> (integrate 53 files)
8195 ____________________________________________________________________________
8196 [  8139] By: jhi                                   on 2000/12/15  19:49:49
8197         Log: One more IVUV tweak from Nicholas Clark.
8198      Branch: perl
8199            ! sv.c
8200 ____________________________________________________________________________
8201 [  8138] By: jhi                                   on 2000/12/15  19:17:06
8202         Log: Return of the IVUV-preservation, now seems to be happy even
8203              in Digital UNIX (the broken strtoul brokenness detection
8204              seems to have been the fly in the ointment).
8205      Branch: perl
8206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8207            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
8208            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
8209            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
8210            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8211            ! vos/config.ga.h win32/config.bc win32/config.gc
8212            ! win32/config.vc
8213 ____________________________________________________________________________
8214 [  8137] By: jhi                                   on 2000/12/15  18:12:14
8215         Log: Metaconfig unit change for #8136.
8216      Branch: metaconfig
8217            ! U/modified/d_strtoul.U
8218      Branch: metaconfig/U/perl
8219            ! d_strtoull.U d_strtouq.U
8220 ____________________________________________________________________________
8221 [  8136] By: jhi                                   on 2000/12/15  18:11:35
8222         Log: I don't think it's sensible or portable to test the strtou*
8223              on /^-/ strings.
8224      Branch: perl
8225            ! Configure
8226 ____________________________________________________________________________
8227 [  8135] By: jhi                                   on 2000/12/15  17:18:49
8228         Log: Metaconfig unit change for #8134.
8229      Branch: metaconfig
8230            ! U/modified/d_strtoul.U
8231 ____________________________________________________________________________
8232 [  8134] By: jhi                                   on 2000/12/15  17:14:13
8233         Log: If longsize is 8 we don't need a LL suffix for integer constants.
8234      Branch: perl
8235            ! Configure config_h.SH
8236 ____________________________________________________________________________
8237 [  8133] By: jhi                                   on 2000/12/15  16:00:23
8238         Log: Update Changes.
8239      Branch: perl
8240            ! Changes patchlevel.h
8241 ____________________________________________________________________________
8242 [  8132] By: jhi                                   on 2000/12/15  15:44:16
8243         Log: Some compilers get huffy if you do not cast a const pointer
8244              to a non-const when assigning.
8245      Branch: perl
8246            ! gv.c
8247 ____________________________________________________________________________
8248 [  8131] By: jhi                                   on 2000/12/15  15:38:30
8249         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
8250              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8251              Date: Fri, 15 Dec 2000 05:26:57 -0500
8252              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
8253      Branch: perl
8254            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
8255            ! t/pragma/overload.t
8256 ____________________________________________________________________________
8257 [  8130] By: jhi                                   on 2000/12/15  15:36:08
8258         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
8259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8260              Date: Thu, 14 Dec 2000 22:02:43 -0500
8261              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
8262      Branch: perl
8263            ! gv.c perl.h
8264 ____________________________________________________________________________
8265 [  8129] By: jhi                                   on 2000/12/15  15:34:16
8266         Log: Subject: PATCH: h2xs nit
8267              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8268              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
8269              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
8270              
8271              Add a template README.
8272      Branch: perl
8273            ! utils/h2xs.PL
8274 ____________________________________________________________________________
8275 [  8128] By: jhi                                   on 2000/12/15  15:32:22
8276         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
8277      Branch: perl
8278            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
8279 ____________________________________________________________________________
8280 [  8127] By: jhi                                   on 2000/12/15  15:19:34
8281         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
8282              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8283              Date:     Thu, 14 Dec 2000 20:04:42 EST
8284              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
8285      Branch: perl
8286            ! ext/Opcode/Opcode.xs
8287 ____________________________________________________________________________
8288 [  8126] By: jhi                                   on 2000/12/15  15:17:49
8289         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
8290              From: Peter Prymmer <pvhp@forte.com>
8291              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
8292              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
8293      Branch: perl
8294            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
8295            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
8296            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
8297 ____________________________________________________________________________
8298 [  8125] By: jhi                                   on 2000/12/15  15:11:05
8299         Log: This seems to be a stage sane and stable enough to checkin.
8300              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
8301      Branch: perl
8302            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
8303            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
8304            ! t/op/cmp.t t/op/numconvert.t
8305 ____________________________________________________________________________
8306 [  8124] By: jhi                                   on 2000/12/15  04:20:26
8307         Log: Something is really wonky.
8308      Branch: perl
8309            ! sv.c
8310 ____________________________________________________________________________
8311 [  8123] By: jhi                                   on 2000/12/15  04:00:50
8312         Log: Fixes for the IV UV patches to compile in Digital UNIX.
8313      Branch: perl
8314            ! sv.c
8315 ____________________________________________________________________________
8316 [  8122] By: jhi                                   on 2000/12/15  02:53:40
8317         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
8318              From: "Craig A. Berry" <craigberry@mac.com>
8319              Date: Thu, 14 Dec 2000 19:10:49 -0600
8320              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
8321      Branch: perl
8322            ! vms/vms.c
8323 ____________________________________________________________________________
8324 [  8121] By: jhi                                   on 2000/12/15  02:50:00
8325         Log: Metaconfig changes for #8120.
8326      Branch: metaconfig
8327            + U/modified/d_strtoul.U
8328      Branch: metaconfig/U/perl
8329            ! d_strtoull.U d_strtouq.U
8330 ____________________________________________________________________________
8331 [  8120] By: jhi                                   on 2000/12/15  02:49:42
8332         Log: From: Nicholas Clark <nick@ccl4.org> 
8333              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
8334              Date: Thu, 14 Dec 2000 18:38:57 +0000
8335              Message-ID: <20001214183857.B97909@plum.flirble.org>
8336      Branch: perl
8337            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8338            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
8339            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8340            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8341            ! win32/config.gc win32/config.vc
8342 ____________________________________________________________________________
8343 [  8119] By: jhi                                   on 2000/12/14  23:40:58
8344         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
8345              From: Nicholas Clark <nick@ccl4.org>
8346              Date: Wed, 13 Dec 2000 20:08:50 +0000
8347              Message-ID: <20001213200849.B71166@plum.flirble.org>
8348      Branch: perl
8349            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
8350            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
8351 ____________________________________________________________________________
8352 [  8118] By: jhi                                   on 2000/12/14  22:46:26
8353         Log: Integrate perlio.
8354      Branch: perl
8355           !> MANIFEST ext/Encode/compile makedef.pl
8356 ____________________________________________________________________________
8357 [  8117] By: nick                                  on 2000/12/14  22:38:53
8358         Log: Win32 tweaks to get Encode to build
8359              - temp hack to makedef.pl till PerlIO is properly "exported".
8360              - MSVC dislikes  
8361              static encpage_t foo[];
8362              so make 'em extern for now.
8363      Branch: perlio
8364            ! ext/Encode/compile makedef.pl
8365 ____________________________________________________________________________
8366 [  8116] By: nick                                  on 2000/12/14  22:00:53
8367         Log: Document the new files
8368      Branch: perlio
8369            ! MANIFEST
8370 ____________________________________________________________________________
8371 [  8115] By: jhi                                   on 2000/12/14  21:58:01
8372         Log: MANIFEST new files of #8114.
8373      Branch: perl
8374            ! MANIFEST
8375 ____________________________________________________________________________
8376 [  8114] By: jhi                                   on 2000/12/14  21:50:49
8377         Log: Integrate perlio.
8378      Branch: perl
8379           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
8380           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8381           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
8382           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
8383           !> ext/Encode/Makefile.PL
8384 ____________________________________________________________________________
8385 [  8113] By: jhi                                   on 2000/12/14  21:48:49
8386         Log: The documentation part of the
8387              
8388              Subject: [ID 20001214.002] Net::Ping patch
8389              From: Jonathan Stowe <gellyfish@gellyfish.com>
8390              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
8391              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
8392              since the #7529 had already addressed the same problem.
8393      Branch: perl
8394            ! lib/Net/Ping.pm
8395 ____________________________________________________________________________
8396 [  8112] By: jhi                                   on 2000/12/14  21:42:57
8397         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
8398              From: Dominic Dunlop <domo@computer.org>
8399              Date: Tue, 12 Dec 2000 10:47:10 +0100
8400              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
8401              
8402              Document how elusive subroutines can be.
8403      Branch: perl
8404            ! pod/perlfunc.pod
8405 ____________________________________________________________________________
8406 [  8111] By: jhi                                   on 2000/12/14  21:38:05
8407         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
8408              From: Dominic Dunlop <domo@computer.org>
8409              Date: Thu, 14 Dec 2000 10:13:51 +0100
8410              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
8411      Branch: perl
8412            ! ext/POSIX/POSIX.pod
8413 ____________________________________________________________________________
8414 [  8110] By: jhi                                   on 2000/12/14  21:36:32
8415         Log: Subject: [patch] perlfaq7
8416              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
8417              Date: Thu, 14 Dec 2000 15:31:07 +0100
8418              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
8419      Branch: perl
8420            ! pod/perlfaq7.pod
8421 ____________________________________________________________________________
8422 [  8109] By: jhi                                   on 2000/12/14  21:29:20
8423         Log: Subject: [8104] Encode
8424              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8425              Date: Thu, 14 Dec 2000 14:49:34 +0100
8426              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
8427              
8428              Type casting for nervous compilers.
8429      Branch: perl
8430            ! ext/Encode/Encode.xs
8431 ____________________________________________________________________________
8432 [  8108] By: jhi                                   on 2000/12/14  21:26:17
8433         Log: Subject: [8104] DB_File
8434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8435              Date: Thu, 14 Dec 2000 14:49:35 +0100
8436              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
8437              
8438              Type definition incorrect for DB 2.7.7.  Not known when it
8439              changed, so only changed it for a known revision.
8440      Branch: perl
8441            ! ext/DB_File/DB_File.xs
8442 ____________________________________________________________________________
8443 [  8107] By: jhi                                   on 2000/12/14  21:23:41
8444         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
8445              From: Peter Prymmer <pvhp@forte.com>
8446              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
8447              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
8448              
8449              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
8450      Branch: perl
8451            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8452            ! ext/Encode/Encode/posix-bc.enc
8453 ____________________________________________________________________________
8454 [  8106] By: nick                                  on 2000/12/14  20:36:13
8455         Log: "Cold" build correction to Encode's Makefile.PL
8456      Branch: perlio
8457            ! ext/Encode/Makefile.PL
8458 ____________________________________________________________________________
8459 [  8105] By: nick                                  on 2000/12/14  20:09:37
8460         Log: "Compiled" encodings.
8461              Correct replacement character in EBCDIC .enc files
8462              Add 0x7F to ASCII repertoire.
8463      Branch: perlio
8464            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8465            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
8466            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
8467            ! ext/Encode/Makefile.PL ext/Encode/compile
8468            ! ext/Encode/encengine.c ext/Encode/encode.h
8469 ____________________________________________________________________________
8470 [  8104] By: nick                                  on 2000/12/14  00:38:20
8471         Log: Integrate mainline
8472      Branch: perlio
8473           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
8474           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
8475           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
8476           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
8477           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
8478           !> t/lib/db-hash.t t/lib/db-recno.t
8479 ____________________________________________________________________________
8480 [  8103] By: nick                                  on 2000/12/13  23:16:13
8481         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
8482              so far and so it does not get lost.
8483      Branch: perlio
8484            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
8485 ____________________________________________________________________________
8486 [  8102] By: jhi                                   on 2000/12/13  17:14:22
8487         Log: Update Changes.
8488      Branch: perl
8489            ! Changes patchlevel.h
8490 ____________________________________________________________________________
8491 [  8101] By: jhi                                   on 2000/12/13  16:53:41
8492         Log: Move the proto of start_glob() to a better place; regen api files.
8493      Branch: perl
8494            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
8495 ____________________________________________________________________________
8496 [  8100] By: jhi                                   on 2000/12/13  16:47:11
8497         Log: Metaconfig change for #8099.
8498      Branch: metaconfig
8499            ! U/modified/Head.U
8500 ____________________________________________________________________________
8501 [  8099] By: jhi                                   on 2000/12/13  16:46:48
8502         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
8503              From: Andy Dougherty <doughera@lafayette.edu>
8504              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
8505              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
8506      Branch: perl
8507            ! Configure
8508 ____________________________________________________________________________
8509 [  8098] By: jhi                                   on 2000/12/13  16:39:02
8510         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
8511              From: rspier@pobox.com (Robert Spier)
8512              Date: Tue, 12 Dec 2000 21:12:39 -0500
8513              Message-ID: <14902.56087.678086.725773@rls.cx>
8514              
8515              fastgetcwd is defined using a glob alias on a $^O dependent basis -
8516              and there was no default assignment or perl subroutine.
8517      Branch: perl
8518            ! lib/Cwd.pm
8519 ____________________________________________________________________________
8520 [  8097] By: jhi                                   on 2000/12/13  16:16:01
8521         Log: Subject: [PATCH] move startglob out of pp_hot.c
8522              From: Nicholas Clark <nick@ccl4.org>
8523              Date: Mon, 11 Dec 2000 23:16:39 +0000
8524              Message-ID: <20001211231638.A55550@plum.flirble.org>
8525      Branch: perl
8526            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
8527 ____________________________________________________________________________
8528 [  8096] By: jhi                                   on 2000/12/13  15:26:23
8529         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
8530              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8531              Date: Wed, 13 Dec 2000 14:01:37 +0100
8532              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
8533              
8534              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
8535              in turn requires libpthread in libswanted.
8536      Branch: perl
8537            ! hints/hpux.sh
8538 ____________________________________________________________________________
8539 [  8095] By: jhi                                   on 2000/12/12  19:51:05
8540         Log: The integration wars continue.
8541      Branch: perl
8542           !> sv.c
8543 ____________________________________________________________________________
8544 [  8094] By: jhi                                   on 2000/12/12  19:48:26
8545         Log: Subject: [PATCH perl@8070] DB_File-1.74  
8546              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
8547              Date: Mon, 11 Dec 2000 23:07:17 -0000
8548              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
8549      Branch: perl
8550            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8551            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8552            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
8553            ! t/lib/db-recno.t
8554 ____________________________________________________________________________
8555 [  8093] By: nick                                  on 2000/12/12  19:42:13
8556         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
8557      Branch: perlio
8558            ! sv.c
8559           !> lib/File/DosGlob.pm
8560 ____________________________________________________________________________
8561 [  8092] By: jhi                                   on 2000/12/12  19:28:11
8562         Log: Integrate perlio.
8563      Branch: perl
8564           !> sv.c
8565 ____________________________________________________________________________
8566 [  8091] By: nick                                  on 2000/12/12  18:49:45
8567         Log: Fix for Tk, and upgrading shared SVs.
8568      Branch: perlio
8569            ! sv.c
8570 ____________________________________________________________________________
8571 [  8090] By: jhi                                   on 2000/12/12  16:48:59
8572         Log: Subject: [PATCH] Re: Breadperl & Tk
8573              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8574              Date: Tue, 12 Dec 2000 14:48:27 GMT
8575              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
8576      Branch: perl
8577            ! sv.c
8578 ____________________________________________________________________________
8579 [  8089] By: jhi                                   on 2000/12/12  03:37:19
8580         Log: Subject: DosGlob.pm diff for bash style brace expansion.
8581              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
8582              Date: Fri, 8 Dec 2000 10:45:30 -0600
8583              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
8584      Branch: perl
8585            ! lib/File/DosGlob.pm
8586 ____________________________________________________________________________
8587 [  8088] By: nick                                  on 2000/12/11  23:59:59
8588         Log: Integrate mainline
8589      Branch: perlio
8590           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
8591           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8592           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
8593           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
8594           !> t/op/local.t t/pragma/warn/toke toke.c
8595 ____________________________________________________________________________
8596 [  8087] By: jhi                                   on 2000/12/11  23:20:23
8597         Log: Integrate perlio.
8598      Branch: perl
8599           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8600 ____________________________________________________________________________
8601 [  8086] By: jhi                                   on 2000/12/11  22:50:59
8602         Log: Tune further the OS detection of CGI.
8603      Branch: perl
8604            ! lib/CGI.pm
8605 ____________________________________________________________________________
8606 [  8085] By: nick                                  on 2000/12/11  22:50:46
8607         Log: Finish 1st pass of "encoding" layer e.g. :
8608              open($fh,"<encoding(iso8859-7)",$greek) || die;
8609      Branch: perlio
8610            ! ext/Encode/Encode.xs perlio.c perliol.h
8611 ____________________________________________________________________________
8612 [  8084] By: jhi                                   on 2000/12/11  22:32:06
8613         Log: Revert the -f ambiguousity patch, seems to cause
8614              too much hassle (the interpret -Q as a function
8615              where Q is not a known filetest part is left in).
8616      Branch: perl
8617            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
8618            ! toke.c
8619 ____________________________________________________________________________
8620 [  8083] By: jhi                                   on 2000/12/11  22:27:23
8621         Log: (accidentally empty check-in)
8622      Branch: perl
8623            ! lib/File/DosGlob.pm
8624 ____________________________________________________________________________
8625 [  8082] By: nick                                  on 2000/12/11  19:09:51
8626         Log: Restore mmap function (broken by tweaks to shared buffer
8627              layer for encode(xxxx)).
8628      Branch: perlio
8629            ! perlio.c
8630 ____________________________________________________________________________
8631 [  8081] By: jhi                                   on 2000/12/11  18:29:13
8632         Log: Subject: Re: The long awaited feature ...
8633              From: Simon Cozens <simon@cozens.net>
8634              Date: Mon, 11 Dec 2000 15:54:24 +0000
8635              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
8636              
8637              More io/utf8 tests.
8638      Branch: perl
8639            ! t/io/utf8.t
8640 ____________________________________________________________________________
8641 [  8080] By: jhi                                   on 2000/12/11  18:19:36
8642         Log: Subject: PATCH MakeMaker manpage clarification
8643              From: andreas.koenig@anima.de (Andreas J. Koenig)
8644              Date: 10 Dec 2000 20:46:13 +0100
8645              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
8646      Branch: perl
8647            ! lib/ExtUtils/MakeMaker.pm
8648 ____________________________________________________________________________
8649 [  8079] By: jhi                                   on 2000/12/11  15:35:07
8650         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
8651              From: Simon Cozens <simon@cozens.net>
8652              Date: Sun, 10 Dec 2000 19:06:19 +0000
8653              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
8654      Branch: perl
8655            ! ext/B/B/Deparse.pm t/lib/b.t
8656 ____________________________________________________________________________
8657 [  8078] By: jhi                                   on 2000/12/11  15:09:11
8658         Log: Subject: [PATCH] docs on NaN
8659              From: Nicholas Clark <nick@ccl4.org>
8660              Date: Mon, 11 Dec 2000 01:48:38 +0000
8661              Message-ID: <20001211014838.B99205@plum.flirble.org>
8662      Branch: perl
8663            ! pod/perlop.pod
8664 ____________________________________________________________________________
8665 [  8077] By: jhi                                   on 2000/12/11  15:02:21
8666         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
8667              From: Simon Cozens <simon@cozens.net>
8668              Date: Mon, 11 Dec 2000 01:21:45 +0000
8669              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
8670      Branch: perl
8671            ! pp.c pp_hot.c scope.c t/op/local.t
8672 ____________________________________________________________________________
8673 [  8076] By: nick                                  on 2000/12/10  20:43:32
8674         Log: Not merge worthy...
8675              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
8676              syntax is modelled on attributes.
8677              Untested fix for io/utf8 on Win32 etc.
8678              Very clumsy start to the encode layer.
8679      Branch: perlio
8680            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8681 ____________________________________________________________________________
8682 [  8075] By: jhi                                   on 2000/12/10  18:39:33
8683         Log: Darwin is not Windows.
8684      Branch: perl
8685            ! lib/CGI.pm
8686 ____________________________________________________________________________
8687 [  8074] By: jhi                                   on 2000/12/10  18:31:27
8688         Log: Subject: Ambiguous -%c() resolved as a file test
8689              From: "Paul Marquess" <Paul.Marquess@openwave.com>
8690              Date: Sun, 10 Dec 2000 15:35:07 -0000
8691              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
8692      Branch: perl
8693            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8694 ____________________________________________________________________________
8695 [  8073] By: jhi                                   on 2000/12/10  18:16:29
8696         Log: Subject: PATCH installperl misinformed 
8697              From: andreas.koenig@anima.de (Andreas J. Koenig)
8698              Date: 10 Dec 2000 13:01:32 +0100 
8699              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
8700      Branch: perl
8701            ! installperl
8702 ____________________________________________________________________________
8703 [  8072] By: jhi                                   on 2000/12/10  18:07:55
8704         Log: The walkoptree confusion rages; walkoptree() seems to be coming
8705              from B.xs, while walkoptree_slow() comes from B.pm.
8706      Branch: perl
8707            ! ext/B/B.pm
8708 ____________________________________________________________________________
8709 [  8071] By: nick                                  on 2000/12/10  11:45:47
8710         Log: Integrate mainline
8711      Branch: perlio
8712           +> t/base/commonsense.t
8713           !> (integrate 37 files)
8714 ____________________________________________________________________________
8715 [  8070] By: jhi                                   on 2000/12/10  04:46:21
8716         Log: Update Changes.
8717      Branch: perl
8718            ! Changes patchlevel.h
8719 ____________________________________________________________________________
8720 [  8069] By: jhi                                   on 2000/12/10  04:39:19
8721         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
8722              From: andreas.koenig@anima.de (Andreas J. Koenig)
8723              Date: 09 Dec 2000 17:14:25 +0100
8724              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
8725      Branch: perl
8726            + t/base/commonsense.t
8727            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
8728 ____________________________________________________________________________
8729 [  8068] By: jhi                                   on 2000/12/10  04:17:36
8730         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
8731              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8732              Date: Sat, 9 Dec 2000 16:47:22 -0000
8733              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
8734      Branch: perl
8735            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
8736            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
8737            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
8738            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
8739            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
8740            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8741            ! t/lib/sdbm.t
8742 ____________________________________________________________________________
8743 [  8067] By: jhi                                   on 2000/12/10  03:52:02
8744         Log: Test case for #8066.
8745      Branch: perl
8746            ! t/op/misc.t
8747 ____________________________________________________________________________
8748 [  8066] By: jhi                                   on 2000/12/10  03:50:30
8749         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
8750              From: Simon Cozens <simon@cozens.net>
8751              Date: Sun, 10 Dec 2000 00:55:37 +0000
8752              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
8753      Branch: perl
8754            ! pp_sys.c
8755 ____________________________________________________________________________
8756 [  8065] By: jhi                                   on 2000/12/10  03:44:52
8757         Log: Test case for #8064.
8758      Branch: perl
8759            ! t/comp/proto.t
8760 ____________________________________________________________________________
8761 [  8064] By: jhi                                   on 2000/12/10  03:42:32
8762         Log: Subject: Re: prototype of substr
8763              From: Simon Cozens <simon@cozens.net>
8764              Date: Sun, 10 Dec 2000 00:13:33 +0000
8765              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
8766              
8767              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
8768      Branch: perl
8769            ! pp.c
8770 ____________________________________________________________________________
8771 [  8063] By: jhi                                   on 2000/12/10  03:39:42
8772         Log: Subject: [PATCH] perlguts.pod
8773              From: Simon Cozens <simon@cozens.net>
8774              Date: Sun, 10 Dec 2000 00:06:47 +0000
8775              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
8776              
8777              Documentation of the different types of ops,
8778              plus the functions in dump.c
8779      Branch: perl
8780            ! pod/perlguts.pod
8781 ____________________________________________________________________________
8782 [  8062] By: jhi                                   on 2000/12/10  03:30:04
8783         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
8784              From: Nicholas Clark <nick@talking.bollo.cx>
8785              Date: Sat, 09 Dec 2000 18:57:25 +0000
8786              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
8787              
8788              Be more robust in weird hostname setups.
8789      Branch: perl
8790            ! t/lib/net-hostent.t
8791 ____________________________________________________________________________
8792 [  8061] By: jhi                                   on 2000/12/10  03:28:21
8793         Log: Pacify fussy compiler. 
8794      Branch: perl
8795            ! pp_sys.c
8796 ____________________________________________________________________________
8797 [  8060] By: jhi                                   on 2000/12/10  02:52:46
8798         Log: Integrate perlio.
8799      Branch: perl
8800           !> pp_sys.c t/io/utf8.t
8801 ____________________________________________________________________________
8802 [  8059] By: nick                                  on 2000/12/09  23:40:14
8803         Log: read/sysread/recv should now be utf8 aware.
8804              Basic test for utf8 read.
8805      Branch: perlio
8806            ! pp_sys.c t/io/utf8.t
8807 ____________________________________________________________________________
8808 [  8058] By: jhi                                   on 2000/12/09  21:56:02
8809         Log: Integrate perlio.
8810      Branch: perl
8811           +> t/io/utf8.t
8812           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
8813 ____________________________________________________________________________
8814 [  8057] By: jhi                                   on 2000/12/09  21:53:35
8815         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
8816              From: Inaba Hiroto <inaba@st.rim.or.jp>
8817              Date: Sun, 10 Dec 2000 05:53:21 +0900
8818              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
8819              
8820              Tests for #8056.
8821      Branch: perl
8822            ! t/op/each.t
8823 ____________________________________________________________________________
8824 [  8056] By: jhi                                   on 2000/12/09  21:51:16
8825         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
8826              From: Inaba Hiroto <inaba@st.rim.or.jp>
8827              Date: Sat, 09 Dec 2000 18:02:00 +0900
8828              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
8829              
8830              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
8831      Branch: perl
8832            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
8833 ____________________________________________________________________________
8834 [  8055] By: nick                                  on 2000/12/09  20:11:48
8835         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
8836              than raw PerlIO_write() - does not seem to break any tests.
8837      Branch: perlio
8838            ! pp_sys.c
8839 ____________________________________________________________________________
8840 [  8054] By: nick                                  on 2000/12/09  19:47:30
8841         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
8842              (sysread, recv and write i.e. formats still to do...)
8843              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
8844              open($fh,">:utf8","name")
8845              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
8846              so no extra overhead is involved.
8847              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
8848              to a non-utf8 stream.
8849              Add initial io/utf8.t
8850              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
8851              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
8852              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
8853      Branch: perlio
8854            + t/io/utf8.t
8855            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
8856 ____________________________________________________________________________
8857 [  8053] By: nick                                  on 2000/12/09  19:26:37
8858         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
8859              was only testing this_utf8.
8860      Branch: perlio
8861            ! toke.c
8862 ____________________________________________________________________________
8863 [  8052] By: nick                                  on 2000/12/09  19:09:41
8864         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
8865              i.e. the output string has one, but don't mess with source assumption.
8866      Branch: perlio
8867            ! toke.c
8868 ____________________________________________________________________________
8869 [  8051] By: jhi                                   on 2000/12/09  16:55:17
8870         Log: Integrate perlio.
8871      Branch: perl
8872           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
8873           !> sv.c thrdvar.h util.c
8874 ____________________________________________________________________________
8875 [  8050] By: jhi                                   on 2000/12/09  16:48:07
8876         Log: Nits noticed by Peter Prymmer.
8877      Branch: perl
8878            ! lib/ExtUtils/MM_VMS.pm
8879 ____________________________________________________________________________
8880 [  8049] By: nick                                  on 2000/12/09  13:49:40
8881         Log: UTF8 output prework.
8882              - Store $\ and $, as SVs so they can have SvUTF8 flag
8883              - use do_print() rather than raw PerlIO_write() to print them.
8884      Branch: perlio
8885            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
8886            ! thrdvar.h util.c
8887 ____________________________________________________________________________
8888 [  8048] By: nick                                  on 2000/12/09  12:30:43
8889         Log: Integrate mainline.
8890      Branch: perlio
8891           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
8892           +> t/op/reverse.t
8893           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
8894           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8895           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
8896           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
8897           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
8898           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
8899 ____________________________________________________________________________
8900 [  8047] By: jhi                                   on 2000/12/09  00:23:27
8901         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
8902              From: Michael G Schwern <schwern@pobox.com>
8903              Date: Fri, 8 Dec 2000 14:43:04 -0600
8904      Branch: perl
8905            ! lib/ExtUtils/MM_VMS.pm
8906 ____________________________________________________________________________
8907 [  8046] By: jhi                                   on 2000/12/08  23:10:27
8908         Log: A missed check-in.
8909      Branch: perl
8910            ! lib/ExtUtils/Manifest.pm
8911 ____________________________________________________________________________
8912 [  8045] By: jhi                                   on 2000/12/08  21:57:12
8913         Log: (null check-in)
8914      Branch: perl
8915            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
8916 ____________________________________________________________________________
8917 [  8044] By: jhi                                   on 2000/12/08  21:11:06
8918         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
8919              at the final draft stage.
8920      Branch: perl
8921            + ext/Encode/Encode/iso8859-16.enc
8922            ! MANIFEST
8923 ____________________________________________________________________________
8924 [  8043] By: jhi                                   on 2000/12/08  16:39:04
8925         Log: Update Changes.
8926      Branch: perl
8927            ! Changes patchlevel.h
8928 ____________________________________________________________________________
8929 [  8042] By: jhi                                   on 2000/12/08  16:33:39
8930         Log: Do not return the Unicode replacement character if UTF-8
8931              decoding goes awry, it should be up to the caller to decide.
8932      Branch: perl
8933            ! pod/perlapi.pod utf8.c
8934 ____________________________________________________________________________
8935 [  8041] By: jhi                                   on 2000/12/08  16:22:28
8936         Log: metaconfig maintenance.
8937      Branch: metaconfig
8938            ! U/modified/stdchar.U
8939      Branch: metaconfig/U/perl
8940            + testsyml.U
8941 ____________________________________________________________________________
8942 [  8040] By: jhi                                   on 2000/12/08  16:03:08
8943         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
8944              From: sthoenna@efn.org
8945              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
8946              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
8947      Branch: perl
8948            ! Changes lib/ExtUtils/MM_OS2.pm
8949 ____________________________________________________________________________
8950 [  8039] By: jhi                                   on 2000/12/08  15:57:11
8951         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
8952              From: Simon Cozens <simon@cozens.net>
8953              Date: Fri, 8 Dec 2000 13:33:31 +0000
8954              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
8955              
8956              (The pp_hot part needed a rewrite.)
8957      Branch: perl
8958            ! doop.c pp_hot.c utf8.c
8959 ____________________________________________________________________________
8960 [  8038] By: jhi                                   on 2000/12/08  15:25:08
8961         Log: Subject: djSP
8962              From: Michael Stevens <michael@etla.org>
8963              Date: Wed, 6 Dec 2000 23:24:01 +0000
8964              Message-ID: <20001206232400.A21381@firedrake.org>
8965              
8966              Plus a note from Nick Ing-Simmons.
8967      Branch: perl
8968            ! pp.h
8969 ____________________________________________________________________________
8970 [  8037] By: jhi                                   on 2000/12/08  15:18:35
8971         Log: Filetype is text.
8972      Branch: perl
8973            ! t/op/utf8decode.t
8974 ____________________________________________________________________________
8975 [  8036] By: jhi                                   on 2000/12/08  03:31:27
8976         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8977              From: Andy Dougherty <doughera@lafayette.edu>
8978              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
8979              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
8980              
8981              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8982              From: Andy Dougherty <doughera@lafayette.edu>
8983              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
8984              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
8985      Branch: perl
8986            + ext/POSIX/hints/svr4.pl
8987            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
8988 ____________________________________________________________________________
8989 [  8035] By: jhi                                   on 2000/12/08  03:26:01
8990         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
8991              From: Andy Dougherty <doughera@lafayette.edu>
8992              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
8993              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
8994      Branch: perl
8995            ! t/README t/base/term.t
8996 ____________________________________________________________________________
8997 [  8034] By: jhi                                   on 2000/12/08  03:21:59
8998         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
8999              From: mjd@plover.com  
9000              Date: 7 Dec 2000 21:04:20 -0000
9001              Message-ID: <20001207210420.22282.qmail@plover.com>
9002              
9003              Plus -z doc.
9004      Branch: perl
9005            ! pod/perlfunc.pod
9006 ____________________________________________________________________________
9007 [  8033] By: jhi                                   on 2000/12/08  03:19:03
9008         Log: Use the UTF8 macros a bit.  They can't be used with abandon
9009              everywhere because we do generate illegal UTF-8 in some situations.
9010              This is of course naughty.
9011      Branch: perl
9012            ! pod/perlapi.pod utf8.c utf8.h
9013 ____________________________________________________________________________
9014 [  8032] By: jhi                                   on 2000/12/08  03:00:09
9015         Log: Out of sync?
9016      Branch: perl
9017            ! t/pragma/warn/utf8
9018 ____________________________________________________________________________
9019 [  8031] By: jhi                                   on 2000/12/08  02:22:39
9020         Log: Cnt spl.
9021      Branch: perl
9022            ! MANIFEST
9023 ____________________________________________________________________________
9024 [  8030] By: jhi                                   on 2000/12/08  01:23:54
9025         Log: Add test for reverse().
9026      Branch: perl
9027            + t/op/reverse.t
9028            ! MANIFEST
9029 ____________________________________________________________________________
9030 [  8029] By: jhi                                   on 2000/12/08  01:21:47
9031         Log: Integrate perlio.
9032      Branch: perl
9033           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
9034           !> perlio.c perlio.h perlsdio.h warnings.pl
9035 ____________________________________________________________________________
9036 [  8028] By: jhi                                   on 2000/12/08  01:19:08
9037         Log: Introduce macros for UTF8 decoding.
9038      Branch: perl
9039            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
9040 ____________________________________________________________________________
9041 [  8027] By: nick                                  on 2000/12/07  22:18:19
9042         Log: Integrate mainline
9043      Branch: perlio
9044           !> embed.pl pod/perlapi.pod utf8.c
9045 ____________________________________________________________________________
9046 [  8026] By: nick                                  on 2000/12/07  21:45:08
9047         Log: Various oddities p4 diff -se showed up
9048              Remove 'our' from warnings.pl
9049      Branch: perlio
9050            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
9051 ____________________________________________________________________________
9052 [  8025] By: nick                                  on 2000/12/07  21:43:32
9053         Log: Change PerlIO_(get|set)pos to take SV *
9054              Should fix, OS/2, VMS, (sfio??)
9055      Branch: perlio
9056            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
9057 ____________________________________________________________________________
9058 [  8024] By: jhi                                   on 2000/12/07  19:05:32
9059         Log: Document utf8_to_uv() better.
9060      Branch: perl
9061            ! pod/perlapi.pod utf8.c
9062 ____________________________________________________________________________
9063 [  8023] By: jhi                                   on 2000/12/07  18:23:47
9064         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
9065      Branch: perl
9066            ! embed.pl pod/perlapi.pod utf8.c
9067 ____________________________________________________________________________
9068 [  8022] By: jhi                                   on 2000/12/07  04:13:51
9069         Log: Integrate perlio.
9070      Branch: perl
9071           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
9072           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
9073           !> win32/makefile.mk
9074 ____________________________________________________________________________
9075 [  8021] By: nick                                  on 2000/12/07  00:28:14
9076         Log: Various attempts at MSVC debug - not sure what has
9077              changed but works now. 
9078              Seems atexit() _may_ work for DLLs built with MSVC so don't
9079              call cleanup that way.
9080      Branch: perlio
9081            ! perlio.c win32/makefile.mk
9082 ____________________________________________________________________________
9083 [  8020] By: nick                                  on 2000/12/06  19:57:20
9084         Log: Integrate mainline
9085      Branch: perlio
9086           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
9087           !> (integrate 75 files)
9088 ____________________________________________________________________________
9089 [  8019] By: nick                                  on 2000/12/06  19:28:21
9090         Log: Add useperlio to config.vc
9091              Turn off binmode in config_H.PL
9092              Regen all the config_H.xx
9093              Attempt to get debugging build with MSVC.
9094      Branch: perlio
9095            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9096            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
9097 ____________________________________________________________________________
9098 [  8018] By: nick                                  on 2000/12/06  19:21:57
9099         Log: Test various dup/external program options on all platforms.
9100      Branch: perlio
9101            ! t/io/dup.t
9102 ____________________________________________________________________________
9103 [  8017] By: nick                                  on 2000/12/06  19:20:47
9104         Log: Fix harness to be less picky
9105      Branch: perlio
9106            ! lib/Test/Harness.pm
9107 ____________________________________________________________________________
9108 [  8016] By: jhi                                   on 2000/12/06  16:45:12
9109         Log: Update Changes.
9110      Branch: perl
9111            ! Changes patchlevel.h
9112 ____________________________________________________________________________
9113 [  8015] By: jhi                                   on 2000/12/06  16:41:03
9114         Log: Test \x{...} with ord().
9115      Branch: perl
9116            ! t/op/ord.t
9117 ____________________________________________________________________________
9118 [  8014] By: jhi                                   on 2000/12/06  16:20:33
9119         Log: Test tweak because of #8013.
9120      Branch: perl
9121            ! t/lib/b.t
9122 ____________________________________________________________________________
9123 [  8013] By: jhi                                   on 2000/12/06  16:09:09
9124         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
9125              From: Michael G Schwern <schwern@pobox.com>
9126              Date: Tue, 5 Dec 2000 21:23:28 -0500
9127              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
9128              
9129              Carp::Heavy parts not very applicable because of recent changes.
9130      Branch: perl
9131            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
9132            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
9133            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
9134            ! lib/Exporter.pm lib/Exporter/Heavy.pm
9135            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
9136            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9137            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
9138            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
9139            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
9140            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
9141            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
9142            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
9143            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
9144            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
9145            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
9146            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
9147            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
9148            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
9149            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
9150            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
9151            ! warnings.pl
9152 ____________________________________________________________________________
9153 [  8012] By: jhi                                   on 2000/12/06  15:22:38
9154         Log: Subject: [PATCH] Re: New harness is failing things
9155              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9156              Date: Wed, 6 Dec 2000 13:00:30 GMT
9157              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
9158      Branch: perl
9159            ! lib/Test/Harness.pm
9160 ____________________________________________________________________________
9161 [  8011] By: jhi                                   on 2000/12/06  15:12:08
9162         Log: Subject: installhtml changes
9163              From: Michael Stevens <michael@etla.org>
9164              Date: Wed, 6 Dec 2000 13:15:53 +0000
9165              Message-ID: <20001206131553.A27317@firedrake.org>
9166      Branch: perl
9167            ! installhtml
9168 ____________________________________________________________________________
9169 [  8010] By: jhi                                   on 2000/12/06  15:06:05
9170         Log: Subject: the dTHR hits
9171              From: Michael Stevens <michael@etla.org>
9172              Date: Wed, 6 Dec 2000 12:06:03 +0000
9173              Message-ID: <20001206120603.A24581@firedrake.org>
9174              
9175              More, errrm, less dTHRs.
9176      Branch: perl
9177            ! bytecode.pl ext/B/B/C.pm
9178 ____________________________________________________________________________
9179 [  8009] By: jhi                                   on 2000/12/06  15:04:25
9180         Log: Subject: MakeMaker mailing list gone?
9181              From: Michael G Schwern <schwern@pobox.com>
9182              Date: Tue, 5 Dec 2000 19:29:59 -0500
9183              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
9184              
9185              The MakeMaker mailing list is dead, perlbug is the right
9186              address to report bugs.
9187      Branch: perl
9188            ! lib/ExtUtils/MakeMaker.pm
9189 ____________________________________________________________________________
9190 [  8008] By: jhi                                   on 2000/12/06  15:00:32
9191         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
9192              From: Michael G Schwern <schwern@pobox.com>
9193              Date: Tue, 5 Dec 2000 19:21:21 -0500
9194              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
9195              
9196              Add a default MANIFEST skip that ignores things like
9197              version control files, editor temporary files, and the Makefile.
9198      Branch: perl
9199            + lib/ExtUtils/MANIFEST.SKIP
9200            ! MANIFEST lib/ExtUtils/Manifest.pm
9201 ____________________________________________________________________________
9202 [  8007] By: jhi                                   on 2000/12/06  14:57:20
9203         Log: In Amiga more manual hackery of the scripts seems to be needed,
9204              from Jan-Erik Karlsson.  Why Configure does not get this right
9205              is unknown, may be shell-induced.
9206      Branch: perl
9207            ! README.amiga
9208 ____________________________________________________________________________
9209 [  8006] By: jhi                                   on 2000/12/05  23:53:12
9210         Log: Add TOPm1s to peek at the second topmost stack item.
9211      Branch: perl
9212            ! pp.h
9213 ____________________________________________________________________________
9214 [  8005] By: jhi                                   on 2000/12/05  23:13:55
9215         Log: Avaunt, you foul UTF-8 tests.
9216      Branch: perl
9217            ! t/op/ver.t t/pragma/utf8.t
9218 ____________________________________________________________________________
9219 [  8004] By: jhi                                   on 2000/12/05  23:09:54
9220         Log: Continue utf8 dispersal. 
9221      Branch: perl
9222            + t/op/concat.t
9223            ! MANIFEST t/pragma/utf8.t
9224 ____________________________________________________________________________
9225 [  8003] By: nick                                  on 2000/12/05  23:02:39
9226         Log: Integrate mainline.
9227      Branch: perlio
9228           +> t/op/length.t t/op/utf8decode.t
9229           !> (integrate 69 files)
9230 ____________________________________________________________________________
9231 [  8002] By: jhi                                   on 2000/12/05  22:59:28
9232         Log: Integrate perlio.
9233      Branch: perl
9234           !> iperlsys.h perl.c perlio.c win32/perllib.c
9235 ____________________________________________________________________________
9236 [  8001] By: nick                                  on 2000/12/05  22:07:52
9237         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
9238              - calloc/free suffer from damage on TerminateThread()
9239              - use PerlMemShared (as originally planned) now fixed
9240              - avoid doing anything important on DLL "detach".
9241      Branch: perlio
9242            ! perl.c perlio.c win32/perllib.c
9243 ____________________________________________________________________________
9244 [  8000] By: nick                                  on 2000/12/05  21:05:09
9245         Log: Fix gross PerlMemShared issue.
9246      Branch: perlio
9247            ! iperlsys.h
9248 ____________________________________________________________________________
9249 [  7999] By: jhi                                   on 2000/12/05  20:46:58
9250         Log: Test for Unicode (UTF-8) hash keys.
9251      Branch: perl
9252            ! t/op/each.t
9253 ____________________________________________________________________________
9254 [  7998] By: jhi                                   on 2000/12/05  20:30:35
9255         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
9256              is now always UTF-8), empty line cosmetics.
9257      Branch: perl
9258            ! t/pragma/utf8.t
9259 ____________________________________________________________________________
9260 [  7997] By: jhi                                   on 2000/12/05  20:15:40
9261         Log: Subject: Re: STRLEN - what?
9262              From: Andy Dougherty <doughera@lafayette.edu>
9263              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
9264              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
9265              
9266              Explain STRLEN.
9267      Branch: perl
9268            ! pod/perlguts.pod
9269 ____________________________________________________________________________
9270 [  7996] By: jhi                                   on 2000/12/05  20:13:34
9271         Log: Split off the UTF-8 decoder tests, make them to check also
9272              the error message.
9273      Branch: perl
9274            + t/op/utf8decode.t
9275            ! MANIFEST t/pragma/utf8.t utf8.c
9276 ____________________________________________________________________________
9277 [  7995] By: jhi                                   on 2000/12/05  16:39:47
9278         Log: Start migrating bits of pragma/utf8 to elsewhere
9279              (since the long term plan is to obsolete 'use utf8').
9280      Branch: perl
9281            + t/op/length.t
9282            ! MANIFEST t/pragma/utf8.t
9283 ____________________________________________________________________________
9284 [  7994] By: jhi                                   on 2000/12/05  16:30:21
9285         Log: Fix a manual edit typo from #7993, fix the message formatting
9286              for Unicode, add few our declarations.
9287      Branch: perl
9288            ! lib/Carp/Heavy.pm
9289 ____________________________________________________________________________
9290 [  7993] By: jhi                                   on 2000/12/05  16:09:15
9291         Log: Subject: Need help with warnings :-(
9292              From: "Ben Tilly" <ben_tilly@hotmail.com>
9293              Date: Tue, 05 Dec 2000 01:35:54 -0500
9294              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
9295              
9296              Subject: UPDATE: Carp/Heavy now passes all tests
9297              From: "Ben Tilly" <ben_tilly@hotmail.com>
9298              Date: Tue, 05 Dec 2000 07:59:41 -0500
9299              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
9300              
9301              The Brave New Carp.
9302      Branch: perl
9303            ! lib/Carp.pm lib/Carp/Heavy.pm
9304 ____________________________________________________________________________
9305 [  7992] By: jhi                                   on 2000/12/05  15:55:08
9306         Log: Subject: [PATCH perl@7979] cygwin port
9307              From: "Eric Fifer" <efifer@dircon.co.uk>
9308              Date: Tue, 5 Dec 2000 14:04:09 -0000
9309              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
9310      Branch: perl
9311            ! t/lib/net-hostent.t
9312 ____________________________________________________________________________
9313 [  7991] By: jhi                                   on 2000/12/05  15:52:34
9314         Log: Subject: Re: [PATCH] The largest hoax of all times?
9315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9316              Date: Tue, 5 Dec 2000 00:40:25 -0500
9317              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
9318              
9319              Subject: Re: [PATCH] The largest hoax of all times?
9320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9321              Date: Mon, 4 Dec 2000 23:55:53 -0500
9322              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
9323              
9324              Subject: Re: [PATCH] The largest hoax of all times?
9325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9326              Date: Tue, 5 Dec 2000 01:28:45 -0500
9327              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
9328              
9329              Fix the unpredictable order of DESTROYs.
9330      Branch: perl
9331            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
9332            ! sv.c sv.h t/op/ref.t
9333 ____________________________________________________________________________
9334 [  7990] By: jhi                                   on 2000/12/05  14:38:53
9335         Log: Subject: [PATCH] shrink pp_hot fractionally
9336              From: Nicholas Clark <nick@ccl4.org>
9337              Date: Tue, 5 Dec 2000 12:44:31 +0000
9338              Message-ID: <20001205124431.E74518@plum.flirble.org>
9339              
9340              Use report_evil_fh().
9341      Branch: perl
9342            ! opcode.pl opnames.h pp_hot.c util.c
9343 ____________________________________________________________________________
9344 [  7989] By: jhi                                   on 2000/12/05  14:21:27
9345         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
9346              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9347              Date: Mon, 04 Dec 2000 22:21:59 -0800
9348              Message-ID: <HmIL6gzkgepS092yn@efn.org>
9349              
9350              Harness shouldn't ignore responses like "ok 3\r\r\n".
9351      Branch: perl
9352            ! lib/Test/Harness.pm
9353 ____________________________________________________________________________
9354 [  7988] By: jhi                                   on 2000/12/05  13:51:28
9355         Log: Integrate the "skip" messages to explain().
9356      Branch: perl
9357            ! t/lib/syslfs.t t/op/lfs.t
9358 ____________________________________________________________________________
9359 [  7987] By: jhi                                   on 2000/12/05  12:34:54
9360         Log: The one that got away in #7984.
9361              
9362              Subject: Re: dTHR - what and why?
9363              From: Michael Stevens <michael@etla.org> 
9364              Date: Tue, 5 Dec 2000 11:15:52 +0000
9365              Message-ID: <20001205111552.A4647@firedrake.org>
9366      Branch: perl
9367            ! sv.h
9368 ____________________________________________________________________________
9369 [  7986] By: gsar                                  on 2000/12/05  09:14:44
9370         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
9371              due to the notorious GetFileType() bug in Windows 9x, which fstat()
9372              tickles)
9373      Branch: perl
9374            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
9375 ____________________________________________________________________________
9376 [  7985] By: jhi                                   on 2000/12/05  05:49:03
9377         Log: Integrate perlio.
9378      Branch: perl
9379           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
9380           !> win32/perlhost.h win32/perllib.c
9381 ____________________________________________________________________________
9382 [  7984] By: jhi                                   on 2000/12/05  05:48:16
9383         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
9384      Branch: perl
9385            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
9386            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
9387            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
9388            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
9389            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
9390            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9391            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
9392            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
9393            ! win32/win32.c
9394 ____________________________________________________________________________
9395 [  7983] By: nick                                  on 2000/12/04  23:27:43
9396         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
9397      Branch: perlio
9398            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
9399            ! win32/perlhost.h win32/perllib.c
9400 ____________________________________________________________________________
9401 [  7982] By: jhi                                   on 2000/12/04  19:44:09
9402         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
9403              uncovered by #7980.
9404      Branch: perl
9405            ! op.c
9406 ____________________________________________________________________________
9407 [  7981] By: jhi                                   on 2000/12/04  19:42:07
9408         Log: Subject: [PATCH] Trivial dump.c feature
9409              From: Simon Cozens <simon@cozens.net>
9410              Date: Mon, 4 Dec 2000 18:08:38 +0000
9411              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
9412              
9413              Show whether a constant is UTF-8.
9414      Branch: perl
9415            ! dump.c
9416 ____________________________________________________________________________
9417 [  7980] By: jhi                                   on 2000/12/04  19:36:51
9418         Log: UTF-8 hash keys, patch from Inaba Hiroto.
9419      Branch: perl
9420            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
9421 ____________________________________________________________________________
9422 [  7979] By: jhi                                   on 2000/12/04  17:36:28
9423         Log: Update Changes.
9424      Branch: perl
9425            ! Changes patchlevel.h
9426 ____________________________________________________________________________
9427 [  7978] By: jhi                                   on 2000/12/04  16:42:17
9428         Log: Retract #7977, still too volatile (the euphemism of the day
9429              for unfinished and buggy :-)
9430      Branch: perl
9431            ! doop.c hv.c pp.c sv.h
9432 ____________________________________________________________________________
9433 [  7977] By: jhi                                   on 2000/12/04  16:25:15
9434         Log: (Retracted by #7978, too shaky yet.)
9435              
9436              Subject: Re: utf8 in hash keys, implementor missing
9437              From: Simon Cozens <simon@cozens.net>
9438              Date: Sat, 2 Dec 2000 19:49:35 +0000
9439              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
9440              
9441              The first step at UTF-8 hash keys.
9442      Branch: perl
9443            ! doop.c hv.c pp.c sv.h
9444 ____________________________________________________________________________
9445 [  7976] By: jhi                                   on 2000/12/04  16:13:53
9446         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
9447              From: sthoenna@efn.org
9448              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
9449              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
9450      Branch: perl
9451            ! os2/os2.c perlio.c
9452 ____________________________________________________________________________
9453 [  7975] By: jhi                                   on 2000/12/04  16:05:25
9454         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
9455              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9456              Date: Thu, 30 Nov 2000 20:50:37 -0800
9457              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
9458      Branch: perl
9459            ! os2/os2.c
9460 ____________________________________________________________________________
9461 [  7974] By: jhi                                   on 2000/12/04  16:03:57
9462         Log: Subject: [PATCH] ++ 20% faster
9463              From: Nicholas Clark <nick@ccl4.org>
9464              Date: Mon, 4 Dec 2000 12:17:27 +0000
9465              Message-ID: <20001204121726.B52976@plum.flirble.org>
9466              
9467              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
9468      Branch: perl
9469            ! sv.c
9470 ____________________________________________________________________________
9471 [  7973] By: jhi                                   on 2000/12/04  16:00:48
9472         Log: 
9473              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
9474              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9475              Date: Mon, 04 Dec 2000 12:30:45 +0100
9476              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
9477              
9478              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
9479              library (getprotobyname and getprotobynumber are outversioned by
9480              the same calls in libc, at least for xlc version 3.
9481      Branch: perl
9482            ! hints/aix.sh
9483 ____________________________________________________________________________
9484 [  7972] By: jhi                                   on 2000/12/04  02:58:31
9485         Log: Integrate perlio.
9486      Branch: perl
9487           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
9488           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
9489           !> win32/win32.h win32/win32iop.h win32/win32thread.h
9490 ____________________________________________________________________________
9491 [  7971] By: nick                                  on 2000/12/04  00:24:33
9492         Log: Quieten some noise in Win32 builds:
9493              - win32.h is included after <sys/socket.h>, so need to 
9494              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
9495              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
9496      Branch: perlio
9497            ! doio.c perl.h toke.c win32/win32.h
9498 ____________________________________________________________________________
9499 [  7970] By: nick                                  on 2000/12/03  22:57:46
9500         Log: PERL_IMPLICIT_SYS compiles but does not work.
9501      Branch: perlio
9502            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
9503            ! win32/perlhost.h win32/perllib.c win32/win32.h
9504            ! win32/win32iop.h win32/win32thread.h
9505 ____________________________________________________________________________
9506 [  7969] By: jhi                                   on 2000/12/03  22:12:58
9507         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
9508              used to swash_init(), makes regprop() dumps more informative
9509              (+utf8::IsAlpha, -utf8::IsDigit, for example).
9510      Branch: perl
9511            ! regcomp.c regexec.c
9512 ____________________________________________________________________________
9513 [  7968] By: jhi                                   on 2000/12/03  21:39:56
9514         Log: Implement ANYOFUTF8 regprop() dumping.
9515      Branch: perl
9516            ! regcomp.c
9517 ____________________________________________________________________________
9518 [  7967] By: jhi                                   on 2000/12/03  20:57:19
9519         Log: Make uv_to_utf8() to zero-terminate its output buffer,
9520              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
9521      Branch: perl
9522            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
9523 ____________________________________________________________________________
9524 [  7966] By: nick                                  on 2000/12/03  18:41:21
9525         Log: Integrate mainline (STDCHAR)
9526      Branch: perlio
9527           !> Configure t/pragma/utf8.t
9528 ____________________________________________________________________________
9529 [  7965] By: jhi                                   on 2000/12/03  17:58:20
9530         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
9531      Branch: perl
9532            ! t/pragma/utf8.t
9533 ____________________________________________________________________________
9534 [  7964] By: jhi                                   on 2000/12/03  17:35:56
9535         Log: Integrate perlio.
9536      Branch: perl
9537           !> iperlsys.h perlio.c
9538 ____________________________________________________________________________
9539 [  7963] By: jhi                                   on 2000/12/03  17:33:55
9540         Log: Metaconfig unit change for #7962.
9541      Branch: metaconfig
9542            ! U/modified/stdchar.U
9543 ____________________________________________________________________________
9544 [  7962] By: jhi                                   on 2000/12/03  17:33:27
9545         Log: Untangle the <stdio.h> #include nest for the stdchar test,
9546              from Andy Dougherty.
9547      Branch: perl
9548            ! Configure
9549 ____________________________________________________________________________
9550 [  7961] By: nick                                  on 2000/12/03  16:53:00
9551         Log: Make iperlsys.h vector stdio not PerlIO.
9552      Branch: perlio
9553            ! iperlsys.h perlio.c
9554 ____________________________________________________________________________
9555 [  7960] By: nick                                  on 2000/12/03  14:43:01
9556         Log: Integrate mainline
9557      Branch: perlio
9558           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
9559           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
9560 ____________________________________________________________________________
9561 [  7959] By: jhi                                   on 2000/12/03  08:16:36
9562         Log: Use DO_UTF8().
9563      Branch: perl
9564            ! op.c
9565 ____________________________________________________________________________
9566 [  7958] By: jhi                                   on 2000/12/02  18:33:05
9567         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
9568              From: Mike Guy <mjtg@cam.ac.uk>         
9569              Date: Sat, 02 Dec 2000 17:27:13 +0000
9570              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
9571              
9572              An extraneous argument.
9573      Branch: perl
9574            ! toke.c
9575 ____________________________________________________________________________
9576 [  7957] By: jhi                                   on 2000/12/02  18:22:32
9577         Log: A missing hunk.
9578      Branch: perl
9579            ! t/lib/net-hostent.t
9580 ____________________________________________________________________________
9581 [  7956] By: jhi                                   on 2000/12/02  18:06:20
9582         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
9583              From: Nicholas Clark <nick@ccl4.org>
9584              Date: Sat, 2 Dec 2000 14:28:27 +0000
9585              Message-ID: <20001202142827.A12308@plum.flirble.org>
9586              
9587              Test robustness.
9588      Branch: perl
9589            ! t/lib/net-hostent.t
9590 ____________________________________________________________________________
9591 [  7955] By: jhi                                   on 2000/12/02  17:58:06
9592         Log: Metaconfig unit change for #7954.
9593      Branch: metaconfig
9594            ! U/modified/stdchar.U
9595 ____________________________________________________________________________
9596 [  7954] By: jhi                                   on 2000/12/02  17:54:32
9597         Log: An inconvenient hang would happen if the stdio _ptr wasn't
9598              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
9599              would be grepping stdin for all eternity for the _ptr.)
9600      Branch: perl
9601            ! Configure
9602 ____________________________________________________________________________
9603 [  7953] By: jhi                                   on 2000/12/02  00:07:15
9604         Log: Update Changes.
9605      Branch: perl
9606            ! Changes patchlevel.h
9607 ____________________________________________________________________________
9608 [  7952] By: jhi                                   on 2000/12/01  23:54:47
9609         Log: Subject: Re: long shell lines
9610              From: Andy Dougherty <doughera@lafayette.edu>
9611              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
9612              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
9613              
9614              Split overly long shell command lines.
9615      Branch: perl
9616            ! lib/ExtUtils/MM_Unix.pm
9617 ____________________________________________________________________________
9618 [  7951] By: jhi                                   on 2000/12/01  23:48:02
9619         Log: The metaconfig unit change for #7950.
9620      Branch: metaconfig
9621            + U/modified/stdchar.U
9622 ____________________________________________________________________________
9623 [  7950] By: jhi                                   on 2000/12/01  23:47:39
9624         Log: Try to find stdchar also from <stdio_impl.h>.
9625      Branch: perl
9626            ! Configure config_h.SH
9627 ____________________________________________________________________________
9628 [  7949] By: jhi                                   on 2000/12/01  23:46:45
9629         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
9630              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9631              Date: Fri, 1 Dec 2000 16:26:08 -0500
9632              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
9633              
9634              Reword the diagnostic message.
9635      Branch: perl
9636            ! pod/perldiag.pod
9637 ____________________________________________________________________________
9638 [  7948] By: nick                                  on 2000/12/01  22:49:43
9639         Log: Integrate mainline (for s/y/m as sub names stuff).
9640      Branch: perlio
9641           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
9642           !> t/pragma/warn/toke toke.c
9643 ____________________________________________________________________________
9644 [  7947] By: jhi                                   on 2000/12/01  20:55:41
9645         Log: Integrate perlio.
9646      Branch: perl
9647           !> perlio.c perliol.h t/io/pipe.t
9648 ____________________________________________________________________________
9649 [  7946] By: jhi                                   on 2000/12/01  20:36:51
9650         Log: Upgrade to CPAN 1.59_51, from Andreas König.
9651      Branch: perl
9652            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9653 ____________________________________________________________________________
9654 [  7945] By: nick                                  on 2000/12/01  20:31:32
9655         Log: Integrate mainline
9656      Branch: perlio
9657           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
9658           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
9659           +> t/lib/net-hostent.t
9660           !> (integrate 35 files)
9661 ____________________________________________________________________________
9662 [  7944] By: jhi                                   on 2000/12/01  20:23:29
9663         Log: Some help for 20001130.011.  Now one gets warnings like
9664              "Ambiguous -f() resolved as a file test ..."
9665      Branch: perl
9666            ! pod/perldiag.pod t/pragma/warn/toke toke.c
9667 ____________________________________________________________________________
9668 [  7943] By: jhi                                   on 2000/12/01  19:44:44
9669         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
9670              that also breaks using them as methods. 
9671      Branch: perl
9672            ! pod/perldiag.pod t/op/misc.t toke.c
9673 ____________________________________________________________________________
9674 [  7942] By: nick                                  on 2000/12/01  17:56:46
9675         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
9676              Make 'unix' pass most tests
9677              - do unread by temporary push of layer ("pending") holding unread chars
9678              - fast_gets is now based on per-handle flag
9679              - relax one of io/pipe.t tests to allow print to fail and close to
9680              succeed so that it passes on unbuffered "unix" layer.
9681              Remaining fail is sporadic and a genuine race condition between
9682              parent/child in fork test.
9683      Branch: perlio
9684            ! perlio.c perliol.h t/io/pipe.t
9685 ____________________________________________________________________________
9686 [  7941] By: jhi                                   on 2000/12/01  15:28:58
9687         Log: (Retracted by #7943.)
9688              
9689              Reserve the short named string operator names.
9690      Branch: perl
9691            ! pod/perldiag.pod t/op/misc.t toke.c
9692 ____________________________________________________________________________
9693 [  7940] By: jhi                                   on 2000/12/01  06:45:53
9694         Log: Get the three different space character classes right under utf8.
9695      Branch: perl
9696            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
9697            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
9698            ! regexec.c t/op/pat.t utf8.c
9699 ____________________________________________________________________________
9700 [  7939] By: jhi                                   on 2000/12/01  03:26:26
9701         Log: Two more tests that make no sense in UTF-8 since the test
9702              data is not in UTF-8.
9703      Branch: perl
9704            ! t/op/regexp.t
9705 ____________________________________________________________________________
9706 [  7938] By: jhi                                   on 2000/12/01  03:20:39
9707         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
9708              should it be required inside regexen?
9709      Branch: perl
9710            ! regcomp.c t/op/regmesg.t
9711 ____________________________________________________________________________
9712 [  7937] By: jhi                                   on 2000/12/01  02:58:53
9713         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
9714              stored and restored, and thusly was trounced by the utf8 swash
9715              routines.
9716      Branch: perl
9717            ! regcomp.c
9718 ____________________________________________________________________________
9719 [  7936] By: jhi                                   on 2000/11/30  20:41:39
9720         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
9721              Why the different platforms behave so differently (core dump vs
9722              no core dump) on this bug is a but of a mystery, but if I had to
9723              guess I would mumble something like 'alignment'.
9724      Branch: perl
9725            ! sv.c
9726 ____________________________________________________________________________
9727 [  7935] By: jhi                                   on 2000/11/30  16:17:02
9728         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
9729              From: Robin Barker <rmb1@cise.npl.co.uk>
9730              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
9731              Date: Thu, 30 Nov 2000 14:27:12 GMT
9732      Branch: perl
9733            ! perlio.c toke.c
9734 ____________________________________________________________________________
9735 [  7934] By: jhi                                   on 2000/11/30  16:04:49
9736         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
9737      Branch: perl
9738            ! t/lib/net-hostent.t
9739 ____________________________________________________________________________
9740 [  7933] By: jhi                                   on 2000/11/30  06:07:26
9741         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
9742              From: Peter Prymmer <pvhp@forte.com>
9743              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
9744              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
9745              
9746              In VMS the localhost may be LOCALHOST.
9747      Branch: perl
9748            ! t/lib/net-hostent.t
9749 ____________________________________________________________________________
9750 [  7932] By: jhi                                   on 2000/11/30  01:11:11
9751         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
9752              From: Peter Prymmer <pvhp@forte.com>
9753              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
9754              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
9755              
9756              plus regen perlapi.pod.
9757      Branch: perl
9758            ! pod/perlapi.pod utf8.c
9759 ____________________________________________________________________________
9760 [  7931] By: jhi                                   on 2000/11/30  01:06:19
9761         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
9762              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9763              Date:     Wed, 29 Nov 2000 17:15:11 EST
9764              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
9765      Branch: perl
9766            ! t/lib/filter-util.pl t/lib/filter-util.t
9767 ____________________________________________________________________________
9768 [  7930] By: jhi                                   on 2000/11/29  18:51:55
9769         Log: Update Changes.
9770      Branch: perl
9771            ! Changes patchlevel.h
9772 ____________________________________________________________________________
9773 [  7929] By: jhi                                   on 2000/11/29  18:50:55
9774         Log: Update the va_copy() metaconfig unit.
9775      Branch: metaconfig/U/perl
9776            ! need_va_copy.U
9777 ____________________________________________________________________________
9778 [  7928] By: jhi                                   on 2000/11/29  17:50:43
9779         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
9780              From: Dominic Dunlop <domo@computer.org>
9781              Date: Tue, 28 Nov 2000 16:41:57 +0100
9782              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
9783              
9784              Patch to catch a core dump in the Configure va_copy test.
9785      Branch: perl
9786            ! Configure config_h.SH
9787 ____________________________________________________________________________
9788 [  7927] By: jhi                                   on 2000/11/29  17:31:59
9789         Log: Retract #7921, the patch shouldn't be needed.
9790      Branch: perl
9791            ! sv.c
9792 ____________________________________________________________________________
9793 [  7926] By: jhi                                   on 2000/11/29  17:01:41
9794         Log: Make the Class::Struct import() wiser.
9795      Branch: perl
9796            ! lib/Class/Struct.pm t/lib/class-struct.t
9797 ____________________________________________________________________________
9798 [  7925] By: jhi                                   on 2000/11/29  16:36:33
9799         Log: All the core library users of Class::Struct seem to be
9800              using "use Class::Struct 'struct';" instead of the bare
9801              "use Class::Struct;", which isn't documented in Class::Struct.
9802              This can't be right.
9803      Branch: perl
9804            ! lib/File/stat.pm
9805 ____________________________________________________________________________
9806 [  7924] By: jhi                                   on 2000/11/29  16:32:15
9807         Log: A test works better if it has the right 1..$n output.
9808      Branch: perl
9809            ! t/lib/class-struct.t
9810 ____________________________________________________________________________
9811 [  7923] By: jhi                                   on 2000/11/29  16:29:11
9812         Log: Forgot to MANIFEST the new Net::hostent test.
9813      Branch: perl
9814            ! MANIFEST
9815 ____________________________________________________________________________
9816 [  7922] By: jhi                                   on 2000/11/29  16:27:49
9817         Log: Integrate perlio.
9818      Branch: perl
9819           !> iperlsys.h perlio.c
9820 ____________________________________________________________________________
9821 [  7921] By: jhi                                   on 2000/11/29  16:27:10
9822         Log: (Retracted by #7927.)
9823              
9824              Subject: [PATCH] Is infinity a number?
9825              From: Simon Cozens <simon@cozens.net>
9826              Date: Wed, 29 Nov 2000 14:48:20 +0000
9827              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
9828      Branch: perl
9829            ! sv.c
9830 ____________________________________________________________________________
9831 [  7920] By: jhi                                   on 2000/11/29  16:23:02
9832         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
9833              From: rspier@pobox.com (Robert Spier)
9834              Date: Wed, 29 Nov 2000 02:17:49 -0500
9835              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
9836              
9837              Add a test for Net::hostent.
9838      Branch: perl
9839            + t/lib/net-hostent.t
9840 ____________________________________________________________________________
9841 [  7919] By: jhi                                   on 2000/11/29  16:21:31
9842         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
9843              add a test for Class::Struct.
9844      Branch: perl
9845            + t/lib/class-struct.t
9846            ! MANIFEST lib/Class/Struct.pm
9847 ____________________________________________________________________________
9848 [  7918] By: jhi                                   on 2000/11/29  15:48:40
9849         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
9850              From: rspier@pobox.com (Robert Spier)
9851              Date: Wed, 29 Nov 2000 02:25:39 -0500
9852              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
9853              
9854              More checking in case someone has broken their services or
9855              protocol databases.
9856      Branch: perl
9857            ! ext/Sys/Syslog/Syslog.pm
9858 ____________________________________________________________________________
9859 [  7917] By: jhi                                   on 2000/11/29  15:46:25
9860         Log: Subject: [PATCH] $^O  win32 -> MSWin32
9861              From: rspier@pobox.com (Robert Spier)
9862              Date: Wed, 29 Nov 2000 02:17:38 -0500
9863              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
9864              
9865              plus similar nits for vms, err, VMS, and UNICOS.
9866      Branch: perl
9867            ! t/lib/syslfs.t t/op/lfs.t
9868 ____________________________________________________________________________
9869 [  7916] By: jhi                                   on 2000/11/29  15:42:51
9870         Log: Subject: [PATCH] Tokeniser debugging
9871              From: Simon Cozens <simon@cozens.net>
9872              Date: Wed, 29 Nov 2000 14:15:45 +0000
9873              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
9874      Branch: perl
9875            ! perl.c perl.h pod/perlrun.pod toke.c
9876 ____________________________________________________________________________
9877 [  7915] By: jhi                                   on 2000/11/29  15:41:36
9878         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
9879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9880              Date: Wed, 29 Nov 2000 02:13:14 -0500
9881              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
9882              
9883              OUT keyword nits.
9884              
9885              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
9886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9887              Date: Wed, 29 Nov 2000 03:09:04 -0500
9888              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
9889              
9890              OUT and IN_OUT documentation.
9891      Branch: perl
9892            ! lib/ExtUtils/xsubpp pod/perlxs.pod
9893 ____________________________________________________________________________
9894 [  7914] By: jhi                                   on 2000/11/29  03:35:01
9895         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
9896              From: John Tobey <jtobey@john-edwin-tobey.org>
9897              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
9898              Message-Id: <m140e1N-000FOoC@feynman.localnet>
9899              
9900              plus a performance speedup noticed by Sarathy.
9901      Branch: perl
9902            ! op.c
9903 ____________________________________________________________________________
9904 [  7913] By: jhi                                   on 2000/11/29  03:16:59
9905         Log: Use "1 while unlink" so that VMS gets clean, too.
9906      Branch: perl
9907            ! t/lib/filter-util.t
9908 ____________________________________________________________________________
9909 [  7912] By: jhi                                   on 2000/11/29  03:09:08
9910         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
9911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9912              Date: Tue, 28 Nov 2000 03:27:09 -0500
9913              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
9914      Branch: perl
9915            ! lib/ExtUtils/xsubpp
9916 ____________________________________________________________________________
9917 [  7911] By: jhi                                   on 2000/11/29  03:06:30
9918         Log: This should have been part of #7872: no need to scan UTF-8
9919              until eternity.
9920      Branch: perl
9921            ! utf8.c
9922 ____________________________________________________________________________
9923 [  7910] By: jhi                                   on 2000/11/29  02:50:04
9924         Log: One more perltie.pod nit from Casey R. Tweten.
9925      Branch: perl
9926            ! pod/perltie.pod
9927 ____________________________________________________________________________
9928 [  7909] By: jhi                                   on 2000/11/29  02:44:23
9929         Log: Document the known sprintf test failures, exact standard
9930              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
9931      Branch: perl
9932            ! pod/perldelta.pod t/op/sprintf.t
9933 ____________________________________________________________________________
9934 [  7908] By: jhi                                   on 2000/11/29  02:36:23
9935         Log: Add the Encoding table format documentation.
9936      Branch: perl
9937            + ext/Encode/Encode/EncodeFormat.pod
9938            ! MANIFEST
9939 ____________________________________________________________________________
9940 [  7907] By: jhi                                   on 2000/11/29  02:07:24
9941         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
9942              From: "Casey R. Tweten" <crt@kiski.net>
9943              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
9944              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
9945              
9946              Subject: Re: [PATCH] Updating perltie.pod for arrays
9947              From: "Casey R. Tweten" <crt@kiski.net>
9948              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
9949              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
9950      Branch: perl
9951            ! pod/perltie.pod
9952 ____________________________________________________________________________
9953 [  7906] By: nick                                  on 2000/11/28  22:40:59
9954         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
9955      Branch: perlio
9956            ! iperlsys.h perlio.c
9957 ____________________________________________________________________________
9958 [  7905] By: nick                                  on 2000/11/28  22:04:34
9959         Log: Integrate mainline
9960      Branch: perlio
9961           !> (integrate 39 files)
9962 ____________________________________________________________________________
9963 [  7904] By: jhi                                   on 2000/11/28  16:44:43
9964         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
9965              From: Nicholas Clark <nick@babyhippo.co.uk>
9966              Date: Tue, 28 Nov 2000 11:16:57 +0000
9967              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
9968      Branch: perl
9969            ! pod/perlipc.pod
9970 ____________________________________________________________________________
9971 [  7903] By: jhi                                   on 2000/11/28  16:40:31
9972         Log: Subject: [PATCH] Updating perltie.pod for arrays
9973              From: "Casey R. Tweten" <crt@kiski.net>
9974              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
9975              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
9976      Branch: perl
9977            ! pod/perltie.pod
9978 ____________________________________________________________________________
9979 [  7902] By: jhi                                   on 2000/11/28  16:39:37
9980         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
9981              From: Robin Barker <rmb1@cise.npl.co.uk>
9982              Date: Mon, 27 Nov 2000 17:56:44 GMT
9983              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
9984      Branch: perl
9985            ! pod/perlfunc.pod t/op/split.t
9986 ____________________________________________________________________________
9987 [  7901] By: jhi                                   on 2000/11/28  16:28:04
9988         Log: setmode() is a DOSish-only thing.
9989      Branch: perl
9990            ! perlio.c
9991 ____________________________________________________________________________
9992 [  7900] By: jhi                                   on 2000/11/28  16:21:46
9993         Log: Subject: [PATCH] perlcc.PL cleanups
9994              From: Simon Cozens <simon@cozens.net>
9995              Date: Tue, 28 Nov 2000 12:44:35 +0000
9996              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
9997      Branch: perl
9998            ! utils/perlcc.PL
9999 ____________________________________________________________________________
10000 [  7899] By: gsar                                  on 2000/11/28  06:32:55
10001         Log: reintegrate files missed by change#7895
10002      Branch: maint-5.6/perl
10003           +> ext/ByteLoader/bytecode.h utils/Makefile
10004            - utils/perlbc.PL
10005 ____________________________________________________________________________
10006 [  7897] By: gsar                                  on 2000/11/27  18:22:47
10007         Log: can't integrate these two files, for some reason
10008      Branch: maint-5.6/perl
10009            - ext/ByteLoader/bytecode.h utils/Makefile
10010 ____________________________________________________________________________
10011 [  7895] By: gsar                                  on 2000/11/27  18:11:21
10012         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
10013              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
10014              6757..6890,6892..6901 from mainline
10015              
10016              Bytecompiler patches from Benjamin Stuhl.
10017              
10018              More bytecompiler.
10019              
10020              Subject: [PATCH blead] B:: missing dependency
10021              
10022              Subject: [PATCH: 6757] configure.com updates and syslog build
10023              
10024              Long double Gconvert fixes from Yitzchak Scott-Thoennes
10025              and Spider Boardman.
10026              
10027              Subject: [PATCH blead] nextchar() abuse misses an optimisation
10028              
10029              Long double fixes from Spider Boardman.
10030              
10031              Make the selection of NVff et al stricter.
10032              
10033              cSVOPo_*v things index into the current PL_curpad
10034              under ithreads, which is different from the curpad
10035              used by the XSUB.  (In other words, the code as-is
10036              before this patch wouldn't work under ithreads.)
10037              
10038              Be portable.
10039              
10040              VMS MMS (make) wants null action.
10041              
10042              Mac and other portability updates from Chris Nandor.
10043              
10044              Storable support, v-version fixes.
10045              Subject: CPAN.pm beta for testing available
10046              
10047              Portability fix from Hugo van der Sanden.
10048              
10049              Bad makefile.
10050              
10051              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
10052              
10053              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
10054              
10055              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10056              
10057              Replace #6705 with a minimal doc patch.
10058              Subject: [PATCH 5.6.0] replace change #6705
10059              
10060              Drop the separate perlbc, perlcc -b should be enough.
10061              
10062              installperl couldn't tell whether it had run tests or not.
10063              Subject: [PATCH] Re: installperl and t/TEST
10064              
10065              Add silencer flags to installperl.
10066              Subject: [PATCH] Making installperl silent.
10067              
10068              Make "make install" by default silent.  A new "install-verbose"
10069              target is verbose.
10070              
10071              More liberal parsing of version numbers.
10072              Subject: Re: CPAN.pm beta for testing available
10073              
10074              Create directories in silence.
10075              Subject: [PATCH] Another silencer for MakeMaker
10076              
10077              DOS patches and portability/porting notes, from Tim Jenness.
10078              
10079              Make installman to recognize the silence flag -S.
10080              
10081              Actually do something with the silencer option.
10082              
10083              Continue silencing.
10084              
10085              Show the doc file, not the temp file.
10086              
10087              Regen perltoc.
10088              
10089              Subject: [PATCH] More silencing of installman.
10090              
10091              Better wording for the vec lvalue diagnostic.
10092              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10093              
10094              Subject: [PATCH: 6805] several more tweaks to configure.com
10095              
10096              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
10097              
10098              Missing parts of 
10099              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
10100              
10101              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
10102              (applied slightly modified)
10103              
10104              installperl --verbose and --silent.
10105              Subject: Re: [PATCH] More silencing of installman.
10106              
10107              Add install-silent target.
10108              
10109              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
10110              the problem reported in
10111              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
10112              
10113              Tweak the sfio/useperlio logic, hopefully as wished in
10114              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
10115              
10116              One forgotten file from #6816.
10117              
10118              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10119              
10120              Remove duplicately applied patch shards.
10121              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
10122              
10123              Support preserving extremely big/small angles.
10124              
10125              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10126              
10127              Subject: [PATCH] installation not quite silent yet.
10128              
10129              Update the test count.
10130              
10131              Use UVxf, PTR2UV, NVff.
10132              
10133              Document PTR2XX and INT2PTR.
10134              
10135              no-install target a la make -n.
10136              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
10137              
10138              grep -e isn't portable.
10139              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
10140              
10141              Can't get the test to reliably work thanks to the
10142              inaccurateness of floating point.  "Resolves" bug ids
10143              20000826.003, 20000826.009, 20000826.010,
10144              
10145              Subject: installman buglet
10146              
10147              DJGPP update from Laszlo Molnar.
10148              
10149              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10150              
10151              Passing -R in ldflags makes now it to appear in the default
10152              for lddlflags, just like with -L.
10153              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10154              
10155              Test nit.
10156              
10157              Use the actual thread type, not the pointer-to-struct.
10158              
10159              Provice virtual $Config{ccflags_nolargefiles} etc. 
10160              
10161              display_format used as a class method without arguments was broken,
10162              reported in
10163              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
10164              
10165              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
10166              
10167              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
10168              
10169              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
10170              
10171              opmini.o may be left around if a build is interrupted.
10172              
10173              Typo in #6858.
10174              
10175              Fix for ID 20000828.001, long doubles were not formatted
10176              correctly (showed up in $], which stopped installing perl).
10177              
10178              An attempt to fix the problem reported in
10179              Subject: Building perl@6856 using gcc/AIX 4.3.3 
10180              I can't test this properly since the gcc installation I have
10181              access to seems to be botched (gcc is calling the AIX cpp,
10182              a losing proposition...)
10183              
10184              Add -ld to archname on long tr...double platforms.
10185              
10186              Subject: hv.h Doc Patch
10187              
10188              Potential cruft.
10189              
10190              Subject: [PATCH bleedperl@6856] warnings fixes
10191              
10192              -S is the silent flag, -s is the strip flag.
10193              Subject: [PATCH] Re: [PATCH] make no-install          
10194              
10195              Take out the SUIDMAIL thing, that will not be
10196              a problem in 5.7.*.
10197              
10198              Subject: [PATCH bleedperl@6866] spellings
10199              
10200              Subject: [PATCH] Re: files not cleaned even by veryclean
10201              
10202              Use minimal @INC in tests, most of the time just '../lib',
10203              so that we simply can't pick up stuff from other Perls than
10204              the one we are testing.  Pointed out by
10205              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
10206              
10207              Update to Getopt::Long 2.24, from Johan Vromans.
10208              
10209              Fix for thinko in #6848.
10210              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
10211              
10212              Patches all over for people and the files they (hopefully) care about.
10213              
10214              Subject: Net::protoent does not export 'getproto'
10215              
10216              Missed a change in #6869.
10217              
10218              Subject: [PATCH] Warnings in B::Deparse
10219              
10220              Subject: [PATCH] Glob dumping
10221              
10222              Disable one of the tests for now.
10223              
10224              Disabling the one test is a bit tricky.
10225              
10226              Don't forget to tidy up.
10227              
10228              The #6881 removed one dump line.
10229              
10230              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
10231              
10232              Under usethreads the dumped variable is IN_PAD.
10233              Subject: Re: [PATCH] Glob dumping
10234              
10235              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
10236              
10237              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
10238              
10239              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
10240              
10241              Regen Configure for #6894.
10242              
10243              Subject: [PATCH: 6889] updates to perlebcdic.pod
10244              
10245              Undo namespace pollution of #6878.
10246              Subject: Re: Net::protoent does not export 'getproto'
10247              
10248              Admit that we are leaking scalars.
10249              
10250              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
10251      Branch: maint-5.6/perl
10252           !> (integrate 271 files)
10253 ____________________________________________________________________________
10254 [  7894] By: gsar                                  on 2000/11/27  16:00:34
10255         Log: a couple of nits
10256      Branch: maint-5.6/perl
10257            ! MANIFEST pp_sys.c
10258 ____________________________________________________________________________
10259 [  7893] By: gsar                                  on 2000/11/27  15:10:56
10260         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
10261              6740..6745,6747..6757,6760
10262              
10263              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
10264              
10265              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
10266              
10267              Doc nits spotted by Richard Soderberg.
10268              
10269              move WNOHANG definition to where other such things are
10270              
10271              Make $Config{byteorder} more magical so that it is
10272              dynamically computed: nice for 'fat binaries'.
10273              Subject: [PATCH]: default byteorder
10274              
10275              Subject: [PATCH] Cwd.pm now uses strict
10276              
10277              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
10278              
10279              Get -DLEAKTEST to compile (not necessarily to work, mind)
10280              Subject: [ID 20000724.006] -DLEAKTEST problem
10281              
10282              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
10283              
10284              Add perlebcdic from Peter Prymmer, regen toc.
10285              
10286              Don't propose using modules built for 5.005 if no binary
10287              compatibility with 5.005 is attempted.
10288              
10289              Do not use prototyping here.
10290              Subject: [ID 20000817.016] [PATCH] Peek.xs
10291              
10292              Document what the backtick returns if the command fails.
10293              
10294              Add byteorder to the myconfig output.
10295              
10296              Introduce NVef, NVff, and NVgf, use the middle one.
10297              (helps for lib/peek + Linux + long doubles)  Reported in
10298              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
10299              Use NVs in POSIX math, not doubles.
10300              Subject: [ID 20000817.014] POSIX & modfl
10301              
10302              Subject: [PATCH 5.6.0+] newSVrv() memory leak
10303              
10304              The byteorder code in #6671 was wrong.
10305              
10306              Fix the lib/complex failure of
10307              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
10308              Linux long double accuracy issue: something that
10309              when printed with %g looks like "2" but int() of it is 1.
10310              
10311              Propagate new Configure vars.
10312              
10313              Unbuffer the output.
10314              
10315              Subject: [PATCH] perltrap.pod spring cleaning
10316              
10317              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
10318              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
10319              
10320              Tiny Getopt::Long patch from Johan Vromans.
10321              
10322              Document code point which makes if (defined %stash::) to work
10323              (noted by Spider Boardman).
10324              
10325              Subject: [PATCH perl@6698] cygwin port
10326              
10327              Document the NDBM_File and ODBM_File as SDBM_File
10328              was documented in #6417.
10329              
10330              The new tests were missing from #6415.
10331              
10332              Add [[:blank:]] as suggested in
10333              Subject: [ID 20000716.024] [=cc=] / [:blank:]
10334              (the [=cc=] has already been taken care of by #6439
10335              so the whole bug report can be closed)
10336              and make [[:space:]] to be equivalent to isspace(3)
10337              (as opposed to \s, which is isSPACE()).  The difference
10338              is that now [[:space:]] matches the mythical vertical tab,
10339              while \s doesn't.
10340              
10341              Don't eat leading os from index entries.
10342              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
10343              
10344              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
10345              
10346              Typo in pp_complement().
10347              Subject: [PATCH perl-current] Deparse
10348              
10349              Add warnif(), check warnings further up the stack,
10350              all the warnings functions now can take an optional object reference.
10351              Subject: [PATCH bleedperl@6691] warnings pragma update
10352              
10353              Fix a core dump in lib/selfloader under -DDEBUGGING.
10354              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
10355              
10356              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
10357              
10358              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
10359              
10360              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
10361              Put back the long double avoidance code to POSIX.xs
10362              because VMS seems to need it still.
10363              
10364              Introduce a 'veryclean' target that is like 'distclean'
10365              but also removes *~ and *.orig.
10366              
10367              Subject: [ID 20000817.023] endianness description in perlfunc.pod
10368              
10369              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
10370              
10371              Let's try #6717 again.
10372              
10373              UTF8 concat fixes.
10374              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
10375              
10376              pp_open() could pass an uninitialized filename down to do_open9().
10377              
10378              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
10379              
10380              Update to CGI 2.72, from Lincoln Stein.
10381              
10382              Subject: [PATCH] Silence MakeMaker (Was: installman)
10383              
10384              Use temporary directory instead of current directory.
10385              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
10386              
10387              Document odd vs even subreleases and -Dusedevel.
10388              
10389              The veryclean target needs to clobber.
10390              
10391              Use File::Spec->tmpdir().
10392              
10393              Document the number of exponent digits.
10394              
10395              Mention perlebcdic and perlposix-bc.
10396              
10397              s/this one/the 5.6.0 release/
10398              
10399              The #6724 is here.
10400              
10401              The correct cleaning order is an art.
10402              
10403              small tweaks for change#6705: avoid C++ style comments in C code;
10404              use Perl's malloc API rather than the low level system one
10405              
10406              Array context keeps slithering in.
10407              
10408              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
10409              
10410              Subject: [PATCH] os2.c fix for use64bitint
10411              
10412              Update to Pod::LaTeX 0.53.
10413              Subject: [PATCH] lib/Pod/LaTeX.pm updates
10414              
10415              Document the endianness of Alpha more precisely.
10416              
10417              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
10418              
10419              Rename the macro argument because some preprocessors
10420              can't tell the difference and expand arguments also inside
10421              double quoted strings.
10422              
10423              free TLS slot properly on Windows
10424              
10425              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
10426              
10427              Unicos/mk requires elaborate paranoia.
10428              
10429              Tweak the floating point output routine preferences.
10430              
10431              Also under djgpp the timestamps are funky.
10432              
10433              Apply some PodParser 1.18 patches; the Pod/Find.pm
10434              patches cannot be applied since #6712 conflicts.
10435              
10436              Use PodParser 1.18 new test.
10437              
10438              A pod nit.
10439              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
10440              
10441              Be verydeepclean.
10442      Branch: maint-5.6/perl
10443           +> pod/perlebcdic.pod
10444           !> (integrate 106 files)
10445 ____________________________________________________________________________
10446 [  7892] By: jhi                                   on 2000/11/27  15:02:32
10447         Log: Update Changes.
10448      Branch: perl
10449            ! Changes patchlevel.h
10450 ____________________________________________________________________________
10451 [  7891] By: jhi                                   on 2000/11/27  14:57:23
10452         Log: Subject: Re: perlfaq style changes
10453              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10454              Date: Sat, 25 Nov 2000 23:32:26 -0800
10455              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
10456              
10457              plus a note from Ronald Kimball.
10458      Branch: perl
10459            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
10460 ____________________________________________________________________________
10461 [  7890] By: jhi                                   on 2000/11/27  14:53:14
10462         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
10463              From: Benjamin Holzman <bah@ecnvantage.com>
10464              Date: Sun, 26 Nov 2000 16:27:33 -0500
10465              Message-ID: <20001126162733.J25040@ecnvantage.com>
10466      Branch: perl
10467            ! gv.c
10468 ____________________________________________________________________________
10469 [  7889] By: jhi                                   on 2000/11/27  14:43:11
10470         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
10471              From: lvirden@cas.org
10472              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
10473              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
10474      Branch: perl
10475            ! README.amiga
10476 ____________________________________________________________________________
10477 [  7888] By: jhi                                   on 2000/11/27  14:32:34
10478         Log: Restore also the locale test to no-sprintf-taint state.
10479              Fixes the bug 20001127.003.
10480      Branch: perl
10481            ! sv.c t/pragma/locale.t
10482 ____________________________________________________________________________
10483 [  7887] By: gsar                                  on 2000/11/27  14:13:05
10484         Log: integrate changes#6613..6616,6620..6665 from mainline
10485              
10486              VMS configure.com update continues.
10487              
10488              Subject: Test fails / warnings with perl-current #6612
10489              
10490              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
10491              
10492              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
10493              
10494              For now remove the mail code.
10495              
10496              Subject: Re: [PATCH] @+, @- readonly
10497              
10498              Subject: warning: storage class after type is obsolescent
10499              
10500              Subject: sfio2000
10501              
10502              Subject: Re: File::Temp problems on VMS in bleedperl
10503              
10504              README.os2 update.
10505              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
10506              
10507              Make the user to give up his firstborn, err, to knowingly
10508              verify installing an unstable developer release.  Also bump
10509              the release to 5.7.0, but leave a patch tag in the local
10510              patches saying that this is not yet the real thing.
10511              
10512              Update (kinda) to Test 1.14, from Joshua Pritikin.
10513              
10514              make ok etc also for win32.
10515              
10516              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
10517              
10518              Don't blow limited stacks, a lower number is enough to
10519              tickle the lookbehind limit.
10520              
10521              Use -Dusedevel; regen Configure and the respective Porting stuff.
10522              
10523              Subject: [PATCH] debugger exit code should reflect user exit code
10524              
10525              Subject: [PATCH perl@6620] cygwin port
10526              
10527              Missed a file from #6638.
10528              
10529              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)
10530              
10531              magic callbacks all need to have same type signature
10532              
10533              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
10534              
10535              Fix a dependency problem.
10536              Subject: [PATCH: 6640] VMS Makefile.SH update
10537              
10538              The numeric locale was reset to "C" by s?printf and never restored.
10539              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
10540              No test since adding the failing example to locale.t
10541              does not fail -- probably because the locale settings are so
10542              thoroughly tweaked by that time.  Running the example standalone
10543              does fail, though.  UPDATE: test case added at change #7540.
10544              
10545              Subject: [ID 20000324.040] minor fix to perlhpux.pod
10546              
10547              Update to CPAN 1.57.
10548              
10549              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
10550              
10551              Change the perlbug address to perl.org since it's more forgiving.
10552              
10553              Change the regx compilation error markers to use = instead of <
10554              since pod makes using the latter quite messy.  Reported in
10555              ID 20000814.006 by Abigail and in
10556              Subject: Unknown escape E<> ?
10557              
10558              Update to perldebtut 1.9, from Richard Foley.
10559              
10560              check that the number pseudo children doesn't exceed
10561              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
10562              the WaitForMultipleObjects() limit that would cause wait()
10563              to crash)
10564              wait() and waitpid() could potentially be rewritten to use
10565              more than one thread to do the waiting to eliminate this
10566              limitation
10567              
10568              change#6328 could make close(SOCKET) return false on windows
10569              when it shouldn't
10570              
10571              pod nit seen in passing
10572              
10573              on windows, the return values from wait() and waitpid() don't
10574              match those of pseudo-pids
10575              
10576              waitpid() now handles externally spawned pids correctly;
10577              fixes for backtick/wait/waitpid failures on Windows 9x
10578              these changes make the pid returned by process functions on
10579              Windows 9x always positive by clearing the high bit (which
10580              is always set on Win9x); pseudo-process PIDs are likewise
10581              always negative now on Win9x (just as on NT/2000)
10582              
10583              trailing new %ENV entries weren't being pushed into the real
10584              environment of subprocesses on Windows
10585              
10586              Tweak the regex compilation errors once more.
10587              
10588              avoid warnings from dense compiler
10589              
10590              add "ok" targets from change#6632 in makefile.mk
10591      Branch: maint-5.6/perl
10592            - lib/Pod/PlainText.pm vms/configure.com
10593           !> (integrate 66 files)
10594 ____________________________________________________________________________
10595 [  7886] By: jhi                                   on 2000/11/27  13:54:18
10596         Log: __FUNCTION__ isn't portable and trying to emulate it leads
10597              into practically spelling out the name of the function.
10598              Takes care of the bug 20001127.001.
10599      Branch: perl
10600            ! perlio.c
10601 ____________________________________________________________________________
10602 [  7885] By: gsar                                  on 2000/11/27  13:53:18
10603         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
10604              6610..6611 from mainline
10605              
10606              Make regular expression parse error messages easier to understand.
10607              Subject: Re: enhanced(?) regex error messages
10608              
10609              Tiny tidying on report_evil_fh().
10610              
10611              Subject: Re: enhanced(?) regex error messages 
10612              plus Capitalize the error messages, plus perldiag them.
10613              
10614              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
10615              
10616              Document here-doc better.
10617              
10618              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
10619              
10620              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
10621              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
10622              (either perlbug or p5p ate the original), plus regen
10623              perlapi and perltoc. 
10624              
10625              Regen global.sym.
10626              
10627              Double check that we have a dirhandle.
10628              
10629              Subject: Re: enhanced(?) regex error messages
10630              (plus two small patches sent privately)
10631              (this still seems to leave few test failures)
10632              
10633              warn is a macro, avoid using at a variable to avoid warnings
10634              in some configurations; readdir.t is too conservative in
10635              estimating number of *.t's
10636              
10637              Get back into sync with Jeffrey on the enhanced regex warnings.
10638              
10639              Subject: [PATCH 5.6.0] cygwin port
10640              
10641              Zero entries were skipped, fix from Adrian Goalby
10642              <argoalby@yahoo.co.uk>
10643              
10644              Subject: Remove dead entry in perldiag
10645              
10646              Amend the description of Perl6.
10647              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
10648              
10649              detypo
10650              
10651              It's the 2ndO'ROSSC.
10652              
10653              Revert the sv.c part of #6559, a better fix is needed.
10654              
10655              Iterating perl6 description.
10656              
10657              Update to Term::ANSIColor 1.03, from Russ Allbery.
10658              
10659              Update to Getopt::Long 2.23_05, from Johan Vromans.
10660              
10661              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
10662              
10663              Update to Pod::Parser 1.17, from Brad Appleton.
10664              
10665              Update to CPAN 1.56, from Andreas König.
10666              
10667              Update to CGI 2.70, from Lincoln Stein.
10668              
10669              Put back the std @INC thing.
10670              
10671              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
10672              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
10673              
10674              Document the IO::Select timeout.
10675              
10676              sleep(1) does not necessarily return 1.
10677              Subject: [PATCH bleadperl] op/lex_assign.t  
10678              
10679              Subject: debugger "d" command doesnt check line number
10680              
10681              B::Deparse didn't do sub attributes.
10682              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
10683              
10684              Preprocessing and postprocessing for File::Find.
10685              Subject: Patch to Find::File.pm to allow alphabetical results
10686              
10687              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
10688              
10689              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
10690              
10691              Subject: Re: [ID 20000730.003] utf8::length() bad
10692              
10693              Subject: Getting perlio and threads to compile
10694              (the Solaris version changes in Configure skipped)
10695              
10696              Tests for #6589.
10697              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
10698              
10699              Add Perl debugging tutorial, regen toc. 
10700              Subject: perldebtut.pod
10701              
10702              Add a few missing files, update MANIFEST.
10703              
10704              Rewrite of vms/subconfigure.com as configure.com,
10705              from Peter Prymmer and the vmsperl crew.
10706              
10707              Should have deleted this in #6603.
10708              
10709              Fix the test for 5005threads.
10710              
10711              Fix-n-skip the tests under 5005threads.
10712              
10713              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
10714              
10715              Upgrade to CGI 2.71, from Lincoln Stein.
10716      Branch: maint-5.6/perl
10717           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
10718           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
10719           +> t/op/regmesg.t t/pod/find.t vms/configure.com
10720            - vms/subconfigure.com
10721            ! lib/lib.pm
10722           !> (integrate 115 files)
10723 ____________________________________________________________________________
10724 [  7884] By: jhi                                   on 2000/11/27  13:44:33
10725         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
10726              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10727              Date:     Mon, 27 Nov 2000 08:23:54 EST
10728              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
10729      Branch: perl
10730            ! vms/descrip_mms.template vms/test.com
10731 ____________________________________________________________________________
10732 [  7883] By: gsar                                  on 2000/11/27  11:50:46
10733         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
10734              6511..6513,6515..6523,6525..6536
10735              
10736              The swallow_bom() saga continues.  The #23 of require.t
10737              (UTF16-LE) still fails (silently, no output) but the #22
10738              (UTF16-BE) seems to be working now.  The root of the
10739              failure may be in sv_gets(): is it UTF-16LE-aware,
10740              especially when it comes to line endings? 
10741              
10742              Document the problem with -P in HP-UX and its workaround.
10743              
10744              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
10745              (aka ID 20000730.002)
10746              
10747              Subject: fix and question re: waitpid() under win32
10748              
10749              Make the safety catch for buggy gccs work with triple version
10750              numbers like 2.95.2.  Reported in
10751              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
10752              
10753              In Digital UNIX warn if gcc explicitly chosen because even
10754              2.95.2 is known to cause problems.
10755              
10756              Make chr() for values >127 to create utf8 when under utf8.
10757              
10758              various syntax errors and such (not fixed: comp/require.t#22 coredump
10759              on Windows)
10760              
10761              Stash away the largefiles flags and libswanted.
10762              
10763              BOM patching from Simon Cozens.
10764              
10765              If gccosandvers is equal to osname, clear gccosandvers.
10766              
10767              Make p4desc to skip non-mainperl branches by default.
10768              
10769              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
10770              
10771              The test from this
10772              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
10773              
10774              In new BSDs changes to argv[] do not show up in ps(1) output,
10775              instead one must use setproctitle().  This was already addressed
10776              by change #6457, but the below has a new variant for FreeBSD 4.0
10777              or later, and the matter is also documented more.
10778              
10779              FreeBSD 3.* updates from
10780              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
10781              
10782              regen_headers, regen perltoc.
10783              
10784              Document in one place the memory abstractions used in Perl core.
10785              
10786              memcpy has n o in it, as pinted ut by Sarathy.
10787              
10788              Remove the extraneous "main::" prefix from all the
10789              "opened only for", "on closed", and "never opened" warnings.
10790              
10791              The name of a filehandle does not have <these>.
10792              
10793              The tr utf8 patching continues.
10794              
10795              The new setproctitle() feature is available only in 
10796              bleeding edge FreeBSD.  From Paul Saab.
10797              
10798              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
10799              
10800              Dump UVs as UVs in Data::Dumper.
10801              
10802              detypo #6494
10803              
10804              Document the IVdf UVuf UVof UVxf.
10805              
10806              require.t needs binmode() to work on windows
10807              
10808              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
10809              that are hopefully soon put into use.
10810              
10811              Allow "no Module;" even if there is no 'unimport'.
10812              
10813              Better skip message for the test; one of the two problems in
10814              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
10815              
10816              The subtest 4 may fail also on VOBS, as pointed out
10817              by Nick Ing-Simmons in November 1999, bug id 19991124.003
10818              (but the failure in that bug report isn't the subtest 4).
10819              
10820              Be more informative on what is skipped and why,
10821              also repeat the list at the end.
10822              
10823              Add a URL for FSF.
10824              
10825              Subject: [PATCH] sv.h documentation - SvLEN
10826              
10827              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
10828              
10829              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
10830              
10831              Subject: [PATCH] bad cppsymbols on os2 + Configure question
10832              
10833              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
10834              
10835              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
10836              mention the idea of @( and @)
10837              
10838              This is 6512.  Really.
10839              
10840              Subject: [ID 19990721.004] Documentation bug in perlfunc
10841              
10842              Subject: Minor tweak to perlvar.pod
10843              
10844              In the warnings call filehandles consistently so;
10845              add "unopened" warning for stat().
10846              
10847              After the #6519 a warning about stat() is just that,
10848              not about a filetest, which now have their own warning.
10849              
10850              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
10851              
10852              Subject: Re: Array vs. List context
10853              
10854              Subject: New perlcc, take 2
10855              
10856              Weed buglets pointed out by
10857              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
10858              
10859              gcc versions might have (parentheses) in them.
10860              
10861              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
10862              
10863              Essential prototype changes were missing from #6527.
10864              Also make report_evil_fh() more bomb-proof.
10865              
10866              Zap lib/Sys directory when cleaning up.
10867              
10868              Change the Policy policy: now -Dprefix= with an existing
10869              Policy.sh and prefix == siteprefix == vendorprefix, then all
10870              of them follow along the new prefix.
10871              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
10872              
10873              Continue fixing the io warnings.  This also
10874              sort of fixes bug ID 20000802.003: the core dump
10875              is no more.  Whether the current behaviour is correct
10876              (giving a warning: "Not a format reference"), is another matter.
10877              
10878              Have symbols for the IoTYPEs.
10879              
10880              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
10881              
10882              Document a bit that UDP is not what you might think.
10883              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
10884              tr memory corruption fix from Simon Cozens.
10885              
10886              Plug the security hole described in the Aug 05 2000 bugtraq message
10887              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
10888              The security hole exists only in suidperls, which isn't
10889              installed or even built by default.
10890      Branch: maint-5.6/perl
10891           !> (integrate 71 files)
10892 ____________________________________________________________________________
10893 [  7882] By: gsar                                  on 2000/11/27  10:25:36
10894         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
10895              from mainline
10896              
10897              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
10898              to be fatal errors (instead of by default ignoring them, and
10899              ignoring with a bug: even though -w gave an error, the opening [
10900              was left in)  Reported in:
10901              
10902              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
10903              
10904              Subject: [PATCH] split /^/
10905              
10906              MacOS nits from Matthias Neeracher.
10907              
10908              More split() doc and test patches from Mike Guy.
10909              
10910              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
10911              from Graham Barr in the module list.
10912              
10913              docfix from Peter Scott <Peter@PSDT.com>.
10914              
10915              File::Temp patches for VMS and OS/2 from Tim Jenness.
10916              
10917              open() wariness in perlbug.
10918              
10919              Subject: [PATCH] minor doc change - perlguts
10920              
10921              Subject: Minor doc patch: handy.h
10922              
10923              Be wary of close()s, too.
10924              
10925              Further File::Temp patches from Yitzchak Scott-Thoennes
10926              and Craig A. Berry.
10927              
10928              Subject: [PATCH] fixes bug 20000508.004
10929              
10930              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
10931              
10932              Allow "no AutoLoader;", based on change #6444,
10933              suggested by Graham Barr.
10934              
10935              Use setproctitle() if available to modify $0.
10936              
10937              Warn if the version of the operating system used to compile gcc
10938              differs from the current version of the operating system.
10939              Also display the gcc compilation os and version in myconfig.
10940              Inspiration from
10941              
10942              Tiny fixes for #6460.
10943              
10944              The problem described in this
10945              Subject: [ID 20000322.018] named chars aren't magical enough
10946              has been fixed in perl 5.6.0 but just in case added a test
10947              to keep it away.  (The report from Joseph Hall.)
10948              
10949              Tune the comments and hopefully stop a memory leak.
10950              
10951              Subject: UTF8 concat
10952              (with a memory leak fixed, plus a few casts added)
10953              This also seems to help for
10954              Subject: [ID 20000716.015] join UTF8 weirdness
10955              
10956              Do not upgrade SVs into utf8 just because they participate
10957              in eq or cmp.  Reported and fix suggested in
10958              Subject: [ID 20000720.009] sv_eq UTF8 bug
10959              
10960              Fix the HALF_UPGRADE() macro introduced in #6263.
10961              
10962              Find green threads before native threads.
10963              Subject: Re: Patch to jpl/JNI/Makefile.PL
10964      Branch: maint-5.6/perl
10965           !> (integrate 30 files)
10966 ____________________________________________________________________________
10967 [  7881] By: jhi                                   on 2000/11/27  05:48:41
10968         Log: It seems that *both* the unused submatch loop cleanup
10969              codes are needed.
10970      Branch: perl
10971            ! regexec.c
10972 ____________________________________________________________________________
10973 [  7880] By: jhi                                   on 2000/11/27  04:50:07
10974         Log: Clean .exists deeper.
10975      Branch: perl
10976            ! Makefile.SH
10977 ____________________________________________________________________________
10978 [  7879] By: jhi                                   on 2000/11/27  02:31:35
10979         Log: The code in regcppop() (see #7878) contains the correct lower
10980              limit for the unused submatch 'cleanup' loop so that under
10981              "use utf8" the following code wouldn't dump core:
10982              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
10983              the cleanup loop in regtry() stomped beyond allocated area
10984              in the startp[] array.  Therefore, copied the correct lower
10985              loop limit (*PL_reglastparen) to regtry().  Note: something
10986              may still not be quite right: why was the _higher_ loop limit
10987              (prog->nparens) different in the utf8 case?
10988              
10989              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
10990              without core dumps, there were about 17 of them before
10991              the patch (with us since Perl 5.7.0).  Two failures, still:
10992              496 and 505 (though these may not be severe).
10993              
10994              Patch #7881 is also needed since both the cleanup loops
10995              seem to be needed.
10996              
10997              Also, the t/op/pat#44 seems to core dump under utf8.
10998              Plus a couple of failures.  UGH-8.
10999      Branch: perl
11000            ! regexec.c
11001 ____________________________________________________________________________
11002 [  7878] By: jhi                                   on 2000/11/27  02:21:17
11003         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
11004              the code in regcppop() seems to be redundant for the test suite --
11005              but it contains a germ of truth, and it needed for the build
11006              process itself: see #7879 and #7881.
11007      Branch: perl
11008            ! regexec.c
11009 ____________________________________________________________________________
11010 [  7877] By: jhi                                   on 2000/11/27  01:53:09
11011         Log: Comment on comment.
11012      Branch: perl
11013            ! regexec.c
11014 ____________________________________________________________________________
11015 [  7876] By: jhi                                   on 2000/11/27  00:49:59
11016         Log: Adjust the docs to agree with #7875.
11017      Branch: perl
11018            ! pod/perllocale.pod
11019 ____________________________________________________________________________
11020 [  7875] By: jhi                                   on 2000/11/27  00:49:27
11021         Log: Retract #7863.  It makes more sense not to taint formatted output,
11022              not even by sprintf().
11023      Branch: perl
11024            ! sv.c
11025 ____________________________________________________________________________
11026 [  7874] By: jhi                                   on 2000/11/26  23:36:02
11027         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
11028              Not really fixed (should really dump the UTF-8 charclass),
11029              but stopped displaying the garbage.
11030              
11031              Also add a note on the (missing) Unicode PSXSPC and BLANK.
11032      Branch: perl
11033            ! regcomp.c
11034 ____________________________________________________________________________
11035 [  7873] By: jhi                                   on 2000/11/26  21:31:13
11036         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
11037      Branch: perl
11038            ! regexec.c
11039 ____________________________________________________________________________
11040 [  7872] By: jhi                                   on 2000/11/26  21:06:04
11041         Log: No need to scan till infinity, 13 is enough.
11042      Branch: perl
11043            ! handy.h utf8.c
11044 ____________________________________________________________________________
11045 [  7871] By: jhi                                   on 2000/11/26  20:20:32
11046         Log: Test line numbers are different with utf8.
11047      Branch: perl
11048            ! t/op/re_tests
11049 ____________________________________________________________________________
11050 [  7870] By: jhi                                   on 2000/11/26  20:10:12
11051         Log: Message nit.
11052      Branch: perl
11053            ! regcomp.c
11054 ____________________________________________________________________________
11055 [  7869] By: jhi                                   on 2000/11/26  19:01:05
11056         Log: Make utf8_length() and utf8_distance() (the latter of which
11057              is unused at the moment) to be less forgiving about bad UTF-8.
11058      Branch: perl
11059            ! embed.h embed.pl objXSUB.h proto.h utf8.c
11060 ____________________________________________________________________________
11061 [  7868] By: jhi                                   on 2000/11/26  18:45:56
11062         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
11063              From: Benjamin Holzman <bah@ecnvantage.com>
11064              Date: Sat, 25 Nov 2000 20:40:20 -0500       
11065              Message-ID: <20001125204020.A25040@ecnvantage.com>              
11066              
11067              Debian allows installing /usr/bin/locale without installing
11068              any locales, an error message will ensue.
11069      Branch: perl
11070            ! t/pragma/locale.t
11071 ____________________________________________________________________________
11072 [  7867] By: jhi                                   on 2000/11/26  18:31:12
11073         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
11074              From: Benjamin Holzman <bah@ecnvantage.com>
11075              Date: Sun, 26 Nov 2000 02:42:34 -0500
11076              Message-ID: <20001126024234.G25040@ecnvantage.com>
11077              
11078              Patch for the bug 20000212.002.
11079      Branch: perl
11080            ! sv.c t/op/array.t
11081 ____________________________________________________________________________
11082 [  7866] By: jhi                                   on 2000/11/26  18:28:09
11083         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
11084              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11085              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
11086              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
11087              
11088              File::Temp 0.11.
11089      Branch: perl
11090            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
11091 ____________________________________________________________________________
11092 [  7865] By: jhi                                   on 2000/11/26  18:24:22
11093         Log: The metaconfig unit change for #7864.
11094      Branch: metaconfig/U/perl
11095            ! need_va_copy.U
11096 ____________________________________________________________________________
11097 [  7864] By: jhi                                   on 2000/11/26  18:23:41
11098         Log: Make the va_copy() test not to be so talkative.
11099      Branch: perl
11100            ! Configure config_h.SH
11101 ____________________________________________________________________________
11102 [  7863] By: jhi                                   on 2000/11/26  18:11:02
11103         Log: Fix locale inconsistencies unearthed by Hugo's work.
11104              Now the floating point sprintf really does taint the result
11105              string as perllocale promises (has promised for a long time)
11106              if "use locale" is in the lexical scope.
11107      Branch: perl
11108            ! sv.c t/pragma/locale.t
11109 ____________________________________________________________________________
11110 [  7862] By: jhi                                   on 2000/11/26  00:35:15
11111         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
11112              From: Nicholas Clark <nick@ccl4.org>
11113              Date: Sun, 26 Nov 2000 00:07:50 +0000
11114              Message-ID: <20001126000750.A22446@plum.flirble.org>
11115              
11116              Infinit.
11117      Branch: perl
11118            ! sv.c
11119 ____________________________________________________________________________
11120 [  7861] By: jhi                                   on 2000/11/26  00:01:26
11121         Log: Integrate perlio.
11122      Branch: perl
11123           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
11124 ____________________________________________________________________________
11125 [  7860] By: nick                                  on 2000/11/25  22:04:17
11126         Log: Correct relative path from new ext\Filter\Util\Call location
11127              back to miniperl.
11128      Branch: perlio
11129            ! win32/makefile.mk
11130 ____________________________________________________________________________
11131 [  7859] By: nick                                  on 2000/11/25  21:26:54
11132         Log: Integrate mainline.
11133      Branch: perlio
11134           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
11135           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
11136           +> t/lib/filter-util.t
11137            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
11138            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
11139            - t/lib/filt-util.t
11140           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
11141           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
11142           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
11143           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
11144           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
11145           !> win32/makefile.mk
11146 ____________________________________________________________________________
11147 [  7858] By: gsar                                  on 2000/11/25  20:52:17
11148         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
11149              parent's memory; fix it by keeping track of the actual pad
11150              offset rather than a raw pointer (this change is probably also
11151              relevant to non-ithreads case to avoid fallout from reallocs of
11152              the pad array, but is currently only enabled for the ithreads
11153              case in the interests of minimal disruption to existing "well
11154              tested" code)
11155      Branch: perl
11156            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
11157            ! proto.h scope.c scope.h sv.c t/op/fork.t
11158 ____________________________________________________________________________
11159 [  7857] By: nick                                  on 2000/11/25  20:01:28
11160         Log: All tests pass on Win32/gcc/USE_PERLIO.
11161              - when crlf layer is pushed make unix-level binary.
11162              - remove :crlf injection in pp_backtick in pp_sys.c
11163              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
11164      Branch: perlio
11165            ! doio.c perlio.c pp_sys.c win32/makefile.mk
11166 ____________________________________________________________________________
11167 [  7856] By: jhi                                   on 2000/11/25  18:38:30
11168         Log: Update the metaconfig units for #7855.
11169      Branch: metaconfig/U/perl
11170            ! useperlio.U usesocks.U
11171 ____________________________________________________________________________
11172 [  7855] By: jhi                                   on 2000/11/25  18:37:54
11173         Log: Undo the SOCKS workarounds, instead start using PerlIO
11174              if SOCKS is selected.
11175              
11176              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
11177              From: Jens Hamisch <jens@Strawberry.COM>
11178              Date: Fri, 24 Nov 2000 18:31:30 +0100
11179              Message-ID: <20001124183130.E28337@Strawberry.COM>
11180              
11181              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
11182              From: Jens Hamisch <jens@Strawberry.COM>
11183              Date: Fri, 24 Nov 2000 19:11:51 +0100
11184              Message-ID: <20001124191151.A28753@Strawberry.COM>
11185      Branch: perl
11186            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
11187            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
11188 ____________________________________________________________________________
11189 [  7854] By: jhi                                   on 2000/11/25  17:39:08
11190         Log: Undo #7848.  Some of the code seems to use walkoptree(),
11191              some walkoptree_slow().  An unfinished renaming?
11192              Now the sub is walkoptree() (which is @EXPORT_OK),
11193              the walkoptree_slow() is a typeglob alias to walkoptree.
11194              This makes the tests to pass, at least.
11195      Branch: perl
11196            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
11197 ____________________________________________________________________________
11198 [  7853] By: nick                                  on 2000/11/24  22:24:33
11199         Log: Re-arrange crlf vs binary for platforms that care.
11200              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
11201              Lip-service to making stdio layer work on such platfroms (untested).
11202              Now fails 3 tests rather than one, checkin to see if I can debug 
11203              the issue under linux. (Do not merge.)
11204      Branch: perlio
11205            ! doio.c perlio.c perliol.h
11206 ____________________________________________________________________________
11207 [  7852] By: jhi                                   on 2000/11/24  18:57:39
11208         Log: AUTHORS edits.
11209      Branch: perl
11210            ! AUTHORS
11211 ____________________________________________________________________________
11212 [  7851] By: jhi                                   on 2000/11/24  17:34:56
11213         Log: Add Jan-Erik Karlsson.
11214      Branch: perl
11215            ! AUTHORS
11216 ____________________________________________________________________________
11217 [  7850] By: jhi                                   on 2000/11/24  17:27:56
11218         Log: Configure should find stdchar on its own.
11219      Branch: perl
11220            ! hints/solaris_2.sh
11221 ____________________________________________________________________________
11222 [  7849] By: jhi                                   on 2000/11/24  17:24:55
11223         Log: Subject: PATCH over 7848: Filter test flawed
11224              From: andreas.koenig@anima.de (Andreas J. Koenig)
11225              Date: 24 Nov 2000 10:28:29 +0100
11226              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
11227      Branch: perl
11228            ! t/lib/filter-util.t
11229 ____________________________________________________________________________
11230 [  7848] By: jhi                                   on 2000/11/24  17:22:15
11231         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
11232              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
11233              Date: Fri, 24 Nov 2000 16:12:58 +0000
11234              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
11235      Branch: perl
11236            ! ext/B/B.pm
11237 ____________________________________________________________________________
11238 [  7847] By: jhi                                   on 2000/11/24  03:07:01
11239         Log: Integrate perlio.
11240      Branch: perl
11241           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
11242           !> win32/makefile.mk
11243 ____________________________________________________________________________
11244 [  7846] By: gsar                                  on 2000/11/24  00:55:57
11245         Log: integrate changes#6415..6418,6420..6438 from mainline
11246              
11247              Fix the bitvector ops for utf8 (tricky since past 7 bits
11248              the utf8 'characters' can be more than one octet).
11249              
11250              MPE/ix updates for perl 5.6.0 from Mark Bixby.
11251              
11252              Subject: SDBM_File documentation
11253              
11254              Detypo.
11255              
11256              Decutandpasto.
11257              
11258              Send all installperl messages to STDERR and be -w clean.
11259              
11260              Out-of-date note removed.
11261              
11262              Protect against "wild next"s, that is, callbacks doing "next"
11263              instead of "return".
11264              
11265              Use STDOUT consistently.
11266              
11267              The output might have been produced in the wrong order.
11268              
11269              A missing 'break' after the [[:space:]] switch case.
11270              
11271              Add tests for
11272              [ID 19991110.003] another matching finding by pcre author
11273              which has already been fixed by some patch, as verified in
11274              
11275              Documentation to explain the behaviour of map().
11276              
11277              Add an optimization for map-maps-a-list-element-to-more-list-elements
11278              case, but add also notes explaining the relationship of this
11279              patch and the earlier notes by Sarathy.
11280              
11281              Subject: [ID 20000716.023] syslog test fails without sockets
11282              
11283              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
11284              Test cases for #6431.
11285              
11286              File::Spec::VMS fixup for tmpdir from Craig Berry.
11287              
11288              Make the "uninit variable" warning to say "concat or string"
11289              or "join or string" when in concat or join .
11290              
11291              Get UTF16 BOMs working.  Patch from
11292              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
11293              
11294              Subject: [PATCH] Make large file tests deal with SIGXFSZ
11295              
11296              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
11297              
11298              Subject: [PATCH] av.c apidoc
11299      Branch: maint-5.6/perl
11300           !> (integrate 43 files)
11301 ____________________________________________________________________________
11302 [  7845] By: gsar                                  on 2000/11/24  00:20:45
11303         Log: integrate changes#6406..6414 from mainline
11304              
11305              Merge perlhacktut into perlhack, update perlguts.
11306              
11307              Fix AutoSplit to use File::Spec the right way in VMS,
11308              from Peter Prymmer.
11309              
11310              The bug report
11311              [ID 19991110.002] minimal matching discrepancy found by pcre author
11312              seems to have been fixed (though differently from what was suggested
11313              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
11314              
11315              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
11316              not in pod, from Peter Prymmer
11317              
11318              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
11319              From: Hugo <hv@crypt.compulink.co.uk>
11320              Date: Fri, 14 Jul 2000 23:05:20 +0100
11321              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
11322              
11323              Didn't anymore apply, but that point still could use another fix.
11324              
11325              lib/b test fixes from Peter Prymmer.
11326              
11327              More docs for sv functions.
11328              
11329              perlvms.pod whitespace cleanup to keep pod utils happy.
11330              
11331              another VMS build tweak from Peter Prymmer
11332      Branch: maint-5.6/perl
11333           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
11334           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
11335           !> vms/descrip_mms.template vms/perlvms.pod
11336 ____________________________________________________________________________
11337 [  7844] By: nick                                  on 2000/11/23  23:42:45
11338         Log: Win32/perlio Now just fails one io/argv.t test - lack 
11339              of default :crlf on standard streams.
11340      Branch: perlio
11341            ! doio.c perlio.c
11342 ____________________________________________________________________________
11343 [  7843] By: nick                                  on 2000/11/23  23:04:05
11344         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
11345              peek fail is showing a real problem (multiple crlf layers
11346              are getting pushed.)
11347      Branch: perlio
11348            ! doio.c perlio.c win32/makefile.mk
11349 ____________________________________________________________________________
11350 [  7842] By: nick                                  on 2000/11/23  19:46:23
11351         Log: Implement PerlIO_binmode()
11352              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
11353              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
11354              make binmode in t/lib/io_tell.t unconditional so that works.
11355              Checkin just so Win32 machine can see these changes.
11356      Branch: perlio
11357            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
11358 ____________________________________________________________________________
11359 [  7841] By: jhi                                   on 2000/11/23  19:30:00
11360         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
11361      Branch: perl
11362            ! README.amiga
11363 ____________________________________________________________________________
11364 [  7840] By: jhi                                   on 2000/11/23  17:18:02
11365         Log: SOCKS wrestling continues, patches from Jens Hamisch.
11366      Branch: perl
11367            ! doio.c embed.h embed.pl perlsdio.h proto.h
11368 ____________________________________________________________________________
11369 [  7839] By: jhi                                   on 2000/11/23  16:54:14
11370         Log: Push Filter::Util::Call one level deeper.
11371      Branch: perl
11372            + t/lib/filter-util.t
11373           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
11374           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
11375            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
11376            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
11377            - t/lib/filt-util.t
11378            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
11379            ! win32/Makefile win32/makefile.mk
11380 ____________________________________________________________________________
11381 [  7838] By: jhi                                   on 2000/11/23  16:52:40
11382         Log: Reach back one higher up when searching for PERL_SRC.
11383      Branch: perl
11384            ! lib/ExtUtils/MM_Unix.pm
11385 ____________________________________________________________________________
11386 [  7837] By: jhi                                   on 2000/11/23  16:05:41
11387         Log: Subject: Re: perl@7826
11388              Date: Thu, 23 Nov 2000 02:20:25 -0600
11389              From: "Craig A. Berry" <craigberry@mac.com>
11390              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
11391              
11392              Make VMS to like Filter::Util::Call. 
11393      Branch: perl
11394            ! configure.com ext/Filter/Util/Makefile.PL
11395 ____________________________________________________________________________
11396 [  7836] By: nick                                  on 2000/11/23  16:04:08
11397         Log: Implement crlf layer - not ready for merge.
11398      Branch: perlio
11399            ! perlio.c win32/makefile.mk
11400 ____________________________________________________________________________
11401 [  7835] By: jhi                                   on 2000/11/23  15:56:52
11402         Log: STDCHAR is different in Sparc v9 vs x86.
11403      Branch: perl
11404            ! hints/solaris_2.sh
11405 ____________________________________________________________________________
11406 [  7834] By: jhi                                   on 2000/11/23  15:50:47
11407         Log: The type needs to be visible to protos.
11408      Branch: perl
11409            ! perl.h
11410 ____________________________________________________________________________
11411 [  7833] By: jhi                                   on 2000/11/23  15:40:46
11412         Log: Finish unfinished SOCKS workaround changes.
11413      Branch: perl
11414            ! doio.c
11415 ____________________________________________________________________________
11416 [  7832] By: jhi                                   on 2000/11/23  15:33:30
11417         Log: Integrate perlio.
11418      Branch: perl
11419           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11420           !> win32/makefile.mk
11421 ____________________________________________________________________________
11422 [  7831] By: nick                                  on 2000/11/23  10:31:07
11423         Log: Correct makefile.mk dependancies for ext/Filter/Util
11424              Build ext/Encode
11425              Run dmake regen_config_h
11426      Branch: perlio
11427            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11428            ! win32/makefile.mk
11429 ____________________________________________________________________________
11430 [  7830] By: nick                                  on 2000/11/23  08:05:07
11431         Log: Integrate mainline
11432      Branch: perlio
11433           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
11434           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
11435           +> t/lib/filt-util.pl t/lib/filt-util.t
11436           !> (integrate 41 files)
11437 ____________________________________________________________________________
11438 [  7829] By: gsar                                  on 2000/11/23  03:07:11
11439         Log: build the Filter extension on windows
11440      Branch: perl
11441            ! win32/Makefile win32/makefile.mk
11442 ____________________________________________________________________________
11443 [  7828] By: gsar                                  on 2000/11/23  02:46:35
11444         Log: regenerate win32/config* and fix some inconsistencies in the
11445              makefiles; always export Perl_deb() because it is needed
11446              by ext/re/* (whether perl itself is built with -DDEBUGGING
11447              or not)
11448      Branch: perl
11449            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
11450            ! win32/config_H.vc win32/makefile.mk
11451 ____________________________________________________________________________
11452 [  7827] By: gsar                                  on 2000/11/23  02:18:38
11453         Log: get sources building on windows+MSVC again (untested with other
11454              compilers)
11455      Branch: perl
11456            ! win32/include/sys/socket.h win32/perllib.c
11457 ____________________________________________________________________________
11458 [  7826] By: jhi                                   on 2000/11/23  01:18:26
11459         Log: Update Changes.
11460      Branch: perl
11461            ! Changes patchlevel.h
11462 ____________________________________________________________________________
11463 [  7825] By: jhi                                   on 2000/11/23  00:20:41
11464         Log: Subject: Re: av.c patch (having slight problems)
11465              From: "Ben Tilly" <ben_tilly@hotmail.com>
11466              Date: Tue, 21 Nov 2000 23:29:31 -0500
11467              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
11468              
11469              unshift() speedup.
11470      Branch: perl
11471            ! av.c
11472 ____________________________________________________________________________
11473 [  7824] By: jhi                                   on 2000/11/22  23:59:15
11474         Log: Fixes for signedness warnings noticed by VMSperlers.
11475      Branch: perl
11476            ! ext/Storable/Storable.xs regcomp.c sv.c
11477 ____________________________________________________________________________
11478 [  7823] By: jhi                                   on 2000/11/22  23:19:31
11479         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
11480              From: Peter Prymmer <pvhp@forte.com>
11481              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
11482              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
11483      Branch: perl
11484            ! t/pragma/warn/pp_hot
11485 ____________________________________________________________________________
11486 [  7822] By: jhi                                   on 2000/11/22  22:52:20
11487         Log: Be clean.
11488      Branch: perl
11489            ! Makefile.SH
11490 ____________________________________________________________________________
11491 [  7821] By: jhi                                   on 2000/11/22  22:46:39
11492         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
11493              by Damian Conway, as suggested by Paul Marquess.
11494      Branch: perl
11495            + lib/Filter/Simple.pm
11496 ____________________________________________________________________________
11497 [  7820] By: jhi                                   on 2000/11/22  22:45:51
11498         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
11499      Branch: perl
11500            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
11501            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
11502            + t/lib/filt-util.t
11503            ! MANIFEST
11504 ____________________________________________________________________________
11505 [  7819] By: jhi                                   on 2000/11/22  22:03:27
11506         Log: Integrate perlio.
11507      Branch: perl
11508           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
11509           !> win32/makefile.mk
11510 ____________________________________________________________________________
11511 [  7818] By: jhi                                   on 2000/11/22  21:56:02
11512         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
11513      Branch: perl
11514            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
11515            ! t/lib/io_sock.t
11516 ____________________________________________________________________________
11517 [  7817] By: jhi                                   on 2000/11/22  21:39:49
11518         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
11519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11520              Date: Wed, 22 Nov 2000 16:08:12 -0500
11521              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
11522      Branch: perl
11523            ! lib/ExtUtils/Liblist.pm
11524 ____________________________________________________________________________
11525 [  7816] By: jhi                                   on 2000/11/22  21:38:25
11526         Log: Go ahead and #include <unistd.h> in perl.h.
11527      Branch: perl
11528            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
11529            ! util.c
11530 ____________________________________________________________________________
11531 [  7815] By: jhi                                   on 2000/11/22  21:22:52
11532         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
11533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11534              Date: Mon, 20 Nov 2000 18:30:52 -0500
11535              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
11536      Branch: perl
11537            ! pod/perlre.pod regcomp.c t/op/re_tests
11538 ____________________________________________________________________________
11539 [  7814] By: jhi                                   on 2000/11/22  21:21:46
11540         Log: Subject: [PATCH 5.7.0] Liblist finally works
11541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11542              Date: Tue, 21 Nov 2000 22:02:17 -0500
11543              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
11544      Branch: perl
11545            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
11546            ! lib/ExtUtils/MakeMaker.pm
11547 ____________________________________________________________________________
11548 [  7813] By: jhi                                   on 2000/11/22  21:20:23
11549         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
11550              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11551              Date: Wed, 22 Nov 2000 17:53:15 +0100
11552              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
11553              
11554              AIX dynaloader and perlio patch.
11555      Branch: perl
11556            ! ext/DynaLoader/dl_aix.xs
11557 ____________________________________________________________________________
11558 [  7812] By: jhi                                   on 2000/11/22  21:17:52
11559         Log: (Accidentally empty patch.)
11560      Branch: perl
11561            ! av.c
11562 ____________________________________________________________________________
11563 [  7811] By: jhi                                   on 2000/11/22  21:16:31
11564         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
11565              From: Peter Prymmer <pvhp@forte.com>
11566              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
11567              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
11568      Branch: perl
11569            ! vms/test.com
11570 ____________________________________________________________________________
11571 [  7810] By: jhi                                   on 2000/11/22  21:15:36
11572         Log: Subject: Re: perl@7777 
11573              From: "John P. Linderman" <jpl@research.att.com>
11574              Date: Wed, 22 Nov 2000 13:11:11 -0500
11575              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
11576              
11577              Detypoing.
11578      Branch: perl
11579            ! lib/CPAN.pm
11580 ____________________________________________________________________________
11581 [  7809] By: jhi                                   on 2000/11/22  21:14:19
11582         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
11583              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11584              Date:     Wed, 22 Nov 2000 13:51:37 EST
11585              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
11586      Branch: perl
11587            ! perlsdio.h
11588 ____________________________________________________________________________
11589 [  7808] By: jhi                                   on 2000/11/22  21:13:27
11590         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
11591              From: Casey Tweten <crt@kiski.net>
11592              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
11593              Message-Id: <200011201653.LAA10194@home.kiski.net>
11594      Branch: perl
11595            ! t/lib/io_udp.t
11596 ____________________________________________________________________________
11597 [  7807] By: jhi                                   on 2000/11/22  21:12:35
11598         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
11599              From: Casey Tweten <crt@kiski.net>
11600              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
11601              Message-Id: <200011201636.LAA07227@home.kiski.net>
11602      Branch: perl
11603            ! t/lib/io_sock.t
11604 ____________________________________________________________________________
11605 [  7806] By: jhi                                   on 2000/11/22  21:10:59
11606         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
11607              From: "Casey R. Tweten" <crt@kiski.net>
11608              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
11609              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
11610      Branch: perl
11611            ! utils/h2xs.PL
11612 ____________________________________________________________________________
11613 [  7805] By: nick                                  on 2000/11/22  21:05:06
11614         Log: Integrate mainline
11615      Branch: perlio
11616           !> Changes Porting/genlog ext/DB_File/DB_File.xs
11617           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
11618           !> utils/perlbug.PL
11619 ____________________________________________________________________________
11620 [  7804] By: jhi                                   on 2000/11/22  21:01:12
11621         Log: Subject: [PATCH] Test.pm POD peculiarity
11622              From: "Casey R. Tweten" <crt@kiski.net>
11623              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
11624              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
11625      Branch: perl
11626            ! lib/Test.pm
11627 ____________________________________________________________________________
11628 [  7803] By: jhi                                   on 2000/11/22  20:59:59
11629         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
11630              From: "Philip Newton" <pnewton@gmx.de>
11631              Date: Wed, 22 Nov 2000 14:25:53 +0100
11632              Message-Id: <3A1BD771.25462.1939FAD@localhost>
11633              
11634              Be case-understanding also on 's', and use the -oi of sendmail
11635              not to terminate the transmission on a lone '.'.
11636      Branch: perl
11637            ! utils/perlbug.PL
11638 ____________________________________________________________________________
11639 [  7802] By: nick                                  on 2000/11/22  20:51:42
11640         Log: Win32 PerlIO intermediate state now working as expected.
11641              - In current state we are still using C runtime in text/binary
11642              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
11643              - PERLIO=stdio and PERLIO=unix pass all expected tests.
11644              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
11645              and PerlIO_seek() and the dummy crlf layer is not making adjustments
11646              for CRLF translation happening in C runtime. All other tests pass.
11647              
11648              Added note to README.win32 to point out the snags of doing a perl build
11649              with Norton AntiVirus turned on.
11650              
11651              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
11652              which file a fail comes from.
11653              
11654              Updated "canned" config.h to match the one generated.
11655      Branch: perlio
11656            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
11657            ! win32/makefile.mk
11658 ____________________________________________________________________________
11659 [  7801] By: jhi                                   on 2000/11/22  06:50:20
11660         Log: Nickety nits.
11661      Branch: perl
11662            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
11663 ____________________________________________________________________________
11664 [  7800] By: jhi                                   on 2000/11/22  01:29:55
11665         Log: Changes had accidentally gone too silent on non-main branches.
11666      Branch: perl
11667            ! Changes Porting/genlog patchlevel.h
11668 ____________________________________________________________________________
11669 [  7799] By: gsar                                  on 2000/11/22  01:02:56
11670         Log: some lib_pm.PL changes snuck in via change#7772
11671      Branch: maint-5.6/perl
11672            ! Makefile.SH
11673 ____________________________________________________________________________
11674 [  7798] By: nick                                  on 2000/11/21  21:59:40
11675         Log: Integrate mainline
11676      Branch: perlio
11677           !> (integrate 28 files)
11678 ____________________________________________________________________________
11679 [  7797] By: jhi                                   on 2000/11/21  21:01:45
11680         Log: Integrate perlio.
11681      Branch: perl
11682           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
11683 ____________________________________________________________________________
11684 [  7796] By: nick                                  on 2000/11/21  20:36:22
11685         Log: Win32 builds and runs (mostly) with USE_PERLIO.
11686              PERLIO=perlio passes all tests. 
11687              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
11688      Branch: perlio
11689            ! perlio.c win32/perllib.c win32/win32.c
11690 ____________________________________________________________________________
11691 [  7795] By: jhi                                   on 2000/11/21  19:03:44
11692         Log: Update Changes.
11693      Branch: perl
11694            ! Changes patchlevel.h
11695 ____________________________________________________________________________
11696 [  7794] By: jhi                                   on 2000/11/21  18:56:34
11697         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
11698              From: "Craig A. Berry" <craigberry@mac.com>
11699              Date: Mon, 20 Nov 2000 20:27:06 -0600
11700              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
11701              
11702              A cut-and-pasto.
11703      Branch: perl
11704            ! perlio.h
11705 ____________________________________________________________________________
11706 [  7793] By: jhi                                   on 2000/11/21  18:54:41
11707         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
11708              From: Dominic Dunlop <domo@computer.org> 
11709              Date: Mon, 20 Nov 2000 18:55:29 +0100
11710              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
11711              
11712              va_copy() and the need of it.
11713              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
11714      Branch: metaconfig/U/perl
11715            + need_va_copy.U
11716      Branch: perl
11717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11718            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
11719            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
11720            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11721            ! win32/config.bc win32/config.gc win32/config.vc
11722 ____________________________________________________________________________
11723 [  7792] By: jhi                                   on 2000/11/21  17:04:10
11724         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
11725      Branch: perl
11726           !> scope.h
11727 ____________________________________________________________________________
11728 [  7791] By: jhi                                   on 2000/11/21  17:01:16
11729         Log: Export the SOCKS workaround symbols only if necessary.
11730      Branch: perl
11731            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
11732 ____________________________________________________________________________
11733 [  7790] By: nick                                  on 2000/11/20  23:57:11
11734         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
11735      Branch: perlio
11736            ! scope.h
11737 ____________________________________________________________________________
11738 [  7789] By: nick                                  on 2000/11/20  23:38:33
11739         Log: Integrate mainline
11740      Branch: perlio
11741           +> lib/File/Spec/Epoc.pm
11742           !> (integrate 34 files)
11743 ____________________________________________________________________________
11744 [  7788] By: nick                                  on 2000/11/20  23:20:18
11745         Log: Make extra buffer layer work (dummy crlf layer)
11746      Branch: perlio
11747            ! doio.c perlio.c perlio.h
11748 ____________________________________________________________________________
11749 [  7787] By: jhi                                   on 2000/11/20  22:44:04
11750         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
11751              From: Peter Prymmer <pvhp@forte.com>
11752              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
11753              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
11754      Branch: perl
11755            ! t/pragma/locale.t
11756 ____________________________________________________________________________
11757 [  7786] By: jhi                                   on 2000/11/20  22:29:10
11758         Log: Subject: DOC PATCH 5.6.0 perlreftut
11759              From: mjd@plover.com
11760              Date: 20 Nov 2000 19:45:06 -0000
11761              Message-ID: <20001120194506.9505.qmail@plover.com>
11762      Branch: perl
11763            ! pod/perlreftut.pod
11764 ____________________________________________________________________________
11765 [  7785] By: jhi                                   on 2000/11/20  22:27:44
11766         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
11767              From: David Dyck <dcd@tc.fluke.com>
11768              Date: Mon, 20 Nov 2000 11:43:40 -0800
11769              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
11770      Branch: perl
11771            ! lib/Cwd.pm
11772 ____________________________________________________________________________
11773 [  7784] By: jhi                                   on 2000/11/20  22:23:21
11774         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
11775              Date: Mon, 20 Nov 2000 17:06:10 -0500
11776              To: Mailing list Perl5 <perl5-porters@perl.org>
11777              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
11778      Branch: perl
11779            ! pp_ctl.c t/op/pat.t
11780 ____________________________________________________________________________
11781 [  7783] By: jhi                                   on 2000/11/20  22:11:18
11782         Log: Subject: [PATCH] doop.c - UTF8 tr///               
11783              From: Simon Cozens <simon@cozens.net>
11784              Date: Sat, 18 Nov 2000 18:49:30 +0000
11785              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
11786              
11787              Subject: Re: [PATCH] doop.c - UTF8 tr///           
11788              From: Simon Cozens <simon@cozens.net>
11789              Date: Mon, 20 Nov 2000 20:45:22 +0000
11790              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
11791              
11792              Make tr on UTF-8 better but still not correct.
11793      Branch: perl
11794            ! doop.c
11795 ____________________________________________________________________________
11796 [  7782] By: jhi                                   on 2000/11/20  22:02:16
11797         Log: Remove the shared object before attempting to create
11798              (by linking) a new one.  E.g. in AIX not removing
11799              becomes quite painful if one tries to do more than one
11800              build in the same tree (an interrupted build, for example),
11801              since the AIX' shared dynaloader seemingly keeps the shared
11802              objects open and therefore 'busy' for quite a while, even when
11803              nobody is using the objects, leading into link failures.
11804      Branch: perl
11805            ! lib/ExtUtils/MM_Unix.pm
11806 ____________________________________________________________________________
11807 [  7781] By: gsar                                  on 2000/11/20  19:02:55
11808         Log: type mismatch due to faulty integration
11809      Branch: maint-5.6/perl
11810            ! toke.c win32/Makefile
11811 ____________________________________________________________________________
11812 [  7780] By: gsar                                  on 2000/11/20  17:31:55
11813         Log: integrate changes#6392,6394..6399,6401..6404
11814              
11815              The {multiplier} of a fixed substring was overlooked which
11816              caused a wrong initial search offset for that substring.
11817              
11818              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
11819              From: Hugo <hv@crypt.compulink.co.uk>
11820              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
11821              Date: Thu, 13 Jul 2000 19:27:13 +0100
11822              
11823              Fix the BOM bug: not a byteorder bug, a signedness bug.
11824              
11825              Replace change #6337 with a better one.
11826              
11827              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
11828              From: Hugo <hv@crypt.compulink.co.uk>
11829              Date: Fri, 14 Jul 2000 04:16:20 +0100
11830              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
11831              
11832              MakeMaker should not remove editor backups (*~) on `make clean`
11833              by default (completes change#6383)
11834              
11835              move new variables to the end of the interpreter structure (for
11836              bincompat in code that doesn't #include XSUB.h)
11837              
11838              rename totally bletcherous SvLOCK() thingy (doesn't do what the
11839              name suggests anyway)
11840              
11841              various cleanups (typos, misformatted code, and small bugs)
11842              
11843              typecasts needed for change#6394
11844              
11845              typos in change#6399, regen headers
11846              
11847              inconsistent types needs casts
11848              
11849              PERL_OBJECT build tweaks
11850      Branch: maint-5.6/perl
11851           !> MANIFEST doop.c embed.h embed.pl embedvar.h
11852           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
11853           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
11854           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
11855           !> toke.c util.c
11856 ____________________________________________________________________________
11857 [  7779] By: gsar                                  on 2000/11/20  17:06:29
11858         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
11859              
11860              Cosmetics and perldelta.
11861              
11862              Fix nits noticed by Boston.pm.
11863              
11864              Do the cc sanity check both before the hints and
11865              after the cc selction.
11866              
11867              get sprintf.t to adjust properly for 3-digit exponents
11868              
11869              don't clobber *.orig files on *clean targets
11870              
11871              fix bugs in processing %v-*d and similar format specs (from
11872              Avi Finkel <avi@finkel.org>)
11873              
11874              sprintf test tweaks (from Dominic Dunlop)
11875              
11876              new selfloader.t in change#6183 doesn't close DATA handles,
11877              and thus fails to clean up tmp files on dosish platforms
11878              
11879              typos (spotted by Peter Prymmer)
11880              
11881              typo fix from Craig Berry
11882      Branch: maint-5.6/perl
11883           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
11884           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
11885           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
11886           !> x2p/Makefile.SH
11887 ____________________________________________________________________________
11888 [  7778] By: gsar                                  on 2000/11/20  16:46:51
11889         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
11890              
11891              Subject: Re: format bug report  [Patch]
11892              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11893              Date: Wed, 05 Jul 2000 13:12:52 +0200
11894              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
11895              
11896              Subject: Re: format bug report  [Patch]
11897              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11898              Date: Wed, 05 Jul 2000 14:10:01 +0200
11899              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
11900              
11901              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
11902              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11903              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
11904              Date: Fri, 07 Jul 2000 17:57:16 +0100
11905              
11906              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
11907              To: perl5-porters@perl.org
11908              From: Karsten Sperling <spiff@phreax.net>
11909              Date: Mon, 10 Jul 2000 15:12:52 +0200
11910              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
11911              
11912              README.posix-bc podified from Thomas Dorner.
11913              
11914              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
11915              From: Dominic Dunlop <domo@computer.org>
11916              Date: Tue, 11 Jul 2000 12:27:33 +0200
11917              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
11918              
11919              Typo in #6341.
11920              
11921              Fix for
11922              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
11923              From: Roderick Schertler <roderick@argon.org>
11924              Date: Tue, 11 Jul 2000 13:55:05 -0400
11925              Message-Id: <200007111755.NAA05077@jones.argon.org>
11926              
11927              Minor cleanups on the booklist.
11928              
11929              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
11930              regen perltoc.
11931              
11932              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
11933      Branch: maint-5.6/perl
11934           +> pod/perlbook.pod
11935           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
11936           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
11937           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
11938 ____________________________________________________________________________
11939 [  7777] By: jhi                                   on 2000/11/20  16:08:49
11940         Log: Update Changes.
11941      Branch: perl
11942            ! Changes patchlevel.h
11943 ____________________________________________________________________________
11944 [  7776] By: jhi                                   on 2000/11/20  15:27:56
11945         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
11946              This may be overly harsh but until proven otherwise, we think this
11947              way, or until we have a simple test for Configure (having to start
11948              up servers is does not count as simple) to check for the problems.
11949      Branch: perl
11950            ! perl.h
11951 ____________________________________________________________________________
11952 [  7775] By: jhi                                   on 2000/11/20  15:22:17
11953         Log: Solaris hints tweaks.
11954      Branch: perl
11955            ! hints/solaris_2.sh
11956 ____________________________________________________________________________
11957 [  7774] By: jhi                                   on 2000/11/20  15:01:20
11958         Log: Add a workaround to SOCKS 64-bit problems.
11959      Branch: perl
11960            ! doio.c embed.h embed.pl perlsdio.h proto.h
11961 ____________________________________________________________________________
11962 [  7773] By: jhi                                   on 2000/11/20  14:51:47
11963         Log: sysseek() instead of seek().
11964      Branch: perl
11965            ! t/lib/syslfs.t
11966 ____________________________________________________________________________
11967 [  7772] By: gsar                                  on 2000/11/20  13:06:23
11968         Log: integrate changes#6315..6319,6321..6331,6333..6338
11969              
11970              Integrate with Sarathy, preliminary fix for unicos
11971              alignment problems in [ID 20000612.002] Perl problem on Cray system.
11972              
11973              some debugger output does not go to the socket when RemotePort is set
11974              
11975              winsock cleanup never done on Windows (leads to handle leaks)
11976              
11977              fix UNC path handling on Windows under ithreads, and chdir()
11978              return value when given a non-existent directory
11979              
11980              Autogenerate pod/Makefile and pod/buildtoc.
11981              buildtoc also checks whether the existin pods are
11982              mentioned in MANIFEST and perl.pod, and vice versa.
11983              (None of the thusly found discrepancies fixed yet.)
11984              roffitall also needs to be autogenerated similarly but it
11985              seems so badly out of date that I didn't touch it yet.
11986              
11987              Config is being used.
11988              
11989              Add =head1 NAMEs so that buildtoc is happy.
11990              (The CGI::Util nit reported to Lincoln.)
11991              
11992              Fix complaints of buildtoc.
11993              
11994              Fix the alignment problem in Crays ([ID 20000612.002]).
11995              
11996              Remove perlbook, update perlfaq book listing,
11997              rearrange perl.pod, regenerate perltoc.
11998              
11999              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
12000              was cast to an unsigned (32-bit) integer with wild abandon.
12001              
12002              winsock options weren't being set in all threads under ithreads
12003              (caused send()s from second and subsequent threads to fail)
12004              
12005              accept() leaks memory on windows due to incorrect ordering of
12006              closesocket() and fclose() calls
12007              
12008              Reorder perl.pod once more.
12009              
12010              More POSIX.pod tweaks.
12011              
12012              Sprinkle ldlibpath.
12013              
12014              Precedence goof, fix based on
12015              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
12016              From: Hugo <hv@crypt.compulink.co.uk>
12017              Date: Tue, 11 Jul 2000 12:52:38 +0100
12018              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
12019              
12020              Subject: PATCH perlguts.pod: Document D and d magic types
12021              From: mjd@plover.com
12022              Date: 5 Jul 2000 18:01:51 -0000
12023              Message-ID: <20000705180151.29413.qmail@plover.com>
12024              
12025              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
12026              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
12027              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
12028              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
12029              
12030              Subject: [PATCH cfgperl] $& segfaults if you trick it
12031              From: simon@brecon.co.uk (Simon Cozens)
12032              Date: 7 Jul 2000 11:26:09 GMT
12033              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
12034              
12035              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
12036              From: Hugo <hv@crypt.compulink.co.uk>
12037              Date: Tue, 11 Jul 2000 12:44:50 +0100
12038              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
12039              
12040              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
12041              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12042              Date: Tue, 11 Jul 2000 13:50:51 +0100
12043              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
12044      Branch: maint-5.6/perl
12045           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
12046           +> pod/buildtoc.PL
12047            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
12048           !> (integrate 26 files)
12049 ____________________________________________________________________________
12050 [  7771] By: gsar                                  on 2000/11/20  12:31:42
12051         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
12052              6310,6311,6314
12053              
12054              Subject: [PATCH bleedperl] File::Spec 0.82 beta
12055              From: Barrie Slaymaker <barries@jester.slaysys.com>
12056              Date: Wed, 28 Jun 2000 11:35:29 -0400
12057              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
12058              
12059              tweak perlembed for multiplicity/usethreads sanity; correct notes
12060              about Windows
12061              
12062              localize %INC in a Safe compartment so that use/require work
12063              (many other magic globals probably need similar treatment)
12064              
12065              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
12066              when @_ is modified, causing coredumps
12067              
12068              slurp mode fix in change#4736 still not quite right
12069              
12070              Point to perlipc for more SysV IPC examples.
12071              
12072              Elaborate POSIX.pod.  Still needs work.
12073              
12074              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
12075              
12076              fix large memory leak that has been around for ever, masked by
12077              -DPURIFY (most of the arenas were never freed!)
12078              
12079              fix memory leak on Windows (PL_sys_intern contents were never
12080              freed)
12081              
12082              PERL_OBJECT build tweak
12083              
12084              adjust change#6299
12085              
12086              remove rel2abs prototypes (from Barrie Slaymaker)
12087              
12088              missing perldiag entry for unpack("w",...) diagnostic (from
12089              Andreas Koenig)
12090              
12091              better diagnostic on Frob->stuff() when Frob:: doesn't exist
12092              (from Richard Soderberg <rs@oregonnet.com>)
12093              
12094              Win32 patches for cfgperl from Sarathy.
12095              
12096              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
12097              
12098              More POSIX.pod embellishment.
12099              
12100              tyop in change#6306
12101      Branch: maint-5.6/perl
12102           !> (integrate 44 files)
12103 ____________________________________________________________________________
12104 [  7770] By: gsar                                  on 2000/11/20  11:51:00
12105         Log: integrate changes#6268..6282 from cfgperl branch
12106              
12107              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
12108              From: Dominic Dunlop <domo@computer.org>
12109              Date: Thu, 29 Jun 2000 12:32:39 +0200
12110              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
12111              
12112              Regen headers for #6261 (and update embed.pl for this) and #6267,
12113              silence few compiler warnings.
12114              
12115              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
12116              From: Nicholas Clark <nick@talking.bollo.cx>
12117              Date: Fri, 23 Jun 2000 16:21:15 +0100
12118              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
12119              
12120              Subject: PATCH pod/perltie.pod
12121              From: Ian Phillipps <Ian.Phillipps@iname.com>
12122              Date: Fri, 16 Jun 2000 00:17:19 +0100
12123              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
12124              (only the first hunk, the second hunk had already been done
12125              by some other patch)
12126              
12127              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
12128              From: Tom Phoenix <rootbeer@redcat.com>
12129              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
12130              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
12131              
12132              Subject: [PATCH] xsub attributes
12133              From: Doug MacEachern <dougm@covalent.net>
12134              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
12135              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
12136              
12137              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
12138              From: Andy Dougherty <doughera@lafayette.edu>
12139              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
12140              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
12141              
12142              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
12143              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12144              Date: Tue, 13 Jun 2000 02:43:48 -0500
12145              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
12146              
12147              Subject: [PATCH] Re: eval documentation: context
12148              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12149              Date: Mon, 12 Jun 2000 15:07:29 +0100
12150              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
12151              
12152              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
12153              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12154              Date: Mon, 12 Jun 2000 14:55:59 +0100
12155              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
12156              
12157              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
12158              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
12159              Date: Fri, 09 Jun 2000 12:39:27 -0400
12160              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
12161              (plus update the version "number" of Text::Wrap)
12162              
12163              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
12164              From: Tim Ayers <tayers@bridge.com>
12165              Date: Thu, 08 Jun 2000 08:11:06 +0200
12166              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
12167              [resent by Richard Foley, Message-Id probably wrong]
12168              
12169              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
12170              From: rspier@pobox.com (Robert Spier)
12171              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
12172              Message-ID: <14654.31913.845602.610277@rls.cx>
12173              
12174              Subject: [PATCH 5.6.0] utils/h2xs.PL
12175              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12176              Date: Wed, 7 Jun 2000 04:02:04 -0500
12177              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
12178              
12179              Subject: [PATCH 5.6.0]ITHREADs for VMS
12180              From: Dan Sugalski <dan@sidhe.org>
12181              Date: Tue, 06 Jun 2000 11:59:50 -0400
12182              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
12183      Branch: maint-5.6/perl
12184           !> (integrate 31 files)
12185 ____________________________________________________________________________
12186 [  7769] By: gsar                                  on 2000/11/20  11:29:06
12187         Log: integrate changes#6261..6266 from cfgperl
12188              
12189              Subject: Re: [PATCH cfgperl] BOMs away!
12190              From: simon@brecon.co.uk (Simon Cozens)
12191              Date: 17 Jun 2000 11:49:57 GMT
12192              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
12193              
12194              Subject: 5.6.0 Patch for EPOC
12195              From: Olaf Flebbe <o.flebbe@gmx.de>
12196              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
12197              Message-ID: <23449.960929969@www11.gmx.net>
12198              
12199              tr fixes from Simon Cozens
12200              
12201              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
12202              From: Marty Lucich <marty@netcom.com>
12203              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
12204              Message-Id: <200006282116.OAA11148@netcom.com>
12205              ccdlflags update (the BSD/OS 4.1 part had already been taken
12206              care of by #6141).
12207              
12208              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
12209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12210              Date: Wed, 28 Jun 2000 17:50:12 -0700
12211              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
12212              
12213              Subject: [PATCH 5.6.0] cygwin port
12214              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
12215              From: "Fifer, Eric" <EFifer@sanwaint.com>
12216              Date: Thu, 29 Jun 2000 12:58:29 +0100
12217      Branch: maint-5.6/perl
12218           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
12219           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
12220           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12221           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
12222 ____________________________________________________________________________
12223 [  7768] By: gsar                                  on 2000/11/20  11:13:44
12224         Log: integrate changes#6252..6256,6259..6260
12225              
12226              Paranoia tweak on #6249.
12227              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
12228              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
12229              Date: Sun, 25 Jun 2000 23:43:12 -0400
12230              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
12231              
12232              Subject: tr///, help wanted.
12233              From: simon@brecon.co.uk (Simon Cozens)
12234              Date: 28 Jun 2000 11:29:04 GMT
12235              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
12236              
12237              small thinko tweaks
12238              
12239              tweaks from Simon Conzes to further fix tr/// under utf8
12240              
12241              perlnewmod was missing from MANIFEST.
12242              
12243              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
12244              From: simon@brecon.co.uk (Simon Cozens)
12245              Date: 17 Jun 2000 11:56:44 GMT
12246              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
12247              pack U0, pack C0
12248      Branch: maint-5.6/perl
12249           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
12250           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
12251           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
12252           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
12253 ____________________________________________________________________________
12254 [  7767] By: gsar                                  on 2000/11/20  10:51:38
12255         Log: integrate change#6250 from cfgperl
12256              
12257              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
12258              From: Doug MacEachern <dougm@covalent.net>
12259              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
12260              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
12261      Branch: maint-5.6/perl
12262           +> t/op/my_stash.t
12263           !> MANIFEST embed.pl global.sym proto.h toke.c
12264 ____________________________________________________________________________
12265 [  7766] By: gsar                                  on 2000/11/20  10:48:34
12266         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
12267              
12268              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
12269              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
12270              Date: Mon, 26 Jun 2000 18:40:14 +0100
12271              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
12272              
12273              Subject: [PATCH] bytes<->utf8 fixes
12274              From: simon@brecon.co.uk (Simon Cozens)
12275              Date: 26 Jun 2000 04:55:45 GMT
12276              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
12277              
12278              Subject: [PATCH] is_utf8_string
12279              From: simon@brecon.co.uk (Simon Cozens)
12280              Date: 26 Jun 2000 02:25:59 GMT
12281              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
12282              
12283              Subject: [PATCH] avoid mg_ptr in '*' magic
12284              From: Doug MacEachern <dougm@covalent.net>
12285              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
12286              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
12287              
12288              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
12289              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
12290              Date: Sat, 24 Jun 2000 13:06:20 +0100
12291              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
12292              
12293              Allow for standalone testing.
12294              
12295              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
12296              From: Mark-Jason Dominus <mjd@plover.com>
12297              Date: Tue, 27 Jun 2000 22:36:42 -0400
12298              Message-ID: <20000628023642.12166.qmail@plover.com>
12299              
12300              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
12301              From: Frank Tobin <ftobin@uiuc.edu>
12302              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
12303              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
12304      Branch: maint-5.6/perl
12305           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
12306           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
12307           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
12308           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
12309           !> utf8.c utils/h2xs.PL
12310 ____________________________________________________________________________
12311 [  7765] By: gsar                                  on 2000/11/20  10:29:13
12312         Log: integrate change#6239 from cfgperl
12313              
12314              Configure maintenance.  Sever some dependency cycles,
12315              separate gccversion from the cc unit,
12316              address [ID 20000623.006] Configure script patch for using gcc on AIX
12317              (but solve it a little bit differently),
12318              unduplex some accidentally duplicated units,
12319              suggest using gcc if no cc available
12320              (p5p thread: "Solaris configure: counterproposal", 1999-09)
12321      Branch: maint-5.6/perl
12322           !> Configure Todo-5.6 config_h.SH
12323 ____________________________________________________________________________
12324 [  7764] By: gsar                                  on 2000/11/20  10:25:55
12325         Log: integrate changes#6233..6238 from cfgperl
12326              
12327              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
12328              From: Mark-Jason Dominus <mjd@plover.com>
12329              Date: Fri, 16 Jun 2000 20:53:04 -0400
12330              Message-ID: <20000617005304.8008.qmail@plover.com>
12331              
12332              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
12333              because when run as services (Win32ese for daemons)
12334              no environment variables are set and tmpdir ends up as /tmp,
12335              which is ambiguous.
12336              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
12337              From: matt@sergeant.org
12338              Date: 16 Jun 2000 16:30:43 -0000
12339              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
12340              
12341              The thread begun by
12342              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
12343              From: Kevin.Ruscoe@ubsw.com
12344              Date: Fri, 16 Jun 2000 16:38:51 +0100
12345              Message-Id: <H000019b03c300d6@MHS>
12346              
12347              Tweak embed.pl, regen headers.
12348              
12349              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
12350              From: Dan Sugalski <dan@sidhe.org>
12351              Date: Fri, 23 Jun 2000 17:00:00 -0400
12352              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
12353      Branch: maint-5.6/perl
12354           !> (integrate 27 files)
12355 ____________________________________________________________________________
12356 [  7763] By: gsar                                  on 2000/11/20  10:08:08
12357         Log: s/perl56delta/perldelta/g
12358      Branch: maint-5.6/perl
12359            ! pod/Makefile
12360 ____________________________________________________________________________
12361 [  7762] By: gsar                                  on 2000/11/20  10:04:00
12362         Log: integrate changes#6225,6229,6231,6232 from cfgperl
12363              
12364              Add source code filenames to apidoc.
12365              From: simon@brecon.co.uk (Simon Cozens)
12366              Subject: [PATCH embed.pl] Source X-ref
12367              Date: 22 Jun 2000 02:18:49 GMT
12368              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
12369              
12370              Subject: README.hpux version 0.6.1
12371              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
12372              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12373              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
12374              
12375              Subject: [PATCH 5.6.0] cygwin port
12376              From: "Fifer, Eric" <EFifer@sanwaint.com>
12377              Date: Tue, 20 Jun 2000 14:30:58 +0100
12378              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
12379              
12380              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
12381              From: simon@brecon.co.uk (Simon Cozens)
12382              Date: 19 Jun 2000 15:18:27 GMT
12383              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
12384              
12385              plus update pod/Makefile and regenerate perltoc
12386      Branch: maint-5.6/perl
12387           +> pod/perlutil.pod
12388           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
12389           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
12390 ____________________________________________________________________________
12391 [  7761] By: jhi                                   on 2000/11/20  04:09:55
12392         Log: Miraculous typo.
12393      Branch: perl
12394            ! t/op/pat.t
12395 ____________________________________________________________________________
12396 [  7760] By: jhi                                   on 2000/11/20  04:06:08
12397         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
12398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12399              Date: Sun, 19 Nov 2000 22:30:26 -0500
12400              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
12401      Branch: perl
12402            ! regexec.c scope.h t/op/pat.t
12403 ____________________________________________________________________________
12404 [  7759] By: jhi                                   on 2000/11/20  02:05:22
12405         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
12406      Branch: perl
12407            ! perl.h
12408 ____________________________________________________________________________
12409 [  7758] By: jhi                                   on 2000/11/20  01:58:11
12410         Log: Subject: [perl 7711: EPOC] updates
12411              From: Olaf Flebbe <o.flebbe@gmx.de>
12412              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
12413              Message-ID: <25575.974658810@www23.gmx.net>               
12414      Branch: perl
12415            + lib/File/Spec/Epoc.pm
12416            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
12417            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
12418            ! lib/File/Spec.pm perl.c sv.c
12419 ____________________________________________________________________________
12420 [  7757] By: jhi                                   on 2000/11/20  01:53:11
12421         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
12422      Branch: perl
12423            ! MANIFEST
12424 ____________________________________________________________________________
12425 [  7756] By: jhi                                   on 2000/11/20  01:47:22
12426         Log: Integrate perlio.
12427      Branch: perl
12428            - ext/re/hints/MSWin32.pl
12429           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
12430           !> win32/config.gc win32/config_H.gc win32/win32sck.c
12431 ____________________________________________________________________________
12432 [  7755] By: nick                                  on 2000/11/19  20:57:17
12433         Log: Add dummy crlf layer (just as buffer)
12434              Correct 1st bug - one layer of indirection.
12435      Branch: perlio
12436            ! perlio.c perlio.h perliol.h
12437 ____________________________________________________________________________
12438 [  7754] By: nick                                  on 2000/11/19  20:56:12
12439         Log: Work-round to Perl_deb_nocontext is no longer required
12440      Branch: perlio
12441            - ext/re/hints/MSWin32.pl
12442 ____________________________________________________________________________
12443 [  7753] By: nick                                  on 2000/11/19  20:01:16
12444         Log: diff -se shows these as different
12445      Branch: perlio
12446            ! global.sym pod/perlapi.pod
12447 ____________________________________________________________________________
12448 [  7752] By: nick                                  on 2000/11/19  18:57:30
12449         Log: Configure GCC/Win32 build -Duseperlio
12450              Fix a couple of gross issues
12451              - double-include of ../deb.o in re.dll
12452              - win32sck.c needs PerlIO and FILE 
12453      Branch: perlio
12454            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
12455            ! win32/win32sck.c
12456 ____________________________________________________________________________
12457 [  7751] By: nick                                  on 2000/11/19  17:05:36
12458         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
12459      Branch: perlio
12460            ! perlio.c
12461 ____________________________________________________________________________
12462 [  7750] By: nick                                  on 2000/11/19  16:57:14
12463         Log: Missing aTHX_
12464      Branch: perlio
12465            ! sv.c
12466 ____________________________________________________________________________
12467 [  7749] By: jhi                                   on 2000/11/19  16:28:40
12468         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
12469              From: "Peter J. Farley III" <pjfarley@banet.net>
12470              Date: Sun, 19 Nov 2000 01:42:58 -0500
12471              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
12472      Branch: perl
12473            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
12474 ____________________________________________________________________________
12475 [  7748] By: jhi                                   on 2000/11/19  16:08:10
12476         Log: Subject: podlators 1.05 available        
12477              From: Russ Allbery <rra@stanford.edu>   
12478              Date: 18 Nov 2000 22:04:28 -0800
12479              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
12480      Branch: perl
12481            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
12482 ____________________________________________________________________________
12483 [  7747] By: nick                                  on 2000/11/19  11:19:39
12484         Log: Integrate mainline
12485      Branch: perlio
12486           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
12487           !> util.c
12488 ____________________________________________________________________________
12489 [  7746] By: jhi                                   on 2000/11/19  06:42:22
12490         Log: Make hex scanning warn on "\x{x}" and "\xx".
12491              "\x" and and hex("x") are still valid.
12492      Branch: perl
12493            ! util.c
12494 ____________________________________________________________________________
12495 [  7745] By: nick                                  on 2000/11/18  22:52:28
12496         Log: Integrate mainline
12497      Branch: perlio
12498           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
12499           !> perl.h perlio.c proto.h regcomp.c regcomp.h
12500 ____________________________________________________________________________
12501 [  7744] By: jhi                                   on 2000/11/18  22:50:28
12502         Log: Introduce Perl_utf8_length().  Use it.
12503      Branch: perl
12504            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
12505 ____________________________________________________________________________
12506 [  7743] By: jhi                                   on 2000/11/18  22:38:51
12507         Log: Compiler denit.
12508      Branch: perl
12509            ! perlio.c
12510 ____________________________________________________________________________
12511 [  7742] By: jhi                                   on 2000/11/18  20:33:05
12512         Log: Integrate perlio.
12513      Branch: perl
12514           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
12515           !> perlio.h pp_ctl.c pp_sys.c sv.c
12516 ____________________________________________________________________________
12517 [  7741] By: jhi                                   on 2000/11/18  20:31:27
12518         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
12519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12520              Date: Fri, 17 Nov 2000 20:35:11 -0500
12521              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
12522              
12523              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
12524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12525              Date: Fri, 17 Nov 2000 21:03:47 -0500
12526              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
12527              
12528              Plus a little bit of tweaking in pregcomp().
12529      Branch: perl
12530            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
12531 ____________________________________________________________________________
12532 [  7740] By: nick                                  on 2000/11/18  20:17:22
12533         Log: Lexical use open ... support:
12534              add ->cop_io to COP structure in cop.h.
12535              Make mg.c and gv.c associate it with ${^OPEN}.
12536              Make lib/open.pm set it.
12537              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
12538              manner similar to ->cop_warnings.
12539              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
12540              call new PerlIO_apply_layers().
12541              Declare latter in perlio.h and define in perlio.c
12542      Branch: perlio
12543            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
12544            ! perlio.h pp_ctl.c pp_sys.c sv.c
12545 ____________________________________________________________________________
12546 [  7739] By: jhi                                   on 2000/11/18  19:54:00
12547         Log: Integrate perlio.
12548      Branch: perl
12549           !> doio.c perlio.c pp.c
12550 ____________________________________________________________________________
12551 [  7738] By: jhi                                   on 2000/11/18  17:16:13
12552         Log: Subject: [PATCH 5.7.0] etags broken again
12553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12554              Date: Sat, 18 Nov 2000 02:41:36 -0500
12555              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
12556      Branch: perl
12557            ! emacs/ptags
12558 ____________________________________________________________________________
12559 [  7737] By: jhi                                   on 2000/11/18  17:12:18
12560         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
12561      Branch: perl
12562            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12563 ____________________________________________________________________________
12564 [  7736] By: nick                                  on 2000/11/18  14:06:20
12565         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
12566              part to be isolated.
12567      Branch: perlio
12568            ! doio.c perlio.c
12569 ____________________________________________________________________________
12570 [  7735] By: nick                                  on 2000/11/18  11:03:32
12571         Log: Integrate mainline
12572      Branch: perlio
12573           !> Changes README.amiga README.win32 patchlevel.h
12574           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
12575 ____________________________________________________________________________
12576 [  7734] By: jhi                                   on 2000/11/18  01:18:56
12577         Log: Update Changes.
12578      Branch: perl
12579            ! Changes patchlevel.h
12580 ____________________________________________________________________________
12581 [  7733] By: jhi                                   on 2000/11/18  00:32:54
12582         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
12583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12584              Date: Fri, 17 Nov 2000 17:28:02 -0500
12585              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
12586      Branch: perl
12587            ! regcomp.c regexec.c t/op/re_tests
12588 ____________________________________________________________________________
12589 [  7732] By: jhi                                   on 2000/11/18  00:28:56
12590         Log: Sparc 64-bit pack() fix from Jens Hamisch.
12591      Branch: perl
12592            ! pp.c
12593 ____________________________________________________________________________
12594 [  7731] By: jhi                                   on 2000/11/18  00:18:39
12595         Log: Explain in more detail the {} syntax ambiguousity.
12596              
12597              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
12598              From: Nicholas Clark <nick@ccl4.org>
12599              Date: Fri, 17 Nov 2000 22:10:28 +0000
12600              Message-ID: <20001117221028.A88930@plum.flirble.org>
12601      Branch: perl
12602            ! pod/perlfunc.pod
12603 ____________________________________________________________________________
12604 [  7730] By: jhi                                   on 2000/11/18  00:12:18
12605         Log: Subject: Fix for README.amiga (20000323.033)
12606              From: "Stephen P. Potter" <spp@spotter.yi.org>
12607              Date: Fri, 17 Nov 2000 12:25:51 -0500
12608              Message-Id: <200011171725.MAA05768@spotter.yi.org>
12609      Branch: perl
12610            ! README.amiga
12611 ____________________________________________________________________________
12612 [  7729] By: jhi                                   on 2000/11/18  00:08:34
12613         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
12614              From: "A. C. Yardley" <yardley@tanet.net>
12615              Date: Mon, 3 Apr 2000 11:35:33 -0700
12616              Message-ID: <3483.000403@tanet.net>
12617      Branch: perl
12618            ! README.win32
12619 ____________________________________________________________________________
12620 [  7728] By: nick                                  on 2000/11/17  21:59:47
12621         Log: Integrate mainline
12622      Branch: perlio
12623           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
12624           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
12625           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
12626           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
12627 ____________________________________________________________________________
12628 [  7727] By: nick                                  on 2000/11/17  21:56:31
12629         Log: Experiment on use of attributes.pm interface.
12630              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
12631              SVt_PVRV if not already something better (else vivify of say magic gets
12632              core dump).
12633      Branch: perlio
12634            ! perlio.c pp.c
12635 ____________________________________________________________________________
12636 [  7726] By: jhi                                   on 2000/11/17  14:15:49
12637         Log: Subject: Fix for 20000815.006
12638              From: "Stephen P. Potter" <spp@spotter.yi.org>
12639              Date: Fri, 17 Nov 2000 08:57:45 -0500
12640              Message-Id: <200011171357.IAA05122@spotter.yi.org>
12641              
12642              It's really 20000518.006.
12643      Branch: perl
12644            ! pod/perlmodlib.PL
12645 ____________________________________________________________________________
12646 [  7725] By: jhi                                   on 2000/11/17  14:12:31
12647         Log: Subject: Fix for 20000409.001
12648              From: "Stephen P. Potter" <spp@spotter.yi.org>
12649              Date: Fri, 17 Nov 2000 08:55:45 -0500
12650              Message-Id: <200011171355.IAA05104@spotter.yi.org>
12651      Branch: perl
12652            ! pod/perlfaq9.pod
12653 ____________________________________________________________________________
12654 [  7724] By: jhi                                   on 2000/11/17  14:08:58
12655         Log: Undo #7627 now that we have =head3.
12656      Branch: perl
12657            ! pod/perlhack.pod
12658 ____________________________________________________________________________
12659 [  7723] By: jhi                                   on 2000/11/17  14:04:09
12660         Log: As surmised the #7719 wasn't a good move.
12661      Branch: perl
12662            ! hints/solaris_2.sh
12663 ____________________________________________________________________________
12664 [  7722] By: jhi                                   on 2000/11/17  13:59:04
12665         Log: Also the 64bitall hints can be either here or there.
12666      Branch: perl
12667            ! hints/solaris_2.sh
12668 ____________________________________________________________________________
12669 [  7721] By: jhi                                   on 2000/11/17  02:26:23
12670         Log: Test tweak for the open pragma.
12671      Branch: perl
12672            ! t/lib/b.t
12673 ____________________________________________________________________________
12674 [  7720] By: jhi                                   on 2000/11/17  00:23:22
12675         Log: The long double hints can be here or there.
12676      Branch: perl
12677            ! hints/solaris_2.sh
12678 ____________________________________________________________________________
12679 [  7719] By: jhi                                   on 2000/11/17  00:14:06
12680         Log: For Solaris use64bitall the stdchar needs a little bit of help.
12681      Branch: perl
12682            ! hints/solaris_2.sh
12683 ____________________________________________________________________________
12684 [  7718] By: jhi                                   on 2000/11/16  23:27:34
12685         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
12686              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12687              Date: Wed, 15 Nov 2000 08:56:32 +0100
12688              Message-ID: <3A1241B0.64477E00@alcatel.at>
12689      Branch: perl
12690            ! lib/Carp/Heavy.pm
12691 ____________________________________________________________________________
12692 [  7717] By: jhi                                   on 2000/11/16  23:23:29
12693         Log: Subject: [PATCH] Re: 20001101.003 PDL
12694              From: Nicholas Clark <nick@ccl4.org>
12695              Date: Thu, 16 Nov 2000 16:48:25 +0000
12696              Message-ID: <20001116164825.B93487@plum.flirble.org>
12697      Branch: perl
12698            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
12699 ____________________________________________________________________________
12700 [  7716] By: jhi                                   on 2000/11/16  23:21:31
12701         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
12702              From: "Casey R. Tweten" <crt@kiski.net>
12703              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
12704              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
12705      Branch: perl
12706            ! lib/Pod/Checker.pm pod/perlpod.pod
12707 ____________________________________________________________________________
12708 [  7715] By: jhi                                   on 2000/11/16  23:19:40
12709         Log: Avoid an infinite loop in VMS when utils scripts are run
12710              with no arguments, from Charles Lane.
12711      Branch: perl
12712            ! configure.com
12713 ____________________________________________________________________________
12714 [  7714] By: jhi                                   on 2000/11/16  23:17:08
12715         Log: Subject: perllocale.pod changes
12716              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12717              Date: Mon, 13 Nov 2000 10:09:22 +0300
12718              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
12719      Branch: perl
12720            ! pod/perllocale.pod
12721 ____________________________________________________________________________
12722 [  7713] By: jhi                                   on 2000/11/16  23:14:06
12723         Log: Integrate perlio.
12724      Branch: perl
12725           !> doio.c perlio.c perlio.h util.c
12726 ____________________________________________________________________________
12727 [  7712] By: nick                                  on 2000/11/16  21:10:58
12728         Log: Integrate mainline
12729      Branch: perlio
12730           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12731           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
12732           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
12733           !> vos/config.ga.def vos/config.ga.h win32/config.bc
12734           !> win32/config.gc win32/config.vc
12735 ____________________________________________________________________________
12736 [  7711] By: nick                                  on 2000/11/16  19:56:41
12737         Log: Minor tweaks:
12738              consistent way of getting 'rb', 'wb' etc. for binary opens
12739              move *perlio::layers to *open::layers
12740              a #define to show layers available
12741              DOSISH popen/PerlIO had export/import sense inverted.
12742      Branch: perlio
12743            ! doio.c perlio.c perlio.h util.c
12744 ____________________________________________________________________________
12745 [  7710] By: jhi                                   on 2000/11/16  15:46:05
12746         Log: Add HAS_SBRK_PROTO.
12747      Branch: metaconfig/U/perl
12748            + d_sbrkproto.U
12749      Branch: perl
12750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12751            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
12752            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12753            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12754            ! win32/config.gc win32/config.vc
12755 ____________________________________________________________________________
12756 [  7709] By: nick                                  on 2000/11/16  07:31:49
12757         Log: Integrate mainline
12758      Branch: perlio
12759           !> (integrate 35 files)
12760 ____________________________________________________________________________
12761 [  7708] By: jhi                                   on 2000/11/16  05:33:03
12762         Log: These files are text, not binary.
12763      Branch: perl
12764            ! ext/Encode/Encode/iso8859-10.enc
12765            ! ext/Encode/Encode/iso8859-13.enc
12766            ! ext/Encode/Encode/iso8859-14.enc
12767            ! ext/Encode/Encode/iso8859-15.enc
12768 ____________________________________________________________________________
12769 [  7707] By: jhi                                   on 2000/11/16  01:53:37
12770         Log: Update Changes.
12771      Branch: perl
12772            ! Changes patchlevel.h
12773 ____________________________________________________________________________
12774 [  7706] By: jhi                                   on 2000/11/16  01:35:59
12775         Log: More #undefing of stdio.
12776      Branch: perl
12777            ! fakesdio.h nostdio.h
12778 ____________________________________________________________________________
12779 [  7705] By: jhi                                   on 2000/11/16  01:34:18
12780         Log: Add fwalk() probe to the configuration files and regen perltoc.
12781      Branch: perl
12782            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12783            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
12784            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
12785            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12786            ! win32/config.bc win32/config.gc win32/config.vc
12787 ____________________________________________________________________________
12788 [  7704] By: jhi                                   on 2000/11/16  01:33:07
12789         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
12790              an optional third argument to Inlibc?)
12791      Branch: metaconfig/U/perl
12792            + d__fwalk.U
12793 ____________________________________________________________________________
12794 [  7703] By: jhi                                   on 2000/11/16  01:09:22
12795         Log: The type of the hash_cb() size argument is tricky.
12796      Branch: perl
12797            ! ext/DB_File/DB_File.xs
12798 ____________________________________________________________________________
12799 [  7702] By: jhi                                   on 2000/11/15  23:01:16
12800         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
12801      Branch: perl
12802            ! nostdio.h
12803 ____________________________________________________________________________
12804 [  7701] By: jhi                                   on 2000/11/15  22:52:32
12805         Log: Detypo.
12806      Branch: perl
12807            ! t/lib/bigfltpm.t
12808 ____________________________________________________________________________
12809 [  7700] By: jhi                                   on 2000/11/15  22:51:56
12810         Log: UINT64_C() work continues.
12811      Branch: perl
12812            ! handy.h perl.h utf8.h
12813 ____________________________________________________________________________
12814 [  7699] By: jhi                                   on 2000/11/15  14:13:04
12815         Log: SOCKS has its own USE_THREADS, based on
12816              
12817              Subject: [ID 20001114.002] et. al. bugfix followup
12818              From: Jens Hamisch <jens@Strawberry.COM> 
12819              Date: Wed, 15 Nov 2000 14:23:11 +0100
12820              Message-ID: <20001115142311.A21164@Strawberry.COM>
12821      Branch: perl
12822            ! perl.h
12823 ____________________________________________________________________________
12824 [  7698] By: jhi                                   on 2000/11/15  03:50:56
12825         Log: Add few missing #undefs and sort them.
12826      Branch: perl
12827            ! fakesdio.h
12828 ____________________________________________________________________________
12829 [  7697] By: jhi                                   on 2000/11/15  03:39:14
12830         Log: Linenumber fix.
12831      Branch: perl
12832            ! t/pragma/warn/utf8
12833 ____________________________________________________________________________
12834 [  7696] By: jhi                                   on 2000/11/15  02:55:26
12835         Log: EBCDIC tweaks.
12836              
12837              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
12838              From: Peter Prymmer <pvhp@forte.com>
12839              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
12840              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
12841      Branch: perl
12842            ! t/op/regmesg.t t/pragma/warn/utf8
12843 ____________________________________________________________________________
12844 [  7695] By: jhi                                   on 2000/11/15  02:53:58
12845         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
12846              From: Peter Prymmer <pvhp@forte.com>
12847              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
12848              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
12849      Branch: perl
12850            ! utf8.c
12851 ____________________________________________________________________________
12852 [  7694] By: jhi                                   on 2000/11/15  02:50:55
12853         Log: Subject: [PATCH: perl@7674] updates to README.os390
12854              From: Prymmer/Kahn <pvhp@best.com>
12855              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
12856              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
12857      Branch: perl
12858            ! README.os390
12859 ____________________________________________________________________________
12860 [  7693] By: jhi                                   on 2000/11/15  02:48:37
12861         Log: Quit utf8_to_uv() instantly if curlen == 0.
12862      Branch: perl
12863            ! utf8.c
12864 ____________________________________________________________________________
12865 [  7692] By: jhi                                   on 2000/11/15  02:24:29
12866         Log: Use u_int32_t for the size of hash_cb(), not size_t.
12867              
12868              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
12869              From: Jens Hamisch <jens@Strawberry.COM>     
12870              Date: Tue, 14 Nov 2000 19:03:55 +0100
12871              Message-Id: <20001114190355.A20559@Strawberry.COM>
12872      Branch: perl
12873            ! ext/DB_File/DB_File.xs
12874 ____________________________________________________________________________
12875 [  7691] By: jhi                                   on 2000/11/15  02:20:12
12876         Log: Use UINT64_C().
12877              
12878              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
12879              From: Jens Hamisch <jens@Strawberry.COM>
12880              Date: Tue, 14 Nov 2000 19:16:23 +0100
12881              Message-Id: <20001114191623.G20559@Strawberry.COM>
12882      Branch: perl
12883            ! utf8.c utf8.h
12884 ____________________________________________________________________________
12885 [  7690] By: jhi                                   on 2000/11/15  02:17:06
12886         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
12887              (a macro to define signed and unsigned integer constants).
12888      Branch: perl
12889            ! handy.h
12890 ____________________________________________________________________________
12891 [  7689] By: jhi                                   on 2000/11/15  01:56:51
12892         Log: Regen Configure.
12893      Branch: perl
12894            ! Configure
12895 ____________________________________________________________________________
12896 [  7688] By: jhi                                   on 2000/11/15  01:56:32
12897         Log: Make the unit know about SOCKS.
12898      Branch: metaconfig
12899            ! U/protos/socksizetype.U
12900 ____________________________________________________________________________
12901 [  7687] By: jhi                                   on 2000/11/15  01:54:47
12902         Log: Remove unused dependencies.
12903      Branch: metaconfig
12904            ! U/compline/d_getpagsz.U
12905 ____________________________________________________________________________
12906 [  7686] By: nick                                  on 2000/11/14  21:25:13
12907         Log: Integrate mainline.
12908      Branch: perlio
12909           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
12910           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
12911           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
12912           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
12913           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
12914           !> win32/config.bc win32/config.gc win32/config.vc
12915           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
12916 ____________________________________________________________________________
12917 [  7685] By: jhi                                   on 2000/11/14  17:54:56
12918         Log: Integrate perlio.
12919      Branch: perl
12920           +> fakesdio.h perliol.h
12921           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
12922           !> perlsdio.h perlsfio.h pod/perlfunc.pod
12923 ____________________________________________________________________________
12924 [  7684] By: nick                                  on 2000/11/14  17:43:04
12925         Log: PerlIO #include and #ifdef re-work.
12926      Branch: perlio
12927            + fakesdio.h perliol.h
12928            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
12929            ! perlsdio.h perlsfio.h
12930 ____________________________________________________________________________
12931 [  7683] By: jhi                                   on 2000/11/14  15:42:40
12932         Log: Hoist the duplicated socket/netdb include logic to perl.h;
12933              undef SETERRNO in case SOCKS has defined it.  Based on:
12934              
12935              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
12936              From: Jens Hamisch <jens@Strawberry.COM> 
12937              Date: Tue, 14 Nov 2000 11:34:40 +0100
12938              Message-Id: <20001114113440.A20005@Strawberry.COM>
12939      Branch: perl
12940            ! doio.c perl.h pp_sys.c
12941 ____________________________________________________________________________
12942 [  7682] By: jhi                                   on 2000/11/14  14:07:28
12943         Log: Subject: some additions for makefiles for win32 (for perl@7674)
12944              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12945              Date: Tue, 14 Nov 2000 09:31:13 +0300
12946              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
12947      Branch: perl
12948            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12949            ! win32/makefile.mk
12950 ____________________________________________________________________________
12951 [  7681] By: jhi                                   on 2000/11/14  14:01:41
12952         Log: Subject: tiny typo in perl5db.pl
12953              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12954              Date: Tue, 14 Nov 2000 09:29:28 +0300
12955              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
12956      Branch: perl
12957            ! lib/perl5db.pl
12958 ____________________________________________________________________________
12959 [  7680] By: jhi                                   on 2000/11/14  04:13:50
12960         Log: Redo #7679 with LFs instead of CRLFs.
12961      Branch: perl
12962            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
12963            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
12964            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
12965 ____________________________________________________________________________
12966 [  7679] By: jhi                                   on 2000/11/14  01:21:09
12967         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
12968              From: Benjamin Stuhl <tiriath@yahoo.com> 
12969              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
12970              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
12971      Branch: perl
12972            + win32/bin/mdelete.bat
12973            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12974            ! makedef.pl perlio.c win32/Makefile win32/config.gc
12975            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
12976 ____________________________________________________________________________
12977 [  7678] By: jhi                                   on 2000/11/14  01:19:20
12978         Log: Fix the re extension building for Win32.
12979              
12980              Subject: [PATCH perl@7638] Get PerlIO building on Win32
12981              From: Benjamin Stuhl <tiriath@yahoo.com> 
12982              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
12983              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
12984      Branch: perl
12985            + ext/re/hints/MSWin32.pl
12986            ! MANIFEST
12987 ____________________________________________________________________________
12988 [  7677] By: jhi                                   on 2000/11/14  01:13:54
12989         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
12990              From: sthoenna@efn.org
12991              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
12992              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
12993      Branch: perl
12994            ! doop.c pp.c toke.c utf8.c utf8.h
12995 ____________________________________________________________________________
12996 [  7676] By: jhi                                   on 2000/11/13  20:23:15
12997         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
12998              From: Nicholas Clark <nick@ccl4.org>
12999              Date: Mon, 13 Nov 2000 18:55:04 +0000
13000              Message-ID: <20001113185504.J29183@plum.flirble.org>
13001      Branch: perl
13002            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
13003 ____________________________________________________________________________
13004 [  7675] By: nick                                  on 2000/11/13  20:21:57
13005         Log: Integrate mainline ...
13006      Branch: perlio
13007           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
13008           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
13009           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
13010           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
13011 ____________________________________________________________________________
13012 [  7674] By: jhi                                   on 2000/11/13  15:07:56
13013         Log: Update Changes.
13014      Branch: perl
13015            ! Changes patchlevel.h
13016 ____________________________________________________________________________
13017 [  7673] By: jhi                                   on 2000/11/13  14:42:42
13018         Log: Remove the new two tests of lib/io_xs for now, they seem to
13019              fail under perlio on some platforms.
13020      Branch: perl
13021            ! t/lib/io_xs.t
13022 ____________________________________________________________________________
13023 [  7672] By: jhi                                   on 2000/11/13  13:57:53
13024         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
13025      Branch: perl
13026            ! perlio.c
13027 ____________________________________________________________________________
13028 [  7671] By: jhi                                   on 2000/11/13  05:30:48
13029         Log: Placate nervous compilers that see longer than ints switch()ing.
13030      Branch: perl
13031            ! utf8.c
13032 ____________________________________________________________________________
13033 [  7670] By: jhi                                   on 2000/11/13  05:14:21
13034         Log: fputs() does return EOF on error but here we don't care.
13035      Branch: perl
13036            ! perlio.c
13037 ____________________________________________________________________________
13038 [  7669] By: jhi                                   on 2000/11/13  05:02:45
13039         Log: Declare reg_data like reg_substr_data.
13040      Branch: perl
13041            ! regexp.h
13042 ____________________________________________________________________________
13043 [  7668] By: jhi                                   on 2000/11/13  04:54:34
13044         Log: Typos in #7667.
13045      Branch: perl
13046            ! perl.h
13047 ____________________________________________________________________________
13048 [  7667] By: jhi                                   on 2000/11/13  04:49:49
13049         Log: Cleanup messy #ifdef.
13050      Branch: perl
13051            ! perl.h
13052 ____________________________________________________________________________
13053 [  7666] By: jhi                                   on 2000/11/13  04:17:34
13054         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
13055              From: Nicholas Clark <nick@talking.bollo.cx>
13056              Date: Sun, 12 Nov 2000 21:14:11 +0000
13057              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
13058              
13059              Note: only one breakage of the two reported is fixed by this patch.
13060      Branch: perl
13061            ! perlio.c
13062 ____________________________________________________________________________
13063 [  7665] By: jhi                                   on 2000/11/13  04:05:07
13064         Log: Tweak the definition of the bit complement on UTF-8 data:
13065              if none of the characters in the string are > 0xff,
13066              the result is a complemented byte string, not a (UTF-8)
13067              char string.  Based on the summary in
13068              
13069              Subject: Re: [ID 20000918.005] ~ on wide chars
13070              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
13071              Date: Fri, 10 Nov 2000 09:47:15 -0800
13072              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
13073              
13074              This should give us the maximum backward (pre-char string)
13075              compatibility and utf8 compatibility.  The other alternative
13076              would be to limit the bit complement to be always byte only,
13077              taking the least significant byte of the chars.
13078      Branch: perl
13079            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
13080 ____________________________________________________________________________
13081 [  7664] By: jhi                                   on 2000/11/13  00:23:44
13082         Log: Couple of tests from #7660 salvaged.
13083      Branch: perl
13084            - t/op/tell.t
13085            ! MANIFEST t/io/tell.t
13086 ____________________________________________________________________________
13087 [  7663] By: jhi                                   on 2000/11/13  00:02:48
13088         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
13089              From: Nicholas Clark <nick@talking.bollo.cx>
13090              Date: Sun, 12 Nov 2000 21:23:43 +0000
13091              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
13092      Branch: perl
13093            ! perlsfio.h
13094 ____________________________________________________________________________
13095 [  7662] By: jhi                                   on 2000/11/13  00:01:39
13096         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
13097              From: Nicholas Clark <nick@talking.bollo.cx>
13098              Date: Sun, 12 Nov 2000 21:30:04 +0000
13099              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
13100      Branch: perl
13101            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
13102 ____________________________________________________________________________
13103 [  7661] By: jhi                                   on 2000/11/12  23:57:29
13104         Log: Document tell() on special streams.
13105      Branch: perl
13106            ! pod/perlfunc.pod
13107 ____________________________________________________________________________
13108 [  7660] By: jhi                                   on 2000/11/12  23:54:22
13109         Log: (Subsumed by #7664)
13110      Branch: perl
13111            + t/op/tell.t
13112            ! MANIFEST
13113 ____________________________________________________________________________
13114 [  7659] By: jhi                                   on 2000/11/12  22:55:25
13115         Log: Many subdocumented return values of the IO extension now documented.
13116              ungetc and write still left subdocumented.
13117              
13118              Subject: [PATCH] (was Re: IO::Handle::ungetc)
13119              From: Nicholas Clark <nick@talking.bollo.cx>
13120              Date: Sun, 12 Nov 2000 21:35:53 +0000
13121              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
13122      Branch: perl
13123            ! ext/IO/lib/IO/Handle.pm
13124 ____________________________________________________________________________
13125 [  7658] By: jhi                                   on 2000/11/12  21:37:06
13126         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
13127              From: Nicholas Clark <nick@talking.bollo.cx>
13128              Date: Sun, 12 Nov 2000 20:03:22 +0000
13129              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
13130      Branch: perl
13131            ! pod/perlfunc.pod
13132 ____________________________________________________________________________
13133 [  7657] By: jhi                                   on 2000/11/12  20:34:55
13134         Log: Integrate perlio.
13135      Branch: perl
13136           !> perlio.c
13137 ____________________________________________________________________________
13138 [  7656] By: nick                                  on 2000/11/12  19:25:06
13139         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
13140      Branch: perlio
13141            ! perlio.c
13142 ____________________________________________________________________________
13143 [  7655] By: nick                                  on 2000/11/12  19:09:41
13144         Log: Integrate mainline
13145      Branch: perlio
13146           +> README.solaris ext/Encode/Encode/cp1006.enc
13147           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
13148           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
13149           +> ext/Encode/Encode/iso8859-13.enc
13150           +> ext/Encode/Encode/iso8859-14.enc
13151           +> ext/Encode/Encode/iso8859-15.enc
13152           !> (integrate 34 files)
13153 ____________________________________________________________________________
13154 [  7654] By: jhi                                   on 2000/11/12  19:00:22
13155         Log: Add a metaconfig unit for fsync.
13156      Branch: metaconfig/U/perl
13157            + d_fsync.U
13158 ____________________________________________________________________________
13159 [  7653] By: jhi                                   on 2000/11/12  19:00:01
13160         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
13161      Branch: perl
13162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13163            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
13164            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13165            ! vos/config.ga.h win32/config.bc win32/config.gc
13166            ! win32/config.vc
13167 ____________________________________________________________________________
13168 [  7652] By: jhi                                   on 2000/11/11  21:12:01
13169         Log: Copy the s// information of README.hpux also to the perlrun.
13170      Branch: perl
13171            ! README.hpux pod/perlrun.pod
13172 ____________________________________________________________________________
13173 [  7651] By: jhi                                   on 2000/11/11  21:03:13
13174         Log: More README.solaris updates from Andy Dougherty.
13175      Branch: perl
13176            ! README.solaris
13177 ____________________________________________________________________________
13178 [  7650] By: jhi                                   on 2000/11/11  18:38:57
13179         Log: More descriptive error for unknown perlio layers.
13180              
13181              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
13182              From: Dominic Dunlop <domo@computer.org> 
13183              Date: Sat, 11 Nov 2000 18:20:32 +0100             
13184              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
13185      Branch: perl
13186            ! perlio.c pod/perldiag.pod
13187 ____________________________________________________________________________
13188 [  7649] By: jhi                                   on 2000/11/11  18:37:52
13189         Log: MachTen doesn't really do mmap() and munmap().
13190              
13191              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
13192              From: Dominic Dunlop <domo@computer.org> 
13193              Date: Sat, 11 Nov 2000 18:20:32 +0100             
13194              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
13195      Branch: perl
13196            ! hints/machten.sh
13197 ____________________________________________________________________________
13198 [  7648] By: jhi                                   on 2000/11/11  18:36:46
13199         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
13200              From: rspier@pobox.com (Robert Spier)
13201              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
13202              Message-ID: <14861.32839.491271.985797@rls.cx>
13203      Branch: perl
13204            ! Porting/Contract pod/perltoot.pod
13205 ____________________________________________________________________________
13206 [  7647] By: jhi                                   on 2000/11/11  18:35:30
13207         Log: Simplify the getpagesize() unit by dropping the
13208              pagesize probe since it's nowadays slightly more
13209              complicated because of sysconf(). (Note: if some
13210              platform really needs the -lPW for getpagesize,
13211              I just broke it.)
13212              
13213              TODO: a new pagesize unit.
13214      Branch: metaconfig
13215            ! U/compline/d_getpagsz.U
13216 ____________________________________________________________________________
13217 [  7646] By: jhi                                   on 2000/11/11  18:33:23
13218         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
13219      Branch: perl
13220            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13221            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
13222            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13223            ! vos/config.ga.h win32/config.bc win32/config.gc
13224            ! win32/config.vc
13225 ____________________________________________________________________________
13226 [  7645] By: jhi                                   on 2000/11/11  16:45:15
13227         Log: Use sysconf() or getpagesize() to find out the pagesize.
13228      Branch: perl
13229            ! perlio.c
13230 ____________________________________________________________________________
13231 [  7644] By: jhi                                   on 2000/11/11  15:46:08
13232         Log: Integrate perlio.
13233      Branch: perl
13234           !> perlio.c
13235 ____________________________________________________________________________
13236 [  7643] By: jhi                                   on 2000/11/11  15:33:36
13237         Log: Subject: Re: [PATCH] README.solaris
13238              From: Lupe Christoph <lupe@lupe-christoph.de>
13239              Date: Sat, 11 Nov 2000 14:08:10 +0100
13240              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
13241      Branch: perl
13242            ! README.solaris
13243 ____________________________________________________________________________
13244 [  7642] By: jhi                                   on 2000/11/11  15:22:12
13245         Log: Subject: [PATCH perl@7638] cygwin port
13246              From: "Eric Fifer" <egf7@columbia.edu>            
13247              Date: Fri, 10 Nov 2000 19:30:30 -0000
13248              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
13249      Branch: perl
13250            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
13251 ____________________________________________________________________________
13252 [  7641] By: nick                                  on 2000/11/11  14:50:36
13253         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
13254              Also call "Buf" layer directly when unread'ing non-read chars.
13255      Branch: perlio
13256            ! perlio.c
13257 ____________________________________________________________________________
13258 [  7640] By: jhi                                   on 2000/11/11  02:05:02
13259         Log: Add more encoding tables.
13260      Branch: perl
13261            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
13262            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
13263            + ext/Encode/Encode/iso8859-10.enc
13264            + ext/Encode/Encode/iso8859-13.enc
13265            + ext/Encode/Encode/iso8859-14.enc
13266            + ext/Encode/Encode/iso8859-15.enc
13267            ! MANIFEST
13268 ____________________________________________________________________________
13269 [  7639] By: jhi                                   on 2000/11/10  18:49:25
13270         Log: Subject: [PATCH] README.solaris
13271              From: Andy Dougherty <doughera@lafayette.edu>
13272              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
13273              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
13274      Branch: perl
13275            + README.solaris
13276            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
13277            ! pod/perl.pod pod/perltoc.pod
13278 ____________________________________________________________________________
13279 [  7638] By: jhi                                   on 2000/11/10  15:04:15
13280         Log: Update Changes.
13281      Branch: perl
13282            ! Changes patchlevel.h
13283 ____________________________________________________________________________
13284 [  7637] By: jhi                                   on 2000/11/10  14:14:28
13285         Log: Explain better why certain regex tests are skipped.
13286              
13287              Subject: Re: tests skipped: unknown reason
13288              From: Lupe Christoph <lupe@lupe-christoph.de>
13289              Date: Fri, 10 Nov 2000 09:08:56 +0100
13290              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
13291      Branch: perl
13292            ! t/op/regexp.t
13293 ____________________________________________________________________________
13294 [  7636] By: nick                                  on 2000/11/10  13:40:00
13295         Log: Integrate mainline.
13296      Branch: perlio
13297           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
13298           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
13299           !> win32/bin/search.pl
13300 ____________________________________________________________________________
13301 [  7635] By: nick                                  on 2000/11/10  13:25:52
13302         Log: Re-instate stdio large file support via perlio.
13303      Branch: perl
13304            ! perlio.c
13305 ____________________________________________________________________________
13306 [  7634] By: jhi                                   on 2000/11/10  04:49:55
13307         Log: Amdahl UTS hints updates.
13308              
13309              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
13310              From: hom00@utsglobal.com (Harold O Morris)
13311              Date: Thu, 9 Nov 2000 20:02 PST
13312              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
13313      Branch: perl
13314            ! hints/uts.sh
13315 ____________________________________________________________________________
13316 [  7633] By: jhi                                   on 2000/11/09  23:33:28
13317         Log: Subject: [PATCH] IO::Seekable pod
13318              From: Nicholas Clark <nick@talking.bollo.cx>
13319              Date: Thu, 9 Nov 2000 20:29:45 +0000
13320              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
13321      Branch: perl
13322            ! ext/IO/lib/IO/Handle.pm
13323 ____________________________________________________________________________
13324 [  7632] By: jhi                                   on 2000/11/09  21:55:41
13325         Log: Various doc oddball characters.
13326              
13327              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
13328              From: Michael Somos <somos@grail.cba.csuohio.edu>
13329              Date: Mon, 6 Nov 2000 17:44:20 -0500
13330              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
13331      Branch: perl
13332            ! emacs/cperl-mode.el lib/unicode/syllables.txt
13333            ! win32/bin/search.pl
13334 ____________________________________________________________________________
13335 [  7631] By: jhi                                   on 2000/11/09  21:12:29
13336         Log: Subject: Re: bash -c exit and linux hints 
13337              From: "John P. Linderman" <jpl@research.att.com>
13338              Date: Thu, 02 Nov 2000 09:37:25 -0500
13339              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
13340      Branch: perl
13341            ! hints/linux.sh
13342 ____________________________________________________________________________
13343 [  7630] By: nick                                  on 2000/11/09  20:34:11
13344         Log: Integrate mainline.
13345      Branch: perlio
13346           !> (integrate 91 files)
13347 ____________________________________________________________________________
13348 [  7629] By: jhi                                   on 2000/11/09  19:46:31
13349         Log: Missing dTHXs.
13350              
13351              Subject: RE: perl@7595 builds not on cygwin
13352              From: "Eric Fifer" <egf7@columbia.edu>
13353              Date: Thu, 9 Nov 2000 19:26:50 -0000
13354              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
13355      Branch: perl
13356            ! ext/Devel/Peek/Peek.xs
13357 ____________________________________________________________________________
13358 [  7628] By: jhi                                   on 2000/11/09  14:48:27
13359         Log: Disable only the tests 99 and 166 for UTF-8 locales.
13360      Branch: perl
13361            ! t/pragma/locale.t
13362 ____________________________________________________________________________
13363 [  7627] By: jhi                                   on 2000/11/09  14:40:27
13364         Log: There's no =head3.
13365      Branch: perl
13366            ! pod/perlhack.pod
13367 ____________________________________________________________________________
13368 [  7626] By: jhi                                   on 2000/11/09  13:54:26
13369         Log: The generated boot_* headers are wrong.  Pickier compiler,
13370              such as KAI C++ will refuse to compile the resulting perlmain.
13371              
13372              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
13373              From: Harri Pasanen <harri.pasanen@trema.com>
13374              Date: Thu, 09 Nov 2000 14:23:28 +0100
13375              Message-Id: <3A0AA550.26D548A3@trema.com>
13376      Branch: perl
13377            ! minimod.pl
13378 ____________________________________________________________________________
13379 [  7625] By: jhi                                   on 2000/11/09  13:50:44
13380         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
13381              From: Prymmer/Kahn <pvhp@best.com>
13382              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
13383              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
13384              
13385              All except the "cow orker" change.
13386      Branch: perl
13387            ! Porting/pumpkin.pod
13388 ____________________________________________________________________________
13389 [  7624] By: jhi                                   on 2000/11/09  13:45:33
13390         Log: Fix for
13391              
13392              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
13393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13394              Date: Thu, 09 Nov 2000 11:05:52 +0100
13395              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
13396      Branch: perl
13397            ! pod/perldiag.pod t/pragma/warn/pp_sys
13398 ____________________________________________________________________________
13399 [  7623] By: jhi                                   on 2000/11/09  13:37:16
13400         Log: Typo in an ifndef.
13401              
13402              Subject: Re: [PATCH 5.7.0] better messages from malloc()
13403              From: Joe Smith <jms@inwap.com>         
13404              Date: Thu, 09 Nov 2000 01:33:14 -0800
13405              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
13406      Branch: perl
13407            ! malloc.c
13408 ____________________________________________________________________________
13409 [  7622] By: jhi                                   on 2000/11/09  13:31:18
13410         Log: Remove unused extra arguments.
13411      Branch: metaconfig/U/perl
13412            ! perlxv.U
13413      Branch: perl
13414            ! Configure config_h.SH
13415 ____________________________________________________________________________
13416 [  7621] By: jhi                                   on 2000/11/09  13:16:36
13417         Log: More VMS moves on environment handling, from Charles Lane.
13418      Branch: perl
13419            ! t/pragma/locale.t
13420 ____________________________________________________________________________
13421 [  7620] By: jhi                                   on 2000/11/09  04:42:38
13422         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
13423              From: David Dyck <dcd@tc.fluke.com>
13424              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
13425              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
13426      Branch: perl
13427            ! pp_sys.c
13428 ____________________________________________________________________________
13429 [  7619] By: jhi                                   on 2000/11/09  04:36:21
13430         Log: Forgot from #7618.
13431      Branch: perl
13432            ! lib/File/stat.pm
13433 ____________________________________________________________________________
13434 [  7618] By: jhi                                   on 2000/11/09  04:28:44
13435         Log: Make deleting for %ENV work for (newer versions of) VMS,
13436              from Craig A. Berry.
13437      Branch: perl
13438            ! vms/vms.c
13439 ____________________________________________________________________________
13440 [  7617] By: jhi                                   on 2000/11/09  04:25:05
13441         Log: Subject: [PATCH] Class::Struct at compile time
13442              From: "Casey R. Tweten" <crt@kiski.net>
13443              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
13444              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
13445      Branch: perl
13446            ! lib/Class/Struct.pm
13447 ____________________________________________________________________________
13448 [  7616] By: jhi                                   on 2000/11/09  04:15:17
13449         Log: Subject: [ID 20001108.013] spelling
13450              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
13451              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
13452              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
13453      Branch: perl
13454            ! lib/ftp.pl
13455 ____________________________________________________________________________
13456 [  7615] By: jhi                                   on 2000/11/09  04:12:42
13457         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
13458              From: Peter Prymmer <pvhp@forte.com>
13459              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
13460              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
13461      Branch: perl
13462            ! configure.com
13463 ____________________________________________________________________________
13464 [  7614] By: jhi                                   on 2000/11/08  22:42:55
13465         Log: A missing aTHX_.
13466      Branch: perl
13467            ! ext/IPC/SysV/SysV.xs
13468 ____________________________________________________________________________
13469 [  7613] By: jhi                                   on 2000/11/08  19:30:21
13470         Log: Update Changes.
13471      Branch: perl
13472            ! Changes patchlevel.h
13473 ____________________________________________________________________________
13474 [  7612] By: jhi                                   on 2000/11/08  18:35:25
13475         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
13476              From: David Dyck <dcd@tc.fluke.com>
13477              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
13478              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
13479      Branch: perl
13480            ! pp_sys.c
13481 ____________________________________________________________________________
13482 [  7611] By: jhi                                   on 2000/11/08  18:30:26
13483         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
13484              From: Dominic Dunlop <domo@computer.org>
13485              Date: Tue, 7 Nov 2000 12:05:25 +0100
13486              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
13487      Branch: perl
13488            ! malloc.c
13489 ____________________________________________________________________________
13490 [  7610] By: jhi                                   on 2000/11/08  18:25:14
13491         Log: Do not test UTF-8 locales since that the tests would require
13492              polymorphic regexen.
13493      Branch: perl
13494            ! t/pragma/locale.t
13495 ____________________________________________________________________________
13496 [  7609] By: jhi                                   on 2000/11/08  17:12:51
13497         Log: Locale buglets.
13498              
13499              Subject: RE: Locales support (setlocale) fixes
13500              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13501              Date: Wed, 8 Nov 2000 20:01:39 +0300
13502              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
13503      Branch: perl
13504            ! t/pragma/locale.t util.c
13505 ____________________________________________________________________________
13506 [  7608] By: jhi                                   on 2000/11/08  17:00:16
13507         Log: Deleting $ENV{PATH} in VMS is not recommendable.
13508      Branch: perl
13509            ! t/pragma/locale.t
13510 ____________________________________________________________________________
13511 [  7607] By: jhi                                   on 2000/11/08  16:58:26
13512         Log: Subject: PATCH std stdio for (Free)BSD
13513              From: Nicholas Clark <nick@ccl4.org>
13514              Date: Wed, 8 Nov 2000 15:36:29 +0000
13515              Message-ID: <20001108153629.D98736@plum.flirble.org>
13516      Branch: metaconfig
13517            ! U/compline/d_stdstdio.U
13518      Branch: perl
13519            ! Configure config_h.SH
13520 ____________________________________________________________________________
13521 [  7606] By: jhi                                   on 2000/11/08  16:43:31
13522         Log: Forgot to bump the line numbers in #7601.
13523      Branch: perl
13524            ! t/pragma/warn/pp_sys
13525 ____________________________________________________________________________
13526 [  7605] By: jhi                                   on 2000/11/08  16:39:12
13527         Log: More careful detection of how well NVs and UVs mix.
13528              
13529              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))
13530              From: Nicholas Clark <nick@ccl4.org>
13531              Date: Wed, 8 Nov 2000 15:14:12 +0000
13532              Message-ID: <20001108151412.B98736@plum.flirble.org>
13533              
13534              Added some SIGFPE paranoia.
13535      Branch: metaconfig/U/perl
13536            ! perlxv.U
13537      Branch: perl
13538            ! Configure config_h.SH
13539 ____________________________________________________________________________
13540 [  7604] By: jhi                                   on 2000/11/08  14:39:10
13541         Log: Subject: [patch perl@7595] VMS configure.com tweak
13542              From: "Craig A. Berry" <craigberry@mac.com>
13543              Date: Wed, 8 Nov 2000 00:24:12 -0600
13544              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
13545      Branch: perl
13546            ! configure.com
13547 ____________________________________________________________________________
13548 [  7603] By: jhi                                   on 2000/11/08  14:27:11
13549         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
13550              From: Robin Barker <rmb1@cise.npl.co.uk>
13551              Date: Wed, 8 Nov 2000 11:11:39 GMT
13552              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
13553      Branch: perl
13554            ! perlio.c
13555 ____________________________________________________________________________
13556 [  7602] By: jhi                                   on 2000/11/08  14:25:03
13557         Log: Fix for the tie-refhash string table leaks.
13558              
13559              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
13560              Date: Wed, 8 Nov 2000 13:03:04 GMT
13561              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
13562      Branch: perl
13563            ! t/lib/tie-refhash.t
13564 ____________________________________________________________________________
13565 [  7601] By: jhi                                   on 2000/11/08  14:21:08
13566         Log: Try to avoid flockless and emulationless places.
13567      Branch: perl
13568            ! t/pragma/warn/pp_sys
13569 ____________________________________________________________________________
13570 [  7600] By: jhi                                   on 2000/11/08  02:28:54
13571         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
13572              
13573              Subject: [PATCH] prototyped functions that should be overrideable
13574              From: "Casey R. Tweten" <crt@kiski.net>
13575              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
13576              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
13577      Branch: perl
13578            ! toke.c
13579 ____________________________________________________________________________
13580 [  7599] By: jhi                                   on 2000/11/08  01:12:05
13581         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
13582              
13583              Subject: [PATCH] perlbug.PL
13584              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13585              Date: Mon, 6 Nov 2000 21:39:01 -0500
13586              Message-ID: <20001106213901.B20955@O2.chapin.edu>
13587      Branch: perl
13588            ! utils/perlbug.PL
13589 ____________________________________________________________________________
13590 [  7598] By: jhi                                   on 2000/11/07  23:42:00
13591         Log: Bad thinko in #7581 (I used the test program with the expanded
13592              values as-is).
13593      Branch: metaconfig
13594            ! U/compline/d_stdstdio.U
13595      Branch: perl
13596            ! Configure
13597 ____________________________________________________________________________
13598 [  7597] By: jhi                                   on 2000/11/07  21:43:29
13599         Log: Subject: [PATCH perl@7573] cygwin port
13600              From: "Fifer, Eric" <EFifer@sanwaint.com>
13601              Date: Tue, 7 Nov 2000 18:08:51 -0000 
13602              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
13603              
13604              Synchronize with Cygwin 1.1.5.
13605      Branch: perl
13606            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
13607            ! pod/perlport.pod unixish.h util.c
13608 ____________________________________________________________________________
13609 [  7596] By: jhi                                   on 2000/11/07  21:39:25
13610         Log: perlhack updates from H.Merijn Brand.
13611      Branch: perl
13612            ! pod/perlhack.pod
13613 ____________________________________________________________________________
13614 [  7595] By: jhi                                   on 2000/11/07  20:21:41
13615         Log: Update Changes.
13616      Branch: perl
13617            ! Changes patchlevel.h
13618 ____________________________________________________________________________
13619 [  7594] By: jhi                                   on 2000/11/07  19:18:58
13620         Log: Be more robust in Dynaloader.pm.
13621      Branch: perl
13622            ! ext/DynaLoader/DynaLoader_pm.PL
13623 ____________________________________________________________________________
13624 [  7593] By: jhi                                   on 2000/11/07  16:49:31
13625         Log: AUTHORS update.
13626      Branch: perl
13627            ! AUTHORS
13628 ____________________________________________________________________________
13629 [  7592] By: gsar                                  on 2000/11/07  16:39:51
13630         Log: normalize relative paths in virtualized current directory on windows,
13631              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
13632              returns)
13633      Branch: perl
13634            ! win32/vdir.h
13635 ____________________________________________________________________________
13636 [  7591] By: jhi                                   on 2000/11/07  16:04:26
13637         Log: Too profiler-happy: with optimization the #7590 actually makes
13638              the test to run 0.5% _slower_.  Requires much more instrumentation.
13639              Retract #7590.
13640      Branch: perl
13641            ! regcomp.c regcomp.h
13642 ____________________________________________________________________________
13643 [  7590] By: jhi                                   on 2000/11/07  15:51:13
13644         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
13645              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
13646              by using memset() and testing bytewise (as opposed to bitwise).
13647      Branch: perl
13648            ! regcomp.c regcomp.h
13649 ____________________________________________________________________________
13650 [  7589] By: jhi                                   on 2000/11/07  12:56:39
13651         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
13652              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13653              Date: Mon, 06 Nov 2000 23:45:30 -0500
13654              Message-Id: <0011079735.AA973576259@univpress.com>
13655      Branch: perl
13656            ! configure.com t/lib/st-lock.t
13657 ____________________________________________________________________________
13658 [  7588] By: jhi                                   on 2000/11/07  01:03:28
13659         Log: Tweak #7587.
13660      Branch: perl
13661            ! pod/perldiag.pod
13662 ____________________________________________________________________________
13663 [  7587] By: jhi                                   on 2000/11/07  01:00:27
13664         Log: A doc addition for bug id 20001105.019, beware \p.
13665      Branch: perl
13666            ! pod/perldiag.pod
13667 ____________________________________________________________________________
13668 [  7586] By: jhi                                   on 2000/11/07  00:32:22
13669         Log: Fake support of holey files in win/dosish platforms.
13670              
13671              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
13672              From: kipp@shonanblue.ne.jp
13673              Date: Mon, 6 Nov 2000 13:30:55 -0800
13674              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
13675      Branch: perl
13676            ! ext/SDBM_File/sdbm/sdbm.c
13677 ____________________________________________________________________________
13678 [  7585] By: jhi                                   on 2000/11/07  00:12:54
13679         Log: Subject: Pod updates
13680              From: "Stephen P. Potter" <spp@spotter.yi.org>
13681              Date: Mon, 06 Nov 2000 18:56:43 -0500
13682              Message-Id: <200011062357.SAA18173@spotter.yi.org>
13683      Branch: perl
13684            ! README.dos README.os2 README.win32 pod/buildtoc.PL
13685            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
13686            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
13687            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
13688            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
13689            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
13690            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
13691            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
13692            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
13693            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
13694            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
13695            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
13696            ! pod/perltootc.pod pod/perlunicode.pod
13697 ____________________________________________________________________________
13698 [  7584] By: jhi                                   on 2000/11/07  00:04:17
13699         Log: Varargs don't always work too well if one puts an unsigned
13700              char on the stack and pop an unsigned quad off the stack.
13701              
13702              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
13703              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
13704              Date: Mon, 06 Nov 2000 15:19:05 -0800
13705              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
13706      Branch: perl
13707            ! utf8.c
13708 ____________________________________________________________________________
13709 [  7583] By: jhi                                   on 2000/11/06  23:58:48
13710         Log: %ENV note tweaks from Dan Sugalski.
13711      Branch: perl
13712            ! pod/perlport.pod vms/perlvms.pod
13713 ____________________________________________________________________________
13714 [  7582] By: jhi                                   on 2000/11/06  23:05:49
13715         Log: glibc5 detection by __GNU_LIBRARY__.
13716      Branch: perl
13717            ! toke.c
13718 ____________________________________________________________________________
13719 [  7581] By: jhi                                   on 2000/11/06  22:51:29
13720         Log: Make the stdio test program of 7427 less noisy while being 
13721              compiled so that Digital UNIX wouldn't get both
13722              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
13723              undefined.  This makes perlio happy.
13724      Branch: metaconfig
13725            ! U/compline/d_stdstdio.U
13726      Branch: perl
13727            ! Configure config_h.SH
13728 ____________________________________________________________________________
13729 [  7580] By: jhi                                   on 2000/11/06  22:41:41
13730         Log: Document %ENV = () portability issues.
13731      Branch: perl
13732            ! pod/perlport.pod vms/perlvms.pod
13733 ____________________________________________________________________________
13734 [  7579] By: jhi                                   on 2000/11/06  21:29:24
13735         Log: VOS updates from Paul Green.
13736      Branch: perl
13737            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13738 ____________________________________________________________________________
13739 [  7578] By: jhi                                   on 2000/11/06  21:00:40
13740         Log: Sanitize the environment further.
13741      Branch: perl
13742            ! t/pragma/locale.t
13743 ____________________________________________________________________________
13744 [  7577] By: jhi                                   on 2000/11/06  20:53:51
13745         Log: Re-introduce 7552 lost in integration.
13746      Branch: perl
13747            ! perlio.c
13748 ____________________________________________________________________________
13749 [  7576] By: jhi                                   on 2000/11/06  20:33:46
13750         Log: Admit that the test leaks scalars.
13751      Branch: perl
13752            ! t/comp/proto.t
13753 ____________________________________________________________________________
13754 [  7575] By: jhi                                   on 2000/11/06  20:17:08
13755         Log: Integrate perlio.
13756      Branch: perl
13757           !> perlio.c
13758 ____________________________________________________________________________
13759 [  7574] By: nick                                  on 2000/11/06  20:07:28
13760         Log: Remove debug. Try (Mmap_t) on madvise() call.
13761      Branch: perlio
13762            ! perlio.c
13763 ____________________________________________________________________________
13764 [  7573] By: jhi                                   on 2000/11/06  13:56:05
13765         Log: Update Changes.
13766      Branch: perl
13767            ! Changes patchlevel.h
13768 ____________________________________________________________________________
13769 [  7572] By: jhi                                   on 2000/11/06  13:48:41
13770         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
13771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13772              Date: Mon, 06 Nov 2000 10:11:42 +0100
13773              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
13774      Branch: perl
13775            ! pod/perlhack.pod
13776 ____________________________________________________________________________
13777 [  7571] By: jhi                                   on 2000/11/06  01:45:51
13778         Log: AUTHORS updates.
13779      Branch: perl
13780            ! AUTHORS
13781 ____________________________________________________________________________
13782 [  7570] By: jhi                                   on 2000/11/06  00:18:00
13783         Log: Fix for
13784              
13785              Subject: [ID 20000728.005] perl -P broken
13786              From: David Dyck <dcd@tc.fluke.com>
13787              Date: Fri, 28 Jul 2000 17:19:16 -0700
13788              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
13789              
13790              (hopefully).  The fix is also not complete, it seems to break
13791              BOM swallowing for libc5 systems, but until someone figures
13792              out a way to do this without ftell(), this will do.
13793      Branch: perl
13794            ! toke.c
13795 ____________________________________________________________________________
13796 [  7569] By: jhi                                   on 2000/11/06  00:05:30
13797         Log: Document that the evaled syntax errors cause scalar leaks.
13798      Branch: perl
13799            ! t/comp/proto.t
13800 ____________________________________________________________________________
13801 [  7568] By: jhi                                   on 2000/11/05  23:14:47
13802         Log: opmini.o can linger from Configures past.
13803      Branch: perl
13804            ! Makefile.SH
13805 ____________________________________________________________________________
13806 [  7567] By: jhi                                   on 2000/11/05  21:28:39
13807         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
13808              first argument correctly.
13809      Branch: perl
13810            ! perlio.c
13811 ____________________________________________________________________________
13812 [  7566] By: jhi                                   on 2000/11/05  21:15:56
13813         Log: Integrate perlio.
13814      Branch: perl
13815           !> perlio.c
13816 ____________________________________________________________________________
13817 [  7565] By: jhi                                   on 2000/11/05  21:15:13
13818         Log: Use -dM for gcc (the suggested patch did it only for Linux,
13819              but I think it can be generalized).
13820              
13821              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
13822              From: Pixel <pixel@mandrakesoft.com>
13823              Date: 05 Nov 2000 21:49:34 +0100 
13824              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
13825      Branch: perl
13826            ! ext/Errno/Errno_pm.PL
13827 ____________________________________________________________________________
13828 [  7564] By: nick                                  on 2000/11/05  21:09:18
13829         Log: Added a mmap layer as a "subclass" of perlio.
13830              PERLIO=mmap ./perl harness passes
13831      Branch: perlio
13832            ! perlio.c
13833 ____________________________________________________________________________
13834 [  7563] By: jhi                                   on 2000/11/05  19:48:55
13835         Log: Add a note for future generations about bug id 20000229.006.
13836      Branch: perl
13837            ! malloc.c
13838 ____________________________________________________________________________
13839 [  7562] By: jhi                                   on 2000/11/05  19:38:24
13840         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
13841      Branch: perl
13842            ! pp_ctl.c t/op/pos.t
13843 ____________________________________________________________________________
13844 [  7561] By: jhi                                   on 2000/11/05  18:21:46
13845         Log: Add =pod to be tidy.
13846      Branch: perl
13847            ! lib/Math/Complex.pm
13848 ____________________________________________________________________________
13849 [  7560] By: jhi                                   on 2000/11/05  17:38:46
13850         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
13851      Branch: perl
13852            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13853            ! ext/Storable/Storable.xs t/lib/st-recurse.t
13854 ____________________________________________________________________________
13855 [  7559] By: jhi                                   on 2000/11/05  17:32:59
13856         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
13857              From: "Peter J. Farley III" <pjfarley@banet.net>
13858              Date: Sun, 05 Nov 2000 11:55:59 -0500
13859              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
13860      Branch: perl
13861            ! t/lib/syslog.t
13862 ____________________________________________________________________________
13863 [  7558] By: jhi                                   on 2000/11/05  17:29:19
13864         Log: Integrate perlio.
13865      Branch: perl
13866           !> perlio.c
13867 ____________________________________________________________________________
13868 [  7557] By: jhi                                   on 2000/11/05  17:22:01
13869         Log: A fix of sorts for 20000329.026, a better error message
13870              for a missing "use charnames" when using the \N{...}. 
13871      Branch: perl
13872            ! pod/perldiag.pod toke.c
13873 ____________________________________________________________________________
13874 [  7556] By: jhi                                   on 2000/11/05  16:33:50
13875         Log: Test tweak: show also the failed locales.
13876              
13877              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
13878              From: Lupe Christoph <lupe@lupe-christoph.de>         
13879              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
13880              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
13881      Branch: perl
13882            ! t/pragma/locale.t
13883 ____________________________________________________________________________
13884 [  7555] By: nick                                  on 2000/11/05  11:09:34
13885         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
13886              open RDWR so does not fail. (pragma/warnings 303 again...)
13887      Branch: perlio
13888            ! perlio.c
13889 ____________________________________________________________________________
13890 [  7554] By: nick                                  on 2000/11/05  10:10:13
13891         Log: Fix case where ungetc(f,EOF) was allowed.
13892              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
13893              so we can see similarities.
13894              Use types more carefully and a STDCHAR array in hope that this will
13895              fix Jarrko's 64bit machine.
13896      Branch: perlio
13897            ! perlio.c
13898 ____________________________________________________________________________
13899 [  7553] By: jhi                                   on 2000/11/05  01:12:16
13900         Log: Fix for
13901              
13902              Subject: [ID 20001004.007] taint propogation is inconsistent
13903              From: pimlott@idiomtech.com (Andrew Pimlott) 
13904              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
13905              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
13906              
13907              The culprit was sv_setsv() which was rather blindly
13908              propagating taint, which lead to behaviour where if
13909              a tainted anon hash value was seen all the hash values
13910              from then on at that level became tainted, or at any
13911              upper levels in the case of nested anon hashes.
13912      Branch: perl
13913            ! sv.c t/op/taint.t
13914 ____________________________________________________________________________
13915 [  7552] By: jhi                                   on 2000/11/04  23:44:18
13916         Log: Some cpps don't like splitting conditionals across several lines.
13917      Branch: perl
13918            ! perlio.c
13919 ____________________________________________________________________________
13920 [  7551] By: nick                                  on 2000/11/04  23:40:44
13921         Log: Integrate mainline
13922      Branch: perlio
13923           !> pp_hot.c t/op/taint.t
13924 ____________________________________________________________________________
13925 [  7550] By: nick                                  on 2000/11/04  23:39:05
13926         Log: Integrate mainline again
13927      Branch: perlio
13928           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
13929           !> t/lib/b.t t/op/misc.t util.c
13930 ____________________________________________________________________________
13931 [  7549] By: jhi                                   on 2000/11/04  23:14:01
13932         Log: Fix for
13933              
13934              Subject: [ID 20001004.006] undef is never tainted
13935              From: pimlott@idiomtech.com (Andrew Pimlott)
13936              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
13937              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
13938              
13939              An undef read from a slurped file was not tainted.
13940      Branch: perl
13941            ! pp_hot.c t/op/taint.t
13942 ____________________________________________________________________________
13943 [  7548] By: jhi                                   on 2000/11/04  22:56:21
13944         Log: Test tweak ($Config{useperlio} is by default undef) .
13945      Branch: perl
13946            ! t/lib/b.t
13947 ____________________________________________________________________________
13948 [  7547] By: jhi                                   on 2000/11/04  22:43:56
13949         Log: Integrate perlio.
13950      Branch: perl
13951           +> lib/perlio.pm
13952           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
13953           !> pod/perlapi.pod t/lib/b.t
13954 ____________________________________________________________________________
13955 [  7546] By: jhi                                   on 2000/11/04  22:40:59
13956         Log: Configure would use a bad $myuname from an old config.sh.
13957              
13958              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
13959              From: Andy Dougherty <doughera@lafayette.edu>
13960              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
13961              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
13962      Branch: metaconfig
13963            ! U/modified/Oldconfig.U
13964      Branch: perl
13965            ! Configure config_h.SH
13966 ____________________________________________________________________________
13967 [  7545] By: jhi                                   on 2000/11/04  22:36:54
13968         Log: Subject: Locales support (setlocale) fixes
13969              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13970              Date: Sat, 4 Nov 2000 10:15:48 +0300 
13971              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
13972              
13973              Modified quite a bit to be more portable.
13974      Branch: perl
13975            ! embed.h embed.pl perl.h proto.h util.c
13976 ____________________________________________________________________________
13977 [  7544] By: jhi                                   on 2000/11/04  22:32:47
13978         Log: Dying is too strict here, better just skip.
13979      Branch: perl
13980            ! t/op/misc.t
13981 ____________________________________________________________________________
13982 [  7543] By: nick                                  on 2000/11/04  21:55:13
13983         Log: Merge mainline
13984      Branch: perlio
13985           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13986           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
13987           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
13988           !> (integrate 64 files)
13989 ____________________________________________________________________________
13990 [  7542] By: jhi                                   on 2000/11/04  21:09:28
13991         Log: More Changes tweakery.
13992      Branch: perl
13993            ! Changes Porting/genlog
13994 ____________________________________________________________________________
13995 [  7541] By: jhi                                   on 2000/11/04  20:58:18
13996         Log: Changes fixups.
13997      Branch: perl
13998            ! Changes
13999 ____________________________________________________________________________
14000 [  7540] By: jhi                                   on 2000/11/04  20:42:38
14001         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
14002              create a "fast path" for locale name probing using "locale -a"
14003              if available, squash finally hopefully the s?printf resetting
14004              the numeric locale (since, IIUC perllocale, it never shouldn't). 
14005      Branch: perl
14006            ! sv.c t/op/misc.t t/pragma/locale.t
14007 ____________________________________________________________________________
14008 [  7539] By: nick                                  on 2000/11/04  19:56:10
14009         Log: PerlIO infrastructure complete.
14010      Branch: perlio
14011            + lib/perlio.pm
14012            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
14013 ____________________________________________________________________________
14014 [  7538] By: nick                                  on 2000/11/04  14:31:32
14015         Log: Type tweaks + less contorted allocation scheme
14016      Branch: perlio
14017            ! perlio.c
14018 ____________________________________________________________________________
14019 [  7537] By: nick                                  on 2000/11/04  12:40:42
14020         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
14021              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
14022              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
14023              sensible) which lead to some interesting fails.
14024      Branch: perlio
14025            ! perlio.c
14026 ____________________________________________________________________________
14027 [  7536] By: jhi                                   on 2000/11/04  00:20:02
14028         Log: Add FCNTL_CAN_LOCK.
14029              
14030              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
14031              From: Andy Dougherty <doughera@lafayette.edu>
14032              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
14033              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
14034              
14035              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
14036              From: Andy Dougherty <doughera@lafayette.edu>
14037              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
14038              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
14039      Branch: metaconfig/U/perl
14040            + d_fcntl_can_lock.U
14041            ! startperl.U
14042      Branch: perl
14043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14044            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
14045            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14046            ! vos/config.ga.h win32/config.bc win32/config.gc
14047            ! win32/config.vc
14048 ____________________________________________________________________________
14049 [  7535] By: nick                                  on 2000/11/03  22:19:10
14050         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
14051              - Works on Linux with
14052              perlio + unix
14053              stdio
14054              - Works on Solaris with
14055              perlio + unix
14056              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
14057              - Fails (hangs in openpid) if you try and stack
14058              perlio + stdio - Linux stdio's read() logic is hanging.
14059      Branch: perlio
14060            ! iperlsys.h perlio.c
14061 ____________________________________________________________________________
14062 [  7534] By: jhi                                   on 2000/11/03  15:16:02
14063         Log: Subject: Re: README.aix
14064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14065              Date: Fri, 03 Nov 2000 16:03:15 +0100
14066              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
14067      Branch: perl
14068            ! README.aix
14069 ____________________________________________________________________________
14070 [  7533] By: jhi                                   on 2000/11/03  03:59:02
14071         Log: Subject: [PATCH 5.7.0] better messages from malloc()
14072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14073              Date: Wed, 1 Nov 2000 23:39:56 -0500
14074              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
14075      Branch: perl
14076            ! malloc.c pod/perldiag.pod
14077 ____________________________________________________________________________
14078 [  7532] By: jhi                                   on 2000/11/03  00:11:56
14079         Log: The #7521 touched things it shouldn't have.
14080      Branch: perl
14081            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
14082 ____________________________________________________________________________
14083 [  7531] By: jhi                                   on 2000/11/02  22:32:33
14084         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
14085              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14086              Date:     Thu, 2 Nov 2000 16:58:36 EST
14087              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
14088      Branch: perl
14089            ! vms/gen_shrfls.pl
14090 ____________________________________________________________________________
14091 [  7530] By: jhi                                   on 2000/11/02  22:08:49
14092         Log: Fix the problem discussed in
14093              
14094              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
14095              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
14096              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
14097              
14098              originally from Linc Madison.  Also Andreas König's comments
14099              taken into account.  Some other problems with Tie::SubstrHash
14100              fixed: didn't croak when the table exceeded the requested number
14101              of entries (as documented) but instead when the number of entries
14102              exceeded the size of the table, a croak() had an unnecessary \n,
14103              didn't have a CLEAR method, documented that there is no exists().
14104              Didn't fix to be strict-proof because the module uses &foo; and
14105              dynamic scope.  Added a test script exercizing both first tamely 
14106              the basic functionality, and then the failure cases reported by
14107              Linc Madison.
14108      Branch: perl
14109            + t/lib/tie-substrhash.t
14110            ! MANIFEST lib/Tie/SubstrHash.pm
14111 ____________________________________________________________________________
14112 [  7529] By: jhi                                   on 2000/11/02  17:58:08
14113         Log: recv() can fail and return undef.
14114              
14115              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
14116              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
14117              Date: Thu, 2 Nov 2000 20:12:20 +0300
14118              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
14119      Branch: perl
14120            ! lib/Net/Ping.pm
14121 ____________________________________________________________________________
14122 [  7528] By: jhi                                   on 2000/11/02  17:49:09
14123         Log: Detpyo.
14124      Branch: perl
14125            ! pod/perlop.pod
14126 ____________________________________________________________________________
14127 [  7527] By: jhi                                   on 2000/11/02  15:48:37
14128         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
14129              fix a autovivification bug in Tie::RefHash, add tests for both.
14130              
14131              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
14132              From: Edward Avis <epa98@doc.ic.ac.uk>
14133              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
14134              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
14135      Branch: perl
14136            + t/lib/tie-refhash.t
14137            ! MANIFEST lib/Tie/RefHash.pm
14138 ____________________________________________________________________________
14139 [  7526] By: jhi                                   on 2000/11/02  13:56:26
14140         Log: Test::Harness revealed buglets in the new DynaLoader.
14141              
14142              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
14143              From: andreas.koenig@anima.de (Andreas J. Koenig)
14144              Date: 02 Nov 2000 11:26:48 +0100 
14145              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
14146      Branch: perl
14147            ! ext/DynaLoader/DynaLoader_pm.PL
14148 ____________________________________________________________________________
14149 [  7525] By: jhi                                   on 2000/11/01  23:52:08
14150         Log: The entry for #7503 was missing.
14151      Branch: perl
14152            ! Changes
14153 ____________________________________________________________________________
14154 [  7524] By: jhi                                   on 2000/11/01  23:40:52
14155         Log: Update Changes.
14156      Branch: perl
14157            ! Changes patchlevel.h
14158 ____________________________________________________________________________
14159 [  7523] By: jhi                                   on 2000/11/01  22:57:09
14160         Log: More tweaking on the #7522 theme.
14161      Branch: perl
14162            ! ext/DynaLoader/DynaLoader_pm.PL
14163 ____________________________________________________________________________
14164 [  7522] By: jhi                                   on 2000/11/01  22:06:15
14165         Log: Expand %Config variables and %ENV variables only if
14166              so requested during build time using the
14167              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
14168              Not expanding makes relocating distributions easier.
14169      Branch: perl
14170            ! ext/DynaLoader/DynaLoader_pm.PL
14171 ____________________________________________________________________________
14172 [  7521] By: jhi                                   on 2000/11/01  20:56:34
14173         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
14174              and setgid() because they were just changing $< and $( which means
14175              only changing the real uid/gid, as opposed to changing both
14176              real and effective ids.  (The alternative way could have been
14177              in POSIX.pm to change $> and $), too, but making a direct call
14178              to the C API feels cleaner.)  Fixes the bug
14179              
14180              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
14181              From: "Garry T. Williams" <garry@zvolve.com>
14182              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
14183              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
14184      Branch: perl
14185            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14186            ! ext/POSIX/typemap pod/perlvar.pod
14187 ____________________________________________________________________________
14188 [  7520] By: jhi                                   on 2000/11/01  20:08:33
14189         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
14190              From: "Garry T. Williams" <garry@zvolve.com>
14191              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
14192              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
14193      Branch: perl
14194            ! pod/perlsec.pod
14195 ____________________________________________________________________________
14196 [  7519] By: jhi                                   on 2000/11/01  20:01:22
14197         Log: Locale warning explanation tweak.
14198      Branch: perl
14199            ! pod/perldiag.pod
14200 ____________________________________________________________________________
14201 [  7518] By: jhi                                   on 2000/11/01  18:57:13
14202         Log: C.pm part of
14203              
14204              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
14205              From: Jarkko Hietaniemi <jhi@iki.fi>
14206              Date: Tue, 10 Oct 2000 08:22:28 -0500
14207              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
14208      Branch: perl
14209            ! ext/B/B/C.pm
14210 ____________________________________________________________________________
14211 [  7517] By: jhi                                   on 2000/11/01  18:41:59
14212         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
14213              From: Martien Verbruggen <mgjv@comdyn.com.au>
14214              Date: Fri, 6 Oct 2000 14:09:10 +1100
14215              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
14216      Branch: perl
14217            ! pod/perlop.pod
14218 ____________________________________________________________________________
14219 [  7516] By: jhi                                   on 2000/11/01  18:34:55
14220         Log: Generalize the Camel wording.
14221              
14222              Subject: Re: perlfaq style changes
14223              From: John Borwick <jhborwic@unity.ncsu.edu>
14224              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
14225              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
14226      Branch: perl
14227            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
14228 ____________________________________________________________________________
14229 [  7515] By: jhi                                   on 2000/11/01  16:52:31
14230         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
14231              From: pimlott@idiomtech.com (Andrew Pimlott)
14232              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
14233              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
14234      Branch: perl
14235            ! pod/perlsec.pod
14236 ____________________________________________________________________________
14237 [  7514] By: jhi                                   on 2000/11/01  15:03:40
14238         Log: More AIX lore.
14239      Branch: perl
14240            ! ext/re/hints/aix.pl
14241 ____________________________________________________________________________
14242 [  7513] By: jhi                                   on 2000/11/01  14:48:30
14243         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
14244              From: root <root@chronos.fi.muni.cz>
14245              Date: Wed, 1 Nov 2000 12:31:32 +0100
14246              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
14247      Branch: perl
14248            ! lib/Net/Ping.pm
14249 ____________________________________________________________________________
14250 [  7512] By: jhi                                   on 2000/11/01  14:46:47
14251         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
14252              From: Martin Husemann <martin@duskware.de>
14253              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
14254              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
14255      Branch: perl
14256            ! regcomp.c
14257 ____________________________________________________________________________
14258 [  7511] By: jhi                                   on 2000/11/01  14:39:50
14259         Log: AUTHORS updates.
14260      Branch: perl
14261            ! AUTHORS
14262 ____________________________________________________________________________
14263 [  7510] By: jhi                                   on 2000/11/01  14:29:50
14264         Log: Subject: [PATCH] startperl to respect versiononly
14265              From: Robin Barker <rmb1@cise.npl.co.uk> 
14266              Date: Tue, 31 Oct 2000 16:29:36 GMT
14267              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
14268      Branch: metaconfig/U/perl
14269            ! startperl.U
14270      Branch: perl
14271            ! Configure config_h.SH
14272 ____________________________________________________________________________
14273 [  7509] By: jhi                                   on 2000/11/01  14:19:53
14274         Log: printf UVs the correct way, noticed by Robin Barker.
14275      Branch: perl
14276            ! utf8.c
14277 ____________________________________________________________________________
14278 [  7508] By: jhi                                   on 2000/11/01  14:10:03
14279         Log: Do not cleanup *% because the % has special meanings in some
14280              shell environments.
14281      Branch: perl
14282            ! ext/Storable/Makefile.PL
14283 ____________________________________________________________________________
14284 [  7507] By: jhi                                   on 2000/11/01  14:06:00
14285         Log: The NonStop-UX libraries have a novel way to say NaN.
14286      Branch: perl
14287            ! t/lib/bigfltpm.t
14288 ____________________________________________________________________________
14289 [  7506] By: jhi                                   on 2000/11/01  14:03:35
14290         Log: The osname has been lowercased by now, from Tom Bates.
14291      Branch: metaconfig
14292            ! U/modified/Oldconfig.U
14293      Branch: perl
14294            ! Configure config_h.SH
14295 ____________________________________________________________________________
14296 [  7505] By: jhi                                   on 2000/10/31  19:18:39
14297         Log: The compiler is either gcc or cc, from Tom Bates.
14298      Branch: perl
14299            ! hints/nonstopux.sh
14300 ____________________________________________________________________________
14301 [  7504] By: jhi                                   on 2000/10/31  14:53:42
14302         Log: Update Changes.
14303      Branch: perl
14304            ! Changes patchlevel.h
14305 ____________________________________________________________________________
14306 [  7503] By: jhi                                   on 2000/10/31  14:30:50
14307         Log: Whitespace style tweak.  Was originally going to see to
14308              
14309              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
14310              From: Joe Smith <jms@inwap.com>
14311              Date: Mon, 30 Oct 2000 18:47:57 -0800
14312              Message-Id: <39FE32DD.24AAC4D@inwap.com>
14313              
14314              but that had already been taken care of.
14315      Branch: metaconfig
14316            ! U/compline/d_stdstdio.U
14317      Branch: perl
14318            ! Configure config_h.SH
14319 ____________________________________________________________________________
14320 [  7502] By: jhi                                   on 2000/10/31  14:25:02
14321         Log: AUTHORS tweaks.
14322      Branch: perl
14323            ! AUTHORS
14324 ____________________________________________________________________________
14325 [  7501] By: jhi                                   on 2000/10/31  14:23:59
14326         Log: Subject: perlfaq style changes
14327              From: John Borwick <jhborwic@unity.ncsu.edu>
14328              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
14329              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
14330      Branch: perl
14331            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14332            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14333            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14334            ! pod/perlfaq9.pod
14335 ____________________________________________________________________________
14336 [  7500] By: jhi                                   on 2000/10/31  14:22:15
14337         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
14338              
14339              Subject: Re: [ID 20000918.005] ~ on wide chars
14340              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14341              Date: Mon, 30 Oct 2000 21:09:55 -0800
14342              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
14343              
14344              (The ord() part of the patch skipped.)
14345      Branch: perl
14346            ! doop.c
14347 ____________________________________________________________________________
14348 [  7499] By: jhi                                   on 2000/10/31  14:20:08
14349         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
14350              From: Jens Hamisch <jens@Strawberry.COM>
14351              Date: Mon, 30 Oct 2000 15:17:07 +0100
14352              Message-Id: <20001030151707.A9597@Strawberry.COM>
14353      Branch: perl
14354            ! av.c
14355 ____________________________________________________________________________
14356 [  7498] By: jhi                                   on 2000/10/31  14:16:29
14357         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
14358              From: Peter Prymmer <pvhp@forte.com>
14359              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
14360              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
14361      Branch: perl
14362            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
14363            + ext/Encode/Encode/posix-bc.enc
14364            ! MANIFEST t/lib/encode.t
14365 ____________________________________________________________________________
14366 [  7497] By: jhi                                   on 2000/10/31  14:13:22
14367         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
14368              From: Peter Prymmer <pvhp@forte.com>
14369              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
14370              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
14371      Branch: perl
14372            ! t/lib/cgi-html.t
14373 ____________________________________________________________________________
14374 [  7496] By: jhi                                   on 2000/10/31  14:12:05
14375         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
14376              From: Peter Prymmer <pvhp@forte.com>
14377              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
14378              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
14379      Branch: perl
14380            ! t/lib/cgi-function.t
14381 ____________________________________________________________________________
14382 [  7495] By: jhi                                   on 2000/10/31  14:11:08
14383         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
14384              From: Peter Prymmer <pvhp@forte.com>
14385              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
14386              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
14387      Branch: perl
14388            + ext/re/hints/aix.pl
14389            ! MANIFEST ext/re/Makefile.PL
14390 ____________________________________________________________________________
14391 [  7494] By: jhi                                   on 2000/10/31  14:08:32
14392         Log: Use Errno magic.
14393              
14394              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
14395              From: Casey Tweten <perl@ctweten.amsite.com>
14396              Date: Mon, 30 Oct 2000 15:51:17 -0500
14397              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
14398      Branch: perl
14399            ! lib/File/Temp.pm
14400 ____________________________________________________________________________
14401 [  7493] By: jhi                                   on 2000/10/31  14:05:07
14402         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
14403              
14404              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
14405              From: Nicholas Clark <nick@ccl4.org>
14406              Date: Mon, 30 Oct 2000 17:38:45 +0000
14407              Message-ID: <20001030173845.O60355@plum.flirble.org>
14408      Branch: perl
14409            ! Makefile.SH utils/perlbug.PL
14410 ____________________________________________________________________________
14411 [  7492] By: nick                                  on 2000/10/30  19:37:23
14412         Log: Change files which are mysteriously different to mainline to be
14413              copies of mainline.
14414      Branch: perlio
14415            ! objXSUB.h perlapi.c pod/perlapi.pod
14416 ____________________________________________________________________________
14417 [  7491] By: nick                                  on 2000/10/30  18:05:54
14418         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
14419              - typo in endian code in putc.
14420              - Don't allow read of write-only files and vice-versa
14421              - and off-by-one in flush-all loop.
14422              Remove debug calls as they were using GCC specific features.
14423      Branch: perlio
14424            ! perlio.c
14425 ____________________________________________________________________________
14426 [  7490] By: nick                                  on 2000/10/29  21:45:45
14427         Log: Integrate mainline to perlio
14428      Branch: perlio
14429           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
14430           !> toke.c
14431 ____________________________________________________________________________
14432 [  7489] By: jhi                                   on 2000/10/29  21:11:08
14433         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
14434              From: andreas.koenig@anima.de (Andreas J. Koenig)
14435              Date: 29 Oct 2000 22:05:59 +0100
14436              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
14437      Branch: perl
14438            ! lib/ExtUtils/Manifest.pm
14439 ____________________________________________________________________________
14440 [  7488] By: jhi                                   on 2000/10/29  21:07:47
14441         Log: Tests for #7487.
14442              
14443              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
14444              From: andreas.koenig@anima.de (Andreas J. Koenig)
14445              Date: 29 Oct 2000 19:37:09 +0100
14446              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
14447      Branch: perl
14448            ! t/comp/proto.t
14449 ____________________________________________________________________________
14450 [  7487] By: jhi                                   on 2000/10/29  21:06:27
14451         Log: constsub spillage.
14452              
14453              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
14454              From: John Tobey <jtobey@john-edwin-tobey.org>
14455              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
14456              Message-Id: <m13pvSr-000FObC@feynman.localnet>
14457      Branch: perl
14458            ! op.c
14459 ____________________________________________________________________________
14460 [  7486] By: nick                                  on 2000/10/29  21:05:04
14461         Log: Integrate mainline to perlio branch
14462      Branch: perlio
14463           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
14464           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
14465           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
14466           +> vos/install_perl.cm
14467            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
14468            - vos/config.h vos/config_h.SH_orig
14469           !> (integrate 141 files)
14470 ____________________________________________________________________________
14471 [  7485] By: jhi                                   on 2000/10/29  21:00:47
14472         Log: Make \x{...} consistently produce UTF-8.
14473              
14474              Subject: Re: \x{...} is confused 
14475              From: Simon Cozens <simon@cozens.net>
14476              Date: Sun, 29 Oct 2000 19:36:48 +0000
14477              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
14478      Branch: perl
14479            ! t/pragma/utf8.t toke.c
14480 ____________________________________________________________________________
14481 [  7484] By: nick                                  on 2000/10/29  20:05:29
14482         Log: PerlIO passes all tests.
14483      Branch: perlio
14484            ! perlio.c
14485 ____________________________________________________________________________
14486 [  7483] By: jhi                                   on 2000/10/29  18:06:55
14487         Log: Update Changes.
14488      Branch: perl
14489            ! Changes patchlevel.h
14490 ____________________________________________________________________________
14491 [  7482] By: nick                                  on 2000/10/29  17:43:28
14492         Log: Include <unistd.h> to get correct lseek() prototype etc.
14493              (I thought perl.h did that) - down to two fails
14494              - comp/require.t (last test)
14495              - lib/io_xs.t - possibly import/export of FILE * ?
14496      Branch: perlio
14497            ! perlio.c
14498 ____________________________________________________________________________
14499 [  7481] By: jhi                                   on 2000/10/29  17:02:37
14500         Log: UTF-8 decoder tweak.
14501      Branch: perl
14502            ! utf8.c
14503 ____________________________________________________________________________
14504 [  7480] By: nick                                  on 2000/10/29  16:26:11
14505         Log: Fixed two bugs:
14506              - error code not being set on close (of broken pipe)
14507              - append mode was truncating.
14508              At least one seek/tell bug remains.
14509      Branch: perlio
14510            ! perlio.c
14511 ____________________________________________________________________________
14512 [  7479] By: nick                                  on 2000/10/29  11:18:16
14513         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
14514              in case of accidents. Still several worrying fails, no line disciplines yet.
14515      Branch: perlio
14516            ! iperlsys.h perlio.c
14517 ____________________________________________________________________________
14518 [  7478] By: jhi                                   on 2000/10/29  02:04:01
14519         Log: Add also emailless people.
14520      Branch: perl
14521            ! AUTHORS
14522 ____________________________________________________________________________
14523 [  7477] By: jhi                                   on 2000/10/29  01:36:00
14524         Log: The #7476 needs a MANIFEST change, too.
14525      Branch: perl
14526            ! MANIFEST
14527 ____________________________________________________________________________
14528 [  7476] By: jhi                                   on 2000/10/29  01:35:21
14529         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
14530      Branch: perl
14531            - MAINTAIN
14532            ! AUTHORS Changes
14533 ____________________________________________________________________________
14534 [  7475] By: jhi                                   on 2000/10/28  23:57:25
14535         Log: De-quoted-unreadable to ISO Latin 1.
14536              (There's one ISO-2022-JP name in Changes5.004.)
14537      Branch: perl
14538            ! Changes Changes5.6
14539 ____________________________________________________________________________
14540 [  7474] By: jhi                                   on 2000/10/28  19:13:06
14541         Log: Subject: [ID 20001027.007] uniq array in perlfaq
14542              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
14543              Date: Fri, 27 Oct 2000 19:28:30 +0200
14544              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
14545      Branch: perl
14546            ! pod/perlfaq4.pod
14547 ____________________________________________________________________________
14548 [  7473] By: jhi                                   on 2000/10/28  18:02:05
14549         Log: Locking null mutexes is not recommendable.
14550              
14551              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
14552              From: Hugo <hv@crypt.compulink.co.uk>
14553              Date: Sat, 28 Oct 2000 18:41:12 +0100
14554              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
14555      Branch: perl
14556            ! op.c
14557 ____________________________________________________________________________
14558 [  7472] By: jhi                                   on 2000/10/28  17:52:58
14559         Log: Better create a true mailing list for the repository keepers.
14560      Branch: perl
14561            ! Porting/repository.pod
14562 ____________________________________________________________________________
14563 [  7471] By: jhi                                   on 2000/10/28  17:28:24
14564         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
14565              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
14566      Branch: perl
14567            + Porting/repository.pod
14568            ! MANIFEST
14569 ____________________________________________________________________________
14570 [  7470] By: jhi                                   on 2000/10/28  17:20:54
14571         Log: Subject: DOC PATCH 5.6.0
14572              From: mjd@plover.com
14573              Date: 27 Oct 2000 17:32:44 -0000
14574              Message-ID: <20001027173244.23754.qmail@plover.com>
14575      Branch: perl
14576            ! pod/perlfunc.pod
14577 ____________________________________________________________________________
14578 [  7469] By: jhi                                   on 2000/10/28  17:16:45
14579         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
14580              From: "Peter J. Farley III" <pjfarley@banet.net>
14581              Date: Fri, 27 Oct 2000 20:32:56 -0400
14582              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
14583      Branch: perl
14584            ! README.dos
14585 ____________________________________________________________________________
14586 [  7468] By: jhi                                   on 2000/10/28  17:07:18
14587         Log: Make target reordering to avoid pointless re-makes.
14588              
14589              Subject: Re: Total re-make of 'make okfile' after 7451 ?
14590              From: Nicholas Clark <nick@ccl4.org>
14591              Date: Sat, 28 Oct 2000 00:31:02 +0100
14592              Message-ID: <20001028003101.A54517@plum.flirble.org>
14593      Branch: perl
14594            ! Makefile.SH
14595 ____________________________________________________________________________
14596 [  7467] By: jhi                                   on 2000/10/28  17:05:31
14597         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
14598              From: lvirden@cas.org
14599              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
14600              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
14601      Branch: perl
14602            ! README.os2
14603 ____________________________________________________________________________
14604 [  7466] By: jhi                                   on 2000/10/28  16:09:16
14605         Log: Upgrade to CPAN 1.58_55.
14606              
14607              Subject: CPAN.pm status
14608              From: andreas.koenig@anima.de (Andreas J. Koenig) 
14609              Date: 28 Oct 2000 08:18:00 +0200 
14610              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
14611      Branch: perl
14612            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14613 ____________________________________________________________________________
14614 [  7465] By: jhi                                   on 2000/10/28  16:02:47
14615         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
14616      Branch: perl
14617            ! embed.h embed.pl perl.h proto.h toke.c
14618 ____________________________________________________________________________
14619 [  7464] By: nick                                  on 2000/10/28  10:43:44
14620         Log: Fix for sv_2iv() on "shared" value from keys %hash.
14621      Branch: perl
14622            ! sv.c
14623 ____________________________________________________________________________
14624 [  7463] By: jhi                                   on 2000/10/27  16:18:29
14625         Log: Update Changes.
14626      Branch: perl
14627            ! Changes patchlevel.h
14628 ____________________________________________________________________________
14629 [  7462] By: jhi                                   on 2000/10/27  16:17:44
14630         Log: Too enthusiastic editing in #7460.
14631      Branch: metaconfig
14632            ! U/modified/Oldsym.U
14633      Branch: perl
14634            ! Configure config_h.SH
14635 ____________________________________________________________________________
14636 [  7461] By: jhi                                   on 2000/10/27  15:37:38
14637         Log: Retract #7459, the script needs more work.
14638      Branch: perl
14639            - mkreef
14640            ! MANIFEST
14641 ____________________________________________________________________________
14642 [  7460] By: jhi                                   on 2000/10/27  15:23:14
14643         Log: Use $sort, $uniq (and $tr) consistently as wondered
14644              by Nicholas Clark.
14645      Branch: metaconfig
14646            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
14647            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
14648            ! U/modified/libc.U
14649      Branch: perl
14650            ! Configure config_h.SH
14651 ____________________________________________________________________________
14652 [  7459] By: jhi                                   on 2000/10/27  15:02:07
14653         Log: (Retracted by #7461)
14654              
14655              Add a shell script for creating/removing symbolic link farms,
14656              useful for keeping the source code read-only and doing the
14657              builds somewhere else.
14658      Branch: perl
14659            + mkreef
14660            ! MANIFEST
14661 ____________________________________________________________________________
14662 [  7458] By: jhi                                   on 2000/10/27  14:42:20
14663         Log: Do away with the fix_pl.
14664      Branch: perl
14665            - fix_pl
14666            ! MANIFEST Makefile.SH
14667 ____________________________________________________________________________
14668 [  7457] By: jhi                                   on 2000/10/27  12:43:13
14669         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
14670              From: Jens Hamisch <jens@Strawberry.COM>
14671              Date: Fri, 27 Oct 2000 14:38:21 +0200
14672              Message-Id: <20001027143821.B3366@Strawberry.COM>
14673      Branch: perl
14674            ! perl.h
14675 ____________________________________________________________________________
14676 [  7456] By: jhi                                   on 2000/10/27  12:33:42
14677         Log: Subject: [PATCH] todo
14678              From: Nicholas Clark <nick@ccl4.org>
14679              Date: Thu, 26 Oct 2000 22:32:29 +0100
14680              Message-ID: <20001026223229.A44540@plum.flirble.org>
14681      Branch: perl
14682            ! pod/perltodo.pod
14683 ____________________________________________________________________________
14684 [  7455] By: jhi                                   on 2000/10/27  12:02:21
14685         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
14686              From: John Tobey <jtobey@john-edwin-tobey.org>
14687              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
14688              Message-Id: <m13ozHF-000FObC@feynman.localnet>
14689      Branch: perl
14690            ! op.c t/pragma/sub_lval.t
14691 ____________________________________________________________________________
14692 [  7454] By: jhi                                   on 2000/10/27  11:59:42
14693         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
14694              From: sthoenna@efn.org
14695              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
14696              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
14697      Branch: perl
14698            ! pp.c t/op/assignwarn.t
14699 ____________________________________________________________________________
14700 [  7453] By: jhi                                   on 2000/10/27  00:15:08
14701         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
14702      Branch: perl
14703            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14704            ! ext/Storable/Storable.xs t/lib/st-lock.t
14705 ____________________________________________________________________________
14706 [  7452] By: jhi                                   on 2000/10/26  13:05:52
14707         Log: Undo #7451, this seems to be a deficiency in Perforce,
14708              there is no per-file line-terminator type, only per-client.
14709      Branch: perl
14710            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
14711            ! win32/makefile.mk
14712 ____________________________________________________________________________
14713 [  7451] By: jhi                                   on 2000/10/26  04:56:03
14714         Log: Experimenting in DOS arcana.
14715      Branch: perl
14716            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
14717            ! win32/makefile.mk
14718 ____________________________________________________________________________
14719 [  7450] By: jhi                                   on 2000/10/26  04:50:52
14720         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
14721              From: "Peter J. Farley III" <pjfarley@banet.net>            
14722              Date: Wed, 25 Oct 2000 23:10:18 -0400
14723              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
14724      Branch: perl
14725            ! t/io/open.t
14726 ____________________________________________________________________________
14727 [  7449] By: jhi                                   on 2000/10/26  04:49:16
14728         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
14729              From: Hugo <hv@crypt.compulink.co.uk>
14730              Date: Thu, 26 Oct 2000 01:55:17 +0100
14731              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
14732              
14733              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
14734      Branch: perl
14735            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
14736 ____________________________________________________________________________
14737 [  7448] By: jhi                                   on 2000/10/26  04:38:36
14738         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
14739              From: Peter Prymmer <pvhp@forte.com>
14740              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
14741              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
14742      Branch: perl
14743            ! configure.com
14744 ____________________________________________________________________________
14745 [  7447] By: jhi                                   on 2000/10/25  23:20:02
14746         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
14747              in platforms that strictly require all the symbols being present
14748              at link time.
14749      Branch: perl
14750            ! handy.h
14751 ____________________________________________________________________________
14752 [  7446] By: jhi                                   on 2000/10/25  21:55:57
14753         Log: Update Changes.
14754      Branch: perl
14755            ! Changes patchlevel.h
14756 ____________________________________________________________________________
14757 [  7445] By: jhi                                   on 2000/10/25  21:27:08
14758         Log: Integrate with vmsperl #7430 by Charles Bailey:
14759              
14760              Cleanup from prior patch (Charles Lane?):
14761              - improve handling of MFDs in Basename and Path
14762              - default to no xsubpp line # munging when building debug images
14763      Branch: perl
14764           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
14765 ____________________________________________________________________________
14766 [  7444] By: jhi                                   on 2000/10/25  21:03:50
14767         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
14768              From: John Peacock <JPeacock@UnivPress.com>
14769              Date: Thu, 18 May 2000 11:55:27 -0400
14770              Message-ID: <3924126F.A58BE57A@UnivPress.com>
14771      Branch: perl
14772            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
14773            ! t/op/write.t
14774 ____________________________________________________________________________
14775 [  7443] By: jhi                                   on 2000/10/25  20:43:10
14776         Log: Temporary stopgap for the self-tying issue: for now only
14777              array and hash self-ties are verboten.  The real fix, of
14778              course, would be to comprehensively test (and implement?)
14779              and debug (and document) self-ties.
14780      Branch: perl
14781            ! pod/perldiag.pod pp_sys.c t/op/tie.t
14782 ____________________________________________________________________________
14783 [  7442] By: jhi                                   on 2000/10/25  20:14:30
14784         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
14785              From: Dan Sugalski <dan@sidhe.org>
14786              Date: Wed, 25 Oct 2000 13:36:35 -0400
14787              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
14788              
14789              plus regen global.sym.
14790      Branch: perl
14791            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
14792            ! thrdvar.h util.c
14793 ____________________________________________________________________________
14794 [  7441] By: jhi                                   on 2000/10/25  20:12:20
14795         Log: buildtoc target tweaks.
14796      Branch: perl
14797            ! pod/Makefile.SH
14798 ____________________________________________________________________________
14799 [  7440] By: jhi                                   on 2000/10/25  20:03:53
14800         Log: A new version of making the syslog test more robust.
14801              (Replaces #7421.)
14802              
14803              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
14804              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14805              Date: Wed, 25 Oct 2000 12:13:54 -0400
14806              Message-ID: <20001025121354.B2264@O2.chapin.edu>
14807      Branch: perl
14808            ! t/lib/syslog.t
14809 ____________________________________________________________________________
14810 [  7439] By: jhi                                   on 2000/10/25  20:00:48
14811         Log: Continue the internal UTF-8 API tweaking.
14812              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
14813              used much more than the simpler API, now called utf8_to_uv_simple().
14814              Still not quite happy with API, too much partial duplication
14815              of functionality.
14816      Branch: perl
14817            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
14818            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
14819            ! regcomp.c regexec.c sv.c toke.c utf8.c
14820 ____________________________________________________________________________
14821 [  7438] By: jhi                                   on 2000/10/25  18:52:30
14822         Log: Allow poking holes at the UTF-8 decoding strictness.
14823      Branch: perl
14824            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
14825            ! utf8.h
14826 ____________________________________________________________________________
14827 [  7437] By: jhi                                   on 2000/10/25  13:53:05
14828         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
14829              UTF8LEN() and UTF8SKIP(). 
14830      Branch: perl
14831            ! pp.c utf8.c utf8.h
14832 ____________________________________________________________________________
14833 [  7436] By: jhi                                   on 2000/10/25  13:51:37
14834         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
14835              From: Nicholas Clark <nick@ccl4.org>
14836              Date: Wed, 25 Oct 2000 14:44:05 +0100
14837              Message-ID: <20001025144404.D27253@plum.flirble.org>
14838      Branch: perl
14839            ! pod/perlrun.pod
14840 ____________________________________________________________________________
14841 [  7435] By: jhi                                   on 2000/10/25  13:49:32
14842         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
14843              From: Mike Guy <mjtg@cam.ac.uk>
14844              Date: Tue, 24 Oct 2000 14:59:40 +0100
14845              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
14846      Branch: perl
14847            ! scope.c
14848 ____________________________________________________________________________
14849 [  7434] By: jhi                                   on 2000/10/25  13:48:41
14850         Log: AIX is picky about its symbol exports.  Solution for now
14851              is to include the deb.o explicitly to the re extension build.
14852              
14853              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
14854              From: Peter Prymmer <pvhp@forte.com>
14855              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
14856              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
14857      Branch: perl
14858            ! ext/re/Makefile.PL hints/aix.sh
14859 ____________________________________________________________________________
14860 [  7433] By: jhi                                   on 2000/10/25  13:46:49
14861         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
14862              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14863              Date: Wed, 25 Oct 2000 12:02:20 +0200
14864              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
14865      Branch: perl
14866            ! perlsdio.h
14867 ____________________________________________________________________________
14868 [  7432] By: jhi                                   on 2000/10/25  13:44:28
14869         Log: Subject: Minor update to find2perl, for portability
14870              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
14871              Date: Wed, 25 Oct 2000 12:05:47 +0100
14872              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
14873      Branch: perl
14874            ! x2p/find2perl.PL
14875 ____________________________________________________________________________
14876 [  7431] By: jhi                                   on 2000/10/25  13:40:39
14877         Log: Add targets to Makefile.SH, most importantly
14878              'regen_all' which also remembers to update vms/perly*.
14879      Branch: perl
14880            ! Makefile.SH
14881 ____________________________________________________________________________
14882 [  7430] By: bailey                                on 2000/10/25  03:13:53
14883         Log: Cleanup from prior patch (Charles Lane?):
14884              - improve handling of MFDs in Basename and Path
14885              - default to no xsubpp line # munging when building debug images
14886      Branch: vmsperl
14887            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
14888 ____________________________________________________________________________
14889 [  7429] By: jhi                                   on 2000/10/24  20:03:40
14890         Log: Podify README.epoc and README.vos.
14891      Branch: perl
14892            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
14893            ! pod/perlport.pod pod/perltoc.pod
14894 ____________________________________________________________________________
14895 [  7428] By: jhi                                   on 2000/10/24  19:10:33
14896         Log: Stratus VOS updates from Paul Green.
14897      Branch: perl
14898            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14899            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
14900            - vos/config.def vos/config.h vos/config_h.SH_orig
14901            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
14902            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
14903 ____________________________________________________________________________
14904 [  7427] By: jhi                                   on 2000/10/24  18:59:48
14905         Log: Check if stdio supports tweaking lval and cnt simultaneously.
14906              
14907              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
14908              From: Nicholas Clark <nick@ccl4.org>
14909              Date: Mon, 23 Oct 2000 15:39:32 +0100
14910              Message-ID: <20001023153932.A10786@plum.flirble.org>
14911      Branch: metaconfig
14912            ! U/compline/d_stdstdio.U
14913      Branch: perl
14914            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14915            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
14916            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
14917            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
14918            ! vos/config.h vos/config_h.SH_orig win32/config.bc
14919            ! win32/config.gc win32/config.vc
14920 ____________________________________________________________________________
14921 [  7426] By: jhi                                   on 2000/10/24  17:57:44
14922         Log: Missed the header file changes from #7425.
14923      Branch: perl
14924            ! embed.h embed.pl objXSUB.h proto.h
14925 ____________________________________________________________________________
14926 [  7425] By: jhi                                   on 2000/10/24  17:55:17
14927         Log: Fix the bug reported in
14928              
14929              From: andreas.koenig@anima.de (Andreas J. Koenig)
14930              Subject: Encode bug?
14931              Date: 24 Oct 2000 14:01:26 +0200 
14932              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
14933              
14934              Also make is_utf8_char() stricter.
14935      Branch: perl
14936            ! ext/Encode/Encode.xs utf8.c
14937 ____________________________________________________________________________
14938 [  7424] By: jhi                                   on 2000/10/24  15:15:39
14939         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
14940              From: Peter Scott <Peter@PSDT.com>
14941              Date: Mon, 23 Oct 2000 19:46:01 -0700
14942              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
14943      Branch: perl
14944            ! pod/perlfaq5.pod
14945 ____________________________________________________________________________
14946 [  7423] By: jhi                                   on 2000/10/24  14:25:30
14947         Log: Test tweak to avoid pulling in the whole Config.
14948      Branch: perl
14949            ! t/lib/st-lock.t
14950 ____________________________________________________________________________
14951 [  7422] By: jhi                                   on 2000/10/24  14:03:16
14952         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
14953      Branch: perl
14954            ! pp.c
14955 ____________________________________________________________________________
14956 [  7421] By: jhi                                   on 2000/10/24  13:32:09
14957         Log: (Replaced by #7440.)
14958              
14959              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
14960              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14961              Date: Mon, 23 Oct 2000 16:40:54 -0400
14962              Message-ID: <20001023164054.B14491@O2.chapin.edu>
14963      Branch: perl
14964            ! t/lib/syslog.t
14965 ____________________________________________________________________________
14966 [  7420] By: jhi                                   on 2000/10/24  13:30:53
14967         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
14968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14969              Date: Mon, 23 Oct 2000 17:29:03 -0400
14970              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
14971      Branch: perl
14972            ! lib/ExtUtils/MM_Unix.pm
14973 ____________________________________________________________________________
14974 [  7419] By: jhi                                   on 2000/10/24  13:29:57
14975         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
14976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14977              Date: Mon, 23 Oct 2000 19:01:32 -0400
14978              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
14979      Branch: perl
14980            ! utils/h2xs.PL
14981 ____________________________________________________________________________
14982 [  7418] By: jhi                                   on 2000/10/24  13:26:04
14983         Log: Replace #7409 with
14984              
14985              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
14986              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14987              Date: Mon, 23 Oct 2000 20:08:56 +0200
14988              Message-ID: <20001023200855.A14850@nice.ram.loc>
14989      Branch: perl
14990            ! ext/Storable/Storable.pm t/lib/st-lock.t
14991 ____________________________________________________________________________
14992 [  7417] By: jhi                                   on 2000/10/24  13:17:52
14993         Log: Run vms/vms_yfix.pl, should have done that after changing
14994              perly.c in #7382.
14995      Branch: perl
14996            ! vms/perly_c.vms vms/perly_h.vms
14997 ____________________________________________________________________________
14998 [  7416] By: jhi                                   on 2000/10/24  02:55:33
14999         Log: Make the UTF-8 decoding stricter and more verbose when
15000              malformation happens.  This involved adding an argument
15001              to utf8_to_uv_chk(), which involved changing its prototype,
15002              and prefer STRLEN over I32 for the UTF-8 length, which as
15003              a domino effect necessitated changing the prototypes of
15004              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
15005              The stricter UTF-8 decoding checking uses Markus Kuhn's
15006              UTF-8 Decode Stress Tester from
15007              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
15008      Branch: perl
15009            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
15010            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
15011            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
15012            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
15013 ____________________________________________________________________________
15014 [  7415] By: jhi                                   on 2000/10/23  14:06:06
15015         Log: Update Changes.
15016      Branch: perl
15017            ! Changes patchlevel.h
15018 ____________________________________________________________________________
15019 [  7414] By: jhi                                   on 2000/10/23  12:39:52
15020         Log: Undo the basename() part of #7412 since the lib/basename
15021              tests would need upgrading too.
15022      Branch: perl
15023            ! lib/File/Basename.pm
15024 ____________________________________________________________________________
15025 [  7413] By: jhi                                   on 2000/10/23  12:19:27
15026         Log: Document PERL_INSTALL_ROOT of #7210.
15027      Branch: perl
15028            ! lib/ExtUtils/Install.pm
15029 ____________________________________________________________________________
15030 [  7412] By: jhi                                   on 2000/10/23  12:16:47
15031         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
15032      Branch: perl
15033            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
15034            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
15035 ____________________________________________________________________________
15036 [  7411] By: jhi                                   on 2000/10/23  12:07:41
15037         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
15038              From: Prymmer/Kahn <pvhp@best.com>
15039              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
15040              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
15041      Branch: perl
15042            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
15043 ____________________________________________________________________________
15044 [  7410] By: jhi                                   on 2000/10/23  04:10:11
15045         Log: The change #7187 was not so good on VMS.
15046              
15047              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
15048              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15049              Date: Sun, 22 Oct 2000 23:03:08 -0500
15050              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
15051      Branch: perl
15052            ! utils/perldoc.PL
15053 ____________________________________________________________________________
15054 [  7409] By: jhi                                   on 2000/10/23  03:57:36
15055         Log: Avoid Storable locking on DJGPP for now.
15056              
15057              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
15058              From: "Peter J. Farley III" <pjfarley@banet.net>
15059              Date: Sun, 22 Oct 2000 20:00:00 -0400
15060              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
15061      Branch: perl
15062            ! ext/Storable/Storable.pm t/lib/st-lock.t
15063 ____________________________________________________________________________
15064 [  7408] By: jhi                                   on 2000/10/23  03:50:24
15065         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
15066              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15067              Date: Sun, 22 Oct 2000 21:12:22 -0400
15068              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
15069      Branch: perl
15070            ! lib/vars.pm
15071 ____________________________________________________________________________
15072 [  7407] By: jhi                                   on 2000/10/23  03:43:12
15073         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
15074              From: Hugo <hv@crypt.compulink.co.uk>
15075              Date: Mon, 23 Oct 2000 00:47:22 +0100
15076              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
15077      Branch: perl
15078            ! regexec.c t/op/pat.t
15079 ____________________________________________________________________________
15080 [  7406] By: jhi                                   on 2000/10/23  03:40:29
15081         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
15082      Branch: perl
15083            ! lib/ExtUtils/MakeMaker.pm
15084 ____________________________________________________________________________
15085 [  7405] By: jhi                                   on 2000/10/22  21:32:00
15086         Log: Doc patch.
15087              
15088              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
15089              From: rspier@pobox.com (Robert Spier)
15090              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
15091              Message-ID: <14835.16112.13457.447971@rls.cx>
15092      Branch: perl
15093            ! lib/strict.pm
15094 ____________________________________________________________________________
15095 [  7404] By: jhi                                   on 2000/10/22  21:30:51
15096         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
15097              From: rspier@pobox.com (Robert Spier)
15098              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
15099              Message-ID: <14835.17223.72448.705566@rls.cx>
15100      Branch: perl
15101            ! lib/ExtUtils/MakeMaker.pm
15102 ____________________________________________________________________________
15103 [  7403] By: jhi                                   on 2000/10/22  21:24:11
15104         Log: Subject: [PATCH bleadperl] ripples from constsub patch
15105              From: John Tobey <jtobey@john-edwin-tobey.org>
15106              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
15107              Message-Id: <m13nSOB-000FObC@feynman.localnet>
15108      Branch: perl
15109            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
15110 ____________________________________________________________________________
15111 [  7402] By: jhi                                   on 2000/10/22  20:59:35
15112         Log: Support s?printf parameter reordering.
15113      Branch: perl
15114            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
15115 ____________________________________________________________________________
15116 [  7401] By: jhi                                   on 2000/10/22  19:19:14
15117         Log: Expand %Config variables only if explicitly so requested
15118              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
15119              
15120              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
15121              From: Gurusamy Sarathy <gsar@ActiveState.com>
15122              Date: Sun, 22 Oct 2000 11:47:32 -0700
15123              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
15124      Branch: perl
15125            ! Makefile.SH lib/lib_pm.PL
15126 ____________________________________________________________________________
15127 [  7400] By: jhi                                   on 2000/10/22  18:24:10
15128         Log: Move the #7390 test from warn/op to comp/redef.
15129              
15130              Subject: Re: Creating const subs for constants.
15131              From: John Tobey <jtobey@john-edwin-tobey.org>
15132              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
15133              Message-Id: <m13nG72-000FObC@feynman.localnet>               
15134      Branch: perl
15135            ! t/comp/redef.t t/pragma/warn/op
15136 ____________________________________________________________________________
15137 [  7399] By: jhi                                   on 2000/10/22  17:49:59
15138         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
15139              From: Nicholas Clark <nick@ccl4.org>
15140              Date: Sat, 21 Oct 2000 22:23:19 +0100
15141              Message-ID: <20001021222319.B45586@plum.flirble.org>
15142      Branch: perl
15143            ! ext/DynaLoader/DynaLoader_pm.PL
15144 ____________________________________________________________________________
15145 [  7398] By: jhi                                   on 2000/10/22  17:47:35
15146         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
15147              From: Hugo <hv@crypt.compulink.co.uk>
15148              Date: Sat, 21 Oct 2000 18:19:59 +0100
15149              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
15150      Branch: perl
15151            ! ext/B/B.pm ext/B/B/C.pm
15152 ____________________________________________________________________________
15153 [  7397] By: jhi                                   on 2000/10/22  17:35:18
15154         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
15155              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15156              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
15157              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
15158      Branch: perl
15159            ! hints/openbsd.sh
15160 ____________________________________________________________________________
15161 [  7396] By: jhi                                   on 2000/10/22  17:19:46
15162         Log: Subject: installman go-faster stripes
15163              From: Nicholas Clark <nick@talking.bollo.cx>
15164              Date: Sat, 21 Oct 2000 17:24:53 +0100
15165              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
15166              
15167              Subject: Re: installman go-faster stripes
15168              From: Russ Allbery <rra@stanford.edu>
15169              Date: 21 Oct 2000 11:04:13 -0700
15170              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
15171      Branch: perl
15172            ! installman pod/pod2man.PL
15173 ____________________________________________________________________________
15174 [  7395] By: jhi                                   on 2000/10/22  17:17:35
15175         Log: Hints tweak from Anton Berezin.
15176      Branch: perl
15177            ! hints/freebsd.sh
15178 ____________________________________________________________________________
15179 [  7394] By: jhi                                   on 2000/10/22  04:50:04
15180         Log: Tweak the Is* definitions of Unicode character classes
15181              to better match the official categorizations; embrace
15182              the official categorizations; add the combining marks
15183              as alpha (and -numeric); fix DCinital (a typo and edito)
15184              to be DCmedial.
15185      Branch: perl
15186            + lib/unicode/Is/DCmedial.pl
15187            - lib/unicode/Is/DCinital.pl
15188            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
15189            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
15190            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
15191            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
15192 ____________________________________________________________________________
15193 [  7393] By: jhi                                   on 2000/10/21  18:06:05
15194         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
15195              From: Daniel Chetlin <daniel@chetlin.com>
15196              Date: Sat, 21 Oct 2000 02:57:03 -0700
15197              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
15198      Branch: perl
15199            + t/lib/tie-splice.t
15200            ! MANIFEST lib/Tie/Array.pm
15201 ____________________________________________________________________________
15202 [  7392] By: gsar                                  on 2000/10/21  18:05:15
15203         Log: resync utfperl branch with mainline
15204      Branch: utfperl
15205           !> (integrate 1760 files)
15206 ____________________________________________________________________________
15207 [  7391] By: jhi                                   on 2000/10/21  14:37:49
15208         Log: Testcases for a #7383,#7385 related bug.
15209              
15210              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
15211              From: Nicholas Clark <nick@ccl4.org>
15212              Date: Sat, 21 Oct 2000 15:04:51 +0100
15213              Message-ID: <20001021150451.A51566@plum.flirble.org>
15214      Branch: perl
15215            ! t/pragma/utf8.t
15216 ____________________________________________________________________________
15217 [  7390] By: jhi                                   on 2000/10/21  14:35:57
15218         Log: Add a testcase for #7389.
15219      Branch: perl
15220            ! t/pragma/warn/op
15221 ____________________________________________________________________________
15222 [  7389] By: jhi                                   on 2000/10/21  14:26:45
15223         Log: Subject: Re: Creating const subs for constants.
15224              From: John Tobey <jtobey@john-edwin-tobey.org>
15225              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
15226              Message-Id: <m13mo0N-000FObC@feynman.localnet>
15227      Branch: perl
15228            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
15229            ! proto.h sv.c
15230 ____________________________________________________________________________
15231 [  7388] By: nick                                  on 2000/10/21  11:44:23
15232         Log: Populate perlio branch
15233      Branch: perlio
15234           +> (branch 1760 files)
15235 ____________________________________________________________________________
15236 [  7387] By: nick                                  on 2000/10/21  10:52:05
15237         Log: Get branch back as replica of mainline via :
15238              p4 integrate -b utfperl
15239              p4 resolve -at ./...
15240      Branch: utfperl
15241           +> (branch 269 files)
15242            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
15243            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
15244            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
15245            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
15246            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
15247            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15248            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15249            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15250            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
15251            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
15252            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
15253            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
15254            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
15255            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
15256            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
15257            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
15258            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
15259            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
15260            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
15261            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
15262            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
15263            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
15264            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
15265            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
15266            - lib/unicode/UCD300.html lib/unicode/Unicode.300
15267            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
15268            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
15269            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
15270            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
15271           !> (integrate 965 files)
15272 ____________________________________________________________________________
15273 [  7386] By: jhi                                   on 2000/10/21  01:31:12
15274         Log: Update Changes.
15275      Branch: perl
15276            ! Changes patchlevel.h
15277 ____________________________________________________________________________
15278 [  7385] By: jhi                                   on 2000/10/21  01:28:42
15279         Log: The #7383 was right only in the context of the original bug report,
15280              not in more general case.
15281      Branch: perl
15282            ! pp_hot.c
15283 ____________________________________________________________________________
15284 [  7384] By: jhi                                   on 2000/10/21  01:08:23
15285         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
15286      Branch: perl
15287            ! ext/IO/lib/IO/Select.pm
15288 ____________________________________________________________________________
15289 [  7383] By: jhi                                   on 2000/10/21  00:44:18
15290         Log: Fix for ID 20001020.006, concatenating an unset submatch
15291              with utf8 resulted in "Modification of a read-only value".
15292      Branch: perl
15293            ! pp_hot.c t/pragma/utf8.t
15294 ____________________________________________________________________________
15295 [  7382] By: jhi                                   on 2000/10/20  20:44:31
15296         Log: Make scan_num() reëntrant, as suggested in
15297              
15298              Subject: [PATCH perl@7229] Rentrant parser and yylex()
15299              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15300              Date: Fri, 20 Oct 2000 14:17:27 +0100
15301              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
15302      Branch: perl
15303            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
15304            ! toke.c
15305 ____________________________________________________________________________
15306 [  7381] By: jhi                                   on 2000/10/20  20:07:29
15307         Log: Reëntrancy fix.
15308              
15309              Subject: [PATCH perl@7229] Rentrant parser and yylex()
15310              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15311              Date: Fri, 20 Oct 2000 14:17:27 +0100
15312              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
15313      Branch: perl
15314            ! embed.h embed.pl perl.h proto.h toke.c
15315 ____________________________________________________________________________
15316 [  7380] By: jhi                                   on 2000/10/20  19:15:54
15317         Log: Don't write double values through long double pointers,
15318              based on a part of
15319              
15320              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
15321              From: Jens Hamisch <jens@Strawberry.COM>
15322              Date: Tue, 17 Oct 2000 08:39:36 +0200
15323              Message-Id: <20001017083936.A11104@Strawberry.COM>
15324      Branch: perl
15325            ! perl.h pp.c
15326 ____________________________________________________________________________
15327 [  7379] By: jhi                                   on 2000/10/20  18:43:37
15328         Log: Portability tweak on #7377.
15329              
15330              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
15331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15332              Date:     Fri, 20 Oct 2000 13:13:41 EDT
15333              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
15334      Branch: perl
15335            ! t/lib/dprof.t
15336 ____________________________________________________________________________
15337 [  7378] By: jhi                                   on 2000/10/20  12:57:19
15338         Log: SOCKS function redefinitions need prototypes, too, otherwise
15339              for example 32 bit versus 64 bit differences cause a lot of
15340              problems.  Part of
15341              
15342              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
15343              From: Jens Hamisch <jens@Strawberry.COM>
15344              Date: Tue, 17 Oct 2000 08:39:36 +0200
15345              Message-Id: <20001017083936.A11104@Strawberry.COM>
15346      Branch: perl
15347            ! doio.c pp_sys.c
15348 ____________________________________________________________________________
15349 [  7377] By: jhi                                   on 2000/10/20  12:37:12
15350         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
15351              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15352              Date:     Fri, 20 Oct 2000 08:26:04 EDT
15353              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
15354      Branch: perl
15355            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
15356 ____________________________________________________________________________
15357 [  7376] By: jhi                                   on 2000/10/20  12:35:31
15358         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
15359              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15360              Date:     Fri, 20 Oct 2000 07:48:15 EDT
15361              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
15362      Branch: perl
15363            ! configure.com vms/gen_shrfls.pl
15364 ____________________________________________________________________________
15365 [  7375] By: bailey                                on 2000/10/20  04:44:37
15366         Log: SYN SYN
15367      Branch: vmsperl
15368           +> (branch 134 files)
15369            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
15370            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15371            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15372            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
15373            - eg/cgi/frameset.cgi eg/cgi/index.html
15374            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15375            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15376            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15377            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
15378            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
15379            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
15380            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
15381            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
15382            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
15383            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
15384            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
15385            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
15386            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
15387            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
15388            - lib/unicode/Props.txt lib/unicode/UCD300.html
15389            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
15390            - utils/perlbc.PL vms/subconfigure.com
15391           !> (integrate 785 files)
15392 ____________________________________________________________________________
15393 [  7374] By: jhi                                   on 2000/10/20  00:59:48
15394         Log: In the latest compiler builds cccdlflags must not become -fpic,
15395              from Wilfredo Sánchez.
15396      Branch: perl
15397            ! hints/darwin.sh
15398 ____________________________________________________________________________
15399 [  7373] By: jhi                                   on 2000/10/20  00:56:35
15400         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
15401              From: Tony Cook <tony@develop-help.com>
15402              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
15403              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
15404      Branch: perl
15405            ! pod/perlop.pod
15406 ____________________________________________________________________________
15407 [  7372] By: jhi                                   on 2000/10/19  19:34:40
15408         Log: Typo noted by Mark Lutz.
15409      Branch: perl
15410            ! t/op/64bitint.t
15411 ____________________________________________________________________________
15412 [  7371] By: jhi                                   on 2000/10/19  19:33:13
15413         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
15414      Branch: metaconfig
15415            ! U/modified/Cppsym.U U/modified/Oldconfig.U
15416      Branch: metaconfig/U/perl
15417            ! End.U dlsrc.U libperl.U
15418      Branch: perl
15419            + hints/nonstopux.sh
15420            ! Configure MANIFEST config_h.SH
15421 ____________________________________________________________________________
15422 [  7370] By: jhi                                   on 2000/10/19  17:18:08
15423         Log: Subject: PATCH do_print has 2 PerlIO_error()s
15424              From: nick@ccl4.org
15425              Date: Thu, 19 Oct 2000 18:09:20 +0100
15426              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
15427      Branch: perl
15428            ! doio.c
15429 ____________________________________________________________________________
15430 [  7369] By: jhi                                   on 2000/10/19  14:01:49
15431         Log: Update Changes.
15432      Branch: perl
15433            ! Changes patchlevel.h
15434 ____________________________________________________________________________
15435 [  7368] By: jhi                                   on 2000/10/19  13:04:29
15436         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
15437              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15438              Date: Wed, 18 Oct 2000 13:12:01 +0200
15439              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
15440      Branch: perl
15441            ! hints/aix.sh
15442 ____________________________________________________________________________
15443 [  7367] By: jhi                                   on 2000/10/19  02:22:40
15444         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
15445              of a 'pmshort' anywhere in the B, so the offending line was simply
15446              removed.
15447      Branch: perl
15448            ! ext/B/B/Debug.pm
15449 ____________________________________________________________________________
15450 [  7366] By: jhi                                   on 2000/10/19  02:12:37
15451         Log: Add the test case for the bug id 20000730.004 which seems
15452              to have been fixed by now.
15453      Branch: perl
15454            ! t/pragma/utf8.t
15455 ____________________________________________________________________________
15456 [  7365] By: jhi                                   on 2000/10/18  23:36:24
15457         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
15458              From: Hugo <hv@crypt.compulink.co.uk>
15459              Date: Wed, 18 Oct 2000 23:25:58 +0100
15460              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
15461      Branch: perl
15462            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
15463 ____________________________________________________________________________
15464 [  7364] By: jhi                                   on 2000/10/18  21:12:53
15465         Log: (retracted)
15466      Branch: perl
15467            ! pp.c
15468 ____________________________________________________________________________
15469 [  7363] By: jhi                                   on 2000/10/18  20:55:38
15470         Log: Missing change from #7362.
15471      Branch: perl
15472            ! win32/perlhost.h
15473 ____________________________________________________________________________
15474 [  7362] By: jhi                                   on 2000/10/18  20:52:01
15475         Log: Borland C fstat() never saw the fd as writable.
15476              
15477              Subject: fix for Borland's weak "stat" (perl@7211)
15478              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15479              Date: Mon, 16 Oct 2000 09:55:03 +0400
15480              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
15481      Branch: perl
15482            ! win32/win32.c
15483 ____________________________________________________________________________
15484 [  7361] By: jhi                                   on 2000/10/18  17:43:50
15485         Log: Regen toc.
15486      Branch: perl
15487            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
15488 ____________________________________________________________________________
15489 [  7360] By: jhi                                   on 2000/10/18  17:07:44
15490         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15491              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
15492              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
15493              Date: Mon, 16 Oct 2000 15:19:49 +0200
15494      Branch: perl
15495            + README.aix
15496            ! MANIFEST
15497 ____________________________________________________________________________
15498 [  7359] By: jhi                                   on 2000/10/18  17:04:49
15499         Log: Subject: Pod patch for Devel::Peek
15500              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15501              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
15502              Date: Mon, 16 Oct 2000 12:26:34 +0200
15503      Branch: perl
15504            ! ext/Devel/Peek/Peek.pm
15505 ____________________________________________________________________________
15506 [  7358] By: jhi                                   on 2000/10/18  17:03:15
15507         Log: Make Cwd more bulletproof in chrooted environments.
15508              
15509              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
15510              From: "Eric E. Coe" <Eric.Coe@oracle.com>
15511              Date: Wed, 18 Oct 2000 04:03:54 -0400
15512              Message-Id: <39ED596A.70E599FE@oracle.com>
15513      Branch: perl
15514            ! lib/Cwd.pm
15515 ____________________________________________________________________________
15516 [  7357] By: jhi                                   on 2000/10/18  16:37:26
15517         Log: Disable the UTF8 downgrade croakage for now to avoid
15518              too many not okay messages.
15519      Branch: perl
15520            ! doio.c
15521 ____________________________________________________________________________
15522 [  7356] By: jhi                                   on 2000/10/17  23:29:41
15523         Log: Show the failed remote port, instead of the failing line number.
15524              
15525              Subject: [PATCH 5.6.1 Debugger] More diagnostics
15526              From: David Sparks <daves@ActiveState.com>
15527              Date: Tue, 17 Oct 2000 15:00:24 -0700
15528              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
15529      Branch: perl
15530            ! lib/perl5db.pl
15531 ____________________________________________________________________________
15532 [  7355] By: jhi                                   on 2000/10/17  14:11:31
15533         Log: On output try to downgrade to bytes, croak if impossible,
15534              from Simon Cozens.  This means that outputting >255 UTF8
15535              is impossible.  Consider this as a strong incentive to get
15536              the I/O disciplines implemented.
15537      Branch: perl
15538            ! doio.c pod/perldiag.pod sv.c
15539 ____________________________________________________________________________
15540 [  7354] By: jhi                                   on 2000/10/17  13:42:23
15541         Log: Clarify documentation on 'use bytes'.
15542              
15543              Subject: Re: What does 'use bytes' "mean" ?
15544              From: Simon Cozens <simon@cozens.net>
15545              Date: Mon, 18 Sep 2000 18:24:25 +0100
15546              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
15547      Branch: perl
15548            ! lib/bytes.pm
15549 ____________________________________________________________________________
15550 [  7353] By: jhi                                   on 2000/10/17  13:28:12
15551         Log: Workaround for a sfio bug where the stream error indicator
15552              is not cleared as documented.
15553              
15554              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
15555              From: Nicholas Clark <nick@ccl4.org>
15556              Date: Mon, 16 Oct 2000 18:28:23 +0100
15557              Message-ID: <20001016182823.J19700@plum.flirble.org>
15558      Branch: perl
15559            ! doio.c
15560 ____________________________________________________________________________
15561 [  7352] By: jhi                                   on 2000/10/17  13:06:19
15562         Log: More IoTYPE sprinkling.
15563      Branch: perl
15564            ! doio.c pp_hot.c
15565 ____________________________________________________________________________
15566 [  7351] By: jhi                                   on 2000/10/16  22:47:07
15567         Log: Detect early whether the std streams have gone bad.
15568              
15569              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
15570              Date: Mon, 16 Oct 2000 23:28:42 +0100
15571              From: Nicholas Clark <nick@ccl4.org>
15572              Message-ID: <20001016232842.A37942@plum.flirble.org>
15573      Branch: perl
15574            ! t/op/misc.t
15575 ____________________________________________________________________________
15576 [  7350] By: jhi                                   on 2000/10/16  22:45:16
15577         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
15578              From: "Peter J. Farley III" <pjfarley@banet.net>
15579              Date: Mon, 16 Oct 2000 18:15:59 -0400
15580              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
15581      Branch: perl
15582            ! djgpp/djgpp.c dosish.h t/io/open.t
15583 ____________________________________________________________________________
15584 [  7349] By: jhi                                   on 2000/10/16  22:36:45
15585         Log: perldelta tweak.
15586      Branch: perl
15587            ! pod/perldelta.pod
15588 ____________________________________________________________________________
15589 [  7348] By: jhi                                   on 2000/10/16  15:17:53
15590         Log: Update Changes.
15591      Branch: perl
15592            ! Changes patchlevel.h
15593 ____________________________________________________________________________
15594 [  7347] By: jhi                                   on 2000/10/16  13:55:27
15595         Log: Add the capability to include/exclude branches.
15596      Branch: perl
15597            ! Porting/genlog
15598 ____________________________________________________________________________
15599 [  7346] By: jhi                                   on 2000/10/16  13:18:04
15600         Log: Add Charles Lane.
15601      Branch: perl
15602            ! AUTHORS Changes
15603 ____________________________________________________________________________
15604 [  7345] By: jhi                                   on 2000/10/16  13:13:21
15605         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
15606      Branch: perl
15607            ! pod/perldelta.pod
15608 ____________________________________________________________________________
15609 [  7344] By: gsar                                  on 2000/10/16  09:30:21
15610         Log: integrate change#6220 from cfgperl
15611              
15612              Win32 patches from Benjamin Stuhl.
15613      Branch: maint-5.6/perl
15614           !> makedef.pl win32/win32.h
15615 ____________________________________________________________________________
15616 [  7343] By: gsar                                  on 2000/10/16  08:32:19
15617         Log: integrate changes#6221,6222 from cfgperl
15618              
15619              Remove tr///CU (the feature is to be obsoleted by better interfaces).
15620              From: simon@brecon.co.uk (Simon Cozens)
15621              Subject: [PATCH] Eliminate tr///[CU][CU]
15622              Date: 23 Jun 2000 11:05:40 GMT
15623              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
15624              
15625              doc typo fix
15626              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
15627              From: Ian Phillipps <Ian.Phillipps@iname.com>
15628              Date: Fri, 23 Jun 2000 10:40:58 +0100
15629              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
15630      Branch: maint-5.6/perl
15631           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
15632 ____________________________________________________________________________
15633 [  7342] By: gsar                                  on 2000/10/16  08:28:08
15634         Log: integrate change#6217 from cfgperl (in part)
15635              
15636              Rename the fdpid locking and integrate with Sarathy.
15637      Branch: maint-5.6/perl
15638           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
15639           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
15640           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
15641           !> win32/win32.c
15642 ____________________________________________________________________________
15643 [  7341] By: gsar                                  on 2000/10/16  08:23:39
15644         Log: integrate changes#6214..6216 from mainline
15645              
15646              @_ can't have junk in it even in the non-USE_ITHREADS case because
15647              caller() wants to populate @DB::args with it (causes a coredump
15648              in Carp::confess())
15649              
15650              tweak comment about @DB::args
15651              
15652              be more optimal about clearing @_
15653      Branch: maint-5.6/perl
15654           !> av.h cop.h pp_ctl.c t/op/runlevel.t
15655 ____________________________________________________________________________
15656 [  7340] By: gsar                                  on 2000/10/16  08:20:37
15657         Log: integrate changes#6207..6210 from cfgperl
15658              
15659              Subject: [PATCH 5.6.0] Threadsafe patches
15660              From: Dan Sugalski <dan@sidhe.org>
15661              To: perl5-porters@perl.org
15662              Date: Mon, 08 May 2000 18:08:13 -0400
15663              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
15664              
15665              Regen headers for #6207.
15666              
15667              Lock PL_fdpid against race conditions, based on:
15668              Subject: [PATCH 5.6.0]subprocess fixup for threads
15669              From: Dan Sugalski <dan@sidhe.org>
15670              To: perl5-porters@perl.org
15671              Date: Tue, 11 Apr 2000 17:02:32 -0400
15672              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
15673              
15674              Mopup for #6207 and #6209.
15675      Branch: maint-5.6/perl
15676           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
15677           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
15678           !> win32/win32.c
15679 ____________________________________________________________________________
15680 [  7339] By: gsar                                  on 2000/10/16  08:14:34
15681         Log: integrate change#6203 from cfgperl
15682              
15683              perldiag should refer to perlos2.pod not README.os2
15684      Branch: maint-5.6/perl
15685           !> pod/perldiag.pod
15686 ____________________________________________________________________________
15687 [  7338] By: gsar                                  on 2000/10/16  08:11:42
15688         Log: integrate change#6201 from mainline
15689              
15690              Perl_eval_pv() leaks 4 bytes every time it is called because it
15691              does a PUSHMARK that's never ever POPMARKed; in general, only
15692              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
15693              Perl_eval_[sp]v() don't because they don't take any incoming
15694              arguments (this leak has been around since the original version
15695              of perl_eval_pv() in 5.003_97e)
15696      Branch: maint-5.6/perl
15697           !> perl.c
15698 ____________________________________________________________________________
15699 [  7337] By: gsar                                  on 2000/10/16  08:08:47
15700         Log: integrate changes#6197..6200 from cfgperl
15701              
15702              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
15703              From: John Borwick <jhborwic@unity.ncsu.edu>
15704              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
15705              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
15706              
15707              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
15708              From: Dan Sugalski <dan@sidhe.org>
15709              To: vmsperl@perl.org, perl5-porters@perl.org
15710              Date: Fri, 02 Jun 2000 16:00:41 -0400
15711              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
15712              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
15713              
15714              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
15715              From: Dan Sugalski <dan@sidhe.org>
15716              To: perl5-porters@perl.org, vmsperl@perl.org
15717              Date: Fri, 02 Jun 2000 17:30:51 -0400
15718              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
15719              
15720              Update to cperl-mode.el 4.31 from
15721              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
15722              Subject: A couple of notes
15723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15724              To: Mailing list Perl5 <perl5-porters@perl.org>
15725              Date: Sat, 3 Jun 2000 23:33:32 -0400
15726              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
15727      Branch: maint-5.6/perl
15728           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
15729           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
15730           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
15731           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
15732           !> vms/vmsish.h
15733 ____________________________________________________________________________
15734 [  7336] By: gsar                                  on 2000/10/16  08:03:46
15735         Log: integrate changes#6194,6195 from mainline
15736              
15737              fix small eval"" memory leaks under USE_ITHREADS
15738              
15739              fix yet another eval"" leak under USE_ITHREADS
15740      Branch: maint-5.6/perl
15741           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15742           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15743           !> vms/perly_c.vms
15744 ____________________________________________________________________________
15745 [  7335] By: gsar                                  on 2000/10/16  08:02:15
15746         Log: integrate changes#6190,6191 from mainline
15747              
15748              submit missing embed.pl change
15749              
15750              vec() loses numericalness (modified version of patch suggested
15751              by Robin Barker)
15752      Branch: maint-5.6/perl
15753           !> doop.c embed.pl t/op/vec.t
15754 ____________________________________________________________________________
15755 [  7334] By: gsar                                  on 2000/10/16  08:01:03
15756         Log: integrate change#6189 from mainline
15757              
15758              counting tr/// corrupts later operation (from M.J.T Guy)
15759      Branch: maint-5.6/perl
15760           !> doop.c t/op/tr.t
15761 ____________________________________________________________________________
15762 [  7333] By: gsar                                  on 2000/10/16  07:59:07
15763         Log: integrate changes#6183..6188 from mainline
15764              
15765              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
15766              <nick@ccl4.org>)
15767              
15768              tweak for change#6127
15769              
15770              remove incorrect documentation about implicit split to @_ in
15771              list context, which never really worked in perl 5 (from
15772              M.J.T. Guy)
15773              
15774              further qualify references to "alphanumeric" (from Wolfgang Laun
15775              <wolfgang.laun@alcatel.at>)
15776              
15777              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
15778              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15779              
15780              h2xs tweaks
15781      Branch: maint-5.6/perl
15782           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
15783           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
15784           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
15785           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
15786           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
15787           !> pod/pod2latex.PL utils/h2xs.PL
15788 ____________________________________________________________________________
15789 [  7332] By: gsar                                  on 2000/10/16  07:53:52
15790         Log: integrate change#6179 from mainline
15791              
15792              buggy modulus on UVs introduced by change#3378 (resulted in
15793              4063328477 % 65535 amounting to 27406, instead of 27407)
15794      Branch: maint-5.6/perl
15795           !> pp.c t/op/arith.t
15796 ____________________________________________________________________________
15797 [  7331] By: gsar                                  on 2000/10/16  07:52:49
15798         Log: integrate changes#6176,6177,6178,6182 from cfgperl
15799              
15800              Single-quoted utf8 patch from Simon Cozens.
15801              
15802              Substitution utf8 patch from Simon Cozens.
15803              
15804              Be cleaner.
15805              
15806              Be Cleaner Part Deux.
15807      Branch: maint-5.6/perl
15808           !> Makefile.SH pp_hot.c toke.c
15809 ____________________________________________________________________________
15810 [  7330] By: gsar                                  on 2000/10/16  07:41:36
15811         Log: integrate change#6172 from mainline
15812              
15813              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
15814              (from Ilya Zakharevich)
15815      Branch: maint-5.6/perl
15816           !> regexec.c t/op/re_tests
15817 ____________________________________________________________________________
15818 [  7329] By: gsar                                  on 2000/10/16  07:40:25
15819         Log: integrate change#6171 from mainline
15820              
15821              scalar() doesn't force scalar context when used in void context
15822              (from Simon Cozens)
15823      Branch: maint-5.6/perl
15824           !> op.c t/op/wantarray.t
15825 ____________________________________________________________________________
15826 [  7328] By: gsar                                  on 2000/10/16  07:39:33
15827         Log: integrate change#6170 from mainline
15828              
15829              change#6142 needs tweaks to tests to work where there's no
15830              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15831      Branch: maint-5.6/perl
15832           !> t/lib/filefind.t
15833 ____________________________________________________________________________
15834 [  7327] By: gsar                                  on 2000/10/16  07:35:34
15835         Log: integrate changes#6166..6168 from cfgperl
15836              
15837              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
15838              in case somebody wants to write an extension for more
15839              shadow database interfaces.
15840              
15841              tweak todo
15842              
15843              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
15844      Branch: maint-5.6/perl
15845           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15846           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
15847           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
15848           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
15849           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15850           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
15851 ____________________________________________________________________________
15852 [  7326] By: gsar                                  on 2000/10/16  07:29:05
15853         Log: integrate changes#6157,6159..6161,6164 from cfgperl
15854              
15855              Regen Configure to jive with #6149.
15856              
15857              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
15858              
15859              Changes for the File::Temp 0.08 (change #6159) test suite
15860              to fit better into the Perl distribution test framework.
15861              
15862              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
15863              both from Simon Cozens.
15864              
15865              detypo
15866      Branch: maint-5.6/perl
15867           +> pod/perlmodlib.PL pod/perlnewmod.pod
15868           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
15869           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
15870           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15871           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15872 ____________________________________________________________________________
15873 [  7325] By: gsar                                  on 2000/10/16  07:25:13
15874         Log: integrate change#6158 from vmsperl
15875              
15876              Add fallback to tmpfile for use in cases where user's relying on
15877              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
15878              Lane's patch)
15879      Branch: maint-5.6/perl
15880           !> vms/vms.c vms/vmsish.h
15881 ____________________________________________________________________________
15882 [  7324] By: gsar                                  on 2000/10/16  07:20:50
15883         Log: integrate changes#6153..6155 from mainline
15884              
15885              prettier Test::Harness output on failed tests (from Nicholas Clark
15886              <nick@Bagpuss.uk.boo.com>)
15887              
15888              avoid type mismatch warning
15889              
15890              small bug in change#6144; remove random \xA0 character that snuck
15891              in via change#6145
15892      Branch: maint-5.6/perl
15893           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
15894           !> perl.c
15895 ____________________________________________________________________________
15896 [  7323] By: gsar                                  on 2000/10/16  07:18:47
15897         Log: integrate changes#6151,6152 from mainline
15898              
15899              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
15900              
15901              cosmetic fixups of RE debug output (from Ilya Zakharevich)
15902      Branch: maint-5.6/perl
15903           !> regexec.c
15904 ____________________________________________________________________________
15905 [  7322] By: gsar                                  on 2000/10/16  07:17:25
15906         Log: integrate changes#6146..6150 from mainline
15907              
15908              doc typo
15909              
15910              add a make entry to Config.pm so "perl -V:make" works on VMS
15911              (from Peter Prymmer)
15912              
15913              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
15914              
15915              OS/2 tweaks for usethreads build (from Rocco Caputo
15916              <troc@netrus.net>)
15917              
15918              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
15919      Branch: maint-5.6/perl
15920           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
15921           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
15922           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
15923           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
15924           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
15925           !> warnings.pl x2p/a2p.h
15926 ____________________________________________________________________________
15927 [  7321] By: gsar                                  on 2000/10/16  07:14:02
15928         Log: integrate changes#6143..6145 from mainline
15929              
15930              MacOS support, part 1 (from Matthias Neeracher
15931              <neeri@iis.ee.ethz.ch>)
15932              
15933              MacOS support, part 2: make AutoSplit use File::Spec instead
15934              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
15935              <neeri@iis.ee.ethz.ch>)
15936              
15937              make xsubpp skip embedded pod (from Matthias Neeracher
15938              <neeri@iis.ee.ethz.ch>)
15939      Branch: maint-5.6/perl
15940           +> ext/DynaLoader/dl_mac.xs
15941           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
15942           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15943           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
15944           !> pp_ctl.c proto.h toke.c util.c util.h
15945 ____________________________________________________________________________
15946 [  7320] By: gsar                                  on 2000/10/16  07:12:13
15947         Log: integrate changes#6141,6142 from mainline
15948              
15949              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
15950              forwarded by Peter Seebach from the bsdi-users mailing list.
15951              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
15952              
15953              File::Find fails to chdir when chasing symlinks (from
15954              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15955      Branch: maint-5.6/perl
15956           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
15957 ____________________________________________________________________________
15958 [  7319] By: gsar                                  on 2000/10/16  07:04:30
15959         Log: integrate change#6139 from mainline
15960              
15961              revise mktables.PL for bugs and newness in Unicode 3.0
15962              (from James Bence <jbence@amgen.com>)
15963      Branch: maint-5.6/perl
15964           +> (branch 30 files)
15965           !> (integrate 49 files)
15966 ____________________________________________________________________________
15967 [  7318] By: gsar                                  on 2000/10/16  07:01:01
15968         Log: integrate changes#6137,6138 from mainline
15969              
15970              fix bogus redeclaration warning for "our" variables in different
15971              scopes
15972              
15973              add note about the handling of negative indices to tied arrays
15974              (from Michael G Schwern <schwern@pobox.com>)
15975      Branch: maint-5.6/perl
15976           !> op.c pod/perltie.pod t/pragma/strict-vars
15977 ____________________________________________________________________________
15978 [  7317] By: gsar                                  on 2000/10/16  06:58:46
15979         Log: integrate changes#6127..6136 from mainline
15980              
15981              call_method(...,G_EVAL) can longjmp() out if the method probing
15982              failed (from Gisle Aas)
15983              
15984              new perlxstut example for passing/returning refs to arrays
15985              (from David Lowe <dlowe@pootpoot.com>)
15986              
15987              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
15988              
15989              fix places that mean C<"word" character> but say C<alphanumeric
15990              character>
15991              
15992              avoid warnings in POSIX.pm (from Barrie Slaymaker)
15993              
15994              warnings::enabled() doesn't fall back to looking at $^W if
15995              caller isn't using lexical warnings (from Paul Marquess)
15996              
15997              elide bogus test in change#6132
15998              
15999              make Test::Harness use wait.h/WCOREDUMP if available
16000              (from Ben Tilly <ben_tilly@hotmail.com>)
16001              
16002              enable Test::Harness to dynamically determine column width etc.
16003              (from Rob Napier <rnapier@employees.org>)
16004              
16005              random pod typos (from Peter Scott <Peter@PSDT.com>)
16006      Branch: maint-5.6/perl
16007           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
16008           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
16009           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
16010           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
16011 ____________________________________________________________________________
16012 [  7316] By: gsar                                  on 2000/10/16  06:53:23
16013         Log: integrate change#6126 from mainline
16014              
16015              change#2879 broke rvalue autovivification of magicals such as
16016              ${$num} (reworked variant of patch suggested by Simon Cozens)
16017      Branch: maint-5.6/perl
16018           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
16019           !> pp_hot.c proto.h t/op/gv.t
16020 ____________________________________________________________________________
16021 [  7315] By: gsar                                  on 2000/10/16  06:51:38
16022         Log: integrate changes#6123,6125 from mainline
16023              
16024              clarify gotcha with #line directives (from Rocco Caputo
16025              <troc@netrus.net>)
16026              
16027              enable propagating exception objects via Perl_croak() in XS code
16028              (from Gisle Aas)
16029      Branch: maint-5.6/perl
16030           !> pod/perldebug.pod pod/perlsyn.pod util.c
16031 ____________________________________________________________________________
16032 [  7314] By: gsar                                  on 2000/10/16  06:49:28
16033         Log: integrate change#6122 from mainline
16034              
16035              downgrade fatal error on C<"foo@nosucharray.com"> to optional
16036              warning (from Mark-Jason Dominus)
16037      Branch: maint-5.6/perl
16038           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
16039           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
16040           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
16041           !> toke.c
16042 ____________________________________________________________________________
16043 [  7313] By: gsar                                  on 2000/10/16  06:46:54
16044         Log: integrate changes#6112..6121 from vmsperl
16045              
16046              Check for existence of file before trying to delete
16047              
16048              Ugly workaround for version-specific RTL error
16049              
16050              Urk -- undo previous removal of vmsish 'exit' change
16051              
16052              Add bounds checking for several strings (Charles Lane)
16053              
16054              Miscellaneous cosmetic fixes (Charles Lane)
16055              
16056              Treat sockets as special in sys(read|write) (Charles Lane et al.)
16057              
16058              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
16059              Flatten case labels in switch statements uniformly (Charles Bailey)
16060              
16061              Quiet error messages in vmsish.t (Charles Lane)
16062              
16063              Add missing escape (Charles Lane)
16064              
16065              Allow eliminate_macros() and fixpath() to handle space-delimited
16066              lists (based on fixes by Craig Berry)
16067      Branch: maint-5.6/perl
16068           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
16069           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
16070           !> vms/vmsish.h
16071 ____________________________________________________________________________
16072 [  7312] By: gsar                                  on 2000/10/16  06:41:18
16073         Log: integrate changes#6107,6110 from cfgperl
16074              
16075              Tweak the todo list.
16076              
16077              todo tweak
16078      Branch: maint-5.6/perl
16079           !> Todo-5.6
16080 ____________________________________________________________________________
16081 [  7311] By: gsar                                  on 2000/10/16  06:38:38
16082         Log: integrate changes#6104,6108 from mainline
16083              
16084              PL_sys_intern was being initialized too late on windows
16085              
16086              reenable fake signal handling on Windows, bugs and all
16087      Branch: maint-5.6/perl
16088           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
16089           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
16090           !> win32/win32.c
16091 ____________________________________________________________________________
16092 [  7310] By: gsar                                  on 2000/10/16  06:36:03
16093         Log: integrate changes#6095,6097..6103 from cfgperl
16094              
16095              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
16096              might be useful in future.
16097              
16098              Add a note about possible compilation problems from Allen Smith.
16099              
16100              Add a note about other, yet unsupported, shadow password APIs.
16101              
16102              Tweaks for the cc bugs from Allen Smith.
16103              
16104              More compilation tweakery from Allen Smith.
16105              
16106              Hints and test tweaks for Unicos.
16107              
16108              The test suite tweak in #6101 wasn't quite right.
16109              
16110              Test tweaking for Unicos continues.
16111      Branch: maint-5.6/perl
16112           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16113           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
16114           !> t/lib/complex.t t/op/64bitint.t
16115 ____________________________________________________________________________
16116 [  7309] By: gsar                                  on 2000/10/16  06:29:41
16117         Log: integrate changes#6093,6094 from mainline
16118              
16119              fork() failure to create pseudo process sets errno=EAGAIN and returns
16120              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
16121              
16122              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
16123      Branch: maint-5.6/perl
16124           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
16125           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
16126 ____________________________________________________________________________
16127 [  7308] By: gsar                                  on 2000/10/16  06:27:29
16128         Log: integrate change#6092 from cfgperl
16129              
16130              Regen perltoc with the fixed buildtoc.
16131      Branch: maint-5.6/perl
16132           !> pod/perltoc.pod
16133 ____________________________________________________________________________
16134 [  7307] By: gsar                                  on 2000/10/16  06:26:40
16135         Log: integrate changes#6089,6090 from mainline
16136              
16137              buildtoc tweak to fix newline lossage
16138              
16139              concat doesn't preserve utf8-ness, and doesn't invalidate
16140              [NI]OK; added tests for both
16141      Branch: maint-5.6/perl
16142           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
16143 ____________________________________________________________________________
16144 [  7306] By: gsar                                  on 2000/10/16  06:24:05
16145         Log: integrate change#6088 from cfgperl
16146              
16147              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
16148              because we do not use those.  The HAS_GETSPNAM remains,
16149              though, because we still do use that.
16150      Branch: maint-5.6/perl
16151           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16152           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
16153           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
16154           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
16155           !> win32/config.vc win32/config_H.bc win32/config_H.gc
16156           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16157 ____________________________________________________________________________
16158 [  7305] By: gsar                                  on 2000/10/16  06:15:52
16159         Log: integrate changes#6084,6085,6087 from mainline
16160              
16161              substr() does not preserve utf8-ness (from Stefan Eissing
16162              <Eissing@medicaldataservice.de>); added tests
16163              
16164              repeat operator (x) doesn't preserve utf8-ness
16165              
16166              reverse() and quotemeta() weren't preserving utf8-ness; add tests
16167      Branch: maint-5.6/perl
16168           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
16169 ____________________________________________________________________________
16170 [  7304] By: gsar                                  on 2000/10/16  06:13:10
16171         Log: integrate changes#6077..6083 from mainline
16172              
16173              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
16174              and Tom Phoenix)
16175              
16176              workaround for CRT bug in chdir() (from Charles Lane, via
16177              Peter Prymmer)
16178              
16179              remove outdated kludge in Carp (NULLs are permitted in diagnostics
16180              now)
16181              
16182              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
16183              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16184              
16185              better default perlbug categories for ok reports (from Richard Foley)
16186              
16187              peek.t non-portable to ithreads
16188              
16189              note about undocumented caller() return value (from M.J.T. Guy);
16190              yet another peek.t tweak
16191      Branch: maint-5.6/perl
16192           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16193           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16194           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
16195           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
16196           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
16197           !> vms/vmsish.h
16198 ____________________________________________________________________________
16199 [  7303] By: gsar                                  on 2000/10/16  06:03:18
16200         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
16201              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
16202              
16203              &HUGE_VAL is not defined, it exists.
16204              
16205              Do not warn that an infinity does not look like a number.
16206              
16207              Rewrite the pwent/spent logic to be a little bit more clearer.
16208              
16209              Continue on the pwent/spent case.
16210              
16211              Correct Freudian slip.
16212              
16213              Use HUGE_VALL if applicable.
16214              
16215              pwent/spent #ifdef imbalance.
16216              
16217              Infinite problems.
16218              
16219              Call getspnam() only iff needd.
16220              
16221              Test both the scalar and list contexts.
16222              
16223              Use setxxent()/endxxent().
16224              
16225              Complex tweakery.
16226              
16227              Unicos hint tweak.
16228              
16229              Be more forgiving in POSIX about HUGE_VALL.
16230              
16231              Detypo.
16232              
16233              The search of infinity continues, this time simplified.
16234              
16235              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
16236              in natively 64-bit platforms where a long is a quad (no need
16237              for long longs).  Also added bias for IVs.
16238              
16239              Complex tweaks.
16240              
16241              Introduce t/lib/peek.t.
16242              
16243              Make the test more portable.
16244      Branch: maint-5.6/perl
16245           +> t/lib/peek.t
16246            ! pp_sys.c
16247           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
16248           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
16249           !> t/op/pwent.t toke.c util.c
16250 ____________________________________________________________________________
16251 [  7302] By: gsar                                  on 2000/10/16  05:03:37
16252         Log: integrate changes#6066..6071 from mainline
16253              
16254              s/END/CHECK/
16255              
16256              replace direct call to sighandler() with (*PL_sighandlerp)()
16257              
16258              note about values()
16259              
16260              File::Spec compatibility update (from Barrie Slaymaker
16261              <barries@slaysys.com>)
16262              
16263              remove misleading comment (from M.J.T. Guy)
16264              
16265              misformatted perllocal.pod (from Tim Jenness
16266              <t.jenness@jach.hawaii.edu>)
16267      Branch: maint-5.6/perl
16268           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
16269           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16270           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
16271           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
16272 ____________________________________________________________________________
16273 [  7301] By: gsar                                  on 2000/10/16  05:00:08
16274         Log: integrate changes#6061..6063 from mainline
16275              
16276              change#5921 neglected to make eq honor "use bytes"
16277              
16278              additional tests for utf8.t
16279              
16280              tokeq() could read unallocated field in argument
16281      Branch: maint-5.6/perl
16282           !> sv.c t/pragma/utf8.t toke.c
16283 ____________________________________________________________________________
16284 [  7300] By: gsar                                  on 2000/10/16  04:56:54
16285         Log: integrate changes#6046,6048,6057,6058 from mainline
16286              
16287              libscheck has insufficient checks for n32 libs (from
16288              Albert Chin-A-Young <china@thewrittenword.com>)
16289              
16290              add note about how $( doesn't interpolate in REs (from
16291              Philip Newton <newton@ficus.frogspace.net>)
16292              
16293              fix broken parsing of /\x{ab}/
16294              
16295              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
16296              (spotted by Donald Kinzer <dkinzer@premia.com>)
16297      Branch: maint-5.6/perl
16298           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
16299           !> t/pragma/utf8.t
16300 ____________________________________________________________________________
16301 [  7299] By: gsar                                  on 2000/10/16  04:52:50
16302         Log: integrate change#6044 from mainline
16303              
16304              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
16305              such that underscores are only ignored in literal numbers,
16306              "\x{...}", and hex/oct argument
16307      Branch: maint-5.6/perl
16308           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
16309 ____________________________________________________________________________
16310 [  7298] By: gsar                                  on 2000/10/16  04:50:53
16311         Log: integrate changes#6027..6043 from mainline
16312              
16313              podlators-1.02 update (from Russ Allbery)
16314              
16315              Pod::Man generates groff-incompatible macro definition (from
16316              Tom Christiansen)
16317              
16318              add CGI.pm v2.66 (from Lincoln Stein)
16319              
16320              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
16321              for @- and @+ (from Johan Vromans)
16322              
16323              small nits in diagnostics.pm (from Robin Barker)
16324              
16325              whitespace adjustments
16326              
16327              missing files in MANIFEST
16328              
16329              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
16330              to compensate
16331              
16332              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
16333              
16334              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
16335      Branch: maint-5.6/perl
16336           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
16337           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
16338           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
16339           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
16340           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
16341           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
16342           !> t/lib/cgi-html.t t/lib/cgi-request.t
16343 ____________________________________________________________________________
16344 [  7297] By: gsar                                  on 2000/10/16  04:44:30
16345         Log: integrate change#6025 from mainline
16346              
16347              Is{Alnum,Alpha,Word} don't match titlecase
16348              TODO: IsSpace is defined recursively!
16349              (both spotted by Larry)
16350      Branch: maint-5.6/perl
16351           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16352           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16353 ____________________________________________________________________________
16354 [  7296] By: gsar                                  on 2000/10/16  04:39:30
16355         Log: integrate change#6023 from mainline
16356              
16357              debugger stomps on $. (from M.J.T. Guy)
16358      Branch: maint-5.6/perl
16359           !> lib/perl5db.pl
16360 ____________________________________________________________________________
16361 [  7295] By: gsar                                  on 2000/10/16  04:38:02
16362         Log: integrate change#6022 from mainline
16363              
16364              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
16365      Branch: maint-5.6/perl
16366           !> sv.c
16367 ____________________________________________________________________________
16368 [  7294] By: gsar                                  on 2000/10/16  04:37:05
16369         Log: integrate changes#6018..6021 from mainline
16370              
16371              make lib/syslog.t portable to systems that don't have _PATH_LOG,
16372              make _PATH_LOG() return "" if unavailable
16373              
16374              windows portability tweaks
16375              
16376              test tweak
16377              
16378              remove Win2K issue in pod (fixed by change#6020)
16379      Branch: maint-5.6/perl
16380           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16381           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
16382           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
16383 ____________________________________________________________________________
16384 [  7293] By: gsar                                  on 2000/10/16  04:20:00
16385         Log: integrate changes#6013..6015 from mainline
16386              
16387              tweak change#5945 to display correct switch name in diagnostic
16388              
16389              glob() loading File::Glob behind the scenes may cause syntax errors
16390              
16391              tweak test for portability
16392      Branch: maint-5.6/perl
16393           !> op.c perl.c pod/perldiag.pod t/lib/b.t
16394 ____________________________________________________________________________
16395 [  7292] By: gsar                                  on 2000/10/16  04:18:11
16396         Log: integrate changes#6005..6010 from mainline, cfgperl
16397              
16398              perldoc might fail via "use blib" (from Hugo van der Sanden)
16399              
16400              Regen Configure.
16401              
16402              note about compile failures and END blocks (from M.J.T. Guy)
16403              
16404              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
16405              
16406              (change#6009 integrated earlier in change#7255)
16407              
16408              clarify note about shadow password support (from
16409              gellyfish@gellyfish.com)
16410      Branch: maint-5.6/perl
16411           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16412           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
16413           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
16414 ____________________________________________________________________________
16415 [  7291] By: gsar                                  on 2000/10/16  04:12:03
16416         Log: integrate changes#6002,6003 from mainline
16417              
16418              destructive sv_setsv() can lose UV-ness from source, causing
16419              numeric promotions/comparisons to fail to do the right thing
16420              
16421              allow REG_EXPAND_SZ keys in Windows registry (from
16422              John Clayton <John.Clayton@barclayscapital.com>)
16423      Branch: maint-5.6/perl
16424           !> sv.c win32/win32.c
16425 ____________________________________________________________________________
16426 [  7290] By: gsar                                  on 2000/10/16  04:10:19
16427         Log: integrate change#6001 from mainline
16428              
16429              support additional library locations via $Config{otherlibdirs}
16430              (from Andy Dougherty)
16431      Branch: maint-5.6/perl
16432           !> Configure INSTALL Porting/Glossary Porting/config.sh
16433           !> Porting/config_H config_h.SH epoc/config.sh perl.c
16434           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
16435           !> win32/config.bc win32/config.gc win32/config.vc
16436 ____________________________________________________________________________
16437 [  7289] By: gsar                                  on 2000/10/16  04:08:28
16438         Log: integrate change#5999 from mainline
16439              
16440              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
16441      Branch: maint-5.6/perl
16442           !> t/pragma/warn/toke toke.c
16443 ____________________________________________________________________________
16444 [  7288] By: gsar                                  on 2000/10/16  04:07:01
16445         Log: integrate changes#5997,5998 from cfgperl
16446              
16447              Preserve $!.
16448              
16449              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
16450      Branch: maint-5.6/perl
16451           !> lib/Math/Complex.pm
16452 ____________________________________________________________________________
16453 [  7287] By: gsar                                  on 2000/10/16  04:04:37
16454         Log: integrate change#5995 from mainline
16455              
16456              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
16457      Branch: maint-5.6/perl
16458           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
16459 ____________________________________________________________________________
16460 [  7286] By: gsar                                  on 2000/10/16  04:03:21
16461         Log: integrate change#5994 from mainline
16462              
16463              fix for missed accounting for null byte in pack("Z",...) (from
16464              M.J.T. Guy)
16465      Branch: maint-5.6/perl
16466           !> pp.c t/op/pack.t
16467 ____________________________________________________________________________
16468 [  7285] By: gsar                                  on 2000/10/16  04:02:11
16469         Log: integrate changes#5989..5993 from mainline
16470              
16471              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
16472              itself and no other (from Tom Hughes)
16473              
16474              use $ENV{LIB} to search for libs under Visual C compiler
16475              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
16476              
16477              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
16478              
16479              pod nit (from Simon Cozens)
16480              
16481              various minor tweaks seen on p5p
16482      Branch: maint-5.6/perl
16483           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
16484           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
16485           !> t/op/array.t toke.c
16486 ____________________________________________________________________________
16487 [  7284] By: gsar                                  on 2000/10/16  03:59:00
16488         Log: integrate changes#5978..5988 from mainline
16489              
16490              sync version numbers in File::Spec with the ones on CPAN
16491              (from Barrie Slaymaker)
16492              
16493              under useithreads, constant pad entries could inadvertantly be
16494              shared across threads (from Eric Blood <eblood@xmission.com>);
16495              added Eric's test case to testsuite
16496              
16497              allow Configure -S to run non-interactively (spotted by Greg Hudson
16498              <ghudson@mit.edu>)
16499              
16500              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
16501              prototype mismatch with CORE::glob(); update pod and tests to
16502              suit (File::Glob::glob() is still available for backward
16503              compatibility, but should be considered deprecated)
16504              
16505              avoid error in IO::Socket::INET when given an unknown service name
16506              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
16507              
16508              numeric conversion of non-number in change#3378 tramples on
16509              OOK offset, causing segfaults
16510              
16511              attributes::reftype() doesn't work on tied argument
16512              
16513              forked child may not exit correctly if it failed to open
16514              /dev/console (from Graham Barr)
16515              
16516              add regular expressions tutorial and quick-start guide (from
16517              Mark Kvale <kvale@phy.ucsf.edu>)
16518              
16519              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
16520              
16521              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
16522              <paul@miraclefish.com>)
16523      Branch: maint-5.6/perl
16524           +> pod/perlrequick.pod pod/perlretut.pod
16525           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
16526           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
16527           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
16528           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
16529           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
16530           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16531           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
16532           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
16533 ____________________________________________________________________________
16534 [  7283] By: gsar                                  on 2000/10/16  03:52:14
16535         Log: integrate change#5977 from mainline
16536              
16537              autoquote barewords followed by newline and arrow properly
16538              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
16539      Branch: maint-5.6/perl
16540           !> t/pragma/warn/toke toke.c
16541 ____________________________________________________________________________
16542 [  7282] By: gsar                                  on 2000/10/16  03:50:48
16543         Log: integrate change#5976 from mainline
16544              
16545              DB_File v1.73 update (from Paul Marquess)
16546      Branch: maint-5.6/perl
16547           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
16548           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
16549 ____________________________________________________________________________
16550 [  7281] By: gsar                                  on 2000/10/16  03:49:14
16551         Log: integrate change#5975 from mainline
16552              
16553              allow sort() reentrancy (variant of patch suggested by
16554              Hugo van der Sanden)
16555      Branch: maint-5.6/perl
16556           !> pp_ctl.c t/op/sort.t
16557 ____________________________________________________________________________
16558 [  7280] By: gsar                                  on 2000/10/16  03:48:22
16559         Log: integrate change#5974 from mainline
16560              
16561              change#4197 somehow missed initializing PL_errors, meaning
16562              syntax error queueing wasn't working outside eval"" at all;
16563              also fixed eval"" to localize PL_error_count, so that compile-time
16564              eval's don't clobber the error state of the outer context
16565      Branch: maint-5.6/perl
16566           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
16567           !> t/pragma/warn/toke
16568 ____________________________________________________________________________
16569 [  7279] By: gsar                                  on 2000/10/16  03:46:21
16570         Log: integrate change#5973 from mainline
16571              
16572              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
16573      Branch: maint-5.6/perl
16574           !> regcomp.c regexec.c t/op/re_tests
16575 ____________________________________________________________________________
16576 [  7278] By: gsar                                  on 2000/10/16  03:44:54
16577         Log: integrate change#5971 from cfgperl
16578              
16579              Unicos tweaks from Mark P. Lutz.
16580      Branch: maint-5.6/perl
16581           !> hints/unicos.sh lib/Math/Complex.pm
16582 ____________________________________________________________________________
16583 [  7277] By: gsar                                  on 2000/10/16  03:42:59
16584         Log: integrate changes#5966..5970 from mainline
16585              
16586              add testsuite for B backends, fix bug in B::Deparse (from
16587              Simon Cozens <simon@brecon.co.uk>)
16588              
16589              improved docs on the warn_uninit diagnostic (from David Glasser
16590              and Simon Cozens)
16591              
16592              tolerate spaces in group names in test on solaris (from David Boyce
16593              <dsb@boyski.com>)
16594              
16595              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
16596              
16597              Data::Dumper fumbles negative numbers on 32-bit platforms where
16598              IV is >32bits
16599      Branch: maint-5.6/perl
16600           +> t/lib/b.t t/lib/syslog.t
16601           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
16602           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
16603           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
16604 ____________________________________________________________________________
16605 [  7276] By: gsar                                  on 2000/10/16  03:39:30
16606         Log: integrate change#5965 from mainline
16607              
16608              avoid "will not stay shared" warnings for our variables (from
16609              Robin Barker)
16610      Branch: maint-5.6/perl
16611           !> op.c t/pragma/warn/op
16612 ____________________________________________________________________________
16613 [  7275] By: gsar                                  on 2000/10/16  03:38:18
16614         Log: integrate change#5964 from mainline
16615              
16616              reformat to 72 columns (again)
16617      Branch: maint-5.6/perl
16618           !> pod/perldiag.pod
16619 ____________________________________________________________________________
16620 [  7274] By: gsar                                  on 2000/10/16  03:36:58
16621         Log: integrate change#5963 from mainline
16622              
16623              patch from Larry to make (\&) prototype work; added tests for
16624              the same
16625      Branch: maint-5.6/perl
16626           !> op.c t/comp/proto.t
16627 ____________________________________________________________________________
16628 [  7273] By: gsar                                  on 2000/10/16  03:35:51
16629         Log: integrate changes#5956..5962 from mainline
16630              
16631              better diagnostics on failed tests (from Ilya Zakharevich)
16632              
16633              pod nits (from A. C. Yardley <yardley@tanet.net>)
16634              
16635              change#3569 deleted some essential code, revert; avoid use of
16636              atexit() to make DynaLoader work properly on AIX under mod_perl
16637              (from Jens-Uwe Mager <jum@helios.de>)
16638              
16639              doubled words in pods (from Simon Cozens
16640              <simon.p.cozens@jp.pwcglobal.com>)
16641              
16642              better INSTALL notes on Solaris issues (from Dominic Dunlop)
16643              
16644              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
16645              
16646              updated README.hpux (from Jeff Okamoto)
16647      Branch: maint-5.6/perl
16648           !> INSTALL README.hpux emacs/cperl-mode.el
16649           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
16650           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
16651           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
16652           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
16653           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
16654           !> t/op/lex_assign.t
16655 ____________________________________________________________________________
16656 [  7272] By: gsar                                  on 2000/10/16  03:31:22
16657         Log: integrate change#5955 from mainline
16658              
16659              longstanding bug exposed by change#3307: sort arguments weren't
16660              compiled with the right wantarray context (ensuing runtime lookup
16661              via block_gimme() was getting the incidental context of the
16662              sort() itself)
16663      Branch: maint-5.6/perl
16664           !> op.c t/op/sort.t
16665 ____________________________________________________________________________
16666 [  7271] By: gsar                                  on 2000/10/16  03:29:11
16667         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
16668              branch
16669              
16670              Flatten the cpp jungle doing the nosuid checking.
16671              
16672              Do not assume sign propagation. (from M.J.T. Guy)
16673              
16674              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
16675              
16676              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
16677              Now pp_ncmp() returns undef is either operand is a NaN.
16678              
16679              On second thoughts frexp() does have two arguments.
16680              
16681              Document that tr() is not tr(1).
16682              
16683              Be more robust on "extreme" (large absolute value)
16684              arguments.  Originally reported by Daniel Connelly
16685              as a problem with asinh() on large negative arguments,
16686              asinh() used to bail out because an argument to log()
16687              ended up being zero.  Ilya Zakharevich proposed using
16688              Taylor's series in such cases, which for such large
16689              arguments is a very good approximation.
16690              
16691              Undo "use integer" addition from 64bitint as it seems
16692              to break most of the subtests in Digital UNIX;
16693              Unicos needs to find another way.
16694      Branch: maint-5.6/perl
16695           !> (integrate 29 files)
16696 ____________________________________________________________________________
16697 [  7270] By: gsar                                  on 2000/10/16  03:09:44
16698         Log: integrate changes#5948,5949,5950 from mainline
16699              
16700              typo in vars.pm that leads to cryptic message (from Piotr
16701              Piatkowski <kompas@kompas.usr.onet.pl>)
16702              
16703              make perldoc use the pod2man from the same version (from
16704              M.J.T. Guy)
16705              
16706              reformat perldiag to avoid long lines
16707      Branch: maint-5.6/perl
16708           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
16709 ____________________________________________________________________________
16710 [  7269] By: gsar                                  on 2000/10/16  03:05:54
16711         Log: integrate change#5947 from mainline
16712              
16713              use &dl_error rather than &dl_load_file as the guard for calling
16714              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
16715              statically built perl)
16716      Branch: maint-5.6/perl
16717           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
16718 ____________________________________________________________________________
16719 [  7268] By: gsar                                  on 2000/10/16  03:04:48
16720         Log: integrate change#5945 from mainline
16721              
16722              make module name mandatory after -M switch; reorder perldiag
16723              alphabetically (from Mark-Jason Dominus)
16724      Branch: maint-5.6/perl
16725           !> perl.c pod/perldiag.pod
16726 ____________________________________________________________________________
16727 [  7267] By: gsar                                  on 2000/10/16  03:03:01
16728         Log: integrate change#5939 from mainline
16729              
16730              more pod nits (from Larry Virden)
16731      Branch: maint-5.6/perl
16732           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
16733           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
16734           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
16735 ____________________________________________________________________________
16736 [  7266] By: gsar                                  on 2000/10/16  03:01:39
16737         Log: integrate change#5938 from mainline
16738              
16739              Consolidated B::Deparse fixes (from Stephen McCamant)
16740      Branch: maint-5.6/perl
16741           !> ext/B/B/Deparse.pm
16742 ____________________________________________________________________________
16743 [  7265] By: gsar                                  on 2000/10/16  03:00:43
16744         Log: integrate change#5936 from mainline
16745              
16746              additional tests for change#7263 (from Paul Marquess)
16747      Branch: maint-5.6/perl
16748           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
16749           !> t/pragma/warn/5nolint t/pragma/warn/6default
16750 ____________________________________________________________________________
16751 [  7264] By: gsar                                  on 2000/10/16  02:58:34
16752         Log: integrate change#5934 from mainline
16753              
16754              propagate lexical warnings from surrounding scope correctly
16755              within string eval() (from Paul Marquess)
16756      Branch: maint-5.6/perl
16757           !> pp_ctl.c t/pragma/warn/pp_ctl
16758 ____________________________________________________________________________
16759 [  7263] By: gsar                                  on 2000/10/16  02:56:53
16760         Log: integrate change#5932 from mainline
16761              
16762              add rsignal(), whichsig() and do_join() to public API list
16763              (mod_perl uses them to good advantage)
16764      Branch: maint-5.6/perl
16765           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
16766 ____________________________________________________________________________
16767 [  7262] By: gsar                                  on 2000/10/16  02:55:53
16768         Log: integrate change#5931 from mainline
16769              
16770              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
16771      Branch: maint-5.6/perl
16772           !> pp_hot.c regexec.c t/op/pat.t
16773 ____________________________________________________________________________
16774 [  7261] By: gsar                                  on 2000/10/16  02:55:01
16775         Log: integrate change#5930 from mainline
16776              
16777              small os390 tweaks (from Peter Prymmer)
16778      Branch: maint-5.6/perl
16779           !> config_h.SH makedepend.SH
16780 ____________________________________________________________________________
16781 [  7260] By: gsar                                  on 2000/10/16  02:54:10
16782         Log: integrate change#5929 from mainline
16783              
16784              pod nits
16785      Branch: maint-5.6/perl
16786           !> pod/perlguts.pod
16787 ____________________________________________________________________________
16788 [  7259] By: gsar                                  on 2000/10/16  02:52:55
16789         Log: integrate change#5927 from mainline
16790              
16791              arrange for next() to resume at the unstack op rather than the
16792              loop conditional, so that scope cleanup happens correctly
16793              (from Stephen McCamant)
16794      Branch: maint-5.6/perl
16795           !> op.c pp_ctl.c t/op/misc.t
16796 ____________________________________________________________________________
16797 [  7258] By: gsar                                  on 2000/10/16  02:51:38
16798         Log: integrate change#5926 from mainline
16799              
16800              on windows, reserve 16M of stack rather than 128M (allows more
16801              threads to run concurrently)
16802      Branch: maint-5.6/perl
16803           !> win32/Makefile win32/makefile.mk
16804 ____________________________________________________________________________
16805 [  7257] By: gsar                                  on 2000/10/16  02:50:37
16806         Log: integrate change#5925 from mainline
16807              
16808              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
16809      Branch: maint-5.6/perl
16810           !> toke.c
16811 ____________________________________________________________________________
16812 [  7256] By: gsar                                  on 2000/10/16  02:49:36
16813         Log: integrate change#5924 from mainline
16814              
16815              avoid using uninitialized memory in require version check
16816      Branch: maint-5.6/perl
16817           !> pp_ctl.c universal.c
16818 ____________________________________________________________________________
16819 [  7255] By: gsar                                  on 2000/10/16  02:48:03
16820         Log: integrate changes#5923,5928,6009 from mainline
16821              
16822              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
16823      Branch: maint-5.6/perl
16824           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
16825 ____________________________________________________________________________
16826 [  7254] By: gsar                                  on 2000/10/16  02:44:46
16827         Log: integrate change#5922 from mainline
16828              
16829              commentary about IoTYPE() (from Nathan Torkington)
16830      Branch: maint-5.6/perl
16831           !> sv.h
16832 ____________________________________________________________________________
16833 [  7253] By: gsar                                  on 2000/10/16  02:43:49
16834         Log: integrate change#5921 from mainline
16835              
16836              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
16837      Branch: maint-5.6/perl
16838           !> sv.c t/lib/charnames.t t/pragma/utf8.t
16839 ____________________________________________________________________________
16840 [  7252] By: gsar                                  on 2000/10/16  02:42:31
16841         Log: integrate change#5920 from mainline
16842              
16843              Larry's fix for buggy propagation of utf8-ness in join(); add test
16844      Branch: maint-5.6/perl
16845           !> doop.c t/op/ver.t
16846 ____________________________________________________________________________
16847 [  7251] By: gsar                                  on 2000/10/16  02:41:14
16848         Log: integrate changes#5915..5919 from mainline
16849              
16850              various (pod tweaks &c)
16851      Branch: maint-5.6/perl
16852           !> (integrate 33 files)
16853 ____________________________________________________________________________
16854 [  7250] By: gsar                                  on 2000/10/16  02:38:16
16855         Log: integrate change#5914 from mainline
16856              
16857              caller() wasn't returning the right number of elements for
16858              eval {...}
16859      Branch: maint-5.6/perl
16860           !> pp_ctl.c t/pragma/warn/9enabled
16861 ____________________________________________________________________________
16862 [  7249] By: gsar                                  on 2000/10/16  02:37:02
16863         Log: integrate change#5913 from mainline
16864              
16865              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
16866              (from Mark-Jason Dominus)
16867      Branch: maint-5.6/perl
16868           !> pod/perlfunc.pod
16869 ____________________________________________________________________________
16870 [  7248] By: gsar                                  on 2000/10/16  02:35:58
16871         Log: integrate change#5912 from mainline
16872              
16873              fix totally broken caching in UNIVERSAL::isa() (from
16874              Nick Ing-Simmons)
16875      Branch: maint-5.6/perl
16876           !> t/op/universal.t universal.c
16877 ____________________________________________________________________________
16878 [  7247] By: gsar                                  on 2000/10/16  02:34:27
16879         Log: integrate changes#5910,5911 from mainline
16880              
16881              typo in pod
16882              
16883              add linebreak properties from unicode/LineBrk.txt (from
16884              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
16885      Branch: maint-5.6/perl
16886           +> (branch 29 files)
16887           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
16888 ____________________________________________________________________________
16889 [  7246] By: gsar                                  on 2000/10/16  02:33:29
16890         Log: integrate change#5909 from mainline
16891              
16892              mode argument to do_binmode() should be file mode, not boolean
16893      Branch: maint-5.6/perl
16894           !> pp_sys.c
16895 ____________________________________________________________________________
16896 [  7245] By: gsar                                  on 2000/10/16  02:31:04
16897         Log: integrate change#5908 from mainline
16898              
16899              introduce illegal symbols into null package so that
16900              gv_fetchpv(...,TRUE) always returns a valid GV even when the
16901              symbol is trapped by strictures (avoids coredumps)
16902      Branch: maint-5.6/perl
16903           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
16904           !> t/pragma/strict-vars
16905 ____________________________________________________________________________
16906 [  7244] By: jhi                                   on 2000/10/16  02:29:54
16907         Log: Subject: $Carp::ExportLevel confusion in Exporter
16908              From: "Ben Tilly" <ben_tilly@hotmail.com>
16909              Date: Sat, 14 Oct 2000 16:44:34 EDT
16910              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
16911      Branch: perl
16912            ! lib/Exporter/Heavy.pm
16913 ____________________________________________________________________________
16914 [  7243] By: jhi                                   on 2000/10/16  02:28:33
16915         Log: Subject: [PATCH perlguts.pod] Document offset hack
16916              From: Simon Cozens <simon@cozens.net>
16917              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
16918              Date: Sat, 14 Oct 2000 19:32:25 +0100
16919      Branch: perl
16920            ! pod/perlguts.pod
16921 ____________________________________________________________________________
16922 [  7242] By: gsar                                  on 2000/10/16  02:26:51
16923         Log: integrate changes#5905,5906,5907,6064 from mainline
16924              
16925              printf/sprintf didn't get quad types right under use64bitint
16926      Branch: maint-5.6/perl
16927           !> pp_sys.c sv.c t/op/64bitint.t
16928 ____________________________________________________________________________
16929 [  7241] By: jhi                                   on 2000/10/16  02:22:44
16930         Log: Subject: small pod patch
16931              From: Dan Boorstein <dan_boo@bellsouth.net>
16932              Date: Sat, 14 Oct 2000 14:29:24 -0400
16933              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
16934      Branch: perl
16935            ! pod/perlfaq7.pod pod/perlmod.pod
16936 ____________________________________________________________________________
16937 [  7240] By: jhi                                   on 2000/10/16  02:13:46
16938         Log: -w cleanup.
16939              
16940              Subject: Re: Problems with bleadperl 
16941              From: "Stephen P. Potter" <spp@ds.net>
16942              Date: Fri, 13 Oct 2000 13:32:49 -0400
16943              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
16944      Branch: perl
16945            ! t/pragma/overload.t
16946 ____________________________________________________________________________
16947 [  7239] By: jhi                                   on 2000/10/16  01:41:18
16948         Log: One more ~utf8 tweak.
16949      Branch: perl
16950            ! t/op/bop.t
16951 ____________________________________________________________________________
16952 [  7238] By: jhi                                   on 2000/10/16  01:34:14
16953         Log: Tweak the test of #7235.
16954      Branch: perl
16955            ! t/op/bop.t
16956 ____________________________________________________________________________
16957 [  7237] By: jhi                                   on 2000/10/16  01:25:04
16958         Log: Fix a couple of compiler-noted nits in #7235.
16959      Branch: perl
16960            ! pp.c
16961 ____________________________________________________________________________
16962 [  7236] By: jhi                                   on 2000/10/16  01:22:46
16963         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
16964      Branch: perl
16965            ! pp.c pp_hot.c
16966 ____________________________________________________________________________
16967 [  7235] By: jhi                                   on 2000/10/15  16:24:44
16968         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
16969              
16970              From: Simon Cozens <simon@cozens.net>
16971              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
16972              Date: Sat, 14 Oct 2000 20:52:13 +0100
16973              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
16974      Branch: perl
16975            ! pp.c t/op/bop.t utf8.h
16976 ____________________________________________________________________________
16977 [  7234] By: jhi                                   on 2000/10/15  15:19:29
16978         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
16979              The problem was that rx->minlen was in chars while pp_split()
16980              thought it would be in bytes. 
16981      Branch: perl
16982            ! pp.c t/pragma/utf8.t
16983 ____________________________________________________________________________
16984 [  7233] By: jhi                                   on 2000/10/14  20:24:24
16985         Log: Document FNCASE=y as discussed in the bug 20000902.009.
16986      Branch: perl
16987            ! README.dos
16988 ____________________________________________________________________________
16989 [  7232] By: jhi                                   on 2000/10/14  18:52:21
16990         Log: Add test for bug id 20000427.003 (which seems to have
16991              been fixed) (also duplicate as 20000427.004, though
16992              with a higher severity).  Move one utf8 from op/append
16993              to pragma/utf8, tag the tests with bug ids.
16994      Branch: perl
16995            ! t/op/append.t t/pragma/utf8.t
16996 ____________________________________________________________________________
16997 [  7231] By: jhi                                   on 2000/10/14  17:28:37
16998         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
16999      Branch: perl
17000            ! t/pragma/utf8.t
17001 ____________________________________________________________________________
17002 [  7230] By: jhi                                   on 2000/10/14  14:24:50
17003         Log: Needs to be conditional on SunOS 4.
17004              
17005              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
17006              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17007              Date: Sat, 14 Oct 2000 13:37:49 +0100
17008              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
17009      Branch: metaconfig/U/perl
17010            ! End.U
17011      Branch: perl
17012            ! Configure myconfig.SH pod/perldelta.pod
17013 ____________________________________________________________________________
17014 [  7229] By: jhi                                   on 2000/10/14  00:49:22
17015         Log: Update Changes.
17016      Branch: perl
17017            ! Changes patchlevel.h
17018 ____________________________________________________________________________
17019 [  7228] By: jhi                                   on 2000/10/14  00:46:10
17020         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
17021              From: Peter Prymmer <pvhp@forte.com>
17022              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
17023              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
17024      Branch: perl
17025            ! lib/utf8.pm
17026 ____________________________________________________________________________
17027 [  7227] By: jhi                                   on 2000/10/13  23:20:30
17028         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
17029      Branch: perl
17030            ! t/op/tie.t
17031 ____________________________________________________________________________
17032 [  7226] By: jhi                                   on 2000/10/13  22:14:32
17033         Log: Tweak #7225.
17034              
17035              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
17036              From: Peter Prymmer <pvhp@forte.com>
17037              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
17038              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
17039      Branch: perl
17040            ! t/op/sprintf.t
17041 ____________________________________________________________________________
17042 [  7225] By: jhi                                   on 2000/10/13  22:11:31
17043         Log: op/sprintf.t patch for OS/390 (and any other host with limited
17044              floating-point exponent length)
17045              
17046              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
17047              From: Dominic Dunlop <domo@computer.org>
17048              Date: Fri, 13 Oct 2000 19:17:57 +0200
17049              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
17050      Branch: perl
17051            ! t/op/sprintf.t
17052 ____________________________________________________________________________
17053 [  7224] By: jhi                                   on 2000/10/13  18:40:48
17054         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
17055      Branch: perl
17056            ! toke.c
17057 ____________________________________________________________________________
17058 [  7223] By: jhi                                   on 2000/10/13  18:37:13
17059         Log: Thinko in #7222.
17060      Branch: perl
17061            ! utf8.c
17062 ____________________________________________________________________________
17063 [  7222] By: jhi                                   on 2000/10/13  18:05:23
17064         Log: Use UTF8SKIP(), from Simon Cozens.
17065      Branch: perl
17066            ! utf8.c
17067 ____________________________________________________________________________
17068 [  7221] By: jhi                                   on 2000/10/13  15:43:19
17069         Log: (accidentally empty check-in)
17070      Branch: perl
17071            ! utf8.c
17072 ____________________________________________________________________________
17073 [  7220] By: jhi                                   on 2000/10/13  15:23:51
17074         Log: Add (optimistically) Storable to static extensions.
17075      Branch: perl
17076            ! hints/uwin.sh hints/vmesa.sh
17077 ____________________________________________________________________________
17078 [  7219] By: jhi                                   on 2000/10/13  15:20:05
17079         Log: Amdahl UTS doesn't seem to do dynaloading.
17080      Branch: perl
17081            ! hints/uts.sh
17082 ____________________________________________________________________________
17083 [  7218] By: jhi                                   on 2000/10/13  15:15:20
17084         Log: Slight tweak of the code to appease Amdahl UTS cc.
17085      Branch: perl
17086            ! pp.c
17087 ____________________________________________________________________________
17088 [  7217] By: jhi                                   on 2000/10/13  14:50:42
17089         Log: In Amdahl UTS "struct sv" is defined by a system header,
17090              <ksync.h>.
17091      Branch: perl
17092            ! perl.h sv.h
17093 ____________________________________________________________________________
17094 [  7216] By: jhi                                   on 2000/10/13  11:58:25
17095         Log: Ilya implemented the memory profiling API.
17096      Branch: perl
17097            ! Todo
17098 ____________________________________________________________________________
17099 [  7215] By: jhi                                   on 2000/10/13  02:56:38
17100         Log: Subject: [PATCH 5.7.0] Perl API for mstats
17101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17102              Date: Thu, 12 Oct 2000 22:52:40 -0400
17103              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
17104      Branch: perl
17105            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17106 ____________________________________________________________________________
17107 [  7214] By: jhi                                   on 2000/10/13  02:55:38
17108         Log: Subject: [PATCH 5.7.0] IVs in mtats
17109              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17110              Date: Thu, 12 Oct 2000 22:51:04 -0400
17111              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
17112      Branch: perl
17113            ! malloc.c perl.h
17114 ____________________________________________________________________________
17115 [  7213] By: jhi                                   on 2000/10/13  02:31:47
17116         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
17117      Branch: perl
17118            ! pod/perldiag.pod pp_sys.c
17119 ____________________________________________________________________________
17120 [  7212] By: jhi                                   on 2000/10/13  01:27:38
17121         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
17122              From: Peter Prymmer <pvhp@forte.com>
17123              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
17124              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
17125      Branch: perl
17126            ! t/op/oct.t
17127 ____________________________________________________________________________
17128 [  7211] By: jhi                                   on 2000/10/13  00:35:09
17129         Log: Update Changes.
17130      Branch: perl
17131            ! Changes patchlevel.h
17132 ____________________________________________________________________________
17133 [  7210] By: jhi                                   on 2000/10/12  23:59:40
17134         Log: The Install.pm third of
17135              
17136              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
17137              From: Bill Campbell <bill@celestial.com>
17138              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
17139              Date: Thu, 5 Oct 2000 18:04:51 -0700
17140      Branch: perl
17141            ! lib/ExtUtils/Install.pm
17142 ____________________________________________________________________________
17143 [  7209] By: jhi                                   on 2000/10/12  23:58:43
17144         Log: Two thirds of
17145              
17146              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
17147              Date: Thu, 5 Oct 2000 18:04:51 -0700
17148              From: Bill Campbell <bill@celestial.com>
17149              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
17150              
17151              The Install.pm changes will be submitted separately because
17152              they need some work and discussion still.
17153      Branch: perl
17154            ! lib/getopts.pl lib/termcap.pl
17155 ____________________________________________________________________________
17156 [  7208] By: jhi                                   on 2000/10/12  23:41:19
17157         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
17158              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17159              Date:     Thu, 12 Oct 2000 07:30:02 EDT
17160              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
17161      Branch: perl
17162            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
17163            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
17164 ____________________________________________________________________________
17165 [  7207] By: jhi                                   on 2000/10/12  23:39:01
17166         Log: An updated EBCDIC tr patch.
17167              
17168              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
17169              From: Peter Prymmer <pvhp@forte.com>
17170              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
17171              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
17172      Branch: perl
17173            ! t/op/tr.t
17174 ____________________________________________________________________________
17175 [  7206] By: jhi                                   on 2000/10/12  23:34:55
17176         Log: Upgrade to CPAN 1.58, from Andreas König.
17177      Branch: perl
17178            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17179 ____________________________________________________________________________
17180 [  7205] By: jhi                                   on 2000/10/12  23:29:08
17181         Log: Introduce the man[24-8] variables, from Andy Dougherty.
17182      Branch: metaconfig/U/perl
17183            + mandirs.U mandirstyle.U
17184      Branch: perl
17185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17186            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
17187            ! vos/config.h vos/config.pl vos/config_h.SH_orig
17188            ! win32/config.bc win32/config.gc win32/config.vc
17189 ____________________________________________________________________________
17190 [  7204] By: gsar                                  on 2000/10/12  18:11:24
17191         Log: restore change#7202
17192      Branch: perl
17193            ! mg.c
17194 ____________________________________________________________________________
17195 [  7203] By: gsar                                  on 2000/10/12  18:09:40
17196         Log: another test of the Emergency Broadcast System--back out 
17197              change#7202
17198      Branch: perl
17199            ! mg.c
17200 ____________________________________________________________________________
17201 [  7202] By: gsar                                  on 2000/10/12  16:40:47
17202         Log: (submitted on behalf of Jarkko)
17203              Fix the lib/encode.t subtest 6 failure as reported by Andreas
17204              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
17205              was unearthed by change 7182, as was a bug in HTML::Entities.
17206      Branch: perl
17207            ! mg.c
17208 ____________________________________________________________________________
17209 [  7201] By: jhi                                   on 2000/10/11  03:16:05
17210         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
17211      Branch: perl
17212            ! pp_hot.c t/pragma/utf8.t
17213 ____________________________________________________________________________
17214 [  7200] By: jhi                                   on 2000/10/11  00:40:30
17215         Log: The #7198 was a false alarm.
17216      Branch: perl
17217            ! pp_hot.c
17218 ____________________________________________________________________________
17219 [  7199] By: jhi                                   on 2000/10/11  00:26:04
17220         Log: Remove duplicated code.
17221      Branch: perl
17222            ! t/lib/cgi-html.t
17223 ____________________________________________________________________________
17224 [  7198] By: jhi                                   on 2000/10/10  23:30:46
17225         Log: (Retracted by #7200.)
17226      Branch: perl
17227            ! pp_hot.c
17228 ____________________________________________________________________________
17229 [  7197] By: jhi                                   on 2000/10/10  21:49:30
17230         Log: Add the test case for #7190, from the original bug report
17231              by Andreas König.
17232      Branch: perl
17233            ! t/pragma/utf8.t
17234 ____________________________________________________________________________
17235 [  7196] By: jhi                                   on 2000/10/10  21:40:49
17236         Log: Reapply Andy's patch and regen Configure.
17237      Branch: perl
17238            ! Configure INSTALL Makefile.SH Porting/Glossary
17239            ! Porting/config.sh config_h.SH epoc/config.sh installperl
17240            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
17241            ! win32/config.vc
17242 ____________________________________________________________________________
17243 [  7195] By: jhi                                   on 2000/10/10  21:09:30
17244         Log: Use the versiononly instead of the installscripts,
17245              retract the changes 7146 and 7147.
17246      Branch: perl
17247            ! Configure INSTALL Makefile.SH Porting/Glossary
17248            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
17249            ! installperl uconfig.sh vos/config.def win32/config.bc
17250            ! win32/config.gc win32/config.vc
17251 ____________________________________________________________________________
17252 [  7194] By: jhi                                   on 2000/10/10  21:06:15
17253         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
17254              From: Peter Prymmer <pvhp@forte.com>
17255              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
17256              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
17257      Branch: perl
17258            ! t/op/ver.t
17259 ____________________________________________________________________________
17260 [  7193] By: jhi                                   on 2000/10/10  21:05:12
17261         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
17262              From: Peter Prymmer <pvhp@forte.com>
17263              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
17264              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
17265      Branch: perl
17266            ! t/op/tr.t
17267 ____________________________________________________________________________
17268 [  7192] By: jhi                                   on 2000/10/10  20:57:30
17269         Log: Add versiononly, delete installscripts, from Andy Dougherty.
17270      Branch: metaconfig
17271            - U/installdirs/installscripts.U
17272      Branch: metaconfig/U/perl
17273            + versiononly.U
17274 ____________________________________________________________________________
17275 [  7191] By: jhi                                   on 2000/10/10  19:41:21
17276         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
17277              From: Peter Prymmer <pvhp@forte.com>
17278              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
17279              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
17280      Branch: perl
17281            ! pod/perlebcdic.pod
17282 ____________________________________________________________________________
17283 [  7190] By: jhi                                   on 2000/10/10  19:26:14
17284         Log: Subject: Re: utf8 concat, mg_get
17285              From: Simon Cozens <simon@cozens.net>
17286              Date: Tue, 10 Oct 2000 17:40:17 +0100
17287              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
17288      Branch: perl
17289            ! pp_hot.c
17290 ____________________________________________________________________________
17291 [  7189] By: jhi                                   on 2000/10/10  19:23:03
17292         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
17293              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
17294              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
17295              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
17296      Branch: perl
17297            ! lib/ExtUtils/MM_Unix.pm
17298 ____________________________________________________________________________
17299 [  7188] By: jhi                                   on 2000/10/10  15:31:24
17300         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
17301              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
17302              Date: Fri, 14 Jul 2000 10:47:36 +0100
17303              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
17304      Branch: perl
17305            ! README.win32
17306 ____________________________________________________________________________
17307 [  7187] By: jhi                                   on 2000/10/10  13:30:10
17308         Log: Quote the temp file name, needed in Win32 because the
17309              default name unfortunately contains spaces, shouldn't
17310              hurt elsewhere.
17311              
17312              Subject: FW: perldoc fails if $TEMP contains spaces
17313              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
17314              Date: Thu, 14 Sep 2000 08:58:45 +0100
17315              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
17316      Branch: perl
17317            ! utils/perldoc.PL
17318 ____________________________________________________________________________
17319 [  7186] By: jhi                                   on 2000/10/10  13:16:27
17320         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
17321              From: hv@hugo.hybyte.com
17322              Date: Tue, 10 Oct 2000 14:10:20 +0100
17323              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
17324      Branch: perl
17325            ! t/lib/thr5005.t util.c
17326 ____________________________________________________________________________
17327 [  7185] By: jhi                                   on 2000/10/10  12:06:22
17328         Log: Upgrade to podlators 1.04, from Russ Allbery.
17329      Branch: perl
17330            ! lib/Pod/Man.pm lib/Pod/Text.pm
17331 ____________________________________________________________________________
17332 [  7184] By: jhi                                   on 2000/10/10  12:01:32
17333         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
17334      Branch: perl
17335            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
17336 ____________________________________________________________________________
17337 [  7183] By: jhi                                   on 2000/10/09  23:47:15
17338         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
17339              From: Peter Prymmer <pvhp@forte.com>
17340              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
17341              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
17342      Branch: perl
17343            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
17344 ____________________________________________________________________________
17345 [  7182] By: jhi                                   on 2000/10/09  23:43:16
17346         Log: Make eq work again with utf8 (disabling the upgrading
17347              should no more be necessary since the copies of the
17348              scalars are upgraded, not the scalars themselves).
17349              Takes care of ID 20001009.001.  (The claimed length()
17350              bug in 20001009.001 seems bogus to me.)
17351      Branch: perl
17352            ! sv.c t/pragma/utf8.t
17353 ____________________________________________________________________________
17354 [  7181] By: gsar                                  on 2000/10/09  19:41:54
17355         Log: tweak for change#7173
17356      Branch: perl
17357            ! win32/win32sck.c
17358 ____________________________________________________________________________
17359 [  7180] By: gsar                                  on 2000/10/09  19:26:56
17360         Log: on Windows, clean targets might not work under some flavors of the shell
17361      Branch: perl
17362            ! win32/Makefile win32/makefile.mk
17363 ____________________________________________________________________________
17364 [  7179] By: jhi                                   on 2000/10/09  19:21:02
17365         Log: Update Changes.
17366      Branch: perl
17367            ! Changes patchlevel.h
17368 ____________________________________________________________________________
17369 [  7178] By: jhi                                   on 2000/10/09  19:18:23
17370         Log: Warn about unknown scripts.
17371              
17372              Subject: Re: ideas? patches? [PATCH bleadperl]
17373              From: Dominic Dunlop <domo@computer.org>
17374              Date: Mon, 9 Oct 2000 14:57:17 +0200
17375              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
17376      Branch: perl
17377            ! lib/charnames.pm
17378 ____________________________________________________________________________
17379 [  7177] By: jhi                                   on 2000/10/09  19:13:27
17380         Log: Change #7160 had a nasty typo.
17381      Branch: metaconfig
17382            ! U/compline/Compile.U
17383      Branch: perl
17384            ! Configure config_h.SH
17385 ____________________________________________________________________________
17386 [  7176] By: gsar                                  on 2000/10/09  18:59:33
17387         Log: pod nit
17388      Branch: perl
17389            ! pod/perlport.pod
17390 ____________________________________________________________________________
17391 [  7175] By: gsar                                  on 2000/10/09  18:54:28
17392         Log: Windows9x doesn't support link(), despite what Config.pm
17393              might think
17394      Branch: perl
17395            ! lib/ExtUtils/Manifest.pm
17396 ____________________________________________________________________________
17397 [  7174] By: gsar                                  on 2000/10/09  18:50:03
17398         Log: avoid nonportable example code
17399      Branch: perl
17400            ! lib/File/Copy.pm
17401 ____________________________________________________________________________
17402 [  7173] By: gsar                                  on 2000/10/09  18:46:54
17403         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
17404              being used) when closing a socket handle
17405      Branch: perl
17406            ! win32/win32.c win32/win32.h win32/win32sck.c
17407 ____________________________________________________________________________
17408 [  7172] By: gsar                                  on 2000/10/09  18:41:40
17409         Log: on Windows, cwd strings in the environment should be of the
17410              form =X:=X:\foo instead of =X=X:\foo\
17411      Branch: perl
17412            ! win32/vdir.h
17413 ____________________________________________________________________________
17414 [  7171] By: gsar                                  on 2000/10/09  18:30:09
17415         Log: on Windows, LoadLibrary() could load an extension DLL multiple
17416              times if forward slashes are used in the path
17417      Branch: perl
17418            ! win32/win32.c
17419 ____________________________________________________________________________
17420 [  7170] By: jhi                                   on 2000/10/09  17:53:59
17421         Log: Add a todo note about overloadable assertions.
17422      Branch: perl
17423            ! Todo-5.6
17424 ____________________________________________________________________________
17425 [  7169] By: jhi                                   on 2000/10/09  13:43:45
17426         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
17427              From: mjd@plover.com
17428              Date: 9 Oct 2000 00:24:44 -0000
17429              Message-ID: <20001009002444.10616.qmail@plover.com>
17430      Branch: perl
17431            ! pod/perldebguts.pod
17432 ____________________________________________________________________________
17433 [  7168] By: nick                                  on 2000/10/08  13:16:33
17434         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
17435              is not right thing to do on (e.g. x86). Network order is also "right" for
17436              X fonts.
17437      Branch: perl
17438            ! ext/Encode/Encode.pm
17439 ____________________________________________________________________________
17440 [  7167] By: nick                                  on 2000/10/08  12:54:42
17441         Log: Make "encodings" work post-install when Encode/*.enc files may not
17442              be in same directory as Encode.pm
17443      Branch: perl
17444            ! ext/Encode/Encode.pm
17445 ____________________________________________________________________________
17446 [  7166] By: nick                                  on 2000/10/08  11:51:26
17447         Log: Work round the fact that $hash->{$key} does not take into account
17448              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
17449              so that key is always in the "expected" encoding - i.e. same way we put
17450              it in the hash.
17451      Branch: perl
17452            ! ext/Encode/Encode.pm
17453 ____________________________________________________________________________
17454 [  7165] By: gsar                                  on 2000/10/08  04:15:29
17455         Log: save_re_context() could reset PL_curcop to freed memory, causing core
17456              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
17457      Branch: perl
17458            ! pp_ctl.c
17459 ____________________________________________________________________________
17460 [  7164] By: jhi                                   on 2000/10/06  20:51:48
17461         Log: UTF8ize split() so that the cloned substrings get the UTF8
17462              flag of the original scalar.  Problem reported by Simon Cozens.
17463      Branch: perl
17464            ! pp.c t/pragma/utf8.t
17465 ____________________________________________________________________________
17466 [  7163] By: nick                                  on 2000/10/06  20:48:34
17467         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
17468              got a false +ve and so did not reach code which would have un-FAKEd the SV.
17469      Branch: perl
17470            ! sv.c
17471 ____________________________________________________________________________
17472 [  7162] By: nick                                  on 2000/10/06  20:25:37
17473         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
17474              To fix  (sort {$a <=> $b} keys %hash) in particular but
17475              should cover a number of other as-yet-unknown cases as well.
17476      Branch: perl
17477            ! sv.c
17478 ____________________________________________________________________________
17479 [  7161] By: jhi                                   on 2000/10/06  19:56:18
17480         Log: Change the version number of Tie::Handle in the core to 4.0,
17481              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
17482              
17483              Subject: Note on Tie::Handle
17484              From: andreas.koenig@anima.de (Andreas J. Koenig)
17485              Date:      06 Oct 2000 21:48:58 +0200
17486              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
17487      Branch: perl
17488            ! lib/Tie/Handle.pm
17489 ____________________________________________________________________________
17490 [  7160] By: jhi                                   on 2000/10/06  18:20:35
17491         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
17492              as the first option of cc/ld because of ultrapicky compilers
17493              (e.g. OS/390 R2.5)
17494      Branch: metaconfig
17495            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
17496            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
17497            ! U/compline/orderlib.U U/modified/Cppsym.U
17498            ! U/modified/d_access.U
17499      Branch: metaconfig/U/perl
17500            ! Checkcc.U d_dlsymun.U gccvers.U
17501      Branch: perl
17502            ! Configure config_h.SH
17503 ____________________________________________________________________________
17504 [  7159] By: jhi                                   on 2000/10/06  13:56:39
17505         Log: Update Changes.
17506      Branch: perl
17507            ! Changes patchlevel.h
17508 ____________________________________________________________________________
17509 [  7158] By: jhi                                   on 2000/10/06  12:48:40
17510         Log: Eliminate $Is_VMS code from the test.
17511              
17512              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
17513              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17514              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
17515              Date:     Thu, 5 Oct 2000 07:46:33 EDT
17516      Branch: perl
17517            ! t/lib/b.t
17518 ____________________________________________________________________________
17519 [  7157] By: jhi                                   on 2000/10/06  12:47:13
17520         Log: Also the $ccflags is needed for the C compiler check.
17521              
17522              Subject: Configure (check for C-compiler)
17523              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17524              Date: Fri, 06 Oct 2000 08:47:15 +0200
17525              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
17526      Branch: metaconfig/U/perl
17527            ! Checkcc.U
17528      Branch: perl
17529            ! Configure config_h.SH
17530 ____________________________________________________________________________
17531 [  7156] By: jhi                                   on 2000/10/06  11:45:15
17532         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
17533      Branch: perl
17534            ! perl.c pp_ctl.c sv.h utf8.c
17535 ____________________________________________________________________________
17536 [  7155] By: jhi                                   on 2000/10/06  11:40:41
17537         Log: IO::Handle->syswrite() did not handle length omission
17538              like CORE::syswrite() does.
17539              
17540              Subject: [Fwd] IO::Handle, syswrite and arguments
17541              From: Graham Barr <gbarr@pobox.com>
17542              Date: Fri, 6 Oct 2000 10:22:05 +0100
17543              Message-ID: <20001006102205.U6312@pobox.com>
17544              
17545              The original patch from andrew@ugh.net.au.
17546      Branch: perl
17547            ! ext/IO/lib/IO/Handle.pm
17548 ____________________________________________________________________________
17549 [  7154] By: jhi                                   on 2000/10/06  01:42:15
17550         Log: Tweak #7153.
17551      Branch: perl
17552            ! utf8.h
17553 ____________________________________________________________________________
17554 [  7153] By: jhi                                   on 2000/10/06  00:39:55
17555         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
17556      Branch: perl
17557            ! utf8.h
17558 ____________________________________________________________________________
17559 [  7152] By: jhi                                   on 2000/10/06  00:38:11
17560         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
17561      Branch: perl
17562            ! perl.c pp_ctl.c sv.h utf8.c
17563 ____________________________________________________________________________
17564 [  7151] By: jhi                                   on 2000/10/06  00:36:38
17565         Log: Subject: Re: Questions about Tie::Array and perl modules
17566              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17567              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
17568              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
17569              
17570              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
17571      Branch: perl
17572            ! lib/Tie/Array.pm t/op/array.t
17573 ____________________________________________________________________________
17574 [  7150] By: jhi                                   on 2000/10/05  00:20:45
17575         Log: Regen Changes.
17576      Branch: perl
17577            ! Changes patchlevel.h
17578 ____________________________________________________________________________
17579 [  7149] By: jhi                                   on 2000/10/05  00:20:01
17580         Log: Regen toc.
17581      Branch: perl
17582            ! pod/perltoc.pod
17583 ____________________________________________________________________________
17584 [  7148] By: jhi                                   on 2000/10/04  23:35:08
17585         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
17586              reported several times by Dominic Dunlop, for example in
17587              ID 20000315.008.  Patch from Dominic.  Patch affects at
17588              least MachTen, and possibly other oldish BSDs. Should not
17589              break non-broken platforms (tested on LinuxPPC). 
17590      Branch: perl
17591            ! doio.c
17592 ____________________________________________________________________________
17593 [  7147] By: jhi                                   on 2000/10/04  23:26:34
17594         Log: The one that got away from 7146.
17595      Branch: metaconfig
17596            + U/installdirs/installscripts.U
17597 ____________________________________________________________________________
17598 [  7146] By: jhi                                   on 2000/10/04  23:25:04
17599         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
17600              suggested by H. Merijn Brand.
17601      Branch: perl
17602            ! Configure INSTALL Makefile.SH Porting/Glossary
17603            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
17604            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
17605            ! win32/config.vc
17606 ____________________________________________________________________________
17607 [  7145] By: jhi                                   on 2000/10/04  22:08:21
17608         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
17609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17610              Date: Wed, 4 Oct 2000 17:37:46 -0400
17611              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
17612      Branch: perl
17613            ! utils/h2xs.PL
17614 ____________________________________________________________________________
17615 [  7144] By: jhi                                   on 2000/10/04  18:11:41
17616         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
17617              From: Jeff Pinyan <jeffp@crusoe.net>
17618              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
17619              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
17620      Branch: perl
17621            ! pod/perlrun.pod
17622 ____________________________________________________________________________
17623 [  7143] By: jhi                                   on 2000/10/04  18:09:58
17624         Log: Subject: perlhack.pod Patch for Externals Tools
17625              From: Fisher Mark <fisherm@tce.com>
17626              Date: Tue, 3 Oct 2000 15:43:27 -0500 
17627              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
17628      Branch: perl
17629            ! pod/perlhack.pod
17630 ____________________________________________________________________________
17631 [  7142] By: jhi                                   on 2000/10/04  18:08:41
17632         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
17633              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17634              Date:     Wed, 4 Oct 2000 12:11:11 EDT
17635              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
17636      Branch: perl
17637            ! vms/vms.c
17638 ____________________________________________________________________________
17639 [  7141] By: jhi                                   on 2000/10/04  12:20:16
17640         Log: Subject: [PATCH 5.7.0] h2xs not working
17641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17642              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
17643              Date: Tue, 3 Oct 2000 21:43:01 -0400
17644              
17645              Subject: [PATCH 5.7.0] h2xs not documenting the created module
17646              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17647              Date: Tue, 3 Oct 2000 22:55:19 -0400
17648              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
17649      Branch: perl
17650            ! utils/h2xs.PL
17651 ____________________________________________________________________________
17652 [  7140] By: jhi                                   on 2000/10/04  11:53:44
17653         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
17654              From: nick@babyhippo.com
17655              Date: Wed, 4 Oct 2000 12:06:45 +0100
17656              Message-Id: <20001004120645.A7356@babyhippo.com>
17657              
17658              Retract 7118 and 7135.
17659      Branch: perl
17660            ! installman installperl op.c t/pragma/subs.t
17661 ____________________________________________________________________________
17662 [  7139] By: jhi                                   on 2000/10/03  22:09:41
17663         Log: It is possible to have no hosts database at all.  Pointed out in
17664              
17665              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
17666              From: Peter Prymmer <pvhp@forte.com>
17667              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
17668              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
17669      Branch: metaconfig
17670            ! U/modified/myhostname.U
17671      Branch: perl
17672            ! Configure config_h.SH
17673 ____________________________________________________________________________
17674 [  7138] By: jhi                                   on 2000/10/03  21:49:49
17675         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
17676              From: Peter Prymmer <pvhp@forte.com>
17677              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
17678              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
17679      Branch: perl
17680            ! pp_sys.c
17681 ____________________________________________________________________________
17682 [  7137] By: jhi                                   on 2000/10/03  20:10:05
17683         Log: One remaining nit less at the VMS mailbox sizing.
17684      Branch: perl
17685            ! vms/vms.c
17686 ____________________________________________________________________________
17687 [  7136] By: jhi                                   on 2000/10/03  20:08:47
17688         Log: Test harness update to sync with the new perlcc,
17689              from Simon Cozens.
17690      Branch: perl
17691            ! t/TEST t/UTEST
17692 ____________________________________________________________________________
17693 [  7135] By: jhi                                   on 2000/10/03  15:15:42
17694         Log: Subject: Re: PATCH for 20001003.004
17695              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
17696              From: "AARON B. DOSSETT" <aaron@iglou.com>
17697              Message-Id: <E13gTay-0006od-00@iglou.com>
17698      Branch: perl
17699            ! installman installperl
17700 ____________________________________________________________________________
17701 [  7134] By: jhi                                   on 2000/10/03  15:00:34
17702         Log: Subject: [ID 20001003.006] B::Debug not -w clean
17703              From: Nicholas Clark <nick@babyhippo.co.uk>
17704              Date: Tue, 03 Oct 2000 15:46:32 +0100
17705              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
17706      Branch: perl
17707            ! ext/B/B/Debug.pm
17708 ____________________________________________________________________________
17709 [  7133] By: jhi                                   on 2000/10/03  14:58:39
17710         Log: Scale down the VMS message boxes, by Charles Lane.
17711              Fix for ID 20000903.009, workaround at
17712              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
17713      Branch: perl
17714            ! vms/vms.c
17715 ____________________________________________________________________________
17716 [  7132] By: jhi                                   on 2000/10/03  11:20:37
17717         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
17718      Branch: perl
17719            + t/lib/st-lock.t t/lib/st-utf8.t
17720            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
17721            ! ext/Storable/Storable.xs t/lib/st-recurse.t
17722 ____________________________________________________________________________
17723 [  7131] By: jhi                                   on 2000/10/03  03:38:23
17724         Log: Encode nits.
17725      Branch: perl
17726            ! MANIFEST Makefile.SH
17727 ____________________________________________________________________________
17728 [  7130] By: jhi                                   on 2000/10/03  03:31:05
17729         Log: Update Changes.
17730      Branch: perl
17731            ! Changes patchlevel.h
17732 ____________________________________________________________________________
17733 [  7129] By: jhi                                   on 2000/10/03  02:24:02
17734         Log: Misplaced else.
17735      Branch: metaconfig/U/perl
17736            ! d_strtoll.U
17737      Branch: perl
17738            ! Configure config_h.SH
17739 ____________________________________________________________________________
17740 [  7128] By: jhi                                   on 2000/10/03  02:08:29
17741         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
17742              From: sthoenna@efn.org
17743              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
17744              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
17745      Branch: metaconfig/U/perl
17746            ! d_strtoll.U
17747      Branch: perl
17748            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
17749 ____________________________________________________________________________
17750 [  7127] By: jhi                                   on 2000/10/03  01:13:14
17751         Log: Update Changes.
17752      Branch: perl
17753            ! Changes patchlevel.h
17754 ____________________________________________________________________________
17755 [  7126] By: jhi                                   on 2000/10/03  00:57:08
17756         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
17757              as suggested by Olaf Flebbe and Nick Clark.
17758      Branch: perl
17759            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
17760 ____________________________________________________________________________
17761 [  7125] By: jhi                                   on 2000/10/03  00:50:56
17762         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
17763              From: Nick Clark <nick@plum.flirble.org>
17764              Date: Mon, 2 Oct 2000 11:03:24 +0100
17765              Message-Id: <20001002110324.D20073@plum.flirble.org>
17766              
17767              Also fixes bug ID 20001002.005.
17768      Branch: perl
17769            ! t/lib/encode.t
17770 ____________________________________________________________________________
17771 [  7124] By: jhi                                   on 2000/10/03  00:34:59
17772         Log: Subject: [PATCH 5.7.0] Epoc update
17773              From: Olaf Flebbe <o.flebbe@gmx.de>
17774              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
17775              Message-ID: <26423.969484586@www10.gmx.net>
17776      Branch: perl
17777            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
17778            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
17779            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
17780            ! util.c util.h
17781 ____________________________________________________________________________
17782 [  7123] By: jhi                                   on 2000/10/03  00:30:07
17783         Log: Regen headers.
17784      Branch: perl
17785            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
17786 ____________________________________________________________________________
17787 [  7122] By: jhi                                   on 2000/10/03  00:10:48
17788         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
17789      Branch: perl
17790            ! hints/openbsd.sh
17791 ____________________________________________________________________________
17792 [  7121] By: jhi                                   on 2000/10/03  00:05:06
17793         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
17794              From: <abigail@foad.org>
17795              Date: Tue, 26 Sep 2000 13:36:14 -0400
17796              Message-ID: <20000926173614.4356.qmail@foad.org>
17797      Branch: perl
17798            ! pod/perlop.pod
17799 ____________________________________________________________________________
17800 [  7120] By: jhi                                   on 2000/10/03  00:04:00
17801         Log: Inside require() $^S was always left undefined.
17802              
17803              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
17804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17805              Date: Wed, 27 Sep 2000 18:54:49 -0400
17806              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
17807      Branch: perl
17808            ! cop.h mg.c pp_ctl.c util.c
17809 ____________________________________________________________________________
17810 [  7119] By: jhi                                   on 2000/10/03  00:00:16
17811         Log: Subject: [PATCH] DLL not restartabke with threaded perl
17812              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
17813              Date: Thu, 28 Sep 2000 09:20:46 +0100
17814              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
17815      Branch: perl
17816            ! perl.c
17817 ____________________________________________________________________________
17818 [  7118] By: jhi                                   on 2000/10/02  23:59:20
17819         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
17820              From: Nicholas Clark <nick@ccl4.org>
17821              Date: Thu, 28 Sep 2000 11:52:24 +0100
17822              Message-ID: <20000928115224.D7924@plum.flirble.org>
17823      Branch: perl
17824            ! op.c
17825 ____________________________________________________________________________
17826 [  7117] By: jhi                                   on 2000/10/02  23:57:51
17827         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
17828              From: Nicholas Clark <nick@babyhippo.co.uk>
17829              Date: Thu, 28 Sep 2000 12:18:10 +0100
17830              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
17831              
17832              Did not apply cleanly, manual intervention was needed.
17833      Branch: perl
17834            ! ext/B/B/Bytecode.pm utils/perlcc.PL
17835 ____________________________________________________________________________
17836 [  7116] By: jhi                                   on 2000/10/02  23:50:40
17837         Log: Document the issue (is not a syntax error, kind of)
17838              
17839              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
17840              From: Nicholas Clark <nick@ccl4.org>
17841              Date: Thu, 28 Sep 2000 17:12:42 +0100
17842              Message-ID: <20000928171242.K7924@plum.flirble.org>
17843      Branch: perl
17844            ! pod/perldata.pod
17845 ____________________________________________________________________________
17846 [  7115] By: jhi                                   on 2000/10/02  23:48:58
17847         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
17848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17849              Date: Thu, 28 Sep 2000 21:55:31 -0400
17850              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
17851      Branch: perl
17852            ! regexec.c
17853 ____________________________________________________________________________
17854 [  7114] By: jhi                                   on 2000/10/02  23:47:57
17855         Log: Subject: DOC PATCH 5.6.0
17856              From: mjd@plover.com
17857              Date: 30 Sep 2000 06:02:34 -0000
17858              Message-ID: <20000930060234.4559.qmail@plover.com>
17859      Branch: perl
17860            ! pod/perldebguts.pod
17861 ____________________________________________________________________________
17862 [  7113] By: jhi                                   on 2000/10/02  23:46:43
17863         Log: SOCK_DGRAM and listen() do not mix as reported in
17864              
17865              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
17866              From: Petter Reinholdtsen <pere@hungry.com>
17867              Date: Sun, 1 Oct 2000 10:57:20 +0800
17868              Message-Id: <200010010257.KAA05735@localhost.localdomain>
17869              
17870              The patch for 5.7.0+ had to be reengineered, though.
17871      Branch: perl
17872            ! ext/IO/lib/IO/Socket/UNIX.pm
17873 ____________________________________________________________________________
17874 [  7112] By: jhi                                   on 2000/10/02  23:36:57
17875         Log: Subject: Re: [PATCH 5.005_64 missed]
17876              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17877              Date: Sun, 1 Oct 2000 18:50:10 -0400
17878              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
17879      Branch: perl
17880            ! pod/perlxs.pod
17881 ____________________________________________________________________________
17882 [  7111] By: jhi                                   on 2000/10/02  23:35:40
17883         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
17884              From: Radu Greab <radu@netsoft.ro>
17885              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
17886              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
17887      Branch: perl
17888            ! op.c opcode.pl t/op/substr.t
17889 ____________________________________________________________________________
17890 [  7110] By: jhi                                   on 2000/10/02  23:32:38
17891         Log: Subject: [PATCH] Fix aliasing of tied filehandles
17892              From: Daniel Chetlin <daniel@chetlin.com>
17893              Date: Mon, 2 Oct 2000 14:53:27 -0700
17894              Message-ID: <20001002145327.C1617@ilmd>
17895      Branch: perl
17896            ! perl.h pp_hot.c t/op/tiehandle.t
17897 ____________________________________________________________________________
17898 [  7109] By: jhi                                   on 2000/10/02  23:31:30
17899         Log: s/Robin Parker/Robin Barker/
17900      Branch: perl
17901            ! Changes5.6
17902 ____________________________________________________________________________
17903 [  7108] By: jhi                                   on 2000/10/02  23:15:46
17904         Log: Retract #7091 as suggested in
17905              
17906              From: Robin Barker <rmb1@cise.npl.co.uk> 
17907              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
17908              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
17909              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
17910      Branch: perl
17911            ! embed.pl proto.h
17912 ____________________________________________________________________________
17913 [  7107] By: nick                                  on 2000/10/02  18:23:14
17914         Log: A few tweaks to get Tk803 to work with Encode scheme.
17915      Branch: perl
17916            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
17917 ____________________________________________________________________________
17918 [  7106] By: nick                                  on 2000/10/01  21:34:14
17919         Log: Add checking cases to Encode's toUnicode and fromUnicode.
17920      Branch: perl
17921            ! ext/Encode/Encode.pm
17922 ____________________________________________________________________________
17923 [  7105] By: nick                                  on 2000/10/01  17:18:01
17924         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
17925              To read and use them.
17926              Add a lib/encode.t which checks a few things.
17927      Branch: perl
17928            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
17929            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
17930            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
17931            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
17932            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
17933            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
17934            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
17935            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
17936            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
17937            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
17938            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
17939            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
17940            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
17941            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
17942            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
17943            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
17944            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
17945            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
17946            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
17947            + ext/Encode/Encode/iso2022-jp.enc
17948            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
17949            + ext/Encode/Encode/iso8859-1.enc
17950            + ext/Encode/Encode/iso8859-2.enc
17951            + ext/Encode/Encode/iso8859-3.enc
17952            + ext/Encode/Encode/iso8859-4.enc
17953            + ext/Encode/Encode/iso8859-5.enc
17954            + ext/Encode/Encode/iso8859-6.enc
17955            + ext/Encode/Encode/iso8859-7.enc
17956            + ext/Encode/Encode/iso8859-8.enc
17957            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
17958            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
17959            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
17960            + ext/Encode/Encode/macCentEuro.enc
17961            + ext/Encode/Encode/macCroatian.enc
17962            + ext/Encode/Encode/macCyrillic.enc
17963            + ext/Encode/Encode/macDingbats.enc
17964            + ext/Encode/Encode/macGreek.enc
17965            + ext/Encode/Encode/macIceland.enc
17966            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
17967            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
17968            + ext/Encode/Encode/macTurkish.enc
17969            + ext/Encode/Encode/macUkraine.enc
17970            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
17971            + t/lib/encode.t
17972            ! MANIFEST ext/Encode/Encode.pm
17973 ____________________________________________________________________________
17974 [  7104] By: nick                                  on 2000/09/30  13:04:30
17975         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
17976              From: Daniel Chetlin <daniel@chetlin.com>
17977              Date: Mon, 18 Sep 2000 05:05:40 -0700
17978              Message-Id: <20000918050540.C652@ilmd>
17979      Branch: perl
17980            ! lib/overload.pm sv.c t/pragma/overload.t
17981 ____________________________________________________________________________
17982 [  7103] By: nick                                  on 2000/09/30  12:53:36
17983         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
17984              From: Johan Vromans <jvromans@squirrel.nl>
17985              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
17986              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
17987      Branch: perl
17988            ! pod/Makefile.SH
17989 ____________________________________________________________________________
17990 [  7102] By: nick                                  on 2000/09/30  12:52:31
17991         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
17992              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17993              Date: Sat, 16 Sep 2000 16:36:45 -0400
17994              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
17995      Branch: perl
17996            ! ext/B/B/Deparse.pm
17997 ____________________________________________________________________________
17998 [  7101] By: nick                                  on 2000/09/30  12:51:41
17999         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
18000              From: Craig A. Berry <craig.berry@psinetcs.com>
18001              Date: Sat, 16 Sep 2000 10:11:10 -0500
18002              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
18003      Branch: perl
18004            ! vms/vms.c
18005 ____________________________________________________________________________
18006 [  7100] By: nick                                  on 2000/09/30  12:50:33
18007         Log: Subject: Re: unicode support and perl [ID 20000901.097]
18008              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18009              Date: Fri, 15 Sep 2000 16:37:58 -0400
18010              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
18011      Branch: perl
18012            ! t/op/append.t
18013 ____________________________________________________________________________
18014 [  7099] By: nick                                  on 2000/09/30  12:49:35
18015         Log: Subject: Re: unicode support and perl [ID 20000901.097]
18016              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18017              Date: Fri, 15 Sep 2000 16:25:30 -0400
18018              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
18019      Branch: perl
18020            ! pp_hot.c
18021 ____________________________________________________________________________
18022 [  7098] By: nick                                  on 2000/09/30  12:48:00
18023         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
18024              From: Gisle Aas <gisle@ActiveState.com>
18025              Date: 15 Sep 2000 16:23:41 +0200
18026              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
18027      Branch: perl
18028            ! toke.c
18029 ____________________________________________________________________________
18030 [  7097] By: nick                                  on 2000/09/30  12:45:16
18031         Log: Subject: [PATCH] Nits in perlmod.pod
18032              From: Daniel Chetlin <daniel@chetlin.com>
18033              Date: Fri, 15 Sep 2000 02:04:09 -0700
18034              Message-Id: <20000915020409.A2104@ilmd>
18035      Branch: perl
18036            ! pod/perlmod.pod
18037 ____________________________________________________________________________
18038 [  7096] By: nick                                  on 2000/09/30  12:18:00
18039         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
18040              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
18041              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
18042              0 to checking to get the warning.
18043      Branch: perl
18044            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
18045            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
18046            ! regexec.c sv.c toke.c utf8.c
18047 ____________________________________________________________________________
18048 [  7095] By: nick                                  on 2000/09/15  16:55:59
18049         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
18050              
18051              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
18052              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18053              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
18054              Date: Fri, 15 Sep 2000 06:37:30 -0400
18055      Branch: perl
18056            ! ext/Encode/Encode.xs sv.c
18057 ____________________________________________________________________________
18058 [  7094] By: jhi                                   on 2000/09/15  03:23:32
18059         Log: Update Changes.
18060      Branch: perl
18061            ! Changes patchlevel.h
18062 ____________________________________________________________________________
18063 [  7093] By: jhi                                   on 2000/09/15  03:11:44
18064         Log: Fix for the charnames.t failures from Spider Boardman.
18065      Branch: perl
18066            ! toke.c
18067 ____________________________________________________________________________
18068 [  7092] By: jhi                                   on 2000/09/15  00:15:48
18069         Log: Botched the #7090 check-in.
18070      Branch: perl
18071            ! sv.c
18072 ____________________________________________________________________________
18073 [  7091] By: jhi                                   on 2000/09/14  23:33:24
18074         Log: Part of #7081 didn't come through.
18075      Branch: perl
18076            ! embed.pl proto.h
18077 ____________________________________________________________________________
18078 [  7090] By: jhi                                   on 2000/09/14  23:17:39
18079         Log: Subject: Re: perl@7078 
18080              From: Spider Boardman <spider@web.zk3.dec.com>
18081              Date: Thu, 14 Sep 2000 19:06:36 -0400
18082              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
18083      Branch: perl
18084            ! sv.c toke.c
18085 ____________________________________________________________________________
18086 [  7089] By: jhi                                   on 2000/09/14  23:11:21
18087         Log: Small portability tweaks.
18088      Branch: perl
18089            ! ext/Encode/Encode.xs
18090 ____________________________________________________________________________
18091 [  7088] By: jhi                                   on 2000/09/14  22:57:23
18092         Log: Fake return to pacify picky compilers.
18093      Branch: perl
18094            ! ext/Encode/Encode.xs
18095 ____________________________________________________________________________
18096 [  7087] By: jhi                                   on 2000/09/14  22:53:37
18097         Log: Subject: [PATCH] utf8.c apidoc
18098              From: Simon Cozens <simon@cozens.net>
18099              Date: Thu, 14 Sep 2000 23:46:57 +0100
18100              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
18101      Branch: perl
18102            ! perlapi.c pod/perlapi.pod utf8.c
18103 ____________________________________________________________________________
18104 [  7086] By: jhi                                   on 2000/09/14  22:40:38
18105         Log: We don't need to count the high bit bytes, a boolean is enough. 
18106      Branch: perl
18107            ! sv.c
18108 ____________________________________________________________________________
18109 [  7085] By: jhi                                   on 2000/09/14  21:20:09
18110         Log: Replace #7084 with
18111              
18112              Subject: Re: perl@7078 
18113              From: Spider Boardman <spider@web.zk3.dec.com>
18114              Date: Thu, 14 Sep 2000 17:09:36 -0400
18115              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
18116      Branch: perl
18117            ! sv.c utf8.c
18118 ____________________________________________________________________________
18119 [  7084] By: jhi                                   on 2000/09/14  20:03:34
18120         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
18121              convertable to bytes by checking it doesn't go above 0xc3
18122              
18123              Subject: Re: perl@7078
18124              From: Simon Cozens <simon@cozens.net>
18125              Date: Thu, 14 Sep 2000 20:59:19 +0100
18126              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
18127      Branch: perl
18128            ! utf8.c
18129 ____________________________________________________________________________
18130 [  7083] By: jhi                                   on 2000/09/14  19:38:47
18131         Log: Subject: Re: perl@7078
18132              From: Simon Cozens <simon@cozens.net>
18133              Date: Thu, 14 Sep 2000 20:13:09 +0100
18134              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
18135      Branch: perl
18136            ! t/op/bop.t
18137 ____________________________________________________________________________
18138 [  7082] By: jhi                                   on 2000/09/14  17:50:44
18139         Log: The one that got away.
18140      Branch: perl
18141            ! lib/File/Find.pm
18142 ____________________________________________________________________________
18143 [  7081] By: jhi                                   on 2000/09/14  17:45:35
18144         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
18145              From: Robin Barker <rmb1@cise.npl.co.uk>
18146              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
18147              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
18148      Branch: perl
18149            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
18150            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
18151            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
18152            ! regcomp.c toke.c universal.c
18153 ____________________________________________________________________________
18154 [  7080] By: jhi                                   on 2000/09/14  17:40:35
18155         Log: Problems picked up by AIX cc.
18156              
18157              Subject: Re: perl@7078 (patch included)
18158              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18159              Date: Thu, 14 Sep 2000 18:53:30 +0200
18160              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
18161      Branch: perl
18162            ! ext/Encode/Encode.xs
18163 ____________________________________________________________________________
18164 [  7079] By: jhi                                   on 2000/09/14  17:38:27
18165         Log: Subject: File::Find 5.7.0 POD nits
18166              From: Rich Morin <rdm@cfcl.com>
18167              Date: Wed, 13 Sep 2000 22:03:58 -0700
18168              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
18169      Branch: perl
18170            ! lib/File/Find.pm
18171 ____________________________________________________________________________
18172 [  7078] By: jhi                                   on 2000/09/14  14:58:20
18173         Log: Update Changes.
18174      Branch: perl
18175            ! Changes patchlevel.h
18176 ____________________________________________________________________________
18177 [  7077] By: jhi                                   on 2000/09/14  14:55:54
18178         Log: Compilation warnings and an error.
18179      Branch: perl
18180            ! sv.c
18181 ____________________________________________________________________________
18182 [  7076] By: jhi                                   on 2000/09/14  14:42:56
18183         Log: Fix for a parsing bug, not for the original bug.
18184              
18185              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
18186              From: Spider Boardman <spider@web.zk3.dec.com>
18187              Date: Wed, 13 Sep 2000 17:52:20 -0400
18188              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
18189      Branch: perl
18190            ! regcomp.c
18191 ____________________________________________________________________________
18192 [  7075] By: jhi                                   on 2000/09/14  14:40:40
18193         Log: Batch of UTF-8 patches from Simon Cozens.
18194      Branch: perl
18195            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
18196            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
18197            ! toke.c utf8.c
18198 ____________________________________________________________________________
18199 [  7074] By: jhi                                   on 2000/09/14  14:29:58
18200         Log: Subject: Re: Two advertising clauses need to be removed
18201              From: Russ Allbery <rra@stanford.edu>
18202              Date: 13 Sep 2000 18:50:26 -0700
18203              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
18204      Branch: perl
18205            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
18206 ____________________________________________________________________________
18207 [  7073] By: jhi                                   on 2000/09/14  14:28:20
18208         Log: Subject: [PATCH] de-wall t/README
18209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18210              Date: Wed, 13 Sep 2000 17:46:55 -0700
18211              Message-ID: <//Bw5gzkge/e092yn@efn.org>
18212      Branch: perl
18213            ! t/README
18214 ____________________________________________________________________________
18215 [  7072] By: jhi                                   on 2000/09/14  14:25:10
18216         Log: Hints optimization.
18217              
18218              Subject: Minor nit
18219              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18220              Date: Wed, 13 Sep 2000 21:42:07 +0200
18221              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
18222      Branch: perl
18223            ! hints/hpux.sh
18224 ____________________________________________________________________________
18225 [  7071] By: jhi                                   on 2000/09/14  14:23:30
18226         Log: Allow chop() and chomp() to be overridden.
18227              
18228              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
18229              From: "Casey R. Tweten" <crt@kiski.net>
18230              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
18231              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
18232      Branch: perl
18233            ! toke.c
18234 ____________________________________________________________________________
18235 [  7070] By: jhi                                   on 2000/09/14  14:20:36
18236         Log: The return value of setlocale must be copied away.
18237              
18238              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
18239              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18240              Date: Wed, 13 Sep 2000 16:27:37 +0100 
18241              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
18242      Branch: perl
18243            ! util.c
18244 ____________________________________________________________________________
18245 [  7069] By: jhi                                   on 2000/09/14  14:16:27
18246         Log: Remove vestiges of tr//CU.
18247              
18248              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
18249              From: Nick Clark <nick@plum.flirble.org>
18250              Date: Tue, 12 Sep 2000 22:50:14 +0100
18251              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
18252              
18253              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
18254              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18255              Date: Tue, 12 Sep 2000 21:38:48 -0700
18256              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
18257      Branch: perl
18258            ! op.h pod/perlunicode.pod
18259 ____________________________________________________________________________
18260 [  7068] By: jhi                                   on 2000/09/13  14:18:39
18261         Log: Add the Encode extension.  The code is still largely just skeleton.
18262      Branch: perl
18263            + ext/Encode/Encode.pm ext/Encode/Encode.xs
18264            + ext/Encode/Makefile.PL ext/Encode/Todo
18265            ! MANIFEST Todo-5.6
18266 ____________________________________________________________________________
18267 [  7067] By: jhi                                   on 2000/09/12  17:43:33
18268         Log: Allow for whitespace between "#" and "line" in cpp output.
18269              
18270              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
18271              From: Calle Dybedahl <calle@lysator.liu.se>
18272              Date: 12 Sep 2000 19:38:02 +0200 
18273              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
18274      Branch: perl
18275            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
18276 ____________________________________________________________________________
18277 [  7066] By: gsar                                  on 2000/09/12  17:24:29
18278         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
18279              initialization in all the threads on Windows
18280      Branch: perl
18281            ! win32/win32.c
18282 ____________________________________________________________________________
18283 [  7065] By: jhi                                   on 2000/09/12  15:11:31
18284         Log: Update Changes.
18285      Branch: perl
18286            ! Changes patchlevel.h
18287 ____________________________________________________________________________
18288 [  7064] By: jhi                                   on 2000/09/12  14:54:54
18289         Log: Retract #7062, the pod tests are not ready.
18290      Branch: perl
18291            ! t/TEST t/harness
18292 ____________________________________________________________________________
18293 [  7063] By: jhi                                   on 2000/09/12  14:25:41
18294         Log: The #7054 truncated Configure badly.
18295      Branch: metaconfig/U/perl
18296            ! End.U
18297      Branch: perl
18298            ! Configure config_h.SH
18299 ____________________________________________________________________________
18300 [  7062] By: jhi                                   on 2000/09/12  14:08:32
18301         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
18302              From: sthoenna@efn.org
18303              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
18304              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
18305      Branch: perl
18306            ! t/TEST t/harness
18307 ____________________________________________________________________________
18308 [  7061] By: jhi                                   on 2000/09/12  14:07:18
18309         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
18310              From: sthoenna@efn.org
18311              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
18312              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
18313      Branch: perl
18314            ! pod/perlxs.pod
18315 ____________________________________________________________________________
18316 [  7060] By: jhi                                   on 2000/09/12  14:06:08
18317         Log: Break up the myconfig lines a bit.
18318              
18319              Subject: perlbug/perl -V output format
18320              From: sthoenna@efn.org
18321              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
18322              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
18323      Branch: perl
18324            ! myconfig.SH
18325 ____________________________________________________________________________
18326 [  7059] By: jhi                                   on 2000/09/12  14:05:04
18327         Log: Test for the #7049.
18328              
18329              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
18330              From: andreas.koenig@anima.de (Andreas J. Koenig)
18331              Date: 12 Sep 2000 06:42:01 +0200
18332              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
18333      Branch: perl
18334            ! t/op/my.t
18335 ____________________________________________________________________________
18336 [  7058] By: jhi                                   on 2000/09/12  14:03:05
18337         Log: Subject: [patch: perl@7045] vms updates
18338              From: Peter Prymmer <pvhp@forte.com>
18339              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
18340              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
18341      Branch: perl
18342            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
18343 ____________________________________________________________________________
18344 [  7057] By: jhi                                   on 2000/09/12  14:00:51
18345         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
18346              From: sthoenna@efn.org
18347              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
18348              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
18349      Branch: perl
18350            ! t/op/64bitint.t
18351 ____________________________________________________________________________
18352 [  7056] By: jhi                                   on 2000/09/12  13:58:14
18353         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
18354              From: Jeff Pinyan <jeffp@crusoe.net>
18355              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
18356              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
18357      Branch: perl
18358            ! pod/perlfunc.pod
18359 ____________________________________________________________________________
18360 [  7055] By: jhi                                   on 2000/09/12  13:56:32
18361         Log: Do in VMS as the #7054 does.
18362      Branch: perl
18363            ! configure.com
18364 ____________________________________________________________________________
18365 [  7054] By: jhi                                   on 2000/09/12  13:50:31
18366         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
18367              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18368              Date: Mon, 11 Sep 2000 08:33:09 +0100
18369              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
18370      Branch: metaconfig/U/perl
18371            ! End.U
18372      Branch: perl
18373            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
18374            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18375 ____________________________________________________________________________
18376 [  7053] By: jhi                                   on 2000/09/12  13:29:19
18377         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
18378              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18379              Date:     Tue, 12 Sep 2000 08:35:59 EDT
18380              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
18381      Branch: perl
18382            ! vms/test.com
18383 ____________________________________________________________________________
18384 [  7052] By: jhi                                   on 2000/09/11  23:01:50
18385         Log: Document the SvUTF8*().
18386      Branch: perl
18387            ! pod/perlapi.pod sv.h
18388 ____________________________________________________________________________
18389 [  7051] By: gsar                                  on 2000/09/11  14:46:30
18390         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
18391              (missed a spot when fixing up op_pmreplroot hack for ithreads)
18392      Branch: perl
18393            ! op.c t/op/split.t
18394 ____________________________________________________________________________
18395 [  7050] By: nick                                  on 2000/09/11  10:03:51
18396         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
18397              
18398              Subject: borland C++ win32.c tweak
18399              From: Vadim Konovalov <vkonovalov@lucent.com>
18400              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
18401              Date: Mon, 11 Sep 2000 11:22:33 +0400
18402      Branch: perl
18403            ! win32/win32.c
18404 ____________________________________________________________________________
18405 [  7049] By: nick                                  on 2000/09/11  09:57:33
18406         Log: Point fix for s/// on foreach (keys %xxx).
18407      Branch: perl
18408            ! pp_hot.c
18409 ____________________________________________________________________________
18410 [  7048] By: jhi                                   on 2000/09/10  23:37:09
18411         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
18412              by Pod::Text, from Brad Appleton.
18413      Branch: perl
18414            ! t/pod/testp2pt.pl
18415 ____________________________________________________________________________
18416 [  7047] By: jhi                                   on 2000/09/10  14:32:53
18417         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
18418              by Russ Allbery.
18419      Branch: perl
18420            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
18421 ____________________________________________________________________________
18422 [  7046] By: jhi                                   on 2000/09/10  14:15:08
18423         Log: Upgrade to CPAN 1.57_65, from Andreas König.
18424      Branch: perl
18425            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18426 ____________________________________________________________________________
18427 [  7045] By: jhi                                   on 2000/09/08  21:36:32
18428         Log: Update Changes.
18429      Branch: perl
18430            ! Changes patchlevel.h
18431 ____________________________________________________________________________
18432 [  7044] By: jhi                                   on 2000/09/08  21:29:56
18433         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
18434              From: Peter Prymmer <pvhp@forte.com>
18435              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
18436              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
18437      Branch: perl
18438            ! configure.com
18439 ____________________________________________________________________________
18440 [  7043] By: jhi                                   on 2000/09/08  21:27:50
18441         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
18442              From: Peter Prymmer <pvhp@forte.com>
18443              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
18444              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
18445      Branch: perl
18446            ! Makefile.SH installperl
18447 ____________________________________________________________________________
18448 [  7042] By: jhi                                   on 2000/09/08  21:23:21
18449         Log: Continue #7041.
18450      Branch: perl
18451            ! cygwin/Makefile.SHs os2/Makefile.SHs
18452 ____________________________________________________________________________
18453 [  7041] By: jhi                                   on 2000/09/08  21:18:10
18454         Log: Do away with memory models cruft.  Sorry, PDP users.
18455      Branch: metaconfig
18456            ! U/modified/cc.U U/modified/libpth.U
18457      Branch: perl
18458            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
18459            ! Porting/config_H cflags.SH config_h.SH configure.com
18460            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
18461            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
18462            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
18463 ____________________________________________________________________________
18464 [  7040] By: jhi                                   on 2000/09/08  14:34:18
18465         Log: Major rewrite of s2p.  And I mean really major, it is
18466              an implementation of sed in perl.  If called as s2p it
18467              will function as s2p.  Note: needs non-UNIXifying.
18468              
18469              Subject: s2p
18470              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18471              Date: Mon, 28 Aug 2000 14:05:12 +0200
18472              Message-ID: <39AA5578.2102E2AA@alcatel.at>
18473      Branch: perl
18474            ! x2p/s2p.PL
18475 ____________________________________________________________________________
18476 [  7039] By: jhi                                   on 2000/09/08  14:19:49
18477         Log: Re-allow vec() for characters > 255.
18478              
18479              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
18480              From: Spider Boardman <spider@web.zk3.dec.com>
18481              Date: Fri, 08 Sep 2000 02:21:02 -0400
18482              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
18483      Branch: perl
18484            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18485            ! t/op/vec.t
18486 ____________________________________________________________________________
18487 [  7038] By: jhi                                   on 2000/09/08  14:14:18
18488         Log: Subject: [PATCH lib/Benchmark.pm]
18489              From: <abigail@foad.org>
18490              Date: Thu, 7 Sep 2000 15:03:20 -0400
18491              Message-ID: <20000907190320.888.qmail@foad.org>
18492      Branch: perl
18493            ! lib/Benchmark.pm
18494 ____________________________________________________________________________
18495 [  7037] By: jhi                                   on 2000/09/08  14:11:06
18496         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
18497              
18498              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
18499              From: Spider Boardman <spider@web.zk3.dec.com>
18500              Date: Fri, 08 Sep 2000 01:30:27 -0400
18501              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
18502      Branch: perl
18503            ! op.c
18504 ____________________________________________________________________________
18505 [  7036] By: jhi                                   on 2000/09/08  14:08:58
18506         Log: Subject: [ID 20000908.002] perlipc documentation bug.
18507              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
18508              Date: Fri, 08 Sep 2000 12:38:32 +0200
18509              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
18510      Branch: perl
18511            ! pod/perlipc.pod
18512 ____________________________________________________________________________
18513 [  7035] By: jhi                                   on 2000/09/08  14:03:12
18514         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18516              Date: Fri, 08 Sep 2000 11:47:34 +0200
18517              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
18518      Branch: perl
18519            ! hints/dec_osf.sh
18520 ____________________________________________________________________________
18521 [  7034] By: jhi                                   on 2000/09/08  13:59:35
18522         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
18523              From: Simon Cozens <simon@cozens.net>
18524              Date: Thu, 7 Sep 2000 20:40:38 +0100
18525              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
18526      Branch: perl
18527            ! pp_hot.c
18528 ____________________________________________________________________________
18529 [  7033] By: jhi                                   on 2000/09/08  04:03:03
18530         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
18531              From: "Larry W. Virden" <lvirden@cas.org>
18532              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
18533              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
18534      Branch: perl
18535            ! pod/perldiag.pod
18536 ____________________________________________________________________________
18537 [  7032] By: jhi                                   on 2000/09/07  22:18:30
18538         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
18539              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
18540              Date: Mon, 04 Sep 2000 13:16:38 -0700
18541              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
18542      Branch: perl
18543            ! lib/perl5db.pl
18544 ____________________________________________________________________________
18545 [  7031] By: jhi                                   on 2000/09/07  22:02:29
18546         Log: Fix the ccversion detection for 5.1 and beyond.
18547              
18548              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18549              From: Spider Boardman <spider@leggy.zk3.dec.com>
18550              Date: Thu, 7 Sep 2000 17:54:27 -0400
18551              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
18552      Branch: perl
18553            ! hints/dec_osf.sh
18554 ____________________________________________________________________________
18555 [  7030] By: jhi                                   on 2000/09/07  19:12:28
18556         Log: Fix for
18557              
18558              Subject: [ID 20000903.001] \w in utf8-strings
18559              From: Marc Lehmann <pcg@goof.com>
18560              Date: Sun, 03 Sep 2000 09:44:29 +0200
18561              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
18562              
18563              and various related nits.
18564      Branch: perl
18565            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
18566 ____________________________________________________________________________
18567 [  7029] By: jhi                                   on 2000/09/07  18:49:09
18568         Log: Fix the URL, but the server is still missing in action.
18569              
18570              Subject: [ID 20000905.002] perlfaq1.pod URL error
18571              From: "Larry W. Virden" <lvirden@cas.org>
18572              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
18573              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
18574      Branch: perl
18575            ! pod/perlfaq1.pod
18576 ____________________________________________________________________________
18577 [  7028] By: jhi                                   on 2000/09/07  18:47:13
18578         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
18579              From: Hugo <hv@crypt.compulink.co.uk>
18580              Date: Tue, 05 Sep 2000 14:13:37 +0100
18581              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
18582      Branch: perl
18583            ! toke.c
18584 ____________________________________________________________________________
18585 [  7027] By: jhi                                   on 2000/09/07  18:45:35
18586         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
18587              From: Daniel Chetlin <daniel@chetlin.com>
18588              Date: Tue, 5 Sep 2000 04:57:07 -0700
18589              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
18590      Branch: perl
18591            ! pod/perlfaq6.pod pod/perlop.pod
18592 ____________________________________________________________________________
18593 [  7026] By: jhi                                   on 2000/09/07  18:44:01
18594         Log: Document the new ref() semantics.
18595              
18596              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18597              From: Gisle Aas <gisle@ActiveState.com>
18598              Date: 05 Sep 2000 08:10:30 +0200
18599              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
18600      Branch: perl
18601            ! pod/perldelta.pod
18602 ____________________________________________________________________________
18603 [  7025] By: jhi                                   on 2000/09/07  18:42:27
18604         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
18605              
18606              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18607              From: Gisle Aas <gisle@ActiveState.com>
18608              Date: 05 Sep 2000 08:11:40 +0200
18609              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
18610      Branch: perl
18611            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
18612 ____________________________________________________________________________
18613 [  7024] By: jhi                                   on 2000/09/07  18:39:32
18614         Log: Subject: [PATCH] Modernize Opcode.pm documentation
18615              From: Gisle Aas <gisle@ActiveState.com>
18616              Date: 4 Sep 2000 00:18:55 -0000
18617              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
18618      Branch: perl
18619            ! ext/Opcode/Opcode.pm
18620 ____________________________________________________________________________
18621 [  7023] By: jhi                                   on 2000/09/07  18:37:42
18622         Log: Subject: [PATCH] Tied filehandle documentation
18623              From: Gisle Aas <gisle@ActiveState.com>
18624              Date: 4 Sep 2000 00:14:40 -0000
18625              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
18626      Branch: perl
18627            ! pod/perlfunc.pod pod/perltie.pod
18628 ____________________________________________________________________________
18629 [  7022] By: jhi                                   on 2000/09/07  18:35:37
18630         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
18631              From: Gisle Aas <gisle@ActiveState.com>
18632              Date: 4 Sep 2000 00:04:22 -0000
18633              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
18634      Branch: perl
18635            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
18636 ____________________________________________________________________________
18637 [  7021] By: jhi                                   on 2000/09/07  18:33:22
18638         Log: Subject: small apidoc fix
18639              From: Marc Lehmann <pcg@goof.com>
18640              Date: Sun, 3 Sep 2000 05:12:06 +0200
18641              Message-ID: <20000903051206.A5909@cerebro.laendle>
18642      Branch: perl
18643            ! pod/perlapi.pod utf8.c
18644 ____________________________________________________________________________
18645 [  7020] By: jhi                                   on 2000/09/07  16:14:57
18646         Log: Tiny perldelta nits.
18647      Branch: perl
18648            ! pod/perldelta.pod
18649 ____________________________________________________________________________
18650 [  7019] By: jhi                                   on 2000/09/07  16:04:20
18651         Log: Guard against bad string->int conversion for quads.
18652      Branch: perl
18653            ! t/op/64bitint.t
18654 ____________________________________________________________________________
18655 [  7018] By: jhi                                   on 2000/09/06  17:07:03
18656         Log: Update Unicode todo list.
18657      Branch: perl
18658            ! Todo-5.6
18659 ____________________________________________________________________________
18660 [  7017] By: jhi                                   on 2000/09/05  21:16:01
18661         Log: Document the SvIOK_.*UV().
18662      Branch: perl
18663            ! pod/perlapi.pod sv.h
18664 ____________________________________________________________________________
18665 [  7016] By: nick                                  on 2000/09/03  21:54:46
18666         Log: Hash lookup of constant strings optimization:
18667              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
18668              to string table (as per sharepvn). Add newSV_pvn_share to create such
18669              a thing. Make hv.c compare addresses of strings and skip string compare
18670              if equal. Make method_named and helem ops use these shared-string SVs
18671              when arg is constant. Make keys op return shared-string SVs (less clearly
18672              a win).
18673      Branch: perl
18674            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
18675            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
18676            ! pod/perlintern.pod pp_hot.c proto.h sv.c
18677 ____________________________________________________________________________
18678 [  7015] By: jhi                                   on 2000/09/02  17:48:59
18679         Log: This is 5.7.0.
18680      Branch: perl
18681            ! Changes
18682 ____________________________________________________________________________
18683 [  7014] By: jhi                                   on 2000/09/02  17:35:45
18684         Log: Changes and patchlevel tweaks.
18685      Branch: perl
18686            ! Changes patchlevel.h
18687 ____________________________________________________________________________
18688 [  7013] By: jhi                                   on 2000/09/02  17:30:50
18689         Log: Update Changes.
18690      Branch: perl
18691            ! Changes patchlevel.h
18692 ____________________________________________________________________________
18693 [  7012] By: nick                                  on 2000/09/02  17:25:20
18694         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
18695      Branch: perl
18696            ! gv.c lib/overload.pm
18697 ____________________________________________________________________________
18698 [  7011] By: jhi                                   on 2000/09/02  17:16:25
18699         Log: Update perlhist.
18700      Branch: perl
18701            ! pod/perlhist.pod
18702 ____________________________________________________________________________
18703 [  7010] By: jhi                                   on 2000/09/02  17:01:35
18704         Log: perldelta nits.
18705      Branch: perl
18706            ! pod/perldelta.pod
18707 ____________________________________________________________________________
18708 [  7009] By: nick                                  on 2000/09/02  16:48:35
18709         Log: If overloaded %{} etc. return the object do not loop.
18710              Thus  sub deref { $_[0] } functions if object is wanted type.
18711      Branch: perl
18712            ! pp.h
18713 ____________________________________________________________________________
18714 [  7008] By: jhi                                   on 2000/09/02  16:26:11
18715         Log: Retab MANIFEST.
18716      Branch: perl
18717            ! ext/Storable/MANIFEST
18718 ____________________________________________________________________________
18719 [  7007] By: jhi                                   on 2000/09/02  16:23:02
18720         Log: Make certain cc is set before trying to run it.
18721      Branch: perl
18722            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
18723 ____________________________________________________________________________
18724 [  7006] By: jhi                                   on 2000/09/02  15:45:41
18725         Log: Unicode notes.
18726      Branch: perl
18727            ! pod/perldelta.pod
18728 ____________________________________________________________________________
18729 [  7005] By: jhi                                   on 2000/09/02  15:42:11
18730         Log: Various Configure nits by Philip Newton,
18731              plus the ebcdic one by me.
18732      Branch: metaconfig
18733            + U/modified/pager.U
18734            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
18735      Branch: metaconfig/U/perl
18736            ! Devel.U quadfio.U
18737      Branch: perl
18738            ! Configure config_h.SH
18739 ____________________________________________________________________________
18740 [  7004] By: jhi                                   on 2000/09/02  15:06:14
18741         Log: Apparently avoiding the swapping is too costly.
18742              
18743              From: "Ben Tilly" <ben_tilly@hotmail.com>
18744              Subject: Re: the door is closed.
18745              Date: Fri, 01 Sep 2000 20:23:16 EDT
18746              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
18747      Branch: perl
18748            ! pod/perlfaq4.pod
18749 ____________________________________________________________________________
18750 [  7003] By: nick                                  on 2000/09/02  12:26:04
18751         Log: Undo part of change 6489 which looks like a bulk edit which
18752              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
18753              The supressing of main:: on return from select() is undesirable.
18754      Branch: perl
18755            ! pp_sys.c
18756 ____________________________________________________________________________
18757 [  7002] By: jhi                                   on 2000/09/01  23:08:54
18758         Log: Update Changes.
18759      Branch: perl
18760            ! Changes patchlevel.h
18761 ____________________________________________________________________________
18762 [  7001] By: jhi                                   on 2000/09/01  23:00:13
18763         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
18764              From: Peter Prymmer <pvhp@forte.com>
18765              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
18766              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
18767              
18768              plus rework the http: spots as suggested by Tom Christiansen,
18769              plus regen perltoc.
18770      Branch: perl
18771            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
18772            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
18773 ____________________________________________________________________________
18774 [  7000] By: jhi                                   on 2000/09/01  22:36:01
18775         Log: Only the first line, thank you very much.
18776      Branch: perl
18777            ! hints/solaris_2.sh
18778 ____________________________________________________________________________
18779 [  6999] By: gsar                                  on 2000/09/01  22:16:40
18780         Log: change#6791 accidentally clobbered change#6710, put it back
18781      Branch: perl
18782            ! win32/win32.c
18783 ____________________________________________________________________________
18784 [  6998] By: jhi                                   on 2000/09/01  22:14:16
18785         Log: Mention the HP-UX LP64 freak failure.
18786      Branch: perl
18787            ! pod/perldelta.pod
18788 ____________________________________________________________________________
18789 [  6997] By: jhi                                   on 2000/09/01  21:48:32
18790         Log: Detypo.
18791      Branch: perl
18792            ! hints/hpux.sh
18793 ____________________________________________________________________________
18794 [  6996] By: jhi                                   on 2000/09/01  21:27:10
18795         Log: Update Changes.
18796      Branch: perl
18797            ! Changes patchlevel.h
18798 ____________________________________________________________________________
18799 [  6995] By: jhi                                   on 2000/09/01  21:14:24
18800         Log: Mi splgn s gnin.g
18801      Branch: perl
18802            ! pp_ctl.c
18803 ____________________________________________________________________________
18804 [  6994] By: jhi                                   on 2000/09/01  21:09:54
18805         Log: Subject: http:// in L<>
18806              From: Nicholas Clark <nick@ccl4.org>
18807              Date: Fri, 1 Sep 2000 22:03:21 +0100
18808              Message-ID: <20000901220321.B72074@plum.flirble.org>
18809      Branch: perl
18810            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
18811 ____________________________________________________________________________
18812 [  6993] By: jhi                                   on 2000/09/01  21:06:54
18813         Log: Update to Storable 1.0, from Raphael Manfredi.
18814      Branch: perl
18815            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
18816            ! ext/Storable/Makefile.PL ext/Storable/README
18817            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18818            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
18819            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
18820            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
18821            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
18822            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
18823 ____________________________________________________________________________
18824 [  6992] By: jhi                                   on 2000/09/01  20:43:05
18825         Log: Mention known sfio+linux buglet.
18826      Branch: perl
18827            ! pod/perldelta.pod
18828 ____________________________________________________________________________
18829 [  6991] By: jhi                                   on 2000/09/01  20:40:11
18830         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
18831              From: Peter Prymmer <pvhp@forte.com>
18832              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
18833              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
18834      Branch: perl
18835            ! vms/vms.c
18836 ____________________________________________________________________________
18837 [  6990] By: jhi                                   on 2000/09/01  20:25:26
18838         Log: Retract #6986.
18839      Branch: perl
18840            ! hints/solaris_2.sh
18841 ____________________________________________________________________________
18842 [  6989] By: jhi                                   on 2000/09/01  20:23:00
18843         Log: Mergesort is back.
18844      Branch: perl
18845            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
18846 ____________________________________________________________________________
18847 [  6988] By: jhi                                   on 2000/09/01  19:37:40
18848         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
18849              From: Mike Guy <mjtg@cam.ac.uk>
18850              Date: Fri, 01 Sep 2000 17:43:33 +0100
18851              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
18852      Branch: perl
18853            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
18854            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
18855 ____________________________________________________________________________
18856 [  6987] By: jhi                                   on 2000/09/01  19:17:10
18857         Log: Regen perltoc.
18858      Branch: perl
18859            ! pod/perltoc.pod
18860 ____________________________________________________________________________
18861 [  6986] By: jhi                                   on 2000/09/01  18:51:10
18862         Log: Subject: Re: Solaris x86 has no SPARC libraries!
18863              From: Lupe Christoph <lupe@lupe-christoph.de>
18864              Date: Fri, 1 Sep 2000 20:41:20 +0200
18865              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
18866      Branch: perl
18867            ! hints/solaris_2.sh
18868 ____________________________________________________________________________
18869 [  6985] By: jhi                                   on 2000/09/01  18:28:10
18870         Log: Update Changes.
18871      Branch: perl
18872            ! Changes patchlevel.h
18873 ____________________________________________________________________________
18874 [  6984] By: jhi                                   on 2000/09/01  18:26:53
18875         Log: Feature ordering tweak.
18876      Branch: perl
18877            ! myconfig.SH
18878 ____________________________________________________________________________
18879 [  6983] By: jhi                                   on 2000/09/01  18:19:50
18880         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18881              From: <abigail@foad.org>
18882              Date: Fri, 1 Sep 2000 13:07:32 -0400
18883              Message-ID: <20000901170732.18249.qmail@foad.org>
18884      Branch: perl
18885            ! t/pragma/overload.t
18886 ____________________________________________________________________________
18887 [  6982] By: jhi                                   on 2000/09/01  18:17:54
18888         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
18889              so that case-ignoring systems like DCL can tell them from
18890              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
18891      Branch: metaconfig/U/perl
18892            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
18893      Branch: perl
18894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18895            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
18896            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
18897            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
18898            ! vos/config.def vos/config.h vos/config_h.SH_orig
18899            ! win32/config.bc win32/config.gc win32/config.vc
18900 ____________________________________________________________________________
18901 [  6981] By: nick                                  on 2000/09/01  17:21:57
18902         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
18903              warning when UNTIE exists and instead pass the cound of extra references to
18904              the UNTIE method.
18905      Branch: perl
18906            ! pod/perltie.pod pp_sys.c
18907 ____________________________________________________________________________
18908 [  6980] By: jhi                                   on 2000/09/01  16:54:44
18909         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
18910              From: Peter Prymmer <pvhp@forte.com>
18911              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
18912              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
18913      Branch: perl
18914            ! configure.com
18915 ____________________________________________________________________________
18916 [  6979] By: jhi                                   on 2000/09/01  16:06:20
18917         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
18918              From: Mike Guy <mjtg@cam.ac.uk> 
18919              Date: Fri, 01 Sep 2000 16:49:27 +0100
18920              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
18921      Branch: perl
18922            ! t/base/rs.t
18923 ____________________________________________________________________________
18924 [  6978] By: jhi                                   on 2000/09/01  16:00:42
18925         Log: Update to PodParser 1.18, from Brad Appleton.
18926      Branch: perl
18927            ! lib/Pod/Checker.pm t/pod/find.t
18928 ____________________________________________________________________________
18929 [  6977] By: jhi                                   on 2000/09/01  14:48:58
18930         Log: Subject: Nit in Configure (bleadperl@6961)
18931              From: Lupe Christoph <lupe@lupe-christoph.de>
18932              Date: Fri, 1 Sep 2000 16:34:29 +0200
18933              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
18934      Branch: metaconfig
18935            ! U/compline/ccflags.U
18936      Branch: perl
18937            ! Configure config_h.SH
18938 ____________________________________________________________________________
18939 [  6976] By: jhi                                   on 2000/09/01  14:39:52
18940         Log: Update Changes.
18941      Branch: perl
18942            ! Changes patchlevel.h
18943 ____________________________________________________________________________
18944 [  6975] By: jhi                                   on 2000/09/01  14:37:36
18945         Log: microperl config update.
18946      Branch: perl
18947            ! uconfig.h uconfig.sh
18948 ____________________________________________________________________________
18949 [  6974] By: jhi                                   on 2000/09/01  14:36:53
18950         Log: Document known deficiencies.
18951      Branch: perl
18952            ! pod/perldelta.pod
18953 ____________________________________________________________________________
18954 [  6973] By: jhi                                   on 2000/09/01  14:10:20
18955         Log: Mention warnings fixes and updates.
18956      Branch: perl
18957            ! pod/perldelta.pod
18958 ____________________________________________________________________________
18959 [  6972] By: jhi                                   on 2000/09/01  14:01:52
18960         Log: Drop unused argument.
18961              
18962              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
18963              From: Spider Boardman <spider@web.zk3.dec.com>
18964              Date: Thu, 31 Aug 2000 16:10:15 -0400
18965              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
18966      Branch: perl
18967            ! toke.c
18968 ____________________________________________________________________________
18969 [  6971] By: jhi                                   on 2000/09/01  13:59:24
18970         Log: Add the overload warnings to perldiag.
18971      Branch: perl
18972            ! lib/overload.pm pod/perldiag.pod
18973 ____________________________________________________________________________
18974 [  6970] By: jhi                                   on 2000/09/01  13:55:10
18975         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18976              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18977              Date: Fri, 1 Sep 2000 13:43:15 +0100 
18978              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
18979      Branch: perl
18980            ! lib/overload.pm t/pragma/overload.t
18981 ____________________________________________________________________________
18982 [  6969] By: jhi                                   on 2000/09/01  13:52:27
18983         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18984              From: <abigail@foad.org>
18985              Date: Fri, 1 Sep 2000 05:46:54 -0400
18986              Message-ID: <20000901094654.6476.qmail@foad.org>
18987      Branch: perl
18988            ! lib/overload.pm
18989 ____________________________________________________________________________
18990 [  6968] By: jhi                                   on 2000/09/01  13:50:05
18991         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
18992              From: Daniel Chetlin <daniel@chetlin.com>
18993              Date: Fri, 1 Sep 2000 02:10:55 -0700
18994              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
18995      Branch: perl
18996            ! pod/perlretut.pod
18997 ____________________________________________________________________________
18998 [  6967] By: jhi                                   on 2000/09/01  13:47:54
18999         Log: Part of the solution.
19000              
19001              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
19002              From: Mike Guy <mjtg@cam.ac.uk>
19003              Date: Fri, 01 Sep 2000 14:16:01 +0100
19004              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
19005      Branch: perl
19006            ! gv.c mg.c
19007 ____________________________________________________________________________
19008 [  6966] By: jhi                                   on 2000/09/01  13:46:17
19009         Log: Subject: CPAN.pm beta 1.57_57 for the core
19010              From: andreas.koenig@anima.de (Andreas J. Koenig)
19011              Date: 01 Sep 2000 15:16:31 +0200
19012              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
19013      Branch: perl
19014            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19015 ____________________________________________________________________________
19016 [  6965] By: jhi                                   on 2000/09/01  13:43:18
19017         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
19018              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19019              Date: Fri, 01 Sep 2000 01:47:22 -0500
19020              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
19021      Branch: perl
19022            ! pod/perldelta.pod vms/vms.c
19023 ____________________________________________________________________________
19024 [  6964] By: jhi                                   on 2000/09/01  13:35:35
19025         Log: File::Temp patches from Andreas König,
19026              
19027              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
19028              From: andreas.koenig@anima.de (Andreas J. Koenig)
19029              Date: 01 Sep 2000 10:07:20 +0200
19030              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
19031              
19032              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
19033              From: andreas.koenig@anima.de (Andreas J. Koenig)
19034              Date: 31 Aug 2000 23:26:08 +0200
19035              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
19036      Branch: perl
19037            ! lib/File/Temp.pm t/lib/ftmp-security.t
19038 ____________________________________________________________________________
19039 [  6963] By: jhi                                   on 2000/09/01  02:22:24
19040         Log: Retract the mergesort code, way too incompatible licensing
19041              and copyrights.
19042      Branch: perl
19043            ! pod/perldelta.pod pp_ctl.c
19044 ____________________________________________________________________________
19045 [  6962] By: jhi                                   on 2000/08/31  23:27:32
19046         Log: Update Changes.
19047      Branch: perl
19048            ! Changes patchlevel.h
19049 ____________________________________________________________________________
19050 [  6961] By: jhi                                   on 2000/08/31  23:20:04
19051         Log: Small tweaks all over.
19052      Branch: metaconfig
19053            ! U/compline/d_gconvert.U
19054      Branch: perl
19055            ! AUTHORS Configure config_h.SH pp_ctl.c
19056 ____________________________________________________________________________
19057 [  6960] By: jhi                                   on 2000/08/31  22:39:36
19058         Log: Further rewording.
19059      Branch: perl
19060            ! pp_ctl.c
19061 ____________________________________________________________________________
19062 [  6959] By: jhi                                   on 2000/08/31  21:26:44
19063         Log: More address tweaking.
19064      Branch: perl
19065            ! AUTHORS Changes
19066 ____________________________________________________________________________
19067 [  6958] By: jhi                                   on 2000/08/31  20:47:25
19068         Log: AUTHORS tweaks, from Peter Prymmer.
19069              
19070              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
19071              From: Peter Prymmer <pvhp@forte.com>
19072              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
19073              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
19074      Branch: perl
19075            ! AUTHORS MAINTAIN
19076 ____________________________________________________________________________
19077 [  6957] By: jhi                                   on 2000/08/31  20:34:43
19078         Log: perldelta tweaks.
19079      Branch: perl
19080            ! pod/perldelta.pod
19081 ____________________________________________________________________________
19082 [  6956] By: jhi                                   on 2000/08/31  19:11:06
19083         Log: Regen perltoc.
19084      Branch: perl
19085            ! pod/perltoc.pod
19086 ____________________________________________________________________________
19087 [  6955] By: jhi                                   on 2000/08/31  19:06:30
19088         Log: Clarify the mergesort situation.
19089      Branch: perl
19090            ! pp_ctl.c
19091 ____________________________________________________________________________
19092 [  6954] By: jhi                                   on 2000/08/31  18:24:17
19093         Log: Move the Solaris 7 scan to use64bitall, make the
19094              failure to find 64-bot sparc libc to mention the
19095              possibility of being in an intel, from Lupe and Alan.
19096      Branch: perl
19097            ! hints/solaris_2.sh
19098 ____________________________________________________________________________
19099 [  6953] By: jhi                                   on 2000/08/31  18:09:20
19100         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
19101              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
19102      Branch: metaconfig
19103            ! U/compline/d_gconvert.U U/threads/archname.U
19104      Branch: metaconfig/U/perl
19105            ! perlxv.U
19106      Branch: perl
19107            ! Configure config_h.SH sv.c
19108 ____________________________________________________________________________
19109 [  6952] By: jhi                                   on 2000/08/31  17:42:24
19110         Log: :: not allowed in pathnames, change to .
19111              
19112              Subject: [PATCH perl@6938] cygwin port
19113              From: "Fifer, Eric" <EFifer@sanwaint.com>
19114              Date: Thu, 31 Aug 2000 16:32:59 +0100
19115              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
19116      Branch: metaconfig/U/perl
19117            ! perlxv.U
19118 ____________________________________________________________________________
19119 [  6951] By: jhi                                   on 2000/08/31  17:02:05
19120         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
19121      Branch: perl
19122            ! perl.h
19123 ____________________________________________________________________________
19124 [  6950] By: jhi                                   on 2000/08/31  16:26:08
19125         Log: More author updates.
19126              
19127              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
19128              From: Simon Cozens <simon@cozens.net>
19129              Date: Thu, 31 Aug 2000 17:13:32 +0100
19130              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
19131      Branch: perl
19132            ! AUTHORS
19133 ____________________________________________________________________________
19134 [  6949] By: jhi                                   on 2000/08/31  16:04:49
19135         Log: POSIX doesn't report long double values under -Duselongdouble
19136              when the long doubles are "real" (bigger than doubles).
19137              
19138              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
19139              From: Spider Boardman <spider@peano.zk3.dec.com>
19140              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
19141              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
19142      Branch: perl
19143            ! ext/POSIX/POSIX.xs
19144 ____________________________________________________________________________
19145 [  6948] By: jhi                                   on 2000/08/31  15:25:10
19146         Log: Update Changes.
19147      Branch: perl
19148            ! Changes patchlevel.h
19149 ____________________________________________________________________________
19150 [  6947] By: jhi                                   on 2000/08/31  15:22:29
19151         Log: Document UNTIE in a very minimalistic way.
19152      Branch: perl
19153            ! pod/perlfunc.pod pod/perltie.pod
19154 ____________________________________________________________________________
19155 [  6946] By: jhi                                   on 2000/08/31  15:15:23
19156         Log: Document known failures.
19157      Branch: perl
19158            ! pod/perldelta.pod
19159 ____________________________________________________________________________
19160 [  6945] By: jhi                                   on 2000/08/31  15:07:00
19161         Log: Don't attach -ld to the archname if pointless.
19162      Branch: metaconfig
19163            ! U/threads/archname.U
19164      Branch: perl
19165            ! Configure config_h.SH
19166 ____________________________________________________________________________
19167 [  6944] By: jhi                                   on 2000/08/31  14:37:42
19168         Log: Wrap the test in eval.
19169              
19170              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
19171              From: Tim Jenness <timj@jach.hawaii.edu>
19172              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
19173              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
19174      Branch: perl
19175            ! t/lib/ftmp-security.t
19176 ____________________________________________________________________________
19177 [  6943] By: jhi                                   on 2000/08/31  14:30:57
19178         Log: Make -Dusemorebits find long doubles in Solaris.
19179      Branch: perl
19180            ! hints/solaris_2.sh
19181 ____________________________________________________________________________
19182 [  6942] By: jhi                                   on 2000/08/31  13:48:45
19183         Log: Clarify the third case of ftmp-security warnings.
19184      Branch: perl
19185            ! INSTALL
19186 ____________________________________________________________________________
19187 [  6941] By: jhi                                   on 2000/08/31  13:40:31
19188         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
19189              From: <abigail@foad.org>
19190              Date: Thu, 31 Aug 2000 01:35:05 -0400
19191              Message-ID: <20000831053505.32120.qmail@foad.org>
19192      Branch: perl
19193            ! pod/perldelta.pod
19194 ____________________________________________________________________________
19195 [  6940] By: jhi                                   on 2000/08/31  13:38:48
19196         Log: Issue useful diagnostic on unknown pod commands.
19197              
19198              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
19199              From: <abigail@foad.org>
19200              Date: Thu, 31 Aug 2000 03:41:18 -0400
19201              Message-ID: <20000831074118.24880.qmail@foad.org>
19202      Branch: perl
19203            ! lib/Pod/Man.pm
19204 ____________________________________________________________________________
19205 [  6939] By: jhi                                   on 2000/08/31  13:34:33
19206         Log: Reveal Borland's isnan.
19207              
19208              Subject: build with BC++ tweak
19209              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19210              Date: Thu, 31 Aug 2000 13:09:37 +0400
19211              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
19212      Branch: perl
19213            ! win32/win32.h
19214 ____________________________________________________________________________
19215 [  6938] By: jhi                                   on 2000/08/31  05:01:20
19216         Log: Update Changes.
19217      Branch: perl
19218            ! Changes patchlevel.h
19219 ____________________________________________________________________________
19220 [  6937] By: jhi                                   on 2000/08/31  04:26:23
19221         Log: sscanf() may be the only way to read long doubles from strings.
19222      Branch: metaconfig/U/perl
19223            ! longdblfio.U
19224      Branch: perl
19225            ! Configure config_h.SH perl.h util.c
19226 ____________________________________________________________________________
19227 [  6936] By: jhi                                   on 2000/08/31  04:18:19
19228         Log: The #6929 was too skimpy.
19229      Branch: perl
19230            ! sv.c
19231 ____________________________________________________________________________
19232 [  6935] By: jhi                                   on 2000/08/31  02:47:07
19233         Log: Subject: Re: typos in pods
19234              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19235              Date: Wed, 30 Aug 2000 19:25:34 -0700
19236              Message-ID: <eIcr5gzkg25X092yn@efn.org>
19237      Branch: perl
19238            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
19239 ____________________________________________________________________________
19240 [  6934] By: jhi                                   on 2000/08/31  02:42:55
19241         Log: Missed one Unicode file.
19242      Branch: perl
19243            + lib/unicode/UCDFF301.html
19244 ____________________________________________________________________________
19245 [  6933] By: jhi                                   on 2000/08/30  23:42:27
19246         Log: Update Changes.
19247      Branch: perl
19248            ! Changes patchlevel.h
19249 ____________________________________________________________________________
19250 [  6932] By: jhi                                   on 2000/08/30  23:40:07
19251         Log: Mention UNTIE in perldelta.  Still needs documenting
19252              in perltie et alia.
19253      Branch: perl
19254            ! pod/perldelta.pod
19255 ____________________________________________________________________________
19256 [  6931] By: jhi                                   on 2000/08/30  23:36:02
19257         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
19258              From: <abigail@foad.org>
19259              Date: Wed, 30 Aug 2000 19:28:07 -0400
19260              Message-ID: <20000830232807.305.qmail@foad.org>
19261      Branch: perl
19262            ! pod/perldelta.pod
19263 ____________________________________________________________________________
19264 [  6930] By: jhi                                   on 2000/08/30  23:32:40
19265         Log: Update to Unicode 3.0.1.
19266      Branch: perl
19267            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
19268            + lib/unicode/PropList.txt lib/unicode/README.perl
19269            + lib/unicode/UCD301.html lib/unicode/Unicode.301
19270            - lib/unicode/Props.txt lib/unicode/UCD300.html
19271            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
19272            ! (edit 257 files)
19273 ____________________________________________________________________________
19274 [  6929] By: jhi                                   on 2000/08/30  22:38:18
19275         Log: Heap decorruption.
19276              
19277              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
19278              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19279              Date: Wed, 30 Aug 2000 22:39:52 +0100
19280              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
19281      Branch: perl
19282            ! sv.c
19283 ____________________________________________________________________________
19284 [  6928] By: jhi                                   on 2000/08/30  22:29:34
19285         Log: Retract the dummy test, skip the security tests (instead of failing),
19286              explain what the warnings mean.
19287      Branch: perl
19288            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
19289 ____________________________________________________________________________
19290 [  6927] By: jhi                                   on 2000/08/30  22:14:13
19291         Log: Change the internal implementation of sort() to be mergesort
19292              instead of quicksort, from John Linderman <jpl@research.att.com>.
19293              Gives us better worst case, better average case, and stability.
19294              What's there not to like?  (Small fixes for threaded builds
19295              were required).
19296      Branch: perl
19297            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
19298 ____________________________________________________________________________
19299 [  6926] By: jhi                                   on 2000/08/30  20:55:20
19300         Log: A better fix for the Socket building problem from Craig Berry.
19301      Branch: perl
19302            ! vms/vms.c
19303 ____________________________________________________________________________
19304 [  6925] By: jhi                                   on 2000/08/30  20:20:25
19305         Log: Subject: [PATCH] Re: UNTIE method 
19306              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19307              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
19308              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
19309      Branch: perl
19310            ! pp_sys.c t/op/tie.t
19311 ____________________________________________________________________________
19312 [  6924] By: jhi                                   on 2000/08/30  20:17:11
19313         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
19314              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19315              Date: Wed, 30 Aug 2000 15:03:14 -0500
19316              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
19317      Branch: perl
19318            ! vms/vms.c
19319 ____________________________________________________________________________
19320 [  6923] By: jhi                                   on 2000/08/30  20:15:18
19321         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
19322              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19323              Date: Wed, 30 Aug 2000 13:30:36 -0500
19324              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
19325      Branch: perl
19326            ! vms/vms.c
19327 ____________________________________________________________________________
19328 [  6922] By: jhi                                   on 2000/08/30  19:54:43
19329         Log: Better options for rsync.
19330      Branch: perl
19331            ! pod/perlhack.pod
19332 ____________________________________________________________________________
19333 [  6921] By: jhi                                   on 2000/08/30  19:40:16
19334         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
19335              From: Rick Delaney <rick@consumercontact.com>
19336              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
19337              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
19338      Branch: perl
19339            ! pod/perlfunc.pod
19340 ____________________________________________________________________________
19341 [  6920] By: jhi                                   on 2000/08/30  19:36:40
19342         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
19343              From: Peter Prymmer <pvhp@forte.com>
19344              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
19345              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
19346      Branch: perl
19347            ! configure.com
19348 ____________________________________________________________________________
19349 [  6919] By: jhi                                   on 2000/08/30  14:52:02
19350         Log: Update Changes.
19351      Branch: perl
19352            ! Changes patchlevel.h
19353 ____________________________________________________________________________
19354 [  6918] By: jhi                                   on 2000/08/30  14:48:34
19355         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
19356      Branch: perl
19357            ! lib/ExtUtils/typemap
19358 ____________________________________________________________________________
19359 [  6917] By: jhi                                   on 2000/08/30  14:46:34
19360         Log: Subject: typos in pods
19361              From: Nicholas Clark <nick@ccl4.org>
19362              Date: Wed, 30 Aug 2000 01:12:50 +0100
19363              Message-ID: <20000830011249.A61388@plum.flirble.org>
19364      Branch: perl
19365            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
19366            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
19367            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
19368            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
19369 ____________________________________________________________________________
19370 [  6916] By: jhi                                   on 2000/08/30  14:19:09
19371         Log: Document Storable problems on Crays.  (Will have
19372              to document all the other Storable problems, too.)
19373      Branch: perl
19374            ! pod/perldelta.pod
19375 ____________________________________________________________________________
19376 [  6915] By: jhi                                   on 2000/08/30  14:06:02
19377         Log: Subject: [PATCH] fix misc cast warnings
19378              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19379              Date: Tue, 29 Aug 2000 23:16:14 -0700
19380              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
19381      Branch: perl
19382            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
19383            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
19384            ! os2/os2ish.h
19385 ____________________________________________________________________________
19386 [  6914] By: jhi                                   on 2000/08/30  14:03:45
19387         Log: Timestamp mismatch again.  Need to fix this dependence on
19388              config_h.SH timestamp, since it's the contents of config_h.SH
19389              that matter.
19390      Branch: perl
19391            ! uconfig.h uconfig.sh
19392 ____________________________________________________________________________
19393 [  6913] By: jhi                                   on 2000/08/30  13:54:06
19394         Log: Don't say "Perl 5.0 source kit".
19395      Branch: perl
19396            ! perl.c
19397 ____________________________________________________________________________
19398 [  6912] By: jhi                                   on 2000/08/30  13:51:24
19399         Log: Reset archname and archname64 always, forcing them be
19400              recomputed at each Configure run, make Configure and
19401              the hints files agree on the naming of largefiles variables.
19402      Branch: metaconfig
19403            ! U/threads/archname.U
19404      Branch: metaconfig/U/perl
19405            ! use64bits.U
19406      Branch: perl
19407            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
19408            ! hints/linux.sh hints/solaris_2.sh
19409 ____________________________________________________________________________
19410 [  6911] By: jhi                                   on 2000/08/30  13:30:13
19411         Log: Put back the slice accidentally removed by #6907.
19412      Branch: perl
19413            ! hints/solaris_2.sh
19414 ____________________________________________________________________________
19415 [  6910] By: jhi                                   on 2000/08/30  01:24:26
19416         Log: Be consistent: other Net::get* do export theirs.
19417              
19418              Subject: Re: Net::protoent does not export 'getproto'
19419              From: Yasushi Nakajima <sey@jkc.co.jp>
19420              Date: Wed, 30 Aug 2000 09:53:14 +0900
19421              Message-Id: <200008300051.DAA24700@taku.hut.fi>
19422      Branch: perl
19423            ! lib/Net/protoent.pm
19424 ____________________________________________________________________________
19425 [  6909] By: jhi                                   on 2000/08/30  01:17:25
19426         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
19427              From: Gurusamy Sarathy <gsar@ActiveState.com>
19428              Date: Tue, 29 Aug 2000 17:17:07 -0700
19429              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
19430      Branch: perl
19431            ! cop.h
19432 ____________________________________________________________________________
19433 [  6908] By: jhi                                   on 2000/08/30  00:58:05
19434         Log: Update Changes.
19435      Branch: perl
19436            ! Changes patchlevel.h
19437 ____________________________________________________________________________
19438 [  6907] By: jhi                                   on 2000/08/30  00:57:22
19439         Log: Introduce ccname to keep track of what compiler kind of we have.
19440      Branch: metaconfig/U/perl
19441            ! Checkcc.U gccvers.U
19442      Branch: perl
19443            ! Configure config_h.SH hints/solaris_2.sh
19444 ____________________________________________________________________________
19445 [  6906] By: jhi                                   on 2000/08/30  00:25:47
19446         Log: Put back the flags dump as reasoned in
19447              
19448              Subject: Re: [PATCH] Glob dumping
19449              From: Mike Guy <mjtg@cam.ac.uk> 
19450              Date: Tue, 29 Aug 2000 21:41:32 +0100
19451              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
19452      Branch: perl
19453            ! dump.c t/lib/peek.t
19454 ____________________________________________________________________________
19455 [  6905] By: jhi                                   on 2000/08/30  00:16:17
19456         Log: Make the epsilon to be relative, not absolute.
19457              
19458              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
19459              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
19460              Date: Tue, 29 Aug 2000 19:58:56 -0400
19461              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
19462      Branch: perl
19463            ! t/lib/trig.t
19464 ____________________________________________________________________________
19465 [  6904] By: jhi                                   on 2000/08/30  00:13:09
19466         Log: From now on, Gisle is on my list of usual suspects :-)
19467              Retract #6902.
19468      Branch: perl
19469            ! ext/Opcode/Safe.pm
19470 ____________________________________________________________________________
19471 [  6903] By: jhi                                   on 2000/08/29  23:51:20
19472         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
19473              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19474              Date: Tue, 29 Aug 2000 18:43:26 -0500
19475              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
19476      Branch: perl
19477            + vms/vmspipe.com
19478            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
19479            ! vms/vms.c
19480 ____________________________________________________________________________
19481 [  6902] By: jhi                                   on 2000/08/29  23:44:14
19482         Log: Retry what #6882 attempted.
19483              
19484              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
19485              From: Gisle Aas <gisle@ActiveState.com>
19486              Date: 30 Aug 2000 00:33:09 +0200
19487              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
19488      Branch: perl
19489            ! ext/Opcode/Safe.pm
19490 ____________________________________________________________________________
19491 [  6901] By: jhi                                   on 2000/08/29  22:59:32
19492         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
19493              From: Hugo <hv@crypt.compulink.co.uk>
19494              Date: Mon, 12 Jun 2000 19:36:08 +0100
19495              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
19496      Branch: perl
19497            ! sv.c
19498 ____________________________________________________________________________
19499 [  6900] By: jhi                                   on 2000/08/29  22:58:35
19500         Log: Admit that we are leaking scalars.
19501              
19502              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
19503              From: Spider Boardman <spider@leggy.zk3.dec.com>
19504              Date: Tue, 29 Aug 2000 18:48:29 -0400
19505              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
19506      Branch: perl
19507            ! t/pragma/warnings.t
19508 ____________________________________________________________________________
19509 [  6899] By: jhi                                   on 2000/08/29  20:53:13
19510         Log: Update Changes.
19511      Branch: perl
19512            ! Changes patchlevel.h
19513 ____________________________________________________________________________
19514 [  6898] By: jhi                                   on 2000/08/29  20:46:21
19515         Log: Undo namespace pollution of #6878.
19516              
19517              Subject: Re: Net::protoent does not export 'getproto'
19518              From: Mike Guy <mjtg@cam.ac.uk>
19519              Date: Tue, 29 Aug 2000 21:32:37 +0100
19520              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
19521      Branch: perl
19522            ! lib/Net/protoent.pm
19523 ____________________________________________________________________________
19524 [  6897] By: jhi                                   on 2000/08/29  20:44:29
19525         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
19526              From: Peter Prymmer <pvhp@forte.com>
19527              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
19528              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
19529      Branch: perl
19530            ! pod/perlebcdic.pod
19531 ____________________________________________________________________________
19532 [  6896] By: jhi                                   on 2000/08/29  20:40:57
19533         Log: There's no point repeating the 'revision' (5) of perl5.
19534      Branch: metaconfig/U/perl
19535            ! Devel.U patchlevel.U
19536      Branch: perl
19537            ! Configure config_h.SH
19538 ____________________________________________________________________________
19539 [  6895] By: jhi                                   on 2000/08/29  20:16:58
19540         Log: Regen Configure for #6894.
19541      Branch: metaconfig/U/perl
19542            ! perladmin.U
19543      Branch: perl
19544            ! Configure config_h.SH
19545 ____________________________________________________________________________
19546 [  6894] By: jhi                                   on 2000/08/29  19:59:52
19547         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
19548              From: "Philip Newton" <Philip.Newton@gmx.net>
19549              Date: Tue, 29 Aug 2000 21:39:14 +0200
19550              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
19551      Branch: perl
19552            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
19553            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
19554            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
19555            ! utils/perlbug.PL
19556 ____________________________________________________________________________
19557 [  6893] By: jhi                                   on 2000/08/29  19:55:30
19558         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
19559              From: "Philip Newton" <Philip.Newton@gmx.net>
19560              Date: Tue, 29 Aug 2000 21:39:14 +0200
19561              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
19562      Branch: perl
19563            ! installhtml
19564 ____________________________________________________________________________
19565 [  6892] By: jhi                                   on 2000/08/29  19:53:59
19566         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
19567              From: "Philip Newton" <Philip.Newton@gmx.net>
19568              Date: Tue, 29 Aug 2000 21:48:18 +0200
19569              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
19570      Branch: perl
19571            ! lib/File/Temp.pm
19572 ____________________________________________________________________________
19573 [  6891] By: jhi                                   on 2000/08/29  18:30:03
19574         Log: Nail the ID 20000828.023.
19575      Branch: perl
19576            ! ext/Storable/Storable.xs
19577 ____________________________________________________________________________
19578 [  6890] By: jhi                                   on 2000/08/29  16:50:17
19579         Log: Under usethreads the dumped variable is IN_PAD.
19580              
19581              Subject: Re: [PATCH] Glob dumping
19582              From: Gisle Aas <gisle@ActiveState.com>
19583              Date: 29 Aug 2000 18:45:05 +0200
19584              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
19585      Branch: perl
19586            ! t/lib/peek.t
19587 ____________________________________________________________________________
19588 [  6889] By: jhi                                   on 2000/08/29  15:17:37
19589         Log: Update Changes.
19590      Branch: perl
19591            ! Changes patchlevel.h
19592 ____________________________________________________________________________
19593 [  6888] By: jhi                                   on 2000/08/29  14:49:59
19594         Log: Retract #6882, broke the safe tests.
19595      Branch: perl
19596            ! ext/Opcode/Safe.pm
19597 ____________________________________________________________________________
19598 [  6887] By: jhi                                   on 2000/08/29  14:47:06
19599         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
19600              From: Gisle Aas <gisle@ActiveState.com> 
19601              Date: 09 Jun 2000 20:00:11 +0200
19602              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
19603      Branch: perl
19604            ! utils/perldoc.PL
19605 ____________________________________________________________________________
19606 [  6886] By: jhi                                   on 2000/08/29  14:42:45
19607         Log: The #6881 removed one dump line.
19608      Branch: perl
19609            ! t/lib/peek.t
19610 ____________________________________________________________________________
19611 [  6885] By: jhi                                   on 2000/08/29  14:30:47
19612         Log: Don't forget to tidy up.
19613      Branch: perl
19614            ! t/lib/ftmp-security.t
19615 ____________________________________________________________________________
19616 [  6884] By: jhi                                   on 2000/08/29  14:25:17
19617         Log: Disabling the one test is a bit tricky.
19618      Branch: perl
19619            ! t/lib/ftmp-security.t
19620 ____________________________________________________________________________
19621 [  6883] By: jhi                                   on 2000/08/29  14:16:25
19622         Log: Disable one of the tests for now.
19623      Branch: perl
19624            ! t/lib/ftmp-security.t
19625 ____________________________________________________________________________
19626 [  6882] By: jhi                                   on 2000/08/29  14:05:50
19627         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
19628              From: gisle@aas.no
19629              Date: 29 Aug 2000 10:35:06 -0000
19630              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
19631      Branch: perl
19632            ! ext/Opcode/Safe.pm
19633 ____________________________________________________________________________
19634 [  6881] By: jhi                                   on 2000/08/29  14:03:51
19635         Log: Subject: [PATCH] Glob dumping
19636              From: Gisle Aas <gisle@ActiveState.com>
19637              Date: 29 Aug 2000 07:59:42 -0000
19638              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
19639      Branch: perl
19640            ! dump.c
19641 ____________________________________________________________________________
19642 [  6880] By: jhi                                   on 2000/08/29  14:02:01
19643         Log: Subject: [PATCH] Warnings in B::Deparse
19644              From: <abigail@foad.org>
19645              Date: Tue, 29 Aug 2000 00:00:01 -0400
19646              Message-ID: <20000829040001.2999.qmail@foad.org>
19647      Branch: perl
19648            ! ext/B/B/Deparse.pm
19649 ____________________________________________________________________________
19650 [  6879] By: jhi                                   on 2000/08/29  13:57:26
19651         Log: Missed a change in #6869.
19652      Branch: perl
19653            ! mg.c
19654 ____________________________________________________________________________
19655 [  6878] By: jhi                                   on 2000/08/29  13:45:04
19656         Log: Subject: Net::protoent does not export 'getproto'
19657              From: Yasushi Nakajima <sey@jkc.co.jp>
19658              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
19659      Branch: perl
19660            ! lib/Net/protoent.pm
19661 ____________________________________________________________________________
19662 [  6877] By: jhi                                   on 2000/08/29  13:39:19
19663         Log: Patches all over for people and the files they (hopefully) care about.
19664      Branch: perl
19665            ! AUTHORS Changes MAINTAIN
19666 ____________________________________________________________________________
19667 [  6876] By: jhi                                   on 2000/08/29  12:53:54
19668         Log: Fix for thinko in #6848.
19669              
19670              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
19671              From: Lupe Christoph <lupe@lupe-christoph.de>
19672              Date: Tue, 29 Aug 2000 09:04:08 +0200
19673              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
19674      Branch: perl
19675            ! ext/Thread/Thread.xs
19676 ____________________________________________________________________________
19677 [  6875] By: jhi                                   on 2000/08/29  12:50:14
19678         Log: Update to Getopt::Long 2.24, from Johan Vromans.
19679      Branch: perl
19680            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
19681 ____________________________________________________________________________
19682 [  6874] By: jhi                                   on 2000/08/29  02:09:53
19683         Log: Use minimal @INC in tests, most of the time just '../lib',
19684              so that we simply can't pick up stuff from other Perls than
19685              the one we are testing.  Pointed out by
19686              
19687              From: Mike Guy <mjtg@cam.ac.uk>
19688              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
19689              Date: Fri, 25 Aug 2000 15:15:59 +0100
19690              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
19691      Branch: perl
19692            ! (edit 185 files)
19693 ____________________________________________________________________________
19694 [  6873] By: jhi                                   on 2000/08/29  01:07:11
19695         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
19696              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19697              Date: Mon, 28 Aug 2000 17:45:52 -0700
19698              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
19699      Branch: perl
19700            ! Makefile.SH hints/os2.sh
19701 ____________________________________________________________________________
19702 [  6872] By: jhi                                   on 2000/08/28  23:33:39
19703         Log: Subject: [PATCH bleedperl@6866] spellings
19704              From: marcel@codewerk.com (Marcel Grunauer)
19705              Date: Tue, 29 Aug 2000 01:19:59 +0200
19706              Message-Id: <200008282319.BAA29862@gandalf.local>
19707      Branch: perl
19708            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
19709            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
19710            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
19711 ____________________________________________________________________________
19712 [  6871] By: jhi                                   on 2000/08/28  23:22:09
19713         Log: Take out the SUIDMAIL thing, that will not be
19714              a problem in 5.7.*.
19715      Branch: perl
19716            ! patchlevel.h
19717 ____________________________________________________________________________
19718 [  6870] By: jhi                                   on 2000/08/28  23:19:30
19719         Log: -S is the silent flag, -s is the strip flag.
19720              
19721              Subject: [PATCH] Re: [PATCH] make no-install          
19722              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19723              Date: Mon, 28 Aug 2000 15:12:55 -0700
19724              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
19725      Branch: perl
19726            ! Makefile.SH
19727 ____________________________________________________________________________
19728 [  6869] By: jhi                                   on 2000/08/28  23:12:05
19729         Log: Subject: [PATCH bleedperl@6856] warnings fixes
19730              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19731              Date: Mon, 28 Aug 2000 23:55:06 +0100
19732              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
19733      Branch: perl
19734            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
19735            ! warnings.h warnings.pl
19736 ____________________________________________________________________________
19737 [  6868] By: jhi                                   on 2000/08/28  21:38:22
19738         Log: Potential cruft.
19739      Branch: perl
19740            ! Makefile.SH
19741 ____________________________________________________________________________
19742 [  6867] By: jhi                                   on 2000/08/28  21:35:36
19743         Log: Update Changes.
19744      Branch: perl
19745            ! Changes patchlevel.h
19746 ____________________________________________________________________________
19747 [  6866] By: jhi                                   on 2000/08/28  21:33:49
19748         Log: Subject: hv.h Doc Patch
19749              From: Fisher Mark <fisherm@tce.com>
19750              Date: Mon, 28 Aug 2000 16:24:59 -0500
19751              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
19752      Branch: perl
19753            ! hv.h
19754 ____________________________________________________________________________
19755 [  6865] By: jhi                                   on 2000/08/28  21:02:15
19756         Log: Add -ld to archname on long tr...double platforms.
19757      Branch: metaconfig
19758            ! U/threads/archname.U
19759      Branch: perl
19760            ! Configure config_h.SH
19761 ____________________________________________________________________________
19762 [  6864] By: jhi                                   on 2000/08/28  20:38:59
19763         Log: An attempt to fix the problem reported in
19764              
19765              Subject: Building perl@6856 using gcc/AIX 4.3.3 
19766              From: Daniel Muino <dmuino@afip.gov.ar> 
19767              Date: Mon, 28 Aug 2000 15:50:01 -0300   
19768              Message-ID: <20000828155001.A14403@con2-dgi>
19769              
19770              I can't test this properly since the gcc installation I have
19771              access to seems to be botched (gcc is calling the AIX cpp,
19772              a losing proposition...)
19773      Branch: perl
19774            ! hints/aix.sh
19775 ____________________________________________________________________________
19776 [  6863] By: jhi                                   on 2000/08/28  18:57:52
19777         Log: Fix for ID 20000828.001, long doubles were not formatted
19778              correctly (showed up in $], which stopped installing perl).
19779      Branch: perl
19780            ! sv.c
19781 ____________________________________________________________________________
19782 [  6862] By: jhi                                   on 2000/08/28  18:07:15
19783         Log: Typo in #6858.
19784      Branch: perl
19785            ! lib/Cwd.pm
19786 ____________________________________________________________________________
19787 [  6861] By: jhi                                   on 2000/08/28  17:57:27
19788         Log: opmini.o may be left around if a build is interrupted.
19789      Branch: perl
19790            ! Makefile.SH
19791 ____________________________________________________________________________
19792 [  6860] By: jhi                                   on 2000/08/28  16:52:50
19793         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
19794              From: Daniel Chetlin <daniel@chetlin.com>
19795              Date: Mon, 28 Aug 2000 01:14:18 -0700
19796              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
19797      Branch: perl
19798            ! lib/overload.pm
19799 ____________________________________________________________________________
19800 [  6859] By: jhi                                   on 2000/08/28  16:08:46
19801         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
19802              From: Nicholas Clark <nick@ccl4.org>
19803              Date: Mon, 28 Aug 2000 16:03:27 +0100
19804              Message-Id: <20000828160327.C49785@plum.flirble.org>
19805      Branch: perl
19806            ! ext/ByteLoader/bytecode.h
19807 ____________________________________________________________________________
19808 [  6858] By: jhi                                   on 2000/08/28  16:02:10
19809         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
19810              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
19811              Date: Mon, 28 Aug 2000 13:08:30 +0200
19812              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
19813      Branch: perl
19814            ! lib/Cwd.pm
19815 ____________________________________________________________________________
19816 [  6857] By: jhi                                   on 2000/08/28  15:42:47
19817         Log: display_format used as a class method without arguments was broken,
19818              reported in
19819              
19820              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
19821              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
19822              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
19823              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
19824      Branch: perl
19825            ! lib/Math/Complex.pm t/lib/complex.t
19826 ____________________________________________________________________________
19827 [  6856] By: jhi                                   on 2000/08/27  22:09:48
19828         Log: Update Changes.
19829      Branch: perl
19830            ! Changes patchlevel.h
19831 ____________________________________________________________________________
19832 [  6855] By: jhi                                   on 2000/08/27  21:59:21
19833         Log: Retract #6853 (false alarm).
19834      Branch: perl
19835            ! lib/ExtUtils/xsubpp
19836 ____________________________________________________________________________
19837 [  6854] By: jhi                                   on 2000/08/27  21:37:44
19838         Log: Update Changes.
19839      Branch: perl
19840            ! Changes patchlevel.h
19841 ____________________________________________________________________________
19842 [  6853] By: jhi                                   on 2000/08/27  21:37:16
19843         Log: Subject: [PATCH perl@6850] workaround for xsubpp
19844              From: Hugo <hv@crypt.compulink.co.uk>
19845              Date: Sun, 27 Aug 2000 22:30:25 +0100
19846              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
19847      Branch: perl
19848            ! lib/ExtUtils/xsubpp
19849 ____________________________________________________________________________
19850 [  6852] By: jhi                                   on 2000/08/27  21:33:58
19851         Log: Big-endian 64-bit patch from Raphael Manfredi.
19852      Branch: perl
19853            ! ext/Storable/Storable.xs
19854 ____________________________________________________________________________
19855 [  6851] By: jhi                                   on 2000/08/27  21:22:21
19856         Log: More ruthless editing from Hugo van der Sanden.
19857      Branch: perl
19858            ! pod/perldelta.pod
19859 ____________________________________________________________________________
19860 [  6850] By: jhi                                   on 2000/08/27  16:11:46
19861         Log: Update Changes.
19862      Branch: perl
19863            ! Changes patchlevel.h
19864 ____________________________________________________________________________
19865 [  6849] By: jhi                                   on 2000/08/27  16:11:05
19866         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
19867      Branch: perl
19868            ! configpm pod/perldelta.pod
19869 ____________________________________________________________________________
19870 [  6848] By: jhi                                   on 2000/08/27  15:35:08
19871         Log: Use the actual thread type, not the pointer-to-struct.
19872      Branch: perl
19873            ! ext/Thread/Thread.xs
19874 ____________________________________________________________________________
19875 [  6847] By: jhi                                   on 2000/08/27  15:30:49
19876         Log: Test nit.
19877      Branch: perl
19878            ! t/pragma/warn/pp_sys
19879 ____________________________________________________________________________
19880 [  6846] By: jhi                                   on 2000/08/27  15:19:02
19881         Log: Passing -R in ldflags makes now it to appear in the default
19882              for lddlflags, just like with -L.
19883              
19884              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19885              From: Lupe Christoph <lupe@lupe-christoph.de>
19886              Date: Sun, 27 Aug 2000 10:28:21 +0200
19887              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
19888      Branch: metaconfig/U/perl
19889            ! dlsrc.U
19890      Branch: perl
19891            ! Configure
19892 ____________________________________________________________________________
19893 [  6845] By: jhi                                   on 2000/08/27  15:08:54
19894         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19895              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19896              Date: Sat, 26 Aug 2000 22:23:27 +0100
19897              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
19898      Branch: perl
19899            ! lib/ExtUtils/MM_Unix.pm
19900 ____________________________________________________________________________
19901 [  6844] By: jhi                                   on 2000/08/27  15:02:37
19902         Log: DJGPP update from Laszlo Molnar.
19903              
19904              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
19905              From: ml1050 <ml1050@freemail.hu>
19906              Date: Sat, 26 Aug 2000 23:24:40 +0200
19907              Message-Id: <20000826232440.A439@freemail.hu>
19908      Branch: perl
19909            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
19910            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
19911 ____________________________________________________________________________
19912 [  6843] By: jhi                                   on 2000/08/27  14:53:58
19913         Log: Subject: installman buglet
19914              From: Lupe Christoph <lupe@lupe-christoph.de>
19915              Date: Sun, 27 Aug 2000 14:38:59 +0200
19916              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
19917      Branch: perl
19918            ! installman
19919 ____________________________________________________________________________
19920 [  6842] By: jhi                                   on 2000/08/27  14:52:08
19921         Log: Can't get the test to reliably work thanks to the
19922              inaccurateness of floating point.  "Resolves" bug ids
19923              20000826.003, 20000826.009, 20000826.010,
19924      Branch: perl
19925            ! t/lib/trig.t
19926 ____________________________________________________________________________
19927 [  6841] By: jhi                                   on 2000/08/26  15:53:58
19928         Log: Update Changes.
19929      Branch: perl
19930            ! Changes patchlevel.h
19931 ____________________________________________________________________________
19932 [  6840] By: jhi                                   on 2000/08/26  14:23:03
19933         Log: grep -e isn't portable.
19934              
19935              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
19936              From: chris@broadband.att.com
19937              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
19938              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
19939      Branch: perl
19940            ! hints/solaris_2.sh
19941 ____________________________________________________________________________
19942 [  6839] By: jhi                                   on 2000/08/26  14:12:23
19943         Log: no-install target a la make -n.
19944              
19945              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
19946              From: <abigail@foad.org>
19947              Date: Sat, 26 Aug 2000 03:57:34 -0400
19948              Message-ID: <20000826075735.18912.qmail@foad.org>
19949      Branch: perl
19950            ! Makefile.SH installman installperl
19951 ____________________________________________________________________________
19952 [  6838] By: jhi                                   on 2000/08/26  14:06:33
19953         Log: Retract #6826 as the #6828 should be do the same
19954              in a More Correct Way.
19955      Branch: perl
19956            ! installperl
19957 ____________________________________________________________________________
19958 [  6837] By: jhi                                   on 2000/08/26  05:24:00
19959         Log: More casting.
19960      Branch: perl
19961            ! ext/Storable/Storable.xs
19962 ____________________________________________________________________________
19963 [  6836] By: jhi                                   on 2000/08/26  05:05:46
19964         Log: Nicer in decimal.
19965      Branch: perl
19966            ! ext/Storable/Storable.xs
19967 ____________________________________________________________________________
19968 [  6835] By: jhi                                   on 2000/08/26  05:03:50
19969         Log: There be no UVdf.
19970      Branch: perl
19971            ! ext/Storable/Storable.xs
19972 ____________________________________________________________________________
19973 [  6834] By: jhi                                   on 2000/08/26  05:00:18
19974         Log: Continue IVdfing and UVxfing.
19975      Branch: perl
19976            ! ext/Storable/Storable.xs
19977 ____________________________________________________________________________
19978 [  6833] By: jhi                                   on 2000/08/26  04:53:14
19979         Log: Use IVdf.
19980      Branch: perl
19981            ! ext/Storable/Storable.xs
19982 ____________________________________________________________________________
19983 [  6832] By: jhi                                   on 2000/08/26  04:40:41
19984         Log: Document PTR2XX and INT2PTR.
19985      Branch: perl
19986            ! pod/perlguts.pod
19987 ____________________________________________________________________________
19988 [  6831] By: jhi                                   on 2000/08/26  04:33:18
19989         Log: Use UVxf, PTR2UV, NVff.
19990      Branch: perl
19991            ! ext/Storable/Storable.xs
19992 ____________________________________________________________________________
19993 [  6830] By: jhi                                   on 2000/08/26  04:31:32
19994         Log: Update the test count.
19995      Branch: perl
19996            ! t/lib/trig.t
19997 ____________________________________________________________________________
19998 [  6829] By: jhi                                   on 2000/08/26  03:05:50
19999         Log: Subject: [PATCH] installation not quite silent yet.
20000              From: <abigail@foad.org>
20001              Date: Fri, 25 Aug 2000 20:07:53 -0400
20002              Message-ID: <20000826000753.7822.qmail@foad.org>
20003      Branch: perl
20004            ! installman installperl
20005 ____________________________________________________________________________
20006 [  6828] By: jhi                                   on 2000/08/26  03:05:14
20007         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20008              From: Spider Boardman <spider@web.zk3.dec.com>
20009              Date: Fri, 25 Aug 2000 19:12:40 -0400
20010              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
20011      Branch: perl
20012            ! gv.c
20013 ____________________________________________________________________________
20014 [  6827] By: jhi                                   on 2000/08/25  23:54:34
20015         Log: Support preserving extremely big/small angles.
20016      Branch: perl
20017            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
20018 ____________________________________________________________________________
20019 [  6826] By: jhi                                   on 2000/08/25  23:01:20
20020         Log: Patch installperl to be long double-aware.
20021              
20022              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20023              From: Spider Boardman <spider@web.zk3.dec.com>
20024              Date: Fri, 25 Aug 2000 18:15:23 -0400
20025              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
20026      Branch: perl
20027            ! installperl
20028 ____________________________________________________________________________
20029 [  6825] By: jhi                                   on 2000/08/25  22:58:25
20030         Log: Remove duplicately applied patch shards.
20031              
20032              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
20033              From: Spider Boardman <spider@leggy.zk3.dec.com>
20034              Date: Fri, 25 Aug 2000 16:45:03 -0400
20035              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
20036      Branch: perl
20037            ! t/lib/cgi-html.t
20038 ____________________________________________________________________________
20039 [  6824] By: jhi                                   on 2000/08/25  22:57:00
20040         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20041              From: Daniel Chetlin <daniel@chetlin.com>
20042              Date: Fri, 25 Aug 2000 12:23:16 -0700
20043              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
20044              
20045              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20046              From: Daniel Chetlin <daniel@chetlin.com>
20047              Date: Fri, 25 Aug 2000 14:47:19 -0700
20048              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
20049      Branch: perl
20050            ! installman
20051 ____________________________________________________________________________
20052 [  6823] By: jhi                                   on 2000/08/25  22:44:17
20053         Log: Timestamp problem?
20054      Branch: perl
20055            ! uconfig.h uconfig.sh
20056 ____________________________________________________________________________
20057 [  6822] By: jhi                                   on 2000/08/25  19:01:06
20058         Log: One forgotten file from #6816.
20059      Branch: perl
20060            ! vos/config.h
20061 ____________________________________________________________________________
20062 [  6821] By: jhi                                   on 2000/08/25  18:56:39
20063         Log: Regen Changes.
20064      Branch: perl
20065            ! Changes patchlevel.h
20066 ____________________________________________________________________________
20067 [  6820] By: jhi                                   on 2000/08/25  18:52:35
20068         Log: Fix Changes ordering.
20069      Branch: perl
20070            ! Changes
20071 ____________________________________________________________________________
20072 [  6819] By: jhi                                   on 2000/08/25  18:50:25
20073         Log: Update Changes.
20074      Branch: perl
20075            ! Changes patchlevel.h
20076 ____________________________________________________________________________
20077 [  6818] By: jhi                                   on 2000/08/25  18:47:45
20078         Log: Tweak the sfio/useperlio logic, hopefully as wished in
20079              
20080              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
20081              From: Nicholas Clark <nick@babyhippo.co.uk>
20082              Date: Fri, 25 Aug 2000 12:01:45 +0100
20083              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
20084      Branch: metaconfig/U/perl
20085            ! d_sfio.U
20086      Branch: perl
20087            ! Configure
20088 ____________________________________________________________________________
20089 [  6817] By: jhi                                   on 2000/08/25  18:32:51
20090         Log: Allow microperl to assume <math.h>, without it the math
20091              functions like floor() are assumed to return int, which makes
20092              for core dumps in machines where integer and floating register
20093              don't mix.
20094      Branch: perl
20095            ! uconfig.h uconfig.sh
20096 ____________________________________________________________________________
20097 [  6816] By: jhi                                   on 2000/08/25  18:27:17
20098         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
20099              the problem reported in
20100              
20101              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
20102              From: danhale@us.ibm.com
20103              Date: Fri, 25 Aug 2000 10:58:06 -0400
20104              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
20105      Branch: metaconfig/U/perl
20106            + d_socks5_init.U
20107      Branch: perl
20108            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
20109            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
20110            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
20111            ! win32/config.gc win32/config.vc
20112 ____________________________________________________________________________
20113 [  6815] By: jhi                                   on 2000/08/25  17:43:31
20114         Log: A solution for the retrieve_fd autosplit warning,
20115              idea suggested by Mike Guy.
20116      Branch: perl
20117            ! ext/Storable/Storable.pm
20118 ____________________________________________________________________________
20119 [  6814] By: jhi                                   on 2000/08/25  17:16:03
20120         Log: Add install-silent target.
20121      Branch: perl
20122            ! Makefile.SH
20123 ____________________________________________________________________________
20124 [  6813] By: jhi                                   on 2000/08/25  17:14:23
20125         Log: Subject: Re: [PATCH] More silencing of installman.
20126              From: <abigail@foad.org>
20127              Date: Thu, 24 Aug 2000 19:27:03 -0400
20128              Message-ID: <20000824232703.7001.qmail@foad.org>
20129              
20130              Subject: Re: [PATCH] More silencing of installman.
20131              From: <abigail@foad.org>
20132              Date: Fri, 25 Aug 2000 03:00:58 -0400
20133              Message-ID: <20000825070058.10697.qmail@foad.org>
20134      Branch: perl
20135            ! installman
20136 ____________________________________________________________________________
20137 [  6812] By: jhi                                   on 2000/08/25  17:11:28
20138         Log: installperl --verbose and --silent.
20139              
20140              Subject: Re: [PATCH] More silencing of installman.
20141              From: <abigail@foad.org>
20142              Message-ID: <20000825064430.9719.qmail@foad.org>
20143              Date: Fri, 25 Aug 2000 02:44:30 -0400
20144      Branch: perl
20145            ! installperl
20146 ____________________________________________________________________________
20147 [  6811] By: jhi                                   on 2000/08/25  17:05:43
20148         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
20149              From: "Peter J. Farley III" <pjfarley@banet.net>
20150              Date: Thu, 24 Aug 2000 21:58:03 -0400
20151              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
20152              
20153              (applied slightly modified)
20154      Branch: perl
20155            ! lib/ExtUtils/MM_Unix.pm
20156 ____________________________________________________________________________
20157 [  6810] By: jhi                                   on 2000/08/25  17:01:18
20158         Log: Missing parts of 
20159              
20160              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
20161              From: Peter Prymmer <pvhp@forte.com>
20162              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
20163              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
20164      Branch: perl
20165            ! t/lib/cgi-html.t
20166 ____________________________________________________________________________
20167 [  6809] By: jhi                                   on 2000/08/25  16:46:32
20168         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
20169              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20170              Date: Thu, 24 Aug 2000 19:13:11 -0500
20171              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
20172      Branch: perl
20173            ! vms/vms.c
20174 ____________________________________________________________________________
20175 [  6808] By: jhi                                   on 2000/08/25  16:39:22
20176         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
20177              From: Peter Prymmer <pvhp@forte.com>
20178              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
20179              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
20180      Branch: perl
20181            ! configure.com
20182 ____________________________________________________________________________
20183 [  6807] By: jhi                                   on 2000/08/25  16:36:37
20184         Log: Better wording for the vec lvalue diagnostic.
20185              
20186              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20187              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20188              Date: Wed, 23 Aug 2000 14:12:16 -0400
20189              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
20190      Branch: perl
20191            ! pod/perldiag.pod
20192 ____________________________________________________________________________
20193 [  6806] By: jhi                                   on 2000/08/24  18:17:22
20194         Log: Subject: [PATCH] More silencing of installman.
20195              From: <abigail@foad.org>
20196              Date: Thu, 24 Aug 2000 14:01:44 -0400
20197              Message-ID: <20000824180144.20062.qmail@foad.org>
20198      Branch: perl
20199            ! installman
20200 ____________________________________________________________________________
20201 [  6805] By: jhi                                   on 2000/08/24  15:00:31
20202         Log: Update Changes.
20203      Branch: perl
20204            ! Changes patchlevel.h
20205 ____________________________________________________________________________
20206 [  6804] By: jhi                                   on 2000/08/24  14:59:07
20207         Log: Regen perltoc.
20208      Branch: perl
20209            ! pod/perltoc.pod
20210 ____________________________________________________________________________
20211 [  6803] By: jhi                                   on 2000/08/24  14:44:39
20212         Log: Show the doc file, not the temp file.
20213      Branch: perl
20214            ! installman
20215 ____________________________________________________________________________
20216 [  6802] By: jhi                                   on 2000/08/24  14:41:53
20217         Log: Continue silencing.
20218      Branch: perl
20219            ! installman
20220 ____________________________________________________________________________
20221 [  6801] By: jhi                                   on 2000/08/24  14:34:40
20222         Log: Actually do something with the silencer option.
20223      Branch: perl
20224            ! installman
20225 ____________________________________________________________________________
20226 [  6800] By: jhi                                   on 2000/08/24  14:26:22
20227         Log: Make installman to recognize the silence flag -S.
20228      Branch: perl
20229            ! installman
20230 ____________________________________________________________________________
20231 [  6799] By: jhi                                   on 2000/08/24  13:49:38
20232         Log: DOS patches and portability/porting notes, from Tim Jenness.
20233      Branch: perl
20234            ! lib/File/Temp.pm
20235 ____________________________________________________________________________
20236 [  6798] By: jhi                                   on 2000/08/24  13:48:27
20237         Log: Create directories in silence.
20238              
20239              Subject: [PATCH] Another silencer for MakeMaker
20240              From: andreas.koenig@anima.de (Andreas J. Koenig)
20241              Date: 24 Aug 2000 14:18:52 +0200
20242              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
20243      Branch: perl
20244            ! lib/ExtUtils/Command.pm
20245 ____________________________________________________________________________
20246 [  6797] By: jhi                                   on 2000/08/24  13:46:42
20247         Log: More liberal parsing of version numbers.
20248              
20249              Subject: Re: CPAN.pm beta for testing available
20250              From: andreas.koenig@anima.de (Andreas J. Koenig)
20251              Date: 24 Aug 2000 13:51:57 +0200
20252              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
20253      Branch: perl
20254            ! lib/CPAN.pm
20255 ____________________________________________________________________________
20256 [  6796] By: jhi                                   on 2000/08/24  13:44:36
20257         Log: Make "make install" by default silent.  A new "install-verbose"
20258              target is verbose.
20259      Branch: perl
20260            ! Makefile.SH
20261 ____________________________________________________________________________
20262 [  6795] By: jhi                                   on 2000/08/24  13:39:14
20263         Log: Add silencer flags to installperl.
20264              
20265              Subject: [PATCH] Making installperl silent.
20266              From: <abigail@foad.org>
20267              Date: Thu, 24 Aug 2000 05:01:45 -0400
20268              Message-ID: <20000824090145.13141.qmail@foad.org>
20269      Branch: perl
20270            ! installperl
20271 ____________________________________________________________________________
20272 [  6794] By: jhi                                   on 2000/08/24  13:35:50
20273         Log: installperl couldn't tell whether it had run tests or not.
20274              
20275              Subject: [PATCH] Re: installperl and t/TEST
20276              From: <abigail@foad.org>
20277              Date: Thu, 24 Aug 2000 04:00:53 -0400
20278              Message-ID: <20000824080053.2494.qmail@foad.org>
20279      Branch: perl
20280            ! Makefile.SH installperl
20281 ____________________________________________________________________________
20282 [  6793] By: jhi                                   on 2000/08/24  13:27:50
20283         Log: Drop the separate perlbc, perlcc -b should be enough.
20284      Branch: perl
20285            - utils/perlbc.PL
20286            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
20287 ____________________________________________________________________________
20288 [  6792] By: jhi                                   on 2000/08/24  04:41:30
20289         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
20290              plus the typo fix from Peter Prymmer.
20291      Branch: perl
20292            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
20293            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
20294 ____________________________________________________________________________
20295 [  6791] By: jhi                                   on 2000/08/24  02:10:43
20296         Log: Replace #6705 with a minimal doc patch.
20297              
20298              Subject: [PATCH 5.6.0] replace change #6705
20299              From: Jan Dubois <jand@ActiveState.com>
20300              Date: Wed, 23 Aug 2000 18:31:51 -0700
20301              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
20302      Branch: perl
20303            ! lib/Win32.pod win32/win32.c
20304 ____________________________________________________________________________
20305 [  6790] By: jhi                                   on 2000/08/23  17:52:00
20306         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20307              From: Mike Guy <mjtg@cam.ac.uk>
20308              Date: Wed, 23 Aug 2000 18:38:46 +0100
20309              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
20310      Branch: perl
20311            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
20312 ____________________________________________________________________________
20313 [  6789] By: jhi                                   on 2000/08/23  15:34:21
20314         Log: Update Changes.
20315      Branch: perl
20316            ! Changes patchlevel.h
20317 ____________________________________________________________________________
20318 [  6788] By: jhi                                   on 2000/08/23  15:33:40
20319         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
20320              From: Wilfredo Sánchez <wsanchez@apple.com>
20321              Date: Tue, 22 Aug 2000 19:31:27 -0700
20322              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
20323      Branch: perl
20324            ! perl.h
20325 ____________________________________________________________________________
20326 [  6787] By: jhi                                   on 2000/08/23  15:29:31
20327         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
20328              From: Spider Boardman <spider@leggy.zk3.dec.com>
20329              Date: Wed, 23 Aug 2000 10:33:23 -0400
20330              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
20331      Branch: perl
20332            ! lib/Pod/Html.pm
20333 ____________________________________________________________________________
20334 [  6786] By: jhi                                   on 2000/08/23  15:28:11
20335         Log: Bad makefile.
20336      Branch: perl
20337            ! ext/B/Makefile.PL
20338 ____________________________________________________________________________
20339 [  6785] By: jhi                                   on 2000/08/23  14:37:04
20340         Log: Update Changes.
20341      Branch: perl
20342            ! Changes patchlevel.h
20343 ____________________________________________________________________________
20344 [  6784] By: jhi                                   on 2000/08/23  13:58:41
20345         Log: Portability fix from Hugo van der Sanden.
20346      Branch: perl
20347            ! ext/re/Makefile.PL
20348 ____________________________________________________________________________
20349 [  6783] By: jhi                                   on 2000/08/23  13:53:53
20350         Log: Storable support, v-version fixes.
20351              
20352              Subject: CPAN.pm beta for testing available
20353              From: andreas.koenig@anima.de (Andreas J. Koenig)
20354              Date: 22 Aug 2000 23:31:33 +0200
20355              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
20356      Branch: perl
20357            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20358 ____________________________________________________________________________
20359 [  6782] By: jhi                                   on 2000/08/23  13:51:26
20360         Log: Mac and other portability updates from Chris Nandor.
20361      Branch: perl
20362            ! pod/perlmodinstall.pod
20363 ____________________________________________________________________________
20364 [  6781] By: jhi                                   on 2000/08/23  13:47:33
20365         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
20366              From: Peter Prymmer <pvhp@forte.com>
20367              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
20368              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
20369      Branch: perl
20370            ! ext/Storable/Storable.xs
20371 ____________________________________________________________________________
20372 [  6780] By: jhi                                   on 2000/08/23  13:33:34
20373         Log: VMS MMS (make) wants null action.
20374      Branch: perl
20375            ! ext/B/Makefile.PL
20376 ____________________________________________________________________________
20377 [  6779] By: jhi                                   on 2000/08/22  19:44:47
20378         Log: Forgot portability nit.
20379      Branch: perl
20380            ! t/lib/st-forgive.t
20381 ____________________________________________________________________________
20382 [  6778] By: jhi                                   on 2000/08/22  19:35:25
20383         Log: Be portable.
20384      Branch: perl
20385            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
20386            ! t/lib/st-store.t
20387 ____________________________________________________________________________
20388 [  6777] By: jhi                                   on 2000/08/22  18:50:53
20389         Log: Update Changes.
20390      Branch: perl
20391            ! Changes patchlevel.h
20392 ____________________________________________________________________________
20393 [  6776] By: jhi                                   on 2000/08/22  18:44:46
20394         Log: cSVOPo_*v things index into the current PL_curpad
20395              under ithreads, which is different from the curpad
20396              used by the XSUB.  (In other words, the code as-is
20397              before this patch wouldn't work under ithreads.)
20398              From Sarathy.
20399      Branch: perl
20400            ! ext/B/B.xs
20401 ____________________________________________________________________________
20402 [  6775] By: jhi                                   on 2000/08/22  18:18:37
20403         Log: Make the selection of NVff et al stricter.
20404      Branch: metaconfig/U/perl
20405            ! perlxvf.U
20406      Branch: perl
20407            ! Configure config_h.SH
20408 ____________________________________________________________________________
20409 [  6774] By: jhi                                   on 2000/08/22  17:19:42
20410         Log: perldelta nits.
20411      Branch: perl
20412            ! pod/perldelta.pod
20413 ____________________________________________________________________________
20414 [  6773] By: jhi                                   on 2000/08/22  17:06:26
20415         Log: Long double fixes from Spider Boardman.
20416              
20417              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
20418              From: system PRIVILEGED account <root@peano.zk3.dec.com>
20419              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
20420              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
20421      Branch: perl
20422            ! t/lib/bigfltpm.t t/lib/st-06compat.t
20423 ____________________________________________________________________________
20424 [  6772] By: jhi                                   on 2000/08/22  15:04:53
20425         Log: Update Changes.
20426      Branch: perl
20427            ! Changes patchlevel.h
20428 ____________________________________________________________________________
20429 [  6771] By: jhi                                   on 2000/08/22  15:01:44
20430         Log: perldelta fixes from Hugo van der Sanden.
20431      Branch: perl
20432            ! pod/perldelta.pod
20433 ____________________________________________________________________________
20434 [  6770] By: jhi                                   on 2000/08/22  14:34:49
20435         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
20436              From: Hugo <hv@crypt.compulink.co.uk>
20437              Date: Tue, 22 Aug 2000 11:21:53 +0100
20438              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
20439      Branch: perl
20440            ! regcomp.c
20441 ____________________________________________________________________________
20442 [  6769] By: jhi                                   on 2000/08/22  14:30:02
20443         Log: Add Yitzchak, reformat.
20444      Branch: perl
20445            ! Changes config_h.SH
20446 ____________________________________________________________________________
20447 [  6768] By: jhi                                   on 2000/08/22  14:21:35
20448         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
20449              and Spider Boardman.
20450      Branch: metaconfig
20451            ! U/compline/d_gconvert.U
20452      Branch: perl
20453            ! Configure
20454 ____________________________________________________________________________
20455 [  6767] By: jhi                                   on 2000/08/22  14:11:24
20456         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
20457              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20458              Date: Mon, 21 Aug 2000 19:08:31 -0700
20459              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
20460      Branch: perl
20461            - ext/Storable/patchlevel.h
20462            ! MANIFEST ext/Storable/MANIFEST
20463 ____________________________________________________________________________
20464 [  6766] By: jhi                                   on 2000/08/22  13:49:29
20465         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
20466              From: Peter Prymmer <pvhp@forte.com>
20467              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
20468              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
20469      Branch: perl
20470            ! configure.com ext/Storable/Makefile.PL
20471 ____________________________________________________________________________
20472 [  6765] By: jhi                                   on 2000/08/22  13:44:59
20473         Log: Subject: [PATCH blead] B:: missing dependency
20474              From: Hugo <hv@crypt.compulink.co.uk>
20475              Date: Tue, 22 Aug 2000 06:44:33 +0100
20476              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
20477      Branch: perl
20478            ! ext/B/Makefile.PL
20479 ____________________________________________________________________________
20480 [  6764] By: jhi                                   on 2000/08/22  13:38:12
20481         Log: More bytecompiler.
20482      Branch: perl
20483            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
20484 ____________________________________________________________________________
20485 [  6763] By: jhi                                   on 2000/08/22  13:36:44
20486         Log: Bytecompiler patches from Benjamin Stuhl.
20487      Branch: perl
20488            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
20489            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
20490            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
20491            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20492            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
20493            ! perl.c perlapi.h pod/perldelta.pod
20494 ____________________________________________________________________________
20495 [  6762] By: jhi                                   on 2000/08/21  23:43:40
20496         Log: An obsoleted diagnostic.
20497      Branch: perl
20498            ! pod/perldelta.pod
20499 ____________________________________________________________________________
20500 [  6761] By: jhi                                   on 2000/08/21  23:01:45
20501         Log: The #6759 wasn't quite right.
20502      Branch: perl
20503            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
20504            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
20505            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
20506            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
20507            ! t/lib/st-tieditems.t
20508 ____________________________________________________________________________
20509 [  6760] By: jhi                                   on 2000/08/21  22:35:49
20510         Log: Be verydeepclean.
20511      Branch: perl
20512            ! Makefile.SH
20513 ____________________________________________________________________________
20514 [  6759] By: jhi                                   on 2000/08/21  22:25:40
20515         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
20516              From: Peter Prymmer <pvhp@forte.com>
20517              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
20518              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
20519      Branch: perl
20520            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
20521            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
20522            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
20523            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
20524            ! t/lib/st-tieditems.t
20525 ____________________________________________________________________________
20526 [  6758] By: jhi                                   on 2000/08/21  22:22:32
20527         Log: Few more casts, need reported in
20528              
20529              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
20530              From: Mike Stok <mike@stok.co.uk>
20531              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
20532              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
20533              
20534              and
20535              
20536              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
20537              From: abigail@foad.org
20538              Date: 21 Aug 2000 21:31:34 -0000
20539              Message-Id: <20000821213134.30170.qmail@foad.org>
20540      Branch: perl
20541            ! ext/Storable/Storable.xs
20542 ____________________________________________________________________________
20543 [  6757] By: jhi                                   on 2000/08/21  18:37:07
20544         Log: Update Changes.
20545      Branch: perl
20546            ! Changes patchlevel.h
20547 ____________________________________________________________________________
20548 [  6756] By: jhi                                   on 2000/08/21  18:34:02
20549         Log: A pod nit.
20550              
20551              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
20552              From: <abigail@foad.org>
20553              Date: Mon, 21 Aug 2000 14:00:16 -0400
20554              Message-ID: <20000821180016.28627.qmail@foad.org>
20555      Branch: perl
20556            ! pod/perlre.pod
20557 ____________________________________________________________________________
20558 [  6755] By: jhi                                   on 2000/08/21  18:30:56
20559         Log: Use PodParser 1.18 new test.
20560      Branch: perl
20561            ! t/pod/special_seqs.t t/pod/special_seqs.xr
20562 ____________________________________________________________________________
20563 [  6754] By: jhi                                   on 2000/08/21  18:28:35
20564         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
20565              patches cannot be applied since #6712 conflicts.
20566      Branch: perl
20567            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
20568 ____________________________________________________________________________
20569 [  6753] By: jhi                                   on 2000/08/21  18:15:11
20570         Log: Weed out some smaller changes.
20571      Branch: perl
20572            ! pod/perldelta.pod
20573 ____________________________________________________________________________
20574 [  6752] By: jhi                                   on 2000/08/21  18:02:30
20575         Log: Also under djgpp the timestamps are funky.
20576      Branch: perl
20577            ! t/op/stat.t
20578 ____________________________________________________________________________
20579 [  6751] By: jhi                                   on 2000/08/21  17:55:56
20580         Log: Tweak the floating point output routine preferences.
20581      Branch: metaconfig
20582            ! U/compline/d_gconvert.U
20583      Branch: perl
20584            ! Configure
20585 ____________________________________________________________________________
20586 [  6750] By: jhi                                   on 2000/08/21  17:51:29
20587         Log: Unicos/mk requires elaborate paranoia.
20588      Branch: perl
20589            ! lib/Math/Complex.pm
20590 ____________________________________________________________________________
20591 [  6749] By: gsar                                  on 2000/08/21  16:53:31
20592         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
20593      Branch: perl
20594            ! lib/Cwd.pm
20595 ____________________________________________________________________________
20596 [  6748] By: gsar                                  on 2000/08/21  16:22:19
20597         Log: free TLS slot properly on Windows
20598      Branch: perl
20599            ! thread.h win32/perllib.c win32/win32thread.h
20600 ____________________________________________________________________________
20601 [  6747] By: jhi                                   on 2000/08/21  16:20:58
20602         Log: Rename the macro argument because some preprocessors
20603              can't tell the difference and expand arguments also inside
20604              double quoted strings.
20605      Branch: perl
20606            ! regcomp.c
20607 ____________________________________________________________________________
20608 [  6746] By: jhi                                   on 2000/08/21  16:09:41
20609         Log: Support long doubles in Storable.
20610              
20611              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
20612              From: Radu Greab <radu@netsoft.ro>
20613              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
20614              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
20615      Branch: perl
20616            ! ext/Storable/Storable.xs
20617 ____________________________________________________________________________
20618 [  6745] By: jhi                                   on 2000/08/21  15:51:40
20619         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
20620              From: "Fifer, Eric" <EFifer@sanwaint.com>
20621              Date: Mon, 21 Aug 2000 15:34:49 +0100
20622              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
20623      Branch: perl
20624            ! t/pragma/warn/9enabled
20625 ____________________________________________________________________________
20626 [  6744] By: jhi                                   on 2000/08/21  15:39:35
20627         Log: Document the endianness of Alpha more precisely.
20628      Branch: perl
20629            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
20630            ! pod/perlport.pod
20631 ____________________________________________________________________________
20632 [  6743] By: jhi                                   on 2000/08/21  14:47:05
20633         Log: perldelta fixes from the p5p crowd.
20634      Branch: perl
20635            ! pod/perldelta.pod pod/perlop.pod
20636 ____________________________________________________________________________
20637 [  6742] By: jhi                                   on 2000/08/21  13:34:51
20638         Log: Update to Pod::LaTeX 0.53.
20639              
20640              Subject: [PATCH] lib/Pod/LaTeX.pm updates
20641              From: Tim Jenness <timj@jach.hawaii.edu>
20642              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
20643              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
20644      Branch: perl
20645            ! lib/Pod/LaTeX.pm
20646 ____________________________________________________________________________
20647 [  6741] By: jhi                                   on 2000/08/21  13:33:01
20648         Log: Subject: [PATCH] os2.c fix for use64bitint
20649              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20650              Date: Mon, 21 Aug 2000 01:32:25 -0700
20651              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
20652      Branch: perl
20653            ! os2/os2.c
20654 ____________________________________________________________________________
20655 [  6740] By: jhi                                   on 2000/08/21  13:28:52
20656         Log: Array context keeps slithering in.
20657              
20658              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
20659              From: Daniel Chetlin <daniel@chetlin.com>
20660              Date: Sun, 20 Aug 2000 21:40:25 -0700
20661              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
20662      Branch: perl
20663            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
20664            ! pod/perldebtut.pod
20665 ____________________________________________________________________________
20666 [  6739] By: jhi                                   on 2000/08/21  13:23:55
20667         Log: Big-endian quad fixes for Storable from Radu Greab,
20668              plus few explicit null casts for picky compilers.
20669      Branch: perl
20670            ! ext/Storable/Storable.xs
20671 ____________________________________________________________________________
20672 [  6738] By: gsar                                  on 2000/08/21  05:56:13
20673         Log: small tweaks for change#6705: avoid C++ style comments in C code;
20674              use Perl's malloc API rather than the low level system one
20675      Branch: perl
20676            ! win32/win32.c
20677 ____________________________________________________________________________
20678 [  6737] By: gsar                                  on 2000/08/21  05:35:41
20679         Log: add Storable to list of extensions on Windows
20680      Branch: perl
20681            ! win32/Makefile win32/makefile.mk
20682 ____________________________________________________________________________
20683 [  6736] By: jhi                                   on 2000/08/21  02:57:53
20684         Log: Update Changes.
20685      Branch: perl
20686            ! Changes patchlevel.h
20687 ____________________________________________________________________________
20688 [  6735] By: jhi                                   on 2000/08/21  02:57:20
20689         Log: Draft 0.
20690      Branch: perl
20691            ! pod/perldelta.pod
20692 ____________________________________________________________________________
20693 [  6734] By: jhi                                   on 2000/08/21  02:57:03
20694         Log: Add Storable 0.7.2 from Raphael Manfredi,
20695              plus the patch from
20696              
20697              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
20698              From: Radu Greab <radu@netsoft.ro>
20699              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
20700              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
20701              
20702              plus changes to get Storable to compile with
20703              picky ANSI compilers.
20704      Branch: perl
20705            + ext/Storable/ChangeLog ext/Storable/MANIFEST
20706            + ext/Storable/Makefile.PL ext/Storable/README
20707            + ext/Storable/Storable.pm ext/Storable/Storable.xs
20708            + ext/Storable/patchlevel.h t/lib/st-06compat.t
20709            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
20710            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
20711            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
20712            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
20713            + t/lib/st-tieditems.t
20714            ! MANIFEST
20715 ____________________________________________________________________________
20716 [  6733] By: jhi                                   on 2000/08/21  02:29:09
20717         Log: The correct cleaning order is an art.
20718      Branch: perl
20719            ! Makefile.SH
20720 ____________________________________________________________________________
20721 [  6732] By: jhi                                   on 2000/08/21  01:23:39
20722         Log: The #6724 is here.
20723      Branch: perl
20724            ! t/lib/ftmp-security.t
20725 ____________________________________________________________________________
20726 [  6731] By: jhi                                   on 2000/08/20  23:17:03
20727         Log: s/this one/the 5.6.0 release/
20728      Branch: perl
20729            ! pod/perl56delta.pod
20730 ____________________________________________________________________________
20731 [  6730] By: jhi                                   on 2000/08/20  23:07:34
20732         Log: Mention perlebcdic and perlposix-bc.
20733      Branch: perl
20734            ! pod/perlport.pod
20735 ____________________________________________________________________________
20736 [  6729] By: jhi                                   on 2000/08/20  21:32:59
20737         Log: Document the number of exponent digits.
20738      Branch: perl
20739            ! pod/perlfunc.pod
20740 ____________________________________________________________________________
20741 [  6728] By: jhi                                   on 2000/08/20  21:16:47
20742         Log: Use File::Spec->tmpdir().
20743              
20744              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
20745              From: Tim Jenness <timj@jach.hawaii.edu>
20746              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
20747              MIME-Version: 1.0
20748              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
20749      Branch: perl
20750            ! utils/perlbug.PL
20751 ____________________________________________________________________________
20752 [  6727] By: jhi                                   on 2000/08/20  20:43:32
20753         Log: Update Changes.
20754      Branch: perl
20755            ! Changes patchlevel.h
20756 ____________________________________________________________________________
20757 [  6726] By: jhi                                   on 2000/08/20  20:41:44
20758         Log: The veryclean target needs to clobber.
20759      Branch: perl
20760            ! Makefile.SH
20761 ____________________________________________________________________________
20762 [  6725] By: jhi                                   on 2000/08/20  20:37:38
20763         Log: Document odd vs even subreleases and -Dusedevel.
20764      Branch: perl
20765            ! INSTALL
20766 ____________________________________________________________________________
20767 [  6724] By: jhi                                   on 2000/08/20  19:58:05
20768         Log: Use temporary directory instead of current directory.
20769              
20770              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
20771              From: Tim Jenness <timj@jach.hawaii.edu>
20772              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
20773              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
20774      Branch: perl
20775            ! t/lib/ftmp-security.t
20776 ____________________________________________________________________________
20777 [  6723] By: jhi                                   on 2000/08/20  19:55:55
20778         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
20779              From: andreas.koenig@anima.de (Andreas J. Koenig)
20780              Date: 20 Aug 2000 15:52:03 +0200
20781              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
20782      Branch: perl
20783            ! lib/ExtUtils/MM_Unix.pm
20784 ____________________________________________________________________________
20785 [  6722] By: jhi                                   on 2000/08/20  19:46:01
20786         Log: Update to CGI 2.72, from Lincoln Stein.
20787      Branch: perl
20788            ! lib/CGI.pm
20789 ____________________________________________________________________________
20790 [  6721] By: jhi                                   on 2000/08/20  19:43:54
20791         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
20792              From: Radu Greab <radu@netsoft.ro>
20793              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
20794              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
20795      Branch: perl
20796            ! ext/GDBM_File/GDBM_File.xs
20797 ____________________________________________________________________________
20798 [  6720] By: jhi                                   on 2000/08/20  19:42:01
20799         Log: pp_open() could pass an uninitialized filename down to do_open9().
20800      Branch: perl
20801            ! pp_sys.c
20802 ____________________________________________________________________________
20803 [  6719] By: jhi                                   on 2000/08/20  14:06:41
20804         Log: UTF8 concat fixes.
20805              
20806              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
20807              From: Hugo <hv@crypt.compulink.co.uk>
20808              Date: Sun, 20 Aug 2000 07:30:46 +0100
20809              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
20810      Branch: perl
20811            ! pp_hot.c t/op/append.t
20812 ____________________________________________________________________________
20813 [  6718] By: jhi                                   on 2000/08/20  02:09:37
20814         Log: Let's try #6717 again.
20815      Branch: perl
20816            ! lib/File/Temp.pm
20817 ____________________________________________________________________________
20818 [  6717] By: jhi                                   on 2000/08/20  01:56:55
20819         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
20820              From: "Craig A. Berry" <craig.berry@metamorgs.com>
20821              Date: Sat, 19 Aug 2000 18:15:39 -0500
20822              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
20823      Branch: perl
20824            ! lib/File/Temp.pm
20825 ____________________________________________________________________________
20826 [  6716] By: jhi                                   on 2000/08/19  15:50:11
20827         Log: Update Changes.
20828      Branch: perl
20829            ! Changes patchlevel.h
20830 ____________________________________________________________________________
20831 [  6715] By: jhi                                   on 2000/08/19  15:39:09
20832         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
20833              From: Jonathan D Johnston <jdjohnston2@juno.com>
20834              Date: Thu, 17 Aug 2000 23:13:01 -0400       
20835              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
20836      Branch: perl
20837            ! pod/perlfunc.pod
20838 ____________________________________________________________________________
20839 [  6714] By: jhi                                   on 2000/08/19  15:34:04
20840         Log: Introduce a 'veryclean' target that is like 'distclean'
20841              but also removes *~ and *.orig.
20842      Branch: perl
20843            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
20844            ! utils/Makefile x2p/Makefile.SH
20845 ____________________________________________________________________________
20846 [  6713] By: jhi                                   on 2000/08/19  14:15:45
20847         Log: Put back the long double avoidance code to POSIX.xs
20848              because VMS seems to need it still.
20849      Branch: perl
20850            ! ext/POSIX/POSIX.xs
20851 ____________________________________________________________________________
20852 [  6712] By: jhi                                   on 2000/08/19  14:10:41
20853         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
20854              From: Peter Prymmer <pvhp@forte.com>
20855              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
20856              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
20857      Branch: perl
20858            ! lib/Pod/Find.pm t/pod/find.t
20859 ____________________________________________________________________________
20860 [  6711] By: jhi                                   on 2000/08/19  14:09:19
20861         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
20862              From: Peter Prymmer <pvhp@forte.com>
20863              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
20864              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
20865              cc: vmsperl@perl.org
20866      Branch: perl
20867            ! t/lib/peek.t
20868 ____________________________________________________________________________
20869 [  6710] By: jhi                                   on 2000/08/19  14:08:01
20870         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
20871              From: Jan Dubois <jand@ActiveState.com>
20872              Date: Fri, 18 Aug 2000 16:31:48 -0700
20873              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
20874      Branch: perl
20875            ! win32/win32.c
20876 ____________________________________________________________________________
20877 [  6709] By: jhi                                   on 2000/08/19  14:06:57
20878         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
20879              
20880              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
20881              From: Spider.Boardman@Orb.Nashua.NH.US
20882              Date: Fri, 18 Aug 2000 18:41:14 -0400
20883              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
20884      Branch: perl
20885            ! regcomp.c
20886 ____________________________________________________________________________
20887 [  6708] By: jhi                                   on 2000/08/18  22:04:49
20888         Log: Update Changes.
20889      Branch: perl
20890            ! Changes patchlevel.h
20891 ____________________________________________________________________________
20892 [  6707] By: jhi                                   on 2000/08/18  21:55:14
20893         Log: Add warnif(), check warnings further up the stack,
20894              all the warnings functions now can take an optional object reference.
20895              
20896              Subject: [PATCH bleedperl@6691] warnings pragma update
20897              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20898              Date: Fri, 18 Aug 2000 22:42:06 +0100
20899              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
20900      Branch: perl
20901            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
20902            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
20903            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
20904 ____________________________________________________________________________
20905 [  6706] By: jhi                                   on 2000/08/18  21:41:45
20906         Log: Typo in pp_complement().
20907              
20908              Subject: [PATCH perl-current] Deparse
20909              From: Peter Scott <Peter@PSDT.com>
20910              Date: Fri, 18 Aug 2000 12:44:37 -0700
20911              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
20912      Branch: perl
20913            ! ext/B/B/Deparse.pm
20914 ____________________________________________________________________________
20915 [  6705] By: jhi                                   on 2000/08/18  21:25:59
20916         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
20917              From: Jan Dubois <jand@ActiveState.com>
20918              Date: Fri, 18 Aug 2000 14:22:51 -0700
20919              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
20920      Branch: perl
20921            ! lib/Win32.pod win32/win32.c
20922 ____________________________________________________________________________
20923 [  6704] By: jhi                                   on 2000/08/18  21:16:14
20924         Log: Don't eat leading os from index entries.
20925              
20926              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
20927              From: Russ Allbery <rra@stanford.edu>
20928              Date: 10 Aug 2000 20:49:25 -0700
20929              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
20930      Branch: perl
20931            ! lib/Pod/Man.pm
20932 ____________________________________________________________________________
20933 [  6703] By: jhi                                   on 2000/08/18  21:07:06
20934         Log: Add [[:blank:]] as suggested in
20935              
20936              Subject: [ID 20000716.024] [=cc=] / [:blank:]
20937              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
20938              Date: Sun, 16 Jul 2000 17:55:29 -0700
20939              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
20940              
20941              (the [=cc=] has already been taken care of by #6439
20942              so the whole bug report can be closed)
20943              
20944              and make [[:space:]] to be equivalent to isspace(3)
20945              (as opposed to \s, which is isSPACE()).  The difference
20946              is that now [[:space:]] matches the mythical vertical tab,
20947              while \s doesn't.
20948      Branch: perl
20949            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
20950            ! regexec.c t/op/pat.t
20951 ____________________________________________________________________________
20952 [  6702] By: jhi                                   on 2000/08/18  18:47:47
20953         Log: The new tests were missing from #6415.
20954      Branch: perl
20955            ! t/op/bop.t
20956 ____________________________________________________________________________
20957 [  6701] By: jhi                                   on 2000/08/18  18:20:40
20958         Log: Document the NDBM_File and ODBM_File as SDBM_File
20959              was documented in #6417.
20960      Branch: perl
20961            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
20962            ! ext/SDBM_File/SDBM_File.pm
20963 ____________________________________________________________________________
20964 [  6700] By: jhi                                   on 2000/08/18  18:10:39
20965         Log: Subject: [PATCH perl@6698] cygwin port
20966              From: "Fifer, Eric" <EFifer@sanwaint.com>
20967              Date: Fri, 18 Aug 2000 17:30:05 +0100
20968              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
20969      Branch: perl
20970            ! lib/File/Temp.pm
20971 ____________________________________________________________________________
20972 [  6699] By: jhi                                   on 2000/08/18  16:21:49
20973         Log: Document code point which makes if (defined %stash::) to work
20974              (noted by Spider Boardman).
20975      Branch: perl
20976            ! op.c
20977 ____________________________________________________________________________
20978 [  6698] By: jhi                                   on 2000/08/18  13:43:27
20979         Log: Update Changes.
20980      Branch: perl
20981            ! Changes patchlevel.h
20982 ____________________________________________________________________________
20983 [  6697] By: jhi                                   on 2000/08/18  13:35:57
20984         Log: Tiny Getopt::Long patch from Johan Vromans.
20985      Branch: perl
20986            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
20987 ____________________________________________________________________________
20988 [  6696] By: jhi                                   on 2000/08/18  13:26:14
20989         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
20990              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
20991              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
20992              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
20993      Branch: perl
20994            ! pod/perldiag.pod pod/perlsyn.pod
20995 ____________________________________________________________________________
20996 [  6695] By: jhi                                   on 2000/08/18  13:13:26
20997         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
20998              From: Daniel Chetlin <daniel@chetlin.com>
20999              Date: Fri, 18 Aug 2000 03:13:36 -0700
21000              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
21001      Branch: perl
21002            ! pod/perlfunc.pod
21003 ____________________________________________________________________________
21004 [  6694] By: jhi                                   on 2000/08/18  13:08:05
21005         Log: Subject: [PATCH] perltrap.pod spring cleaning
21006              From: Daniel Chetlin <daniel@chetlin.com>
21007              Date: Fri, 18 Aug 2000 03:06:54 -0700
21008              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
21009              
21010              plus Mike Guy's nitfix.
21011      Branch: perl
21012            ! pod/perltrap.pod
21013 ____________________________________________________________________________
21014 [  6693] By: jhi                                   on 2000/08/18  13:00:26
21015         Log: Unbuffer the output.
21016              
21017              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
21018              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21019              Date: Thu, 17 Aug 2000 18:39:29 -0700
21020              Message-ID: <RPJn5gzkgydf092yn@efn.org>
21021      Branch: perl
21022            ! t/op/fork.t
21023 ____________________________________________________________________________
21024 [  6692] By: jhi                                   on 2000/08/18  05:19:17
21025         Log: Delete the image, too, not just its MANIFEStation.
21026      Branch: perl
21027            - lib/CGI/eg/wilogo.gif
21028 ____________________________________________________________________________
21029 [  6691] By: jhi                                   on 2000/08/18  05:10:26
21030         Log: Propagate new Configure vars.
21031      Branch: perl
21032            ! configure.com epoc/config.sh uconfig.h uconfig.sh
21033            ! vos/config.def vos/config.h vos/config_h.SH_orig
21034            ! win32/config.bc win32/config.gc win32/config.vc
21035            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21036 ____________________________________________________________________________
21037 [  6690] By: jhi                                   on 2000/08/18  04:30:56
21038         Log: Update Changes.
21039      Branch: perl
21040            ! Changes patchlevel.h
21041 ____________________________________________________________________________
21042 [  6689] By: jhi                                   on 2000/08/18  04:12:30
21043         Log: Fix the lib/complex failure of
21044              
21045              From: abigail@foad.org
21046              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
21047              Date: 15 Aug 2000 04:06:38 -0000
21048              Message-Id: <20000815040638.8524.qmail@foad.org> 
21049              
21050              Linux long double accuracy issue: something that
21051              when printed with %g looks like "2" but int() of it is 1.
21052      Branch: perl
21053            ! lib/Math/Complex.pm
21054 ____________________________________________________________________________
21055 [  6688] By: jhi                                   on 2000/08/18  03:15:35
21056         Log: The byteorder code in #6671 was wrong.
21057      Branch: perl
21058            ! configpm
21059 ____________________________________________________________________________
21060 [  6687] By: jhi                                   on 2000/08/18  02:08:42
21061         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
21062              From: Jan Dubois <jand@ActiveState.com>
21063              Date: Thu, 17 Aug 2000 18:31:55 -0700
21064              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
21065      Branch: perl
21066            ! sv.c
21067 ____________________________________________________________________________
21068 [  6686] By: jhi                                   on 2000/08/18  02:04:15
21069         Log: Use NVs in POSIX math, not doubles.
21070              
21071              From: abigail@foad.org
21072              Subject: [ID 20000817.014] POSIX & modfl
21073              Date: 17 Aug 2000 20:49:18 -0000
21074              Message-Id: <20000817204918.23123.qmail@foad.org>
21075      Branch: perl
21076            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
21077 ____________________________________________________________________________
21078 [  6685] By: jhi                                   on 2000/08/18  02:02:12
21079         Log: Introduce NVef, NVff, and NVgf, use the middle one.
21080              (helps for lib/peek + Linux + long doubles)  Reported in
21081              
21082              From: abigail@foad.org
21083              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
21084              Date: 15 Aug 2000 04:06:38 -0000
21085              Message-Id: <20000815040638.8524.qmail@foad.org> 
21086              
21087              (note: the lib/complex failure has not yet been addressed)
21088      Branch: metaconfig/U/perl
21089            ! perlxvf.U
21090      Branch: perl
21091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21092            ! config_h.SH dump.c perl.h pod/perlguts.pod
21093 ____________________________________________________________________________
21094 [  6684] By: jhi                                   on 2000/08/17  23:22:19
21095         Log: Add byteorder to the myconfig output.
21096      Branch: perl
21097            ! myconfig.SH
21098 ____________________________________________________________________________
21099 [  6683] By: jhi                                   on 2000/08/17  23:20:19
21100         Log: The image doth not exist, spotted by Johan Vromans.
21101      Branch: perl
21102            ! MANIFEST
21103 ____________________________________________________________________________
21104 [  6682] By: jhi                                   on 2000/08/17  22:38:16
21105         Log: Document what the backtick returns if the command fails.
21106      Branch: perl
21107            ! pod/perlop.pod
21108 ____________________________________________________________________________
21109 [  6681] By: jhi                                   on 2000/08/17  22:33:12
21110         Log: Do not use prototyping here.
21111              
21112              Subject: [ID 20000817.016] [PATCH] Peek.xs
21113              From: abigail@foad.org
21114              Date: 17 Aug 2000 20:55:56 -0000
21115              Message-Id: <20000817205556.24270.qmail@foad.org>
21116      Branch: perl
21117            ! ext/Devel/Peek/Makefile.PL
21118 ____________________________________________________________________________
21119 [  6680] By: jhi                                   on 2000/08/17  19:46:43
21120         Log: Don't propose using modules built for 5.005 if no binary
21121              compatibility with 5.005 is attempted.
21122              
21123              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21124              Subject: Minor nit with 5.7.0 (6655)
21125              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
21126              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
21127      Branch: metaconfig
21128            ! U/installdirs/inc_version_list.U
21129      Branch: perl
21130            ! Configure config_h.SH
21131 ____________________________________________________________________________
21132 [  6679] By: jhi                                   on 2000/08/17  19:16:39
21133         Log: Microperl config update.
21134      Branch: perl
21135            ! uconfig.h uconfig.sh
21136 ____________________________________________________________________________
21137 [  6678] By: jhi                                   on 2000/08/17  19:16:13
21138         Log: The #6648 wasn't protective enough for limited platforms
21139              (like microperl).
21140      Branch: perl
21141            ! dump.c sv.c
21142 ____________________________________________________________________________
21143 [  6677] By: jhi                                   on 2000/08/17  14:46:35
21144         Log: Update Changes.
21145      Branch: perl
21146            ! Changes patchlevel.h
21147 ____________________________________________________________________________
21148 [  6676] By: jhi                                   on 2000/08/17  14:44:02
21149         Log: Add perlebcdic from Peter Prymmer, regen toc.
21150      Branch: perl
21151            + pod/perlebcdic.pod
21152            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21153 ____________________________________________________________________________
21154 [  6675] By: jhi                                   on 2000/08/17  14:41:52
21155         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
21156      Branch: perl
21157            ! pod/perldebtut.pod
21158 ____________________________________________________________________________
21159 [  6674] By: jhi                                   on 2000/08/17  14:29:43
21160         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
21161              
21162              Subject: [ID 20000724.006] -DLEAKTEST problem
21163              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
21164              Date: Tue, 25 Jul 2000 00:36:32 -0500
21165              Message-Id: <20000725003632.A26186@www.llamacom.com>
21166              
21167              Reminder sent
21168              
21169              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
21170              From: Hugo <hv@crypt.compulink.co.uk>
21171              Date: Thu, 17 Aug 2000 15:23:42 +0100
21172              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
21173      Branch: perl
21174            ! util.c
21175 ____________________________________________________________________________
21176 [  6673] By: jhi                                   on 2000/08/17  04:07:10
21177         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
21178              From: John Peacock <JPeacock@UnivPress.com>
21179              Date: Tue, 01 Aug 2000 09:38:12 -0400
21180              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
21181      Branch: perl
21182            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
21183 ____________________________________________________________________________
21184 [  6672] By: jhi                                   on 2000/08/17  03:04:35
21185         Log: Subject: [PATCH] Cwd.pm now uses strict
21186              From: Tim Jenness <timj@jach.hawaii.edu>
21187              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
21188              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
21189      Branch: perl
21190            ! lib/Cwd.pm
21191 ____________________________________________________________________________
21192 [  6671] By: jhi                                   on 2000/08/17  02:16:35
21193         Log: Make $Config{byteorder} more magical so that it is
21194              dynamically computed: nice for 'fat binaries'.
21195              
21196              Subject: [PATCH]: default byteorder
21197              From: Wilfredo Sánchez <wsanchez@apple.com>
21198              Date: Mon, 31 Jul 2000 19:45:31 -0700
21199              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
21200      Branch: perl
21201            ! configpm
21202 ____________________________________________________________________________
21203 [  6670] By: gsar                                  on 2000/08/17  01:22:21
21204         Log: move WNOHANG definition to where other such things are
21205      Branch: perl
21206            ! win32/win32.h
21207 ____________________________________________________________________________
21208 [  6669] By: jhi                                   on 2000/08/17  01:19:17
21209         Log: Update Changes.
21210      Branch: perl
21211            ! Changes patchlevel.h
21212 ____________________________________________________________________________
21213 [  6668] By: jhi                                   on 2000/08/17  01:16:29
21214         Log: Doc nits spotted by Richard Soderberg.
21215      Branch: perl
21216            ! README.posix-bc README.vmesa
21217 ____________________________________________________________________________
21218 [  6667] By: jhi                                   on 2000/08/17  01:12:11
21219         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
21220              From: "Casey R. Tweten" <crt@kiski.net>
21221              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
21222              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
21223      Branch: perl
21224            ! pod/perldebtut.pod
21225 ____________________________________________________________________________
21226 [  6666] By: jhi                                   on 2000/08/17  01:09:31
21227         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
21228              From: "Casey R. Tweten" <crt@kiski.net>
21229              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
21230              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
21231      Branch: perl
21232            ! lib/Shell.pm
21233 ____________________________________________________________________________
21234 [  6665] By: gsar                                  on 2000/08/17  01:03:52
21235         Log: add "ok" targets from change#6632 in makefile.mk
21236      Branch: perl
21237            ! pod/perlport.pod win32/Makefile win32/makefile.mk
21238 ____________________________________________________________________________
21239 [  6664] By: gsar                                  on 2000/08/17  00:56:11
21240         Log: avoid warnings from dense compiler
21241      Branch: perl
21242            ! win32/win32.c
21243 ____________________________________________________________________________
21244 [  6663] By: jhi                                   on 2000/08/17  00:51:49
21245         Log: Tweak the regex compilation errors once more.
21246      Branch: perl
21247            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
21248            ! t/op/regmesg.t t/pragma/warn/regcomp
21249 ____________________________________________________________________________
21250 [  6662] By: gsar                                  on 2000/08/17  00:28:19
21251         Log: trailing new %ENV entries weren't being pushed into the real
21252              environment of subprocesses on Windows
21253      Branch: perl
21254            ! t/op/magic.t win32/perlhost.h
21255 ____________________________________________________________________________
21256 [  6661] By: gsar                                  on 2000/08/17  00:19:20
21257         Log: waitpid() now handles externally spawned pids correctly;
21258              fixes for backtick/wait/waitpid failures on Windows 9x
21259              
21260              these changes make the pid returned by process functions on
21261              Windows 9x always positive by clearing the high bit (which
21262              is always set on Win9x); pseudo-process PIDs are likewise
21263              always negative now on Win9x (just as on NT/2000)
21264      Branch: perl
21265            ! pp_sys.c win32/perlhost.h win32/win32.c
21266 ____________________________________________________________________________
21267 [  6660] By: jhi                                   on 2000/08/17  00:04:32
21268         Log: Retract #6645.
21269      Branch: perl
21270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21271            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
21272            ! t/op/sprintf.t
21273 ____________________________________________________________________________
21274 [  6659] By: gsar                                  on 2000/08/16  23:59:28
21275         Log: on windows, the return values from wait() and waitpid() don't
21276              match those of pseudo-pids
21277      Branch: perl
21278            ! pp_sys.c t/op/fork.t util.c win32/win32.c
21279 ____________________________________________________________________________
21280 [  6658] By: gsar                                  on 2000/08/16  23:56:14
21281         Log: pod nit seen in passing
21282      Branch: perl
21283            ! pod/perlfunc.pod
21284 ____________________________________________________________________________
21285 [  6657] By: gsar                                  on 2000/08/16  23:53:42
21286         Log: change#6328 could make close(SOCKET) return false on windows
21287              when it shouldn't
21288      Branch: perl
21289            ! win32/win32sck.c
21290 ____________________________________________________________________________
21291 [  6656] By: gsar                                  on 2000/08/16  23:46:57
21292         Log: check that the number pseudo children doesn't exceed
21293              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
21294              the WaitForMultipleObjects() limit that would cause wait()
21295              to crash)
21296              
21297              wait() and waitpid() could potentially be rewritten to use
21298              more than one thread to do the waiting to eliminate this
21299              limitation
21300      Branch: perl
21301            ! win32/perlhost.h
21302 ____________________________________________________________________________
21303 [  6655] By: jhi                                   on 2000/08/16  14:11:05
21304         Log: Update Changes.
21305      Branch: perl
21306            ! Changes patchlevel.h
21307 ____________________________________________________________________________
21308 [  6654] By: jhi                                   on 2000/08/16  14:10:12
21309         Log: Update to perldebtut 1.9, from Richard Foley.
21310      Branch: perl
21311            ! pod/perldebtut.pod
21312 ____________________________________________________________________________
21313 [  6653] By: jhi                                   on 2000/08/16  14:08:17
21314         Log: Change the regx compilation error markers to use = instead of <
21315              since pod makes using the latter quite messy.  Reported in
21316              ID 20000814.006 by Abigail and in
21317              Subject: Unknown escape E<> ?
21318              From: Lupe Christoph <lupe@lupe-christoph.de>
21319              Date: Fri, 11 Aug 2000 00:30:27 +0200
21320              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
21321      Branch: perl
21322            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
21323            ! t/op/regmesg.t t/pragma/warn/regcomp
21324 ____________________________________________________________________________
21325 [  6652] By: jhi                                   on 2000/08/16  13:25:31
21326         Log: Change the perlbug address to perl.org since it's more forgiving.
21327              
21328              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
21329              From: abigail@foad.org
21330              Date: 15 Aug 2000 04:15:40 -0000
21331              Message-Id: <20000815041540.8633.qmail@foad.org>
21332      Branch: perl
21333            ! utils/perlbug.PL
21334 ____________________________________________________________________________
21335 [  6651] By: jhi                                   on 2000/08/16  13:22:35
21336         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
21337              From: Tim Jenness <timj@jach.hawaii.edu>
21338              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
21339              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
21340      Branch: perl
21341            ! lib/Cwd.pm
21342 ____________________________________________________________________________
21343 [  6650] By: jhi                                   on 2000/08/16  13:18:13
21344         Log: Update to CPAN 1.57.
21345              
21346              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
21347              From: andreas.koenig@anima.de (Andreas J. Koenig)
21348              Date: 16 Aug 2000 15:09:46 +0200
21349              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
21350      Branch: perl
21351            ! lib/CPAN.pm
21352 ____________________________________________________________________________
21353 [  6649] By: jhi                                   on 2000/08/16  13:12:31
21354         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
21355              From: "Larry W. Virden" <lvirden@cas.org>
21356              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
21357              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
21358      Branch: perl
21359            ! README.hpux
21360 ____________________________________________________________________________
21361 [  6648] By: jhi                                   on 2000/08/16  13:03:53
21362         Log: The numeric locale was reset to "C" by s?printf and never restored.
21363              
21364              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
21365              From: Christian Kirsch <ck@held.mind.de>
21366              Date: Wed, 9 Aug 2000 17:05:17 +0200
21367              Message-Id: <20000809170517.A25389@held>
21368              
21369              No test since adding the failing example to locale.t
21370              does not fail -- probably because the locale settings are so
21371              thoroughly tweaked by that time.  Running the example standalone
21372              does fail, though.  UPDATE: test case added at change #7540.
21373      Branch: perl
21374            ! dump.c perl.h pp.c pp_ctl.c sv.c
21375 ____________________________________________________________________________
21376 [  6647] By: jhi                                   on 2000/08/16  00:07:54
21377         Log: Update Changes and test semi-automatic patchlevel updating.
21378      Branch: perl
21379            ! Changes patchlevel.h
21380 ____________________________________________________________________________
21381 [  6646] By: jhi                                   on 2000/08/15  23:35:07
21382         Log: Fix a dependency problem.
21383              
21384              Subject: [PATCH: 6640] VMS Makefile.SH update
21385              From: Peter Prymmer <pvhp@forte.com>
21386              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
21387              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
21388      Branch: perl
21389            ! vms/descrip_mms.template
21390 ____________________________________________________________________________
21391 [  6645] By: jhi                                   on 2000/08/15  23:33:23
21392         Log: (Retracted by #6660)
21393              
21394              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
21395              From: Dominic Dunlop <domo@computer.org>
21396              Date: Tue, 15 Aug 2000 22:20:52 +0200
21397              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
21398      Branch: metaconfig/U/perl
21399            + d_printfed.U
21400      Branch: perl
21401            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21402            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
21403            ! t/op/sprintf.t
21404 ____________________________________________________________________________
21405 [  6644] By: jhi                                   on 2000/08/15  21:17:20
21406         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
21407              From: abigail@foad.org
21408              Date: 15 Aug 2000 20:12:41 -0000
21409              Message-Id: <20000815201241.25556.qmail@foad.org>
21410      Branch: perl
21411            ! INSTALL
21412 ____________________________________________________________________________
21413 [  6643] By: jhi                                   on 2000/08/15  21:15:28
21414         Log: (an already applied patch)
21415      Branch: perl
21416            ! lib/CGI.pm
21417 ____________________________________________________________________________
21418 [  6642] By: gsar                                  on 2000/08/15  19:54:05
21419         Log: magic callbacks all need to have same type signature
21420      Branch: perl
21421            ! embed.pl mg.c proto.h
21422 ____________________________________________________________________________
21423 [  6641] By: jhi                                   on 2000/08/15  17:56:27
21424         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)
21425              From: Mike Guy <mjtg@cam.ac.uk>
21426              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
21427              Date: Tue, 15 Aug 2000 18:26:45 +0100
21428              
21429              Only the peek.t part applied, not the hash quality part.
21430      Branch: perl
21431            ! t/lib/peek.t
21432 ____________________________________________________________________________
21433 [  6640] By: jhi                                   on 2000/08/15  16:37:37
21434         Log: Update Changes.
21435      Branch: perl
21436            ! Changes
21437 ____________________________________________________________________________
21438 [  6639] By: jhi                                   on 2000/08/15  16:34:55
21439         Log: Missed a file from #6638.
21440      Branch: perl
21441            ! lib/File/Temp.pm
21442 ____________________________________________________________________________
21443 [  6638] By: jhi                                   on 2000/08/15  16:33:19
21444         Log: Subject: [PATCH perl@6620] cygwin port
21445              From: "Fifer, Eric" <EFifer@sanwaint.com>
21446              Date: Tue, 15 Aug 2000 17:00:49 +0100
21447              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
21448      Branch: perl
21449            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
21450 ____________________________________________________________________________
21451 [  6637] By: jhi                                   on 2000/08/15  16:29:22
21452         Log: Subject: [PATCH] debugger exit code should reflect user exit code
21453              From: Mike Guy <mjtg@cam.ac.uk>
21454              Date: Tue, 15 Aug 2000 16:55:59 +0100
21455              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
21456      Branch: perl
21457            ! lib/perl5db.pl
21458 ____________________________________________________________________________
21459 [  6636] By: jhi                                   on 2000/08/15  15:30:58
21460         Log: Update Changes.
21461      Branch: perl
21462            ! Changes
21463 ____________________________________________________________________________
21464 [  6635] By: jhi                                   on 2000/08/15  15:27:21
21465         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
21466      Branch: metaconfig
21467            ! U/mkglossary U/mksample
21468      Branch: metaconfig/U/perl
21469            ! Devel.U
21470      Branch: perl
21471            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21472 ____________________________________________________________________________
21473 [  6634] By: jhi                                   on 2000/08/15  14:11:55
21474         Log: Don't blow limited stacks, a lower number is enough to
21475              tickle the lookbehind limit.
21476              
21477              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
21478              From: Dominic Dunlop <domo@computer.org>
21479              Date: Tue, 15 Aug 2000 13:51:24 +0200
21480              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
21481      Branch: perl
21482            ! t/op/regmesg.t
21483 ____________________________________________________________________________
21484 [  6633] By: jhi                                   on 2000/08/15  14:01:46
21485         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
21486              From: Mike Guy <mjtg@cam.ac.uk>
21487              Date: Tue, 15 Aug 2000 12:10:50 +0100
21488              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
21489      Branch: perl
21490            ! utils/perldoc.PL
21491 ____________________________________________________________________________
21492 [  6632] By: jhi                                   on 2000/08/15  13:58:48
21493         Log: make ok etc also for win32.
21494              
21495              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
21496              From: Prymmer/Kahn <pvhp@best.com>
21497              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
21498              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
21499      Branch: perl
21500            ! win32/Makefile
21501 ____________________________________________________________________________
21502 [  6631] By: jhi                                   on 2000/08/15  13:45:03
21503         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
21504      Branch: perl
21505            ! lib/Test.pm
21506 ____________________________________________________________________________
21507 [  6630] By: jhi                                   on 2000/08/15  03:25:09
21508         Log: Update Changes.
21509      Branch: perl
21510            ! Changes
21511 ____________________________________________________________________________
21512 [  6629] By: jhi                                   on 2000/08/15  03:23:53
21513         Log: magic_regdatum_set() is void, not int.
21514      Branch: perl
21515            ! embed.pl mg.c proto.h
21516 ____________________________________________________________________________
21517 [  6628] By: jhi                                   on 2000/08/15  03:08:02
21518         Log: Make the user to give up his firstborn, err, to knowingly
21519              verify installing an unstable developer release.  Also bump
21520              the release to 5.7.0, but leave a patch tag in the local
21521              patches saying that this is not yet the real thing.
21522      Branch: metaconfig
21523            ! U/modified/Instruct.U
21524      Branch: metaconfig/U/perl
21525            + Devel.U
21526      Branch: perl
21527            ! Configure patchlevel.h
21528 ____________________________________________________________________________
21529 [  6627] By: jhi                                   on 2000/08/14  22:32:52
21530         Log: README.os2 update.
21531              
21532              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
21533              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21534              Date: Wed, 02 Aug 2000 21:55:09 -0700
21535              Message-ID: <tsPi5gzkgegX092yn@efn.org>
21536      Branch: perl
21537            ! README.os2
21538 ____________________________________________________________________________
21539 [  6626] By: jhi                                   on 2000/08/14  21:00:02
21540         Log: Subject: Re: File::Temp problems on VMS in bleedperl
21541              From: Tim Jenness <timj@jach.hawaii.edu>
21542              cc: vmsperl@perl.org
21543              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
21544              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
21545      Branch: perl
21546            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
21547 ____________________________________________________________________________
21548 [  6625] By: jhi                                   on 2000/08/14  20:52:16
21549         Log: Add SUIDMAIL as was done for the CERT alert.
21550      Branch: perl
21551            ! patchlevel.h
21552 ____________________________________________________________________________
21553 [  6624] By: jhi                                   on 2000/08/14  20:48:50
21554         Log: Subject: sfio2000
21555              From: Daniel Muino <dmuino@afip.gov.ar>
21556              Date: Mon, 14 Aug 2000 16:58:11 -0300
21557              Message-ID: <20000814165811.B16368@con2-dgi>
21558      Branch: perl
21559            ! perlsdio.h perlsfio.h
21560 ____________________________________________________________________________
21561 [  6623] By: jhi                                   on 2000/08/14  20:47:36
21562         Log: Subject: warning: storage class after type is obsolescent
21563              From: Daniel Muino <dmuino@afip.gov.ar>
21564              Date: Mon, 14 Aug 2000 16:42:47 -0300
21565              Message-ID: <20000814164247.A16368@con2-dgi>
21566      Branch: perl
21567            ! regcomp.pl regnodes.h
21568 ____________________________________________________________________________
21569 [  6622] By: jhi                                   on 2000/08/14  20:43:05
21570         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
21571              From: abigail@foad.org
21572              Date: 14 Aug 2000 20:00:10 -0000
21573              Message-Id: <20000814200010.27271.qmail@foad.org>
21574      Branch: perl
21575            ! Changes
21576 ____________________________________________________________________________
21577 [  6621] By: jhi                                   on 2000/08/14  15:23:05
21578         Log: Update Changes.
21579      Branch: perl
21580            ! Changes
21581 ____________________________________________________________________________
21582 [  6620] By: jhi                                   on 2000/08/14  15:22:14
21583         Log: Subject: Re: [PATCH] @+, @- readonly
21584              From: Mike Guy <mjtg@cam.ac.uk>
21585              Date: Mon, 14 Aug 2000 15:26:55 +0100
21586              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
21587      Branch: perl
21588            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
21589            ! sv.c t/op/pat.t
21590 ____________________________________________________________________________
21591 [  6619] By: jhi                                   on 2000/08/14  14:12:08
21592         Log: Update Changes.
21593      Branch: perl
21594            ! Changes
21595 ____________________________________________________________________________
21596 [  6618] By: jhi                                   on 2000/08/14  14:09:34
21597         Log: For now remove the mail code.
21598      Branch: perl
21599            ! perl.c
21600 ____________________________________________________________________________
21601 [  6617] By: jhi                                   on 2000/08/14  14:08:28
21602         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
21603      Branch: perl
21604            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
21605            ! pod/perlfaq8.pod pod/perlsec.pod
21606 ____________________________________________________________________________
21607 [  6616] By: jhi                                   on 2000/08/14  14:00:11
21608         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21609              From: Mike Guy <mjtg@cam.ac.uk>
21610              Date: Mon, 14 Aug 2000 08:26:02 +0100
21611              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
21612      Branch: perl
21613            ! lib/perl5db.pl
21614 ____________________________________________________________________________
21615 [  6615] By: jhi                                   on 2000/08/14  13:58:45
21616         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
21617              From: Mike Guy <mjtg@cam.ac.uk>
21618              Date: Mon, 14 Aug 2000 08:04:22 +0100
21619              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
21620      Branch: perl
21621            ! gv.c mg.c t/op/pat.t
21622 ____________________________________________________________________________
21623 [  6614] By: jhi                                   on 2000/08/14  13:56:45
21624         Log: Subject: Test fails / warnings with perl-current #6612
21625              From: Mike Guy <mjtg@cam.ac.uk>
21626              Date: Mon, 14 Aug 2000 07:57:23 +0100
21627              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
21628      Branch: perl
21629            ! t/lib/b.t t/lib/peek.t
21630 ____________________________________________________________________________
21631 [  6613] By: jhi                                   on 2000/08/14  13:45:33
21632         Log: VMS configure.com update continues.
21633      Branch: perl
21634            - vms/configure.com
21635            ! MANIFEST configure.com
21636 ____________________________________________________________________________
21637 [  6612] By: jhi                                   on 2000/08/13  22:13:35
21638         Log: Update Changes.
21639      Branch: perl
21640            ! Changes
21641 ____________________________________________________________________________
21642 [  6611] By: jhi                                   on 2000/08/13  16:21:45
21643         Log: Upgrade to CGI 2.71, from Lincoln Stein.
21644      Branch: perl
21645            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
21646 ____________________________________________________________________________
21647 [  6610] By: jhi                                   on 2000/08/13  15:09:16
21648         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
21649              From: Mike Guy <mjtg@cam.ac.uk>
21650              Date: Sun, 13 Aug 2000 13:45:51 +0100
21651              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
21652      Branch: perl
21653            ! t/op/regmesg.t
21654 ____________________________________________________________________________
21655 [  6609] By: jhi                                   on 2000/08/13  14:31:26
21656         Log: Andreas says that 1.56 is fine, so reverting back to it.
21657      Branch: perl
21658            ! lib/CPAN.pm
21659 ____________________________________________________________________________
21660 [  6608] By: jhi                                   on 2000/08/13  05:34:20
21661         Log: Update Changes.
21662      Branch: perl
21663            ! Changes
21664 ____________________________________________________________________________
21665 [  6607] By: jhi                                   on 2000/08/13  05:32:01
21666         Log: Put back the \z changes of #5406 to CPAN.pm.
21667      Branch: perl
21668            ! lib/CPAN.pm
21669 ____________________________________________________________________________
21670 [  6606] By: jhi                                   on 2000/08/13  05:20:16
21671         Log: Fix-n-skip the tests under 5005threads.
21672      Branch: perl
21673            ! t/lib/b.t
21674 ____________________________________________________________________________
21675 [  6605] By: jhi                                   on 2000/08/13  05:07:48
21676         Log: Fix the test for 5005threads.
21677      Branch: perl
21678            ! t/lib/peek.t
21679 ____________________________________________________________________________
21680 [  6604] By: jhi                                   on 2000/08/13  03:35:37
21681         Log: Should have deleted this in #6603.
21682      Branch: perl
21683            - vms/subconfigure.com
21684 ____________________________________________________________________________
21685 [  6603] By: jhi                                   on 2000/08/12  18:29:32
21686         Log: Rewrite of vms/subconfigure.com as configure.com,
21687              from Peter Prymmer and the vmsperl crew.
21688      Branch: perl
21689            + vms/configure.com
21690            ! MANIFEST
21691 ____________________________________________________________________________
21692 [  6602] By: jhi                                   on 2000/08/11  13:00:01
21693         Log: PlainText.pm is dead.
21694      Branch: perl
21695            - lib/Pod/PlainText.pm
21696            ! MANIFEST
21697 ____________________________________________________________________________
21698 [  6601] By: jhi                                   on 2000/08/11  04:06:45
21699         Log: Update Changes.
21700      Branch: perl
21701            ! Changes
21702 ____________________________________________________________________________
21703 [  6600] By: jhi                                   on 2000/08/11  04:06:10
21704         Log: Add a few missing files, update MANIFEST.
21705      Branch: perl
21706            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
21707            + lib/Pod/PlainText.pm t/pod/find.t
21708            ! MANIFEST t/op/regmesg.t
21709 ____________________________________________________________________________
21710 [  6599] By: jhi                                   on 2000/08/11  03:31:10
21711         Log: Add Perl debugging tutorial, regen toc. 
21712              
21713              Subject: perldebtut.pod
21714              From: Richard Foley <Richard.Foley@m.dasa.de>
21715              Date: Wed, 09 Aug 2000 10:17:15 +0200
21716              Message-id: <3991138B.262247B8@m.dasa.de>
21717      Branch: perl
21718            + pod/perldebtut.pod
21719            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21720 ____________________________________________________________________________
21721 [  6598] By: jhi                                   on 2000/08/11  02:48:56
21722         Log: tiny Changes edit
21723      Branch: perl
21724            ! Changes
21725 ____________________________________________________________________________
21726 [  6597] By: jhi                                   on 2000/08/11  02:39:04
21727         Log: Tests for #6589.
21728              
21729              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21730              From: simon@brecon.co.uk (Simon Cozens)
21731              Date: 11 Aug 2000 02:24:52 GMT
21732              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
21733      Branch: perl
21734            ! t/lib/b.t
21735 ____________________________________________________________________________
21736 [  6596] By: jhi                                   on 2000/08/11  01:50:07
21737         Log: Update Changes.
21738      Branch: perl
21739            ! Changes
21740 ____________________________________________________________________________
21741 [  6595] By: jhi                                   on 2000/08/11  01:47:16
21742         Log: nitfix
21743      Branch: perl
21744            ! Changes
21745 ____________________________________________________________________________
21746 [  6594] By: jhi                                   on 2000/08/11  01:36:16
21747         Log: Subject: Getting perlio and threads to compile
21748              From: Lupe Christoph <lupe@lupe-christoph.de>
21749              Date: Wed, 9 Aug 2000 11:35:54 +0200
21750              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
21751              
21752              (the Solaris version changes in Configure skipped)
21753      Branch: perl
21754            ! hints/solaris_2.sh thread.h
21755 ____________________________________________________________________________
21756 [  6593] By: jhi                                   on 2000/08/11  01:30:16
21757         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
21758              From: simon@brecon.co.uk (Simon Cozens)
21759              Date: 1 Aug 2000 06:55:19 GMT
21760              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
21761      Branch: perl
21762            ! lib/utf8.pm
21763 ____________________________________________________________________________
21764 [  6592] By: jhi                                   on 2000/08/11  01:26:39
21765         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
21766              From: Peter Scott <Peter@PeterScott.com>
21767              Date: Thu, 10 Aug 2000 08:23:27 -0700
21768              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
21769      Branch: perl
21770            ! lib/perl5db.pl
21771 ____________________________________________________________________________
21772 [  6591] By: jhi                                   on 2000/08/11  01:22:02
21773         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
21774              From: Hugo <hv@crypt.compulink.co.uk>
21775              Date: Thu, 10 Aug 2000 19:23:04 +0100
21776              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
21777      Branch: perl
21778            ! regexec.c t/op/pat.t
21779 ____________________________________________________________________________
21780 [  6590] By: jhi                                   on 2000/08/11  01:19:19
21781         Log: Preprocessing and postprocessing for File::Find.
21782              
21783              Subject: Patch to Find::File.pm to allow alphabetical results
21784              From: Joe Smith <jsmith@inwap.com>
21785              Date: Wed, 9 Aug 2000 02:44:54 -0700
21786              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
21787      Branch: perl
21788            ! lib/File/Find.pm
21789 ____________________________________________________________________________
21790 [  6589] By: jhi                                   on 2000/08/11  01:12:39
21791         Log: B::Deparse didn't do sub attributes.
21792              
21793              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21794              From: simon@brecon.co.uk (Simon Cozens)
21795              Date: 9 Aug 2000 04:49:20 GMT
21796              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
21797      Branch: perl
21798            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
21799 ____________________________________________________________________________
21800 [  6588] By: jhi                                   on 2000/08/11  01:06:40
21801         Log: Subject: debugger "d" command doesnt check line number
21802              From: Mike Guy <mjtg@cam.ac.uk>
21803              Date: Tue, 08 Aug 2000 21:54:29 +0100
21804              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
21805      Branch: perl
21806            ! lib/perl5db.pl mg.c pod/perldiag.pod
21807 ____________________________________________________________________________
21808 [  6587] By: jhi                                   on 2000/08/11  00:45:03
21809         Log: sleep(1) does not necessarily return 1.
21810              
21811              Subject: [PATCH bleadperl] op/lex_assign.t  
21812              From: Hugo <hv@crypt.compulink.co.uk>
21813              Date: Thu, 03 Aug 2000 14:34:22 +0100        
21814              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
21815      Branch: perl
21816            ! t/op/lex_assign.t
21817 ____________________________________________________________________________
21818 [  6586] By: jhi                                   on 2000/08/11  00:31:50
21819         Log: Document the IO::Select timeout.
21820      Branch: perl
21821            ! ext/IO/lib/IO/Select.pm
21822 ____________________________________________________________________________
21823 [  6585] By: jhi                                   on 2000/08/11  00:13:54
21824         Log: Forgot contributor.
21825      Branch: perl
21826            ! Changes
21827 ____________________________________________________________________________
21828 [  6584] By: jhi                                   on 2000/08/11  00:09:19
21829         Log: detypo
21830      Branch: perl
21831            ! Changes
21832 ____________________________________________________________________________
21833 [  6583] By: jhi                                   on 2000/08/11  00:07:53
21834         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
21835              
21836              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
21837              From: Mike Guy <mjtg@cam.ac.uk> 
21838              Date: Thu, 10 Aug 2000 15:50:54 +0100
21839              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
21840      Branch: perl
21841            ! sv.c t/op/int.t
21842 ____________________________________________________________________________
21843 [  6582] By: jhi                                   on 2000/08/10  23:29:32
21844         Log: Update Changes.
21845      Branch: perl
21846            ! Changes
21847 ____________________________________________________________________________
21848 [  6581] By: jhi                                   on 2000/08/10  23:26:16
21849         Log: Put back the std @INC thing.
21850      Branch: perl
21851            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
21852            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
21853            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
21854            ! t/lib/gol-oo.t
21855 ____________________________________________________________________________
21856 [  6580] By: jhi                                   on 2000/08/10  23:03:34
21857         Log: Update to CGI 2.70, from Lincoln Stein.
21858      Branch: perl
21859            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
21860            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
21861            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
21862            ! t/lib/cgi-request.t
21863 ____________________________________________________________________________
21864 [  6579] By: jhi                                   on 2000/08/10  22:41:50
21865         Log: Update to CPAN 1.56, from Andreas König.
21866      Branch: perl
21867            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21868 ____________________________________________________________________________
21869 [  6578] By: jhi                                   on 2000/08/10  22:38:13
21870         Log: Update to Pod::Parser 1.17, from Brad Appleton.
21871      Branch: perl
21872            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
21873            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
21874            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
21875            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
21876            ! t/pod/include.t t/pod/included.t t/pod/lref.t
21877            ! t/pod/multiline_items.t t/pod/nested_items.t
21878            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21879            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
21880            ! t/pod/special_seqs.t
21881 ____________________________________________________________________________
21882 [  6577] By: jhi                                   on 2000/08/10  22:35:41
21883         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
21884      Branch: perl
21885            ! AUTHORS MAINTAIN
21886 ____________________________________________________________________________
21887 [  6576] By: jhi                                   on 2000/08/10  22:24:54
21888         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
21889      Branch: perl
21890            + t/lib/gol-oo.t
21891            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
21892            ! t/lib/gol-compat.t t/lib/gol-linkage.t
21893 ____________________________________________________________________________
21894 [  6575] By: jhi                                   on 2000/08/10  22:02:07
21895         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
21896      Branch: perl
21897            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
21898 ____________________________________________________________________________
21899 [  6574] By: jhi                                   on 2000/08/10  21:55:03
21900         Log: Iterating perl6 description.
21901      Branch: perl
21902            ! pod/perlfaq1.pod
21903 ____________________________________________________________________________
21904 [  6573] By: jhi                                   on 2000/08/10  21:48:26
21905         Log: Revert the sv.c part of #6559, a better fix is needed.
21906      Branch: perl
21907            ! sv.c
21908 ____________________________________________________________________________
21909 [  6572] By: jhi                                   on 2000/08/10  20:33:43
21910         Log: It's the 2ndO'ROSSC.
21911      Branch: perl
21912            ! pod/perlfaq1.pod
21913 ____________________________________________________________________________
21914 [  6571] By: jhi                                   on 2000/08/10  15:55:48
21915         Log: detypo
21916      Branch: perl
21917            ! pod/perlfaq1.pod
21918 ____________________________________________________________________________
21919 [  6570] By: jhi                                   on 2000/08/10  14:11:17
21920         Log: An exceptionally sticky typo.
21921      Branch: perl
21922            ! Changes
21923 ____________________________________________________________________________
21924 [  6569] By: jhi                                   on 2000/08/10  14:09:33
21925         Log: detypo (and test Changes updating script)
21926      Branch: perl
21927            ! Changes
21928 ____________________________________________________________________________
21929 [  6568] By: jhi                                   on 2000/08/10  14:07:07
21930         Log: Update Changes.
21931      Branch: perl
21932            ! Changes
21933 ____________________________________________________________________________
21934 [  6567] By: jhi                                   on 2000/08/10  14:06:19
21935         Log: Amend the description of Perl6.
21936              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
21937              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21938              Date: Wed, 9 Aug 2000 22:11:06 -0500
21939              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
21940      Branch: perl
21941            ! pod/perlfaq1.pod
21942 ____________________________________________________________________________
21943 [  6566] By: jhi                                   on 2000/08/10  13:58:57
21944         Log: Subject: Remove dead entry in perldiag
21945              From: Mike Guy <mjtg@cam.ac.uk>
21946              Date: Thu, 10 Aug 2000 14:19:19 +0100
21947              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
21948      Branch: perl
21949            ! pod/perldiag.pod
21950 ____________________________________________________________________________
21951 [  6565] By: jhi                                   on 2000/08/10  13:51:48
21952         Log: Zero entries were skipped, fix from Adrian Goalby
21953              <argoalby@yahoo.co.uk>
21954      Branch: perl
21955            ! lib/unicode/Number.pl lib/unicode/mktables.PL
21956 ____________________________________________________________________________
21957 [  6564] By: jhi                                   on 2000/08/10  13:00:12
21958         Log: Subject: [PATCH 5.6.0] cygwin port
21959              From: "Fifer, Eric" <EFifer@sanwaint.com>
21960              Date: Thu, 10 Aug 2000 13:15:36 +0100
21961              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
21962      Branch: perl
21963            ! README.cygwin hints/cygwin.sh
21964 ____________________________________________________________________________
21965 [  6563] By: jhi                                   on 2000/08/10  12:55:16
21966         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
21967      Branch: perl
21968            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
21969 ____________________________________________________________________________
21970 [  6562] By: gsar                                  on 2000/08/10  08:38:39
21971         Log: warn is a macro, avoid using at a variable to avoid warnings
21972              in some configurations; readdir.t is too conservative in
21973              estimating number of *.t's
21974      Branch: perl
21975            ! t/op/readdir.t util.c
21976 ____________________________________________________________________________
21977 [  6561] By: jhi                                   on 2000/08/09  23:35:42
21978         Log: Update Changes.
21979      Branch: perl
21980            ! Changes
21981 ____________________________________________________________________________
21982 [  6560] By: jhi                                   on 2000/08/09  23:05:47
21983         Log: Subject: Re: enhanced(?) regex error messages
21984              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21985              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
21986              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
21987              
21988              (plus two small patches sent privately)
21989              (this still seems to leave few test failures)
21990      Branch: perl
21991            + t/op/regmesg.t
21992            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
21993            ! t/pragma/warn/regcomp
21994 ____________________________________________________________________________
21995 [  6559] By: jhi                                   on 2000/08/09  20:41:18
21996         Log: (The fix did work but was not right, retracted in #6573)
21997              
21998              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
21999              From: Christian Kirsch <ck@held.mind.de>
22000              Date: Wed, 9 Aug 2000 17:05:17 +0200
22001              Message-Id: <20000809170517.A25389@held>
22002      Branch: perl
22003            ! sv.c t/pragma/locale.t
22004 ____________________________________________________________________________
22005 [  6558] By: jhi                                   on 2000/08/08  22:34:08
22006         Log: Tiny updates on the contributors list.
22007      Branch: perl
22008            ! Changes
22009 ____________________________________________________________________________
22010 [  6557] By: jhi                                   on 2000/08/08  19:34:28
22011         Log: Double check that we have a dirhandle.
22012      Branch: perl
22013            ! util.c
22014 ____________________________________________________________________________
22015 [  6556] By: jhi                                   on 2000/08/08  19:01:51
22016         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
22017              May be repopulated with fresh maintained examples.
22018      Branch: perl
22019            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
22020            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
22021            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
22022            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
22023            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
22024            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
22025            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
22026            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
22027            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
22028            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
22029            + lib/CGI/eg/wilogo_gif.uu
22030            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
22031            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
22032            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
22033            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
22034            - eg/cgi/frameset.cgi eg/cgi/index.html
22035            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
22036            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
22037            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
22038            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
22039            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
22040            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
22041            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
22042            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
22043            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
22044            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
22045            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
22046            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
22047            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
22048            - eg/van/vanish eg/who eg/wrapsuid
22049            ! MANIFEST
22050 ____________________________________________________________________________
22051 [  6555] By: jhi                                   on 2000/08/08  18:51:08
22052         Log: Delete chat2 as requested by Randal.
22053              
22054              Subject: Re: perlfaq8 coyness
22055              From: merlyn@stonehenge.com (Randal L. Schwartz) 
22056              Date: 15 May 2000 18:52:42 -0700 
22057              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
22058      Branch: perl
22059            - lib/chat2.pl
22060            ! MANIFEST
22061 ____________________________________________________________________________
22062 [  6554] By: jhi                                   on 2000/08/08  18:31:35
22063         Log: Regen global.sym.
22064      Branch: perl
22065            ! global.sym
22066 ____________________________________________________________________________
22067 [  6553] By: jhi                                   on 2000/08/08  18:28:13
22068         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
22069              (either perlbug or p5p ate the original), plus regen
22070              perlapi and perltoc. 
22071      Branch: perl
22072            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
22073            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
22074            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
22075            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
22076            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
22077            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
22078            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
22079            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
22080            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
22081            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
22082 ____________________________________________________________________________
22083 [  6552] By: jhi                                   on 2000/08/08  18:06:29
22084         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
22085              From: Mike Guy <mjtg@cam.ac.uk>
22086              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
22087              Date: Tue, 08 Aug 2000 15:51:27 +0100
22088      Branch: perl
22089            ! doop.c sv.h t/op/join.t t/pragma/overload.t
22090 ____________________________________________________________________________
22091 [  6551] By: jhi                                   on 2000/08/08  18:01:11
22092         Log: Re-apply #6549.
22093      Branch: perl
22094            ! lib/perl5db.pl
22095 ____________________________________________________________________________
22096 [  6550] By: jhi                                   on 2000/08/08  17:43:08
22097         Log: Accidental retraction of #6549.
22098      Branch: perl
22099            ! lib/perl5db.pl
22100 ____________________________________________________________________________
22101 [  6549] By: jhi                                   on 2000/08/08  17:40:04
22102         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
22103              From: Mike Guy <mjtg@cam.ac.uk>
22104              Date: Mon, 07 Aug 2000 21:49:58 +0100
22105              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
22106      Branch: perl
22107            ! lib/perl5db.pl
22108 ____________________________________________________________________________
22109 [  6548] By: jhi                                   on 2000/08/08  17:37:57
22110         Log: Document here-doc better.
22111              
22112              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
22113              From: Mike Guy <mjtg@cam.ac.uk>
22114              Date: Mon, 07 Aug 2000 14:02:09 +0100
22115              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
22116      Branch: perl
22117            ! pod/perldata.pod
22118 ____________________________________________________________________________
22119 [  6547] By: jhi                                   on 2000/08/08  17:33:34
22120         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
22121              From: "Randy J. Ray" <rjray@redhat.com>
22122              Date: Mon, 07 Aug 2000 19:12:25 -0700
22123              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
22124      Branch: perl
22125            ! perl.c pod/perlrun.pod
22126 ____________________________________________________________________________
22127 [  6546] By: jhi                                   on 2000/08/08  17:29:26
22128         Log: Subject: Re: enhanced(?) regex error messages 
22129              From: Hugo <hv@crypt.compulink.co.uk>
22130              Date: Tue, 08 Aug 2000 03:25:51 +0100
22131              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
22132              
22133              plus Capitalize the error messages, plus perldiag them.
22134      Branch: perl
22135            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
22136 ____________________________________________________________________________
22137 [  6545] By: jhi                                   on 2000/08/08  13:59:28
22138         Log: Augment #6539 a bit: don't croak if there's magic in the air.
22139              
22140              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
22141              From: Hugo <hv@crypt.compulink.co.uk>
22142              Date: Tue, 08 Aug 2000 03:02:03 +0100
22143              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
22144      Branch: perl
22145            ! pp.c t/op/bless.t
22146 ____________________________________________________________________________
22147 [  6544] By: jhi                                   on 2000/08/07  21:11:52
22148         Log: Make the test -w clean.
22149      Branch: perl
22150            ! t/op/bless.t
22151 ____________________________________________________________________________
22152 [  6543] By: jhi                                   on 2000/08/07  19:49:53
22153         Log: use warnings instead of $^W.
22154      Branch: perl
22155            ! t/op/bless.t
22156 ____________________________________________________________________________
22157 [  6542] By: jhi                                   on 2000/08/07  17:41:41
22158         Log: Disable a portability warning Because We Know What We Are Doing.
22159      Branch: perl
22160            ! t/op/bless.t
22161 ____________________________________________________________________________
22162 [  6541] By: jhi                                   on 2000/08/07  17:29:51
22163         Log: Tiny tidying on report_evil_fh().
22164      Branch: perl
22165            ! util.c
22166 ____________________________________________________________________________
22167 [  6540] By: jhi                                   on 2000/08/07  16:37:38
22168         Log: Make regular expression parse error messages easier to understand.
22169              
22170              Subject: Re: enhanced(?) regex error messages
22171              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22172              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
22173              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
22174      Branch: perl
22175            ! regcomp.c
22176 ____________________________________________________________________________
22177 [  6539] By: jhi                                   on 2000/08/07  16:12:27
22178         Log: Make bless(REF, REF) a fatal error, add bless tests.
22179              
22180              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
22181              From: Hugo <hv@crypt.compulink.co.uk>
22182              Date: Mon, 07 Aug 2000 16:59:38 +0100
22183              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
22184      Branch: perl
22185            + t/op/bless.t
22186            ! MANIFEST pod/perldiag.pod pp.c sv.c
22187 ____________________________________________________________________________
22188 [  6538] By: jhi                                   on 2000/08/07  15:59:43
22189         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
22190              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
22191              Date: Thu, 3 Aug 2000 14:29:21 -0700
22192              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
22193      Branch: perl
22194            ! lib/lib_pm.PL
22195 ____________________________________________________________________________
22196 [  6537] By: jhi                                   on 2000/08/07  15:47:18
22197         Log: Retract #6419 for now since it breaks in AFS and MachTen.
22198      Branch: perl
22199            ! lib/Cwd.pm
22200 ____________________________________________________________________________
22201 [  6536] By: jhi                                   on 2000/08/07  15:05:29
22202         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
22203              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
22204              The security hole exists only in suidperls, which isn't
22205              installed or even built by default.
22206      Branch: perl
22207            ! perl.c
22208 ____________________________________________________________________________
22209 [  6535] By: jhi                                   on 2000/08/07  14:45:14
22210         Log: tr memory corruption fix from Simon Cozens.
22211      Branch: perl
22212            ! doop.c
22213 ____________________________________________________________________________
22214 [  6534] By: jhi                                   on 2000/08/06  11:38:16
22215         Log: Document a bit that UDP is not what you might think.
22216              
22217              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
22218              From: Lupe Christoph <lupe@lupe-christoph.de>
22219              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
22220              Date: Mon, 24 Jul 2000 08:59:15 +0200
22221      Branch: perl
22222            ! pod/perlipc.pod
22223 ____________________________________________________________________________
22224 [  6533] By: jhi                                   on 2000/08/06  11:35:01
22225         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
22226              From: Jeff Pinyan <jeffp@hut.crusoe.net>
22227              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
22228              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
22229      Branch: perl
22230            ! pod/perlfunc.pod
22231 ____________________________________________________________________________
22232 [  6532] By: jhi                                   on 2000/08/06  03:45:41
22233         Log: Have symbols for the IoTYPEs.
22234      Branch: perl
22235            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
22236 ____________________________________________________________________________
22237 [  6531] By: jhi                                   on 2000/08/06  01:33:55
22238         Log: Continue fixing the io warnings.  This also
22239              sort of fixes bug ID 20000802.003: the core dump
22240              is no more.  Whether the current behaviour is correct
22241              (giving a warning: "Not a format reference"), is another matter.
22242      Branch: perl
22243            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
22244            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
22245 ____________________________________________________________________________
22246 [  6530] By: jhi                                   on 2000/08/05  21:33:12
22247         Log: Change the Policy policy: now -Dprefix= with an existing
22248              Policy.sh and prefix == siteprefix == vendorprefix, then all
22249              of them follow along the new prefix.
22250              
22251              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
22252              From: Andy Dougherty <doughera@lafayette.edu>
22253              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
22254              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
22255      Branch: perl
22256            ! Policy_sh.SH
22257 ____________________________________________________________________________
22258 [  6529] By: jhi                                   on 2000/08/05  18:57:28
22259         Log: Zap lib/Sys directory when cleaning up.
22260      Branch: perl
22261            ! Makefile.SH
22262 ____________________________________________________________________________
22263 [  6528] By: jhi                                   on 2000/08/05  18:40:44
22264         Log: Essential prototype changes were missing from #6527.
22265              Also make report_evil_fh() more bomb-proof.
22266      Branch: perl
22267            ! embed.h util.c
22268 ____________________________________________________________________________
22269 [  6527] By: jhi                                   on 2000/08/05  03:22:05
22270         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
22271              From: "Ronald F. Guilmette" <rfg@monkeys.com>
22272              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
22273              Message-Id: <200007242247.PAA52177@monkeys.com>
22274      Branch: perl
22275            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
22276 ____________________________________________________________________________
22277 [  6526] By: jhi                                   on 2000/08/04  21:23:27
22278         Log: gcc versions might have (parentheses) in them.
22279      Branch: metaconfig/U/perl
22280            ! gccvers.U
22281      Branch: perl
22282            ! Configure config_h.SH
22283 ____________________________________________________________________________
22284 [  6525] By: jhi                                   on 2000/08/04  20:23:12
22285         Log: Weed buglets pointed out by
22286              
22287              From: Lupe Christoph <lupe@lupe-christoph.de>
22288              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
22289              Date: Fri, 4 Aug 2000 17:34:39 +0200
22290              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
22291      Branch: metaconfig/U/perl
22292            ! gccvers.U uselfs.U
22293      Branch: perl
22294            ! Configure config_h.SH
22295 ____________________________________________________________________________
22296 [  6524] By: jhi                                   on 2000/08/04  19:02:08
22297         Log: Warn under -w if lstat(FH) is attempted.
22298              
22299              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
22300              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
22301              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
22302              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
22303      Branch: perl
22304            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
22305            ! t/pragma/warn/pp_sys
22306 ____________________________________________________________________________
22307 [  6523] By: jhi                                   on 2000/08/04  12:31:11
22308         Log: Subject: New perlcc, take 2
22309              From: simon@brecon.co.uk (Simon Cozens)
22310              Date: 4 Aug 2000 06:21:04 GMT
22311              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
22312      Branch: perl
22313            ! utils/perlcc.PL
22314 ____________________________________________________________________________
22315 [  6522] By: jhi                                   on 2000/08/04  12:26:33
22316         Log: Subject: Re: Array vs. List context
22317              From: Daniel Chetlin <daniel@chetlin.com>
22318              Date: Fri, 4 Aug 2000 00:22:44 -0700
22319              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
22320      Branch: perl
22321            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
22322            ! pod/perlfaq4.pod
22323 ____________________________________________________________________________
22324 [  6521] By: jhi                                   on 2000/08/04  12:22:38
22325         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
22326              From: Raymund Will <ray@caldera.de>
22327              Date: Fri, 4 Aug 2000 12:07:09 +0200
22328              Message-Id: <20000804120709.A14982@caldera.de>
22329      Branch: perl
22330            ! configure.gnu
22331 ____________________________________________________________________________
22332 [  6520] By: jhi                                   on 2000/08/04  04:09:06
22333         Log: After the #6519 a warning about stat() is just that,
22334              not about a filetest, which now have their own warning.
22335      Branch: perl
22336            ! pod/perldiag.pod
22337 ____________________________________________________________________________
22338 [  6519] By: jhi                                   on 2000/08/04  04:06:30
22339         Log: In the warnings call filehandles consistently so;
22340              add "unopened" warning for stat().
22341      Branch: perl
22342            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
22343            ! t/pragma/warn/pp_sys
22344 ____________________________________________________________________________
22345 [  6518] By: jhi                                   on 2000/08/04  02:55:35
22346         Log: Subject: Minor tweak to perlvar.pod
22347              From: "Stephen P. Potter" <spp@ds.net>
22348              Date: Tue, 18 Apr 2000 09:26:03 -0400
22349              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
22350      Branch: perl
22351            ! pod/perlvar.pod
22352 ____________________________________________________________________________
22353 [  6517] By: jhi                                   on 2000/08/04  02:50:08
22354         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
22355              From: "Clinton Pierce" <cpierce1@ford.com>
22356              Date: Wed, 21 Jul 1999 16:45:31 -0400
22357              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
22358              
22359              Fix by Stephen Potter (visible in the bug db but not in p5p?)
22360      Branch: perl
22361            ! pod/perlfunc.pod pod/perlop.pod
22362 ____________________________________________________________________________
22363 [  6516] By: jhi                                   on 2000/08/04  02:09:25
22364         Log: This is 6512.  Really.
22365      Branch: perl
22366            ! dump.c
22367 ____________________________________________________________________________
22368 [  6515] By: jhi                                   on 2000/08/04  01:25:50
22369         Log: mention the idea of @( and @)
22370      Branch: perl
22371            ! Todo-5.6
22372 ____________________________________________________________________________
22373 [  6514] By: bailey                                on 2000/08/04  01:18:46
22374         Log: YA resync with mainstem, including VMS patches from others
22375      Branch: vmsperl
22376           +> (branch 48 files)
22377            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
22378           !> (integrate 354 files)
22379 ____________________________________________________________________________
22380 [  6513] By: jhi                                   on 2000/08/04  01:18:18
22381         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
22382              From: Mark Dickinson <dickins3@fas.harvard.edu>
22383              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
22384              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
22385      Branch: perl
22386            ! t/op/grent.t t/op/pwent.t
22387 ____________________________________________________________________________
22388 [  6512] By: jhi                                   on 2000/08/04  01:14:06
22389         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
22390              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22391              Date: Wed, 02 Aug 2000 10:51:01 +0100
22392              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
22393      Branch: perl
22394            ! sv.c
22395 ____________________________________________________________________________
22396 [  6511] By: jhi                                   on 2000/08/04  00:57:00
22397         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
22398              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22399              Date: Thu, 03 Aug 2000 17:20:04 -0700
22400              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
22401      Branch: metaconfig
22402            ! U/modified/Cppsym.U
22403      Branch: perl
22404            ! Configure config_h.SH
22405 ____________________________________________________________________________
22406 [  6510] By: jhi                                   on 2000/08/04  00:25:28
22407         Log: detypo
22408      Branch: perl
22409            ! Makefile.SH
22410 ____________________________________________________________________________
22411 [  6509] By: jhi                                   on 2000/08/03  23:43:18
22412         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
22413              From: Dominic Dunlop <domo@computer.org>
22414              Date: Thu, 3 Aug 2000 22:16:46 +0200
22415              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
22416      Branch: perl
22417            ! t/op/sprintf.t
22418 ____________________________________________________________________________
22419 [  6508] By: jhi                                   on 2000/08/03  23:40:37
22420         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
22421              From: Hugo <hv@crypt.compulink.co.uk>
22422              Date: Thu, 03 Aug 2000 18:25:30 +0100
22423              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
22424      Branch: perl
22425            ! regcomp.c t/op/re_tests
22426 ____________________________________________________________________________
22427 [  6507] By: jhi                                   on 2000/08/03  23:38:28
22428         Log: Subject: [PATCH] sv.h documentation - SvLEN
22429              From: Mike Guy <mjtg@cam.ac.uk>
22430              Date: Thu, 03 Aug 2000 14:43:09 +0100
22431              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
22432      Branch: perl
22433            ! sv.h
22434 ____________________________________________________________________________
22435 [  6506] By: jhi                                   on 2000/08/03  15:49:14
22436         Log: Disable the fix_pl hack for now.
22437      Branch: perl
22438            ! Makefile.SH
22439 ____________________________________________________________________________
22440 [  6505] By: jhi                                   on 2000/08/03  13:49:04
22441         Log: Add a URL for FSF.
22442              
22443              Subject: Patch for README
22444              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22445              Date: Wed, 2 Aug 2000 13:25:09 -0500
22446              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
22447      Branch: perl
22448            ! README
22449 ____________________________________________________________________________
22450 [  6504] By: jhi                                   on 2000/08/03  13:29:19
22451         Log: Be more informative on what is skipped and why,
22452              also repeat the list at the end.
22453      Branch: perl
22454            ! Porting/p4desc
22455 ____________________________________________________________________________
22456 [  6503] By: jhi                                   on 2000/08/03  13:07:05
22457         Log: Circumvent the removal of .patch by fix_pl.
22458              
22459              Subject: Re: [ID 20000802.011] unable to 'make test'          
22460              From: simon@brecon.co.uk (Simon Cozens) 
22461              Date: 3 Aug 2000 04:17:00 GMT
22462              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
22463      Branch: perl
22464            ! Makefile.SH
22465 ____________________________________________________________________________
22466 [  6502] By: jhi                                   on 2000/08/03  00:14:34
22467         Log: Add the missing setproctitle unit.
22468      Branch: metaconfig/U/perl
22469            + d_setproctitle.U
22470 ____________________________________________________________________________
22471 [  6501] By: jhi                                   on 2000/08/03  00:00:26
22472         Log: The subtest 4 may fail also on VOBS, as pointed out
22473              by Nick Ing-Simmons in November 1999, bug id 19991124.003
22474              (but the failure in that bug report isn't the subtest 4).
22475      Branch: perl
22476            ! t/op/stat.t
22477 ____________________________________________________________________________
22478 [  6500] By: jhi                                   on 2000/08/02  23:49:30
22479         Log: Better skip message for the test; one of the two problems in
22480              
22481              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
22482              From: Lupe Christoph <lupe@lupe-christoph.de>
22483              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
22484              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
22485      Branch: perl
22486            ! t/op/numconvert.t
22487 ____________________________________________________________________________
22488 [  6499] By: jhi                                   on 2000/08/02  22:49:16
22489         Log: Allow "no Module;" even if there is no 'unimport'.
22490              
22491              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
22492              From: mjd@plover.com
22493              Date: 24 Mar 2000 15:24:34 -0000
22494              Message-Id: <20000324152434.15160.qmail@plover.com>
22495      Branch: perl
22496            ! gv.c
22497 ____________________________________________________________________________
22498 [  6498] By: jhi                                   on 2000/08/02  22:42:58
22499         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
22500              that are hopefully soon put into use.
22501      Branch: perl
22502            ! opcode.h opcode.pl opnames.h
22503 ____________________________________________________________________________
22504 [  6497] By: gsar                                  on 2000/08/02  22:28:59
22505         Log: require.t needs binmode() to work on windows
22506      Branch: perl
22507            ! t/comp/require.t
22508 ____________________________________________________________________________
22509 [  6496] By: jhi                                   on 2000/08/02  22:08:51
22510         Log: Document the IVdf UVuf UVof UVxf.
22511      Branch: perl
22512            ! pod/perlguts.pod
22513 ____________________________________________________________________________
22514 [  6495] By: jhi                                   on 2000/08/02  21:54:26
22515         Log: detypo #6494
22516      Branch: perl
22517            ! ext/Data/Dumper/Dumper.xs
22518 ____________________________________________________________________________
22519 [  6494] By: jhi                                   on 2000/08/02  21:49:17
22520         Log: Dump UVs as UVs in Data::Dumper.
22521              
22522              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
22523              From: Gurusamy Sarathy <gsar@ActiveState.com>
22524              Date: Thu, 27 Apr 2000 12:26:25 -0700
22525              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
22526      Branch: perl
22527            ! ext/Data/Dumper/Dumper.xs
22528 ____________________________________________________________________________
22529 [  6493] By: jhi                                   on 2000/08/02  17:01:58
22530         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
22531              From: Hugo <hv@crypt.compulink.co.uk>
22532              Date: Wed, 02 Aug 2000 14:53:56 +0100
22533              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
22534      Branch: perl
22535            ! regexec.c t/op/re_tests
22536 ____________________________________________________________________________
22537 [  6492] By: jhi                                   on 2000/08/02  15:02:46
22538         Log: The new setproctitle() feature is available only in 
22539              bleeding edge FreeBSD.  From Paul Saab.
22540      Branch: perl
22541            ! mg.c
22542 ____________________________________________________________________________
22543 [  6491] By: jhi                                   on 2000/08/02  13:34:36
22544         Log: The tr utf8 patching continues.
22545              
22546              Subject: Re: #6469, too many tests claimed in require.t
22547              From: simon@brecon.co.uk (Simon Cozens)
22548              Date: 2 Aug 2000 02:37:17 GMT
22549              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
22550              
22551              (the logic of the test was the wrong way round in the patch)
22552      Branch: perl
22553            ! doop.c
22554 ____________________________________________________________________________
22555 [  6490] By: jhi                                   on 2000/08/02  13:27:38
22556         Log: The name of a filehandle does not have <these>.
22557      Branch: perl
22558            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
22559            ! t/pragma/warn/pp_sys util.c
22560 ____________________________________________________________________________
22561 [  6489] By: jhi                                   on 2000/08/02  04:26:46
22562         Log: Remove the extraneous "main::" prefix from all the
22563              "opened only for", "on closed", and "never opened" warnings.
22564              
22565              Subject: Re: inappropriate warning
22566              From: Gurusamy Sarathy <gsar@ActiveState.com>
22567              Date: Mon, 20 Mar 2000 11:28:02 -0800
22568              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
22569      Branch: perl
22570            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
22571            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
22572            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
22573 ____________________________________________________________________________
22574 [  6488] By: jhi                                   on 2000/08/02  03:02:57
22575         Log: memcpy has n o in it, as pinted ut by Sarathy.
22576      Branch: perl
22577            ! pod/perlguts.pod
22578 ____________________________________________________________________________
22579 [  6487] By: jhi                                   on 2000/08/02  02:44:51
22580         Log: Document in one place the memory abstractions used in Perl core.
22581              
22582              Subject: Re: Memory abstraction
22583              From: simon@brecon.co.uk (Simon Cozens)
22584              Date: 2 Aug 2000 02:20:23 GMT
22585              Organization: Earth.li Origins
22586      Branch: perl
22587            ! pod/perlguts.pod
22588 ____________________________________________________________________________
22589 [  6486] By: jhi                                   on 2000/08/02  02:41:57
22590         Log: regen_headers, regen perltoc.
22591      Branch: perl
22592            ! perlapi.c pod/perltoc.pod
22593 ____________________________________________________________________________
22594 [  6485] By: jhi                                   on 2000/08/02  01:43:33
22595         Log: "This little thing tests for a file .patch, and if it contains
22596              a number, pops into patchlevel.h" (making it easier to track
22597              which development version people are reporting bugs against)
22598              
22599              Subject: Patchlevel autogeneration for repository perls
22600              From: simon@brecon.co.uk (Simon Cozens)
22601              Date: 14 Jul 2000 07:12:15 GMT
22602              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
22603      Branch: perl
22604            + fix_pl
22605            ! MANIFEST Makefile.SH
22606 ____________________________________________________________________________
22607 [  6484] By: jhi                                   on 2000/08/02  01:32:54
22608         Log: FreeBSD 3.* updates from
22609              
22610              From: Paul Saab <ps@yahoo-inc.com>
22611              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
22612              Date: Tue, 1 Aug 2000 15:41:39 -0700
22613              Message-Id: <20000801154139.A53740@yahoo-inc.com>
22614      Branch: perl
22615            ! hints/freebsd.sh
22616 ____________________________________________________________________________
22617 [  6483] By: jhi                                   on 2000/08/02  01:27:44
22618         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
22619              instead one must use setproctitle().  This was already addressed
22620              by change #6457, but the below has a new variant for FreeBSD 4.0
22621              or later, and the matter is also documented more.
22622              
22623              From: Paul Saab <ps@yahoo-inc.com>
22624              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
22625              Date: Tue, 1 Aug 2000 15:41:39 -0700
22626              Message-Id: <20000801154139.A53740@yahoo-inc.com>
22627      Branch: metaconfig/U/perl
22628            + i_libutil.U
22629      Branch: perl
22630            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
22631 ____________________________________________________________________________
22632 [  6482] By: jhi                                   on 2000/08/01  22:17:32
22633         Log: The test from this
22634              
22635              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
22636              Date: Sat, 15 Apr 2000 17:03:44 +0100
22637              From: Tom Hughes <tom@compton.nu>
22638              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
22639              
22640              was missing, the code change went in as #5989
22641              (which had a different test?)
22642      Branch: perl
22643            ! t/op/misc.t
22644 ____________________________________________________________________________
22645 [  6481] By: jhi                                   on 2000/08/01  21:48:38
22646         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
22647              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22648              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
22649              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
22650      Branch: perl
22651            ! perl.h
22652 ____________________________________________________________________________
22653 [  6480] By: jhi                                   on 2000/08/01  18:05:28
22654         Log: Make p4desc to skip non-mainperl branches by default.
22655      Branch: perl
22656            ! Porting/p4desc
22657 ____________________________________________________________________________
22658 [  6479] By: jhi                                   on 2000/08/01  17:29:19
22659         Log: If gccosandvers is equal to osname, clear gccosandvers.
22660      Branch: metaconfig/U/perl
22661            ! gccvers.U
22662      Branch: perl
22663            ! Configure config_h.SH
22664 ____________________________________________________________________________
22665 [  6478] By: jhi                                   on 2000/08/01  15:54:08
22666         Log: BOM patching from Simon Cozens.
22667      Branch: perl
22668            ! toke.c
22669 ____________________________________________________________________________
22670 [  6477] By: jhi                                   on 2000/08/01  04:50:33
22671         Log: Stash away the largefiles flags and libswanted.
22672      Branch: perl
22673            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
22674 ____________________________________________________________________________
22675 [  6476] By: gsar                                  on 2000/08/01  04:24:24
22676         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
22677              on Windows)
22678      Branch: perl
22679            ! t/pragma/utf8.t utf8.c win32/win32.c
22680 ____________________________________________________________________________
22681 [  6475] By: jhi                                   on 2000/08/01  03:35:24
22682         Log: Make chr() for values >127 to create utf8 when under utf8.
22683              
22684              Subject: Re: uft8/chr()
22685              From: simon@brecon.co.uk (Simon Cozens)
22686              Date: 1 Aug 2000 02:37:02 GMT
22687              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
22688      Branch: perl
22689            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
22690 ____________________________________________________________________________
22691 [  6474] By: jhi                                   on 2000/08/01  02:36:18
22692         Log: In Digital UNIX warn if gcc explicitly chosen because even
22693              2.95.2 is known to cause problems.
22694      Branch: perl
22695            ! hints/dec_osf.sh
22696 ____________________________________________________________________________
22697 [  6473] By: jhi                                   on 2000/08/01  02:00:56
22698         Log: Make the safety catch for buggy gccs work with triple version
22699              numbers like 2.95.2.  Reported in
22700              
22701              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
22702              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
22703              Date: Mon, 31 Jul 2000 14:55:06 +0200
22704              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
22705      Branch: perl
22706            ! hints/dec_osf.sh
22707 ____________________________________________________________________________
22708 [  6472] By: jhi                                   on 2000/08/01  01:13:33
22709         Log: Subject: fix and question re: waitpid() under win32
22710              From: Brian Clarke <clarke@appliedmeta.com>
22711              Date: Fri, 28 Jul 2000 15:18:29 -0400
22712              Message-ID: <3981DC85.290314EB@appliedmeta.com>
22713              
22714              Slightly reformatted and WNOHANG # define moved to win32.h
22715              so that also POSIX.xs sees it, as suggsted by Sarathy.
22716      Branch: perl
22717            ! win32/win32.c win32/win32.h
22718 ____________________________________________________________________________
22719 [  6471] By: jhi                                   on 2000/08/01  00:55:05
22720         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
22721              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22722              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
22723              Date: Mon, 31 Jul 2000 13:28:51 +0100
22724              
22725              (aka ID 20000730.002)
22726      Branch: perl
22727            ! op.c t/op/tr.t
22728 ____________________________________________________________________________
22729 [  6470] By: jhi                                   on 2000/07/31  23:34:42
22730         Log: Document the problem with -P in HP-UX and its workaround.
22731              
22732              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
22733              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
22734              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
22735              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
22736      Branch: perl
22737            ! README.hpux
22738 ____________________________________________________________________________
22739 [  6469] By: jhi                                   on 2000/07/31  04:15:02
22740         Log: The swallow_bom() saga continues.  The #23 of require.t
22741              (UTF16-LE) still fails (silently, no output) but the #22
22742              (UTF16-BE) seems to be working now.  The root of the
22743              failure may be in sv_gets(): is it UTF-16LE-aware,
22744              especially when it comes to line endings? 
22745      Branch: perl
22746            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
22747            ! t/comp/require.t toke.c utf8.c
22748 ____________________________________________________________________________
22749 [  6468] By: jhi                                   on 2000/07/30  19:05:48
22750         Log: Find green threads before native threads.
22751              
22752              Subject: Re: Patch to jpl/JNI/Makefile.PL
22753              From: Jens Thomsen <jens@fiend.cis.com>
22754              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
22755              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
22756      Branch: perl
22757            ! jpl/JNI/Makefile.PL
22758 ____________________________________________________________________________
22759 [  6467] By: jhi                                   on 2000/07/30  18:36:22
22760         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
22761      Branch: perl
22762            ! doop.c
22763 ____________________________________________________________________________
22764 [  6466] By: jhi                                   on 2000/07/30  04:37:29
22765         Log: A new version of the "remove UPPERACSE string comparison"
22766              operators.  The problem with the previous one (change #6454)
22767              was that it was for Perl 5.6.0.  From Paul Marquess.
22768      Branch: perl
22769            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
22770            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
22771            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22772 ____________________________________________________________________________
22773 [  6465] By: jhi                                   on 2000/07/29  22:39:56
22774         Log: Do not upgrade SVs into utf8 just because they participate
22775              in eq or cmp.  Reported and fix suggested in
22776              
22777              Subject: [ID 20000720.009] sv_eq UTF8 bug
22778              From: "Simon Cozens" <simon@othersideofthe.earth.li>
22779              Date: 21 Jul 2000 04:37:29 -0000
22780              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
22781              
22782              Exercise for the kind reader: should we or should we not
22783              cache the utf8 conversion alonside the SV? (as magic,
22784              as thestrxfrm()ed version is cached under use locale)
22785              Argue both for and against.
22786      Branch: perl
22787            ! sv.c
22788 ____________________________________________________________________________
22789 [  6464] By: jhi                                   on 2000/07/29  22:36:22
22790         Log: Subject: UTF8 concat
22791              From: simon@brecon.co.uk (Simon Cozens) 
22792              Date: 30 Jun 2000 06:13:25 GMT
22793              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
22794              
22795              (with a memory leak fixed, plus a few casts added)
22796              
22797              This also seems to help for
22798              
22799              Subject: [ID 20000716.015] join UTF8 weirdness
22800              From: root <root@ak-71.mind.de> 
22801              Date: Sat, 15 Jul 2000 15:29:54 +0200
22802              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
22803              
22804              (from Andreas König)
22805      Branch: perl
22806            ! pp_hot.c
22807 ____________________________________________________________________________
22808 [  6463] By: jhi                                   on 2000/07/29  00:55:39
22809         Log: Tune the comments and hopefully stop a memory leak.
22810      Branch: perl
22811            ! toke.c utf8.c
22812 ____________________________________________________________________________
22813 [  6462] By: jhi                                   on 2000/07/29  00:16:53
22814         Log: The problem described in this
22815              
22816              Subject: [ID 20000322.018] named chars aren't magical enough
22817              From: root <root@dixie.cscaper.com>     
22818              Date: Wed, 22 Mar 2000 18:37:42 -0700
22819              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
22820              
22821              has been fixed in perl 5.6.0 but just in case added a test
22822              to keep it away.  (The report from Joseph Hall.)
22823      Branch: perl
22824            ! t/lib/charnames.t
22825 ____________________________________________________________________________
22826 [  6461] By: jhi                                   on 2000/07/28  23:56:36
22827         Log: Tiny fixes for #6460.
22828      Branch: metaconfig/U/perl
22829            ! gccvers.U
22830      Branch: perl
22831            ! Configure config_h.SH
22832 ____________________________________________________________________________
22833 [  6460] By: jhi                                   on 2000/07/28  23:24:41
22834         Log: Warn if the version of the operating system used to compile gcc
22835              differs from the current version of the operating system.
22836              Also display the gcc compilation os and version in myconfig.
22837              Inspiration from
22838              
22839              Subject: Re: [ID 20000710.003] ERRORS!!         
22840              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22841              Date: Mon, 10 Jul 2000 15:54:16 -0400
22842              Message-ID: <20000710155416.A1384@O2.chapin.edu>
22843      Branch: metaconfig/U/perl
22844            ! gccvers.U
22845      Branch: perl
22846            ! Configure config_h.SH myconfig.SH
22847 ____________________________________________________________________________
22848 [  6459] By: jhi                                   on 2000/07/28  22:00:32
22849         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
22850              letter to $Config{osvers}.
22851      Branch: metaconfig
22852            ! U/modified/Oldconfig.U
22853      Branch: perl
22854            ! Configure config_h.SH
22855 ____________________________________________________________________________
22856 [  6458] By: jhi                                   on 2000/07/28  04:15:39
22857         Log: Back out #6454, doesn't seem to work.
22858              (Reason: that patch was for perl 5.6.0, not perl-current)
22859              (A version of the patch for perl-current came in later as #6466)
22860      Branch: perl
22861            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
22862            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
22863            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22864 ____________________________________________________________________________
22865 [  6457] By: jhi                                   on 2000/07/27  23:31:49
22866         Log: Use setproctitle() if available to modify $0.
22867              
22868              Subject: setting $* on BSD4 broken
22869              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22870              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
22871              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
22872      Branch: metaconfig
22873            ! U/modified/Myinit.U
22874      Branch: perl
22875            ! Configure config_h.SH mg.c
22876 ____________________________________________________________________________
22877 [  6456] By: jhi                                   on 2000/07/27  14:50:47
22878         Log: Allow "no AutoLoader;", based on change #6444,
22879              suggested by Graham Barr.
22880      Branch: perl
22881            ! lib/AutoLoader.pm
22882 ____________________________________________________________________________
22883 [  6455] By: jhi                                   on 2000/07/27  14:19:10
22884         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
22885              From: rspier@pobox.com (Robert Spier)
22886              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
22887              Message-ID: <14720.15855.787664.424783@rls.cx>
22888      Branch: perl
22889            ! pod/perldiag.pod
22890 ____________________________________________________________________________
22891 [  6454] By: jhi                                   on 2000/07/27  14:03:02
22892         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
22893              for a long time).
22894              
22895              Reported in
22896              
22897              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
22898              From: Ryan Herbert <rherbert@sycamorehq.com>
22899              Date: Mon, 17 Jul 2000 11:40:42 -0400
22900              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
22901              
22902              Patched in
22903              
22904              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
22905              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22906              Date: Wed, 26 Jul 2000 23:40:18 +0100
22907              Message-ID: <000001bff752$79511880$0a17073e@tiny>
22908              
22909              based on an earlier patch from Stephen P. Potter.
22910              
22911              (Removed later by change #6458 because this patch was for
22912              perl 5.6.0, not perl-current)
22913      Branch: perl
22914            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
22915            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
22916            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22917 ____________________________________________________________________________
22918 [  6453] By: jhi                                   on 2000/07/27  13:48:02
22919         Log: Subject: [PATCH] fixes bug 20000508.004
22920              From: Michael Stevens <mstevens@globnix.org>
22921              Date: Thu, 27 Jul 2000 13:49:04 +0100
22922              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
22923      Branch: perl
22924            ! pod/perldata.pod
22925 ____________________________________________________________________________
22926 [  6452] By: jhi                                   on 2000/07/26  23:51:26
22927         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
22928              and Craig A. Berry.
22929      Branch: perl
22930            ! lib/File/Temp.pm pod/perlport.pod
22931 ____________________________________________________________________________
22932 [  6451] By: jhi                                   on 2000/07/26  19:43:30
22933         Log: Be wary of close()s, too.
22934              
22935              Subject: Re: [PATCH] perlbug cleanup
22936              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22937              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
22938              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
22939      Branch: perl
22940            ! utils/perlbug.PL
22941 ____________________________________________________________________________
22942 [  6450] By: jhi                                   on 2000/07/26  18:41:40
22943         Log: Subject: Minor doc patch: handy.h
22944              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
22945              Date: Wed, 26 Jul 2000 15:34:25 -0300
22946              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
22947      Branch: perl
22948            ! handy.h pod/perlapi.pod
22949 ____________________________________________________________________________
22950 [  6449] By: jhi                                   on 2000/07/26  18:23:55
22951         Log: Subject: [PATCH] minor doc change - perlguts
22952              From: Michael Stevens <mstevens@globnix.org>
22953              Date: Thu, 13 Jul 2000 12:39:18 +0100
22954              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
22955      Branch: perl
22956            ! pod/perlguts.pod
22957 ____________________________________________________________________________
22958 [  6448] By: jhi                                   on 2000/07/26  18:20:30
22959         Log: open() wariness in perlbug.
22960              
22961              Subject: [PATCH] perlbug cleanup
22962              From: Michael Stevens <mstevens@globnix.org>
22963              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
22964              Date: Thu, 13 Jul 2000 15:52:23 +0100
22965      Branch: perl
22966            ! utils/perlbug.PL
22967 ____________________________________________________________________________
22968 [  6447] By: jhi                                   on 2000/07/26  18:13:04
22969         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
22970      Branch: perl
22971            ! lib/File/Temp.pm t/lib/ftmp-security.t
22972 ____________________________________________________________________________
22973 [  6446] By: jhi                                   on 2000/07/26  18:06:32
22974         Log: docfix from Peter Scott <Peter@PSDT.com>.
22975      Branch: perl
22976            ! pod/perlfunc.pod
22977 ____________________________________________________________________________
22978 [  6445] By: jhi                                   on 2000/07/26  17:53:31
22979         Log: Fix *foo{FORMAT}.
22980              
22981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22982              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
22983              Date: Wed, 26 Jul 2000 19:51:02 +0200
22984              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
22985              
22986              From: Graham Barr <gbarr@pobox.com>
22987              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
22988              Date: Wed, 26 Jul 2000 17:38:36 +0100
22989              Message-ID: <20000726173836.L472@pobox.com>
22990      Branch: perl
22991            ! pp.c sv.c t/op/gv.t
22992 ____________________________________________________________________________
22993 [  6444] By: jhi                                   on 2000/07/26  17:49:14
22994         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
22995              from Graham Barr in the module list.
22996      Branch: perl
22997            ! gv.c pod/perlobj.pod
22998 ____________________________________________________________________________
22999 [  6443] By: jhi                                   on 2000/07/26  16:06:56
23000         Log: More split() doc and test patches from Mike Guy.
23001      Branch: perl
23002            ! pod/perlfunc.pod t/op/split.t
23003 ____________________________________________________________________________
23004 [  6442] By: jhi                                   on 2000/07/26  16:05:30
23005         Log: MacOS nits from Matthias Neeracher.
23006      Branch: perl
23007            ! perl.c pp_ctl.c
23008 ____________________________________________________________________________
23009 [  6441] By: jhi                                   on 2000/07/26  04:39:57
23010         Log: Subject: [PATCH] split /^/
23011              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23012              Date: Tue, 25 Jul 2000 14:18:57 +0100
23013              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
23014              
23015              (with notes from tchrist and gbarr)
23016      Branch: perl
23017            ! pod/perlfunc.pod t/op/split.t
23018 ____________________________________________________________________________
23019 [  6440] By: jhi                                   on 2000/07/26  04:32:32
23020         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
23021              From: Peter Prymmer <pvhp@forte.com>
23022              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
23023              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
23024      Branch: perl
23025            ! vms/munchconfig.c
23026 ____________________________________________________________________________
23027 [  6439] By: jhi                                   on 2000/07/26  04:31:01
23028         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
23029              to be fatal errors (instead of by default ignoring them, and
23030              ignoring with a bug: even though -w gave an error, the opening [
23031              was left in)  Reported in:
23032              
23033              Subject: [ID 20000716.024] [=cc=] / [:blank:]
23034              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
23035              Date: Sun, 16 Jul 2000 17:55:29 -0700
23036              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
23037      Branch: perl
23038            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
23039 ____________________________________________________________________________
23040 [  6438] By: jhi                                   on 2000/07/25  15:41:15
23041         Log: Subject: [PATCH] av.c apidoc
23042              From: simon@brecon.co.uk (Simon Cozens)
23043              Date: 24 Jul 2000 06:40:52 GMT
23044              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
23045      Branch: perl
23046            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
23047            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
23048 ____________________________________________________________________________
23049 [  6437] By: jhi                                   on 2000/07/25  14:05:36
23050         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
23051              From: "Stephen P. Potter" <spp@ds.net>
23052              Date: Mon, 24 Jul 2000 14:22:23 -0400
23053              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
23054      Branch: perl
23055            ! pod/perllocale.pod
23056 ____________________________________________________________________________
23057 [  6436] By: jhi                                   on 2000/07/25  14:02:03
23058         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
23059              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23060              Date: Mon, 24 Jul 2000 18:04:28 +0100
23061              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
23062      Branch: perl
23063            ! t/lib/syslfs.t t/op/lfs.t
23064 ____________________________________________________________________________
23065 [  6435] By: jhi                                   on 2000/07/25  13:59:28
23066         Log: Get UTF16 BOMs working.  Patch from
23067              
23068              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
23069              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23070              Date: Tue, 25 Jul 2000 12:52:45 +0100
23071              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
23072              
23073              and notes from
23074              
23075              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
23076              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23077              Date: Tue, 25 Jul 2000 11:43:25 +0100
23078              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
23079      Branch: perl
23080            ! t/comp/require.t toke.c utf8.c
23081 ____________________________________________________________________________
23082 [  6434] By: jhi                                   on 2000/07/25  02:39:54
23083         Log: Make the "uninit variable" warning to say "concat or string"
23084              or "join or string" when in concat or join .
23085              
23086              Subject: Re: [ID 20000403.009] uninitialised concatenation???
23087              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23088              Date: Tue, 04 Apr 2000 18:22:58 +0100
23089              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
23090              
23091              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
23092              From: William R Ward <hermit@BayView.COM>
23093              Date: Thu, 30 Mar 2000 19:50:03 -0800
23094              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
23095      Branch: perl
23096            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
23097            ! t/pragma/warn/op t/pragma/warn/sv
23098 ____________________________________________________________________________
23099 [  6433] By: jhi                                   on 2000/07/24  17:52:56
23100         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
23101      Branch: perl
23102            ! lib/File/Spec/VMS.pm
23103 ____________________________________________________________________________
23104 [  6432] By: jhi                                   on 2000/07/24  17:44:44
23105         Log: Test cases for #6431.
23106              
23107              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
23108              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23109              Date: Mon, 24 Jul 2000 15:32:29 +0100
23110              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
23111      Branch: perl
23112            ! t/op/pat.t t/op/split.t
23113 ____________________________________________________________________________
23114 [  6431] By: jhi                                   on 2000/07/24  17:43:17
23115         Log: Bind op fix.
23116              
23117              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
23118              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23119              Date: Mon, 17 Jul 2000 20:04:56 +0100
23120              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
23121      Branch: perl
23122            ! op.c
23123 ____________________________________________________________________________
23124 [  6430] By: jhi                                   on 2000/07/24  03:42:42
23125         Log: Subject: [ID 20000716.023] syslog test fails without sockets
23126              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23127              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
23128              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
23129      Branch: metaconfig/U/perl
23130            ! Extensions.U
23131      Branch: perl
23132            ! Configure config_h.SH
23133 ____________________________________________________________________________
23134 [  6429] By: jhi                                   on 2000/07/24  03:11:52
23135         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
23136              case, but add also notes explaining the relationship of this
23137              patch and the earlier notes by Sarathy.
23138              
23139              Subject: Map is still slow
23140              From: "Ben Tilly" <ben_tilly@hotmail.com>
23141              Date: Sat, 15 Jul 2000 17:23:27 EDT
23142              Message-ID: <20000715212327.21656.qmail@hotmail.com>
23143      Branch: perl
23144            ! pp_ctl.c
23145 ____________________________________________________________________________
23146 [  6428] By: jhi                                   on 2000/07/24  02:58:52
23147         Log: Documentation to explain the behaviour of map().
23148              
23149              Subject: Re: Map is still slow 
23150              From: Gurusamy Sarathy <gsar@ActiveState.com>
23151              Date: Sat, 15 Jul 2000 16:05:09 -0700
23152              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
23153      Branch: perl
23154            ! pp_ctl.c
23155 ____________________________________________________________________________
23156 [  6427] By: jhi                                   on 2000/07/24  02:50:03
23157         Log: Add tests for
23158              [ID 19991110.003] another matching finding by pcre author
23159              which has already been fixed by some patch, as verified in
23160              
23161              Subject: Re: two regex bugs from the mists of time (well, last November)
23162              From: Hugo <hv@crypt.compulink.co.uk>
23163              Date: Sat, 22 Jul 2000 18:12:58 +0100
23164              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
23165      Branch: perl
23166            ! t/op/re_tests
23167 ____________________________________________________________________________
23168 [  6426] By: jhi                                   on 2000/07/24  02:11:20
23169         Log: A missing 'break' after the [[:space:]] switch case.
23170              
23171              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
23172              From: "Stephen P. Potter" <spp@ds.net>
23173              Date: Tue, 18 Jul 2000 16:25:17 -0400
23174              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
23175      Branch: perl
23176            ! regcomp.c
23177 ____________________________________________________________________________
23178 [  6425] By: jhi                                   on 2000/07/24  02:06:12
23179         Log: The output might have been produced in the wrong order.
23180              
23181              Subject: [ID 20000720.003] [PATCH] t/op/write.t
23182              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23183              Date: Thu, 20 Jul 2000 18:49:18 +0100
23184              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
23185      Branch: perl
23186            ! t/op/write.t
23187 ____________________________________________________________________________
23188 [  6424] By: jhi                                   on 2000/07/24  02:00:07
23189         Log: Use STDOUT consistently.
23190              
23191              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
23192              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23193              Date: Thu, 20 Jul 2000 18:04:01 +0100
23194              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
23195      Branch: perl
23196            ! lib/Test/Harness.pm
23197 ____________________________________________________________________________
23198 [  6423] By: jhi                                   on 2000/07/24  01:54:54
23199         Log: Protect against "wild next"s, that is, callbacks doing "next"
23200              instead of "return".
23201              
23202              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
23203              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23204              Date: Tue, 18 Jul 2000 11:30:16 +0100
23205              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
23206      Branch: perl
23207            ! lib/File/Find.pm
23208 ____________________________________________________________________________
23209 [  6422] By: jhi                                   on 2000/07/24  01:35:47
23210         Log: Out-of-date note removed.
23211              
23212              Subject: [PATCH] documentation perlipc
23213              From: rspier@pobox.com (Robert Spier)
23214              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
23215              Message-ID: <14711.35178.572612.502654@rls.cx>
23216      Branch: perl
23217            ! pod/perlipc.pod
23218 ____________________________________________________________________________
23219 [  6421] By: jhi                                   on 2000/07/24  00:09:18
23220         Log: Send all installperl messages to STDERR and be -w clean.
23221              
23222              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
23223              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23224              Date: Sat, 22 Jul 2000 14:02:11 +0100
23225              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
23226      Branch: perl
23227            ! installperl
23228 ____________________________________________________________________________
23229 [  6420] By: jhi                                   on 2000/07/24  00:04:19
23230         Log: Decutandpasto.
23231              
23232              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
23233              From: "Richard Soderberg" <rs@crystalflame.net>
23234              Date: Sun, 23 Jul 2000 01:37:23 -0700
23235              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
23236      Branch: perl
23237            ! pod/perlipc.pod
23238 ____________________________________________________________________________
23239 [  6419] By: jhi                                   on 2000/07/24  00:01:12
23240         Log: A cleaner abs_path().
23241              Subject: Re: unix alternative to Cwd.pm
23242              From: Jeff Pinyan <jeffp@crusoe.net>
23243              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
23244              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
23245      Branch: perl
23246            ! lib/Cwd.pm
23247 ____________________________________________________________________________
23248 [  6418] By: jhi                                   on 2000/07/23  23:48:56
23249         Log: Detypo.
23250              
23251              Subject: [PATCH perl-current] Typo in hints/powerux.sh
23252              From: "Richard Soderberg" <rs@crystalflame.net>
23253              Date: Sun, 23 Jul 2000 01:27:33 -0700
23254              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
23255      Branch: perl
23256            ! hints/powerux.sh
23257 ____________________________________________________________________________
23258 [  6417] By: jhi                                   on 2000/07/17  22:13:31
23259         Log: Subject: SDBM_File documentation
23260              From: mjd@plover.com
23261              Date: 16 Jul 2000 17:41:17 -0000
23262              Message-ID: <20000716174117.18515.qmail@plover.com>
23263      Branch: perl
23264            ! ext/SDBM_File/SDBM_File.pm
23265 ____________________________________________________________________________
23266 [  6416] By: jhi                                   on 2000/07/17  19:13:26
23267         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
23268      Branch: perl
23269            ! hints/mpeix.sh mpeix/relink
23270 ____________________________________________________________________________
23271 [  6415] By: jhi                                   on 2000/07/15  14:11:02
23272         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
23273              the utf8 'characters' can be more than one octet).
23274              
23275              Date: Sat, 15 Jul 2000 00:21:56 +0100
23276              From: Tom Hughes <tom@compton.nu>
23277              Subject: Re: [ID 20000714.002]
23278              Message-ID: <db2334de49.tom@compton.compton.nu>
23279              
23280              Reported in
23281              
23282              Subject: [ID 20000714.002]
23283              From: "Simon Cozens" <simon@othersideofthe.earth.li>
23284              Date: 14 Jul 2000 15:13:09 -0000
23285              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
23286      Branch: perl
23287            ! doop.c
23288 ____________________________________________________________________________
23289 [  6414] By: jhi                                   on 2000/07/15  03:13:41
23290         Log: another VMS build tweak from Peter Prymmer
23291      Branch: perl
23292            ! vms/descrip_mms.template
23293 ____________________________________________________________________________
23294 [  6413] By: jhi                                   on 2000/07/15  03:10:40
23295         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
23296      Branch: perl
23297            ! vms/perlvms.pod
23298 ____________________________________________________________________________
23299 [  6412] By: jhi                                   on 2000/07/15  00:31:05
23300         Log: More docs for sv functions.
23301              
23302              Subject: [PATCH cfgperl] sv.c apidoc
23303              From: simon@brecon.co.uk (Simon Cozens)
23304              Date: 13 Jul 2000 09:00:20 GMT
23305              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
23306              
23307              Subject: Re: [PATCH cfgperl] sv.c apidoc
23308              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23309              Date: Thu, 13 Jul 2000 12:27:41 +0100
23310              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
23311              
23312              Subject: Re: [PATCH cfgperl] sv.c apidoc
23313              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23314              Date: Thu, 13 Jul 2000 13:23:09 +0100
23315              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
23316              
23317              Subject: Re: [PATCH cfgperl] sv.c apidoc
23318              From: simon@brecon.co.uk (Simon Cozens)
23319              Date: 14 Jul 2000 06:51:02 GMT
23320              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
23321      Branch: perl
23322            ! embed.pl pod/perlapi.pod sv.c
23323 ____________________________________________________________________________
23324 [  6411] By: jhi                                   on 2000/07/15  00:10:41
23325         Log: lib/b test fixes from Peter Prymmer.
23326      Branch: perl
23327            ! t/lib/b.t
23328 ____________________________________________________________________________
23329 [  6410] By: jhi                                   on 2000/07/15  00:02:09
23330         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
23331              From: Hugo <hv@crypt.compulink.co.uk>
23332              Date: Fri, 14 Jul 2000 23:05:20 +0100
23333              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
23334              
23335              Didn't anymore apply, but that point still could use another fix.
23336      Branch: perl
23337            ! pod/perlfunc.pod
23338 ____________________________________________________________________________
23339 [  6409] By: jhi                                   on 2000/07/14  23:15:15
23340         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
23341              not in pod, from Peter Prymmer
23342      Branch: perl
23343            ! vms/descrip_mms.template
23344 ____________________________________________________________________________
23345 [  6408] By: jhi                                   on 2000/07/14  20:35:05
23346         Log: The bug report
23347              [ID 19991110.002] minimal matching discrepancy found by pcre author
23348              seems to have been fixed (though differently from what was suggested
23349              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
23350      Branch: perl
23351            ! t/op/re_tests
23352 ____________________________________________________________________________
23353 [  6407] By: jhi                                   on 2000/07/14  17:38:08
23354         Log: Fix AutoSplit to use File::Spec the right way in VMS,
23355              from Peter Prymmer.
23356      Branch: perl
23357            ! lib/AutoSplit.pm
23358 ____________________________________________________________________________
23359 [  6406] By: jhi                                   on 2000/07/14  14:13:22
23360         Log: Merge perlhacktut into perlhack, update perlguts.
23361              
23362              Subject: Re: Perlhacktut
23363              From: simon@brecon.co.uk (Simon Cozens)
23364              Date: 14 Jul 2000 06:49:21 GMT
23365              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
23366              
23367              Subject: Re: Perlhacktut
23368              From: simon@brecon.co.uk (Simon Cozens)
23369              Date: 14 Jul 2000 07:09:45 GMT
23370              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
23371      Branch: perl
23372            ! pod/perlguts.pod pod/perlhack.pod
23373 ____________________________________________________________________________
23374 [  6405] By: jhi                                   on 2000/07/14  14:02:31
23375         Log: Integrate with Sarathy.
23376      Branch: cfgperl
23377           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
23378           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
23379           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
23380 ____________________________________________________________________________
23381 [  6404] By: gsar                                  on 2000/07/14  12:15:02
23382         Log: PERL_OBJECT build tweaks
23383      Branch: perl
23384            ! toke.c
23385 ____________________________________________________________________________
23386 [  6403] By: gsar                                  on 2000/07/14  11:23:41
23387         Log: inconsistent types needs casts
23388      Branch: perl
23389            ! toke.c
23390 ____________________________________________________________________________
23391 [  6402] By: gsar                                  on 2000/07/14  11:12:04
23392         Log: typos in change#6399, regen headers
23393      Branch: perl
23394            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
23395 ____________________________________________________________________________
23396 [  6401] By: gsar                                  on 2000/07/14  10:59:12
23397         Log: typecasts needed for change#6394
23398      Branch: perl
23399            ! toke.c
23400 ____________________________________________________________________________
23401 [  6400] By: gsar                                  on 2000/07/14  10:49:37
23402         Log: integrate cfgperl contents into mainline
23403      Branch: perl
23404           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
23405           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
23406 ____________________________________________________________________________
23407 [  6399] By: gsar                                  on 2000/07/14  10:38:35
23408         Log: enable UTF-16 filter by default if relevant BOM is seen; various
23409              cleanups (typos, misformatted code, and small bugs)
23410      Branch: perl
23411            ! doop.c embed.pl mg.c op.c pp.c toke.c
23412 ____________________________________________________________________________
23413 [  6398] By: gsar                                  on 2000/07/14  08:55:38
23414         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
23415              name suggests anyway)
23416      Branch: perl
23417            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
23418 ____________________________________________________________________________
23419 [  6397] By: gsar                                  on 2000/07/14  08:44:33
23420         Log: move new variables to the end of the interpreter structure (for
23421              bincompat in code that doesn't #include XSUB.h)
23422      Branch: perl
23423            ! intrpvar.h
23424 ____________________________________________________________________________
23425 [  6396] By: gsar                                  on 2000/07/14  08:13:58
23426         Log: MakeMaker should not remove editor backups (*~) on `make clean`
23427              by default (completes change#6383)
23428      Branch: perl
23429            ! lib/ExtUtils/MM_Unix.pm
23430 ____________________________________________________________________________
23431 [  6395] By: jhi                                   on 2000/07/14  05:20:33
23432         Log: Replace change #6337 with a better one.
23433              
23434              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
23435              From: Hugo <hv@crypt.compulink.co.uk>
23436              Date: Fri, 14 Jul 2000 04:16:20 +0100
23437              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
23438      Branch: cfgperl
23439            ! regexec.c t/op/re_tests
23440 ____________________________________________________________________________
23441 [  6394] By: jhi                                   on 2000/07/14  01:33:59
23442         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
23443      Branch: cfgperl
23444            ! embed.pl global.sym proto.h toke.c
23445 ____________________________________________________________________________
23446 [  6393] By: jhi                                   on 2000/07/13  23:41:23
23447         Log: remove discarded test
23448      Branch: cfgperl
23449            ! MANIFEST
23450 ____________________________________________________________________________
23451 [  6392] By: jhi                                   on 2000/07/13  23:32:25
23452         Log: The {multiplier} of a fixed substring was overlooked which
23453              caused a wrong initial search offset for that substring.
23454              
23455              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
23456              From: Hugo <hv@crypt.compulink.co.uk>
23457              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
23458              Date: Thu, 13 Jul 2000 19:27:13 +0100
23459      Branch: cfgperl
23460            ! regcomp.c t/op/re_tests
23461 ____________________________________________________________________________
23462 [  6391] By: jhi                                   on 2000/07/13  16:37:42
23463         Log: typo fix from Craig Berry
23464      Branch: cfgperl
23465            ! vms/subconfigure.com
23466 ____________________________________________________________________________
23467 [  6390] By: jhi                                   on 2000/07/13  13:20:12
23468         Log: Integrate with Sarathy.
23469      Branch: cfgperl
23470            - t/op/method2entersub.t
23471           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
23472           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
23473           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
23474           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
23475 ____________________________________________________________________________
23476 [  6389] By: jhi                                   on 2000/07/13  13:18:48
23477         Log: Detypo from Peter Prymmer, part of #6388.
23478      Branch: cfgperl
23479            ! Configure config_h.SH
23480      Branch: metaconfig
23481            ! U/modified/d_longlong.U
23482 ____________________________________________________________________________
23483 [  6388] By: gsar                                  on 2000/07/13  06:33:40
23484         Log: typos (spotted by Peter Prymmer)
23485      Branch: perl
23486            ! Configure t/lib/english.t
23487 ____________________________________________________________________________
23488 [  6387] By: gsar                                  on 2000/07/13  05:35:28
23489         Log: new selfloader.t in change#6183 doesn't close DATA handles,
23490              and thus fails to clean up tmp files on dosish platforms
23491      Branch: perl
23492            ! t/lib/selfloader.t
23493 ____________________________________________________________________________
23494 [  6386] By: gsar                                  on 2000/07/12  21:42:39
23495         Log: sprintf test tweaks (from Dominic Dunlop)
23496      Branch: perl
23497            ! t/op/sprintf.t
23498 ____________________________________________________________________________
23499 [  6385] By: gsar                                  on 2000/07/12  21:33:46
23500         Log: fix bugs in processing %v-*d and similar format specs (from
23501              Avi Finkel <avi@finkel.org>)
23502      Branch: perl
23503            ! sv.c t/op/sprintf.t
23504 ____________________________________________________________________________
23505 [  6384] By: gsar                                  on 2000/07/12  16:04:19
23506         Log: readd missing perldelta.pod changes from changes#6339,6376
23507      Branch: perl
23508            ! pod/perldelta.pod
23509 ____________________________________________________________________________
23510 [  6383] By: gsar                                  on 2000/07/12  16:00:51
23511         Log: don't clobber *.orig files on *clean targets
23512      Branch: perl
23513            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
23514 ____________________________________________________________________________
23515 [  6382] By: gsar                                  on 2000/07/12  07:59:12
23516         Log: fix broken integrations in cfgperl
23517      Branch: cfgperl
23518           !> Changes pod/perldelta.pod
23519 ____________________________________________________________________________
23520 [  6381] By: gsar                                  on 2000/07/12  07:42:17
23521         Log: integrate cfgperl changes into mainline
23522      Branch: perl
23523            ! Changes
23524           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
23525           !> pod/perlre.pod
23526 ____________________________________________________________________________
23527 [  6380] By: gsar                                  on 2000/07/12  07:31:00
23528         Log: get sprintf.t to adjust properly for 3-digit exponents
23529      Branch: perl
23530            ! t/op/sprintf.t
23531 ____________________________________________________________________________
23532 [  6379] By: gsar                                  on 2000/07/12  06:40:04
23533         Log: change#6174 needs corresponding change in win32/config_h.PL,
23534              which grovels through config_h.SH to find the config.h name
23535      Branch: perl
23536            ! win32/config_h.PL
23537 ____________________________________________________________________________
23538 [  6378] By: jhi                                   on 2000/07/12  05:03:59
23539         Log: Do the cc sanity check both before the hints and
23540              after the cc selction.
23541      Branch: cfgperl
23542            ! Configure config_h.SH
23543      Branch: metaconfig
23544            ! U/modified/Oldconfig.U U/modified/cc.U
23545      Branch: metaconfig/U/perl
23546            + Checkcc.U
23547 ____________________________________________________________________________
23548 [  6377] By: jhi                                   on 2000/07/12  02:49:22
23549         Log: Fix nits noticed by Boston.pm.
23550      Branch: cfgperl
23551            ! pod/perlre.pod
23552 ____________________________________________________________________________
23553 [  6376] By: jhi                                   on 2000/07/11  21:22:13
23554         Log: Configure cosmetics and perldelta.
23555      Branch: cfgperl
23556            ! Configure config_h.SH pod/perldelta.pod
23557      Branch: metaconfig
23558            ! U/modified/cc.U
23559 ____________________________________________________________________________
23560 [  6375] By: gsar                                  on 2000/07/11  21:17:35
23561         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
23562      Branch: perl
23563            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
23564            ! win32/win32sck.c
23565 ____________________________________________________________________________
23566 [  6374] By: gsar                                  on 2000/07/11  20:48:50
23567         Log: tweak for build failure under multiplicity
23568      Branch: perl
23569            ! toke.c
23570 ____________________________________________________________________________
23571 [  6373] By: gsar                                  on 2000/07/11  20:37:23
23572         Log: integrate cfgperl changes#6325..6373 into mainline
23573              (NOTE: today's batch of integrations still untested)
23574      Branch: perl
23575           +> ext/DynaLoader/hints/netbsd.pl
23576            ! Changes
23577           !> (integrate 26 files)
23578 ____________________________________________________________________________
23579 [  6372] By: jhi                                   on 2000/07/11  20:30:36
23580         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
23581              regen perltoc.
23582      Branch: cfgperl
23583            + pod/perlbook.pod
23584            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
23585            ! pod/perltoc.pod
23586 ____________________________________________________________________________
23587 [  6371] By: jhi                                   on 2000/07/11  20:08:56
23588         Log: Minor cleanups on the booklist.
23589      Branch: cfgperl
23590            ! pod/perlfaq2.pod
23591 ____________________________________________________________________________
23592 [  6370] By: jhi                                   on 2000/07/11  19:31:13
23593         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
23594      Branch: cfgperl
23595            ! t/pragma/overload.t
23596 ____________________________________________________________________________
23597 [  6369] By: gsar                                  on 2000/07/11  19:27:48
23598         Log: integrate cfgperl changes#6293..6324 into mainline
23599      Branch: perl
23600           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
23601            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
23602           !> (integrate 30 files)
23603 ____________________________________________________________________________
23604 [  6368] By: gsar                                  on 2000/07/11  19:18:57
23605         Log: skip integrate of problematic change#6292 from cfgperl into mainline
23606      Branch: perl
23607           !> pp_hot.c
23608 ____________________________________________________________________________
23609 [  6367] By: gsar                                  on 2000/07/11  19:17:21
23610         Log: integrate cfgperl changes#6288..6290 into mainline
23611      Branch: perl
23612           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
23613 ____________________________________________________________________________
23614 [  6366] By: gsar                                  on 2000/07/11  19:11:18
23615         Log: integrate cfgperl changes#6268..6282 into mainline
23616      Branch: perl
23617           !> (integrate 30 files)
23618 ____________________________________________________________________________
23619 [  6365] By: gsar                                  on 2000/07/11  18:57:00
23620         Log: delete new accidentally branched file
23621      Branch: perl
23622            - t/op/method2entersub.t
23623 ____________________________________________________________________________
23624 [  6364] By: gsar                                  on 2000/07/11  18:55:13
23625         Log: skip integrate of change#6267 from cfgperl into mainline (the
23626              method call optimization is flawed without additional hints
23627              from user about immutableness of @ISA and no runtime method
23628              definitions)
23629      Branch: perl
23630           +> t/op/method2entersub.t
23631           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
23632           !> perl.h t/op/sprintf.t xsutils.c
23633 ____________________________________________________________________________
23634 [  6363] By: gsar                                  on 2000/07/11  18:49:43
23635         Log: integrate cfgperl changes#6261..6266 into mainline
23636      Branch: perl
23637           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
23638           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
23639           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23640           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
23641 ____________________________________________________________________________
23642 [  6362] By: gsar                                  on 2000/07/11  18:43:26
23643         Log: integrate cfgperl changes#6252..6260 into mainline
23644      Branch: perl
23645           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
23646           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
23647           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
23648           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
23649 ____________________________________________________________________________
23650 [  6361] By: gsar                                  on 2000/07/11  18:37:12
23651         Log: skip integrate of problematic change#6251 from cfgperl into mainline
23652      Branch: perl
23653           !> lib/Exporter.pm
23654 ____________________________________________________________________________
23655 [  6360] By: gsar                                  on 2000/07/11  18:34:56
23656         Log: integrate cfgperl change#6250 into mainline
23657      Branch: perl
23658           +> t/op/my_stash.t
23659           !> MANIFEST embed.pl proto.h toke.c
23660 ____________________________________________________________________________
23661 [  6359] By: gsar                                  on 2000/07/11  18:21:19
23662         Log: integrate cfgperl changes#6242..6249 into mainline
23663      Branch: perl
23664           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
23665           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
23666           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
23667           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
23668           !> t/lib/peek.t utf8.c
23669 ____________________________________________________________________________
23670 [  6358] By: gsar                                  on 2000/07/11  18:15:45
23671         Log: skip integrate of problematic change#6241 from cfgperl into mainline
23672      Branch: perl
23673           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
23674 ____________________________________________________________________________
23675 [  6357] By: jhi                                   on 2000/07/11  18:15:16
23676         Log: Fix for
23677              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
23678              From: Roderick Schertler <roderick@argon.org> 
23679              Date: Tue, 11 Jul 2000 13:55:05 -0400 
23680              Message-Id: <200007111755.NAA05077@jones.argon.org> 
23681      Branch: cfgperl
23682            ! doio.c
23683 ____________________________________________________________________________
23684 [  6356] By: jhi                                   on 2000/07/11  18:12:51
23685         Log: Typo in #6341.
23686      Branch: cfgperl
23687            ! pp_hot.c
23688 ____________________________________________________________________________
23689 [  6355] By: gsar                                  on 2000/07/11  18:12:10
23690         Log: integrate cfgperl changes#6231..6240 into mainline
23691      Branch: perl
23692           +> pod/perlutil.pod
23693           !> (integrate 35 files)
23694 ____________________________________________________________________________
23695 [  6354] By: jhi                                   on 2000/07/11  18:04:34
23696         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
23697              From: Dominic Dunlop <domo@computer.org> 
23698              Date: Tue, 11 Jul 2000 12:27:33 +0200 
23699              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
23700              
23701              Replaces change #6268.
23702      Branch: cfgperl
23703            ! t/op/sprintf.t
23704 ____________________________________________________________________________
23705 [  6353] By: gsar                                  on 2000/07/11  17:59:51
23706         Log: skip integrate of problematic change#6230 from cfgperl into mainline
23707              (a later version of File::Spec is already in mainline)
23708      Branch: perl
23709           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
23710           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
23711 ____________________________________________________________________________
23712 [  6352] By: gsar                                  on 2000/07/11  17:57:48
23713         Log: integrate cfgperl changes#6224..6229 into mainline
23714      Branch: perl
23715           +> lib/lib.pm.PL
23716            - lib/lib.pm
23717           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
23718           !> lib/English.pm op.c t/lib/english.t
23719 ____________________________________________________________________________
23720 [  6351] By: gsar                                  on 2000/07/11  17:50:10
23721         Log: skip integrate of problematic change#6223 from cfgperl into mainline
23722      Branch: perl
23723           !> doio.c
23724 ____________________________________________________________________________
23725 [  6350] By: gsar                                  on 2000/07/11  17:48:28
23726         Log: integrate cfgperl changes#6220..6222 into mainline
23727      Branch: perl
23728           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
23729           !> toke.c utf8.c win32/win32.h
23730 ____________________________________________________________________________
23731 [  6349] By: gsar                                  on 2000/07/11  17:46:13
23732         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
23733              mainline
23734      Branch: perl
23735           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
23736           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
23737           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23738 ____________________________________________________________________________
23739 [  6348] By: jhi                                   on 2000/07/11  17:45:49
23740         Log: README.posix-bc podified from Thomas Dorner.
23741      Branch: cfgperl
23742            ! README.posix-bc
23743 ____________________________________________________________________________
23744 [  6347] By: gsar                                  on 2000/07/11  17:42:04
23745         Log: integrate cfgperl change#6217 into mainline
23746      Branch: perl
23747           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
23748           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
23749           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
23750 ____________________________________________________________________________
23751 [  6346] By: gsar                                  on 2000/07/11  17:39:37
23752         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
23753              mainline
23754      Branch: perl
23755           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
23756           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23757           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
23758           !> perlapi.h pod/perlapi.pod
23759 ____________________________________________________________________________
23760 [  6345] By: gsar                                  on 2000/07/11  17:36:42
23761         Log: integrate cfgperl changes#6207..6210 into mainline
23762      Branch: perl
23763           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
23764           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
23765 ____________________________________________________________________________
23766 [  6344] By: gsar                                  on 2000/07/11  17:31:20
23767         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
23768              mainline
23769      Branch: perl
23770           !> (integrate 40 files)
23771 ____________________________________________________________________________
23772 [  6343] By: gsar                                  on 2000/07/11  17:19:08
23773         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
23774      Branch: perl
23775           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
23776            ! Changes
23777           !> (integrate 34 files)
23778 ____________________________________________________________________________
23779 [  6342] By: jhi                                   on 2000/07/11  16:05:48
23780         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
23781              To: perl5-porters@perl.org
23782              From: Karsten Sperling <spiff@phreax.net>
23783              Date: Mon, 10 Jul 2000 15:12:52 +0200
23784              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
23785      Branch: cfgperl
23786            ! lib/Symbol.pm
23787 ____________________________________________________________________________
23788 [  6341] By: jhi                                   on 2000/07/11  15:59:23
23789         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
23790              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23791              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
23792              Date: Fri, 07 Jul 2000 17:57:16 +0100
23793      Branch: cfgperl
23794            ! pp_hot.c
23795 ____________________________________________________________________________
23796 [  6340] By: jhi                                   on 2000/07/11  15:55:47
23797         Log: Subject: Re: format bug report  [Patch]
23798              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23799              Date: Wed, 05 Jul 2000 13:12:52 +0200
23800              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
23801              
23802              Subject: Re: format bug report  [Patch]
23803              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23804              Date: Wed, 05 Jul 2000 14:10:01 +0200
23805              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
23806      Branch: cfgperl
23807            ! t/op/write.t toke.c
23808 ____________________________________________________________________________
23809 [  6339] By: jhi                                   on 2000/07/11  13:54:09
23810         Log: Be less forgiving about ambiguous and illegal tr ranges.
23811              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
23812              From: Mark-Jason Dominus <mjd@plover.com>
23813              Date: Tue, 04 Jul 2000 10:00:12 -0400
23814              Message-ID: <20000704140012.17772.qmail@plover.com>
23815              
23816              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
23817              From: Mark-Jason Dominus <mjd@plover.com>
23818              Date: Wed, 05 Jul 2000 09:37:36 -0400
23819              Message-ID: <20000705133736.27293.qmail@plover.com>
23820      Branch: cfgperl
23821            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
23822 ____________________________________________________________________________
23823 [  6338] By: jhi                                   on 2000/07/11  13:31:24
23824         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
23825              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23826              Date: Tue, 11 Jul 2000 13:50:51 +0100
23827              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
23828      Branch: cfgperl
23829            ! sv.c
23830 ____________________________________________________________________________
23831 [  6337] By: jhi                                   on 2000/07/11  13:29:14
23832         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
23833              From: Hugo <hv@crypt.compulink.co.uk>
23834              Date: Tue, 11 Jul 2000 12:44:50 +0100
23835              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
23836      Branch: cfgperl
23837            ! regexec.c t/op/re_tests
23838 ____________________________________________________________________________
23839 [  6336] By: jhi                                   on 2000/07/11  13:26:47
23840         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
23841              From: simon@brecon.co.uk (Simon Cozens)
23842              Date: 7 Jul 2000 11:26:09 GMT
23843              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
23844      Branch: cfgperl
23845            ! mg.c
23846 ____________________________________________________________________________
23847 [  6335] By: jhi                                   on 2000/07/11  13:23:37
23848         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
23849              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
23850              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
23851              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
23852      Branch: cfgperl
23853            + ext/DynaLoader/hints/netbsd.pl
23854            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
23855 ____________________________________________________________________________
23856 [  6334] By: jhi                                   on 2000/07/11  13:20:38
23857         Log: Subject: PATCH perlguts.pod: Document D and d magic types
23858              From: mjd@plover.com
23859              Date: 5 Jul 2000 18:01:51 -0000
23860              Message-ID: <20000705180151.29413.qmail@plover.com>
23861      Branch: cfgperl
23862            ! pod/perlguts.pod
23863 ____________________________________________________________________________
23864 [  6333] By: jhi                                   on 2000/07/11  13:15:51
23865         Log: Precedence goof, fix based on
23866              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
23867              From: Hugo <hv@crypt.compulink.co.uk>
23868              Date: Tue, 11 Jul 2000 12:52:38 +0100
23869              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
23870      Branch: cfgperl
23871            ! t/op/taint.t
23872 ____________________________________________________________________________
23873 [  6332] By: jhi                                   on 2000/07/11  12:40:17
23874         Log: Integrate with Sarathy.
23875      Branch: cfgperl
23876           !> win32/win32sck.c
23877 ____________________________________________________________________________
23878 [  6331] By: jhi                                   on 2000/07/10  20:14:16
23879         Log: Sprinkle ldlibpath.
23880      Branch: cfgperl
23881            ! pod/Makefile.SH
23882 ____________________________________________________________________________
23883 [  6330] By: jhi                                   on 2000/07/10  17:54:49
23884         Log: More POSIX.pod tweaks.
23885      Branch: cfgperl
23886            ! ext/POSIX/POSIX.pod
23887 ____________________________________________________________________________
23888 [  6329] By: jhi                                   on 2000/07/10  14:02:12
23889         Log: Reorder perl.pod once more.
23890      Branch: cfgperl
23891            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23892 ____________________________________________________________________________
23893 [  6328] By: gsar                                  on 2000/07/10  07:06:00
23894         Log: accept() leaks memory on windows due to incorrect ordering of
23895              closesocket() and fclose() calls
23896      Branch: perl
23897            ! win32/win32sck.c
23898 ____________________________________________________________________________
23899 [  6327] By: gsar                                  on 2000/07/10  06:49:17
23900         Log: winsock options weren't being set in all threads under ithreads
23901              (caused send()s from second and subsequent threads to fail)
23902      Branch: perl
23903            ! win32/win32sck.c
23904 ____________________________________________________________________________
23905 [  6326] By: jhi                                   on 2000/07/08  02:45:40
23906         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
23907              was cast to an unsigned (32-bit) integer with wild abandon.
23908      Branch: cfgperl
23909            ! ext/Devel/DProf/DProf.xs
23910 ____________________________________________________________________________
23911 [  6325] By: jhi                                   on 2000/07/07  18:50:33
23912         Log: Remove perlbook, update perlfaq book listing,
23913              rearrange perl.pod, regenerate perltoc.
23914      Branch: cfgperl
23915            - pod/perlbook.pod
23916            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
23917            ! pod/perlfaq2.pod pod/perltoc.pod
23918 ____________________________________________________________________________
23919 [  6324] By: jhi                                   on 2000/07/07  14:03:40
23920         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
23921      Branch: cfgperl
23922            ! sv.h toke.c
23923 ____________________________________________________________________________
23924 [  6323] By: jhi                                   on 2000/07/06  16:03:55
23925         Log: Fix complaints of buildtoc.
23926      Branch: cfgperl
23927            + lib/Win32.pod
23928            - pod/Win32.pod
23929            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23930 ____________________________________________________________________________
23931 [  6322] By: jhi                                   on 2000/07/06  15:15:52
23932         Log: Add =head1 NAMEs so that buildtoc is happy.
23933              (The CGI::Util nit reported to Lincoln.)
23934      Branch: cfgperl
23935            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
23936            ! pod/perltoc.pod
23937 ____________________________________________________________________________
23938 [  6321] By: jhi                                   on 2000/07/06  03:16:04
23939         Log: Config is being used.
23940      Branch: cfgperl
23941            ! t/op/method.t
23942 ____________________________________________________________________________
23943 [  6320] By: jhi                                   on 2000/07/06  03:13:13
23944         Log: Integrate with Sarathy.
23945      Branch: cfgperl
23946           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
23947 ____________________________________________________________________________
23948 [  6319] By: jhi                                   on 2000/07/06  03:11:46
23949         Log: Autogenerate pod/Makefile and pod/buildtoc.
23950              buildtoc also checks whether the existin pods are
23951              mentioned in MANIFEST and perl.pod, and vice versa.
23952              (None of the thusly found discrepancies fixed yet.)
23953              roffitall also needs to be autogenerated similarly but it
23954              seems so badly out of date that I didn't touch it yet.
23955      Branch: cfgperl
23956            + pod/Makefile.SH pod/buildtoc.PL
23957            - pod/Makefile pod/buildtoc
23958            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
23959 ____________________________________________________________________________
23960 [  6318] By: gsar                                  on 2000/07/05  22:10:54
23961         Log: fix UNC path handling on Windows under ithreads, and chdir()
23962              return value when given a non-existent directory
23963      Branch: perl
23964            ! win32/vdir.h
23965 ____________________________________________________________________________
23966 [  6317] By: gsar                                  on 2000/07/05  22:08:19
23967         Log: winsock cleanup never done on Windows (leads to handle leaks)
23968      Branch: perl
23969            ! win32/perllib.c win32/win32sck.c
23970 ____________________________________________________________________________
23971 [  6316] By: gsar                                  on 2000/07/05  22:06:19
23972         Log: some debugger output does not go to the socket when RemotePort is set
23973      Branch: perl
23974            ! lib/perl5db.pl
23975 ____________________________________________________________________________
23976 [  6315] By: jhi                                   on 2000/07/05  00:25:21
23977         Log: Integrate with Sarathy, preliminary fix for unicos
23978              alignment problems in [ID 20000612.002] Perl problem on Cray system.
23979      Branch: cfgperl
23980            ! sv.h
23981           !> pp_hot.c
23982 ____________________________________________________________________________
23983 [  6314] By: gsar                                  on 2000/07/04  23:34:02
23984         Log: tyop in change#6306
23985      Branch: perl
23986            ! pp_hot.c
23987 ____________________________________________________________________________
23988 [  6313] By: jhi                                   on 2000/07/04  22:14:38
23989         Log: Multiline string literals ENONPORTABLE.
23990      Branch: cfgperl
23991            ! pp_hot.c
23992 ____________________________________________________________________________
23993 [  6312] By: jhi                                   on 2000/07/04  20:34:44
23994         Log: Integrate with Sarathy.
23995      Branch: cfgperl
23996           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
23997           !> t/op/method.t
23998 ____________________________________________________________________________
23999 [  6311] By: jhi                                   on 2000/07/04  20:30:56
24000         Log: More POSIX.pod embellishment.
24001      Branch: cfgperl
24002            ! ext/POSIX/POSIX.pod
24003 ____________________________________________________________________________
24004 [  6310] By: gsar                                  on 2000/07/04  17:28:48
24005         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
24006      Branch: perl
24007            ! t/lib/b.t
24008 ____________________________________________________________________________
24009 [  6309] By: jhi                                   on 2000/07/04  17:22:18
24010         Log: The #6308 required a little bit more.
24011      Branch: cfgperl
24012            ! Makefile.SH win32/Makefile
24013 ____________________________________________________________________________
24014 [  6308] By: jhi                                   on 2000/07/04  16:35:24
24015         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
24016      Branch: cfgperl
24017            + lib/lib_pm.PL
24018            - lib/lib.pm.PL
24019            ! MANIFEST Makefile.SH
24020 ____________________________________________________________________________
24021 [  6307] By: jhi                                   on 2000/07/04  16:28:58
24022         Log: Win32 patches for cfgperl from Sarathy.
24023      Branch: cfgperl
24024            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
24025            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
24026            ! thread.h toke.c util.c win32/Makefile win32/win32.c
24027 ____________________________________________________________________________
24028 [  6306] By: gsar                                  on 2000/07/04  16:28:40
24029         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
24030              (from Richard Soderberg <rs@oregonnet.com>)
24031      Branch: perl
24032            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
24033 ____________________________________________________________________________
24034 [  6305] By: jhi                                   on 2000/07/04  16:24:24
24035         Log: Integrate with Sarathy.
24036      Branch: cfgperl
24037           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
24038           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24039           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
24040           !> proto.h win32/win32.c
24041 ____________________________________________________________________________
24042 [  6304] By: gsar                                  on 2000/07/04  16:17:24
24043         Log: missing perldiag entry for unpack("w",...) diagnostic (from
24044              Andreas Koenig)
24045      Branch: perl
24046            ! pod/perldiag.pod
24047 ____________________________________________________________________________
24048 [  6303] By: gsar                                  on 2000/07/04  16:14:44
24049         Log: remove rel2abs prototypes (from Barrie Slaymaker)
24050      Branch: perl
24051            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
24052            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
24053 ____________________________________________________________________________
24054 [  6302] By: gsar                                  on 2000/07/04  04:59:35
24055         Log: adjust change#6299
24056      Branch: perl
24057            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
24058            ! win32/win32.c
24059 ____________________________________________________________________________
24060 [  6301] By: jhi                                   on 2000/07/04  04:50:07
24061         Log: Integrate with Sarathy.
24062      Branch: cfgperl
24063           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
24064           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
24065           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
24066 ____________________________________________________________________________
24067 [  6300] By: gsar                                  on 2000/07/04  04:42:09
24068         Log: PERL_OBJECT build tweak
24069      Branch: perl
24070            ! perl.h
24071 ____________________________________________________________________________
24072 [  6299] By: gsar                                  on 2000/07/04  04:37:00
24073         Log: fix memory leak on Windows (PL_sys_intern contents were never
24074              freed)
24075      Branch: perl
24076            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
24077            ! perlapi.c proto.h win32/win32.c
24078 ____________________________________________________________________________
24079 [  6298] By: gsar                                  on 2000/07/04  04:15:59
24080         Log: fix large memory leak that has been around for ever, masked by
24081              -DPURIFY (most of the arenas were never freed!)
24082      Branch: perl
24083            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
24084 ____________________________________________________________________________
24085 [  6297] By: gsar                                  on 2000/07/04  04:07:46
24086         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
24087      Branch: perl
24088            ! perl.c
24089 ____________________________________________________________________________
24090 [  6296] By: jhi                                   on 2000/06/30  18:28:37
24091         Log: Elaborate POSIX.pod.  Still needs work.
24092      Branch: cfgperl
24093            ! ext/POSIX/POSIX.pod
24094 ____________________________________________________________________________
24095 [  6295] By: jhi                                   on 2000/06/30  14:58:18
24096         Log: Point to perlipc for more SysV IPC examples.
24097      Branch: cfgperl
24098            ! pod/perlfunc.pod
24099 ____________________________________________________________________________
24100 [  6294] By: gsar                                  on 2000/06/30  14:47:45
24101         Log: slurp mode fix in change#4736 still not quite right
24102      Branch: perl
24103            ! pp_hot.c t/io/argv.t
24104 ____________________________________________________________________________
24105 [  6293] By: jhi                                   on 2000/06/30  12:02:55
24106         Log: Integrate with Sarathy.
24107      Branch: cfgperl
24108           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
24109 ____________________________________________________________________________
24110 [  6292] By: jhi                                   on 2000/06/30  12:01:11
24111         Log: From: simon@brecon.co.uk (Simon Cozens)
24112              Subject: UTF8 concat
24113              Date: 30 Jun 2000 06:13:25 GMT
24114              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
24115      Branch: cfgperl
24116            ! pp_hot.c
24117 ____________________________________________________________________________
24118 [  6291] By: gsar                                  on 2000/06/30  04:37:33
24119         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
24120              when @_ is modified, causing coredumps
24121      Branch: perl
24122            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
24123 ____________________________________________________________________________
24124 [  6290] By: jhi                                   on 2000/06/30  02:21:44
24125         Log: Integrate with Sarathy.
24126      Branch: cfgperl
24127           !> vms/vms.c vms/vmsish.h
24128 ____________________________________________________________________________
24129 [  6289] By: jhi                                   on 2000/06/30  02:21:02
24130         Log: Check VERSIONs.
24131      Branch: cfgperl
24132            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
24133            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
24134            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
24135 ____________________________________________________________________________
24136 [  6288] By: jhi                                   on 2000/06/30  02:18:52
24137         Log: Integrate with Sarathy.
24138      Branch: cfgperl
24139           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
24140           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
24141           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
24142           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
24143 ____________________________________________________________________________
24144 [  6287] By: gsar                                  on 2000/06/30  02:17:08
24145         Log: integrate vmsperl changes into mainline
24146      Branch: perl
24147           !> vms/vms.c vms/vmsish.h
24148 ____________________________________________________________________________
24149 [  6285] By: gsar                                  on 2000/06/30  02:05:28
24150         Log: localize %INC in a Safe compartment so that use/require work
24151              (many other magic globals probably need similar treatment)
24152      Branch: perl
24153            ! ext/Opcode/Opcode.xs
24154 ____________________________________________________________________________
24155 [  6284] By: gsar                                  on 2000/06/30  01:54:54
24156         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
24157              about Windows
24158      Branch: perl
24159            ! pod/perlembed.pod
24160 ____________________________________________________________________________
24161 [  6283] By: jhi                                   on 2000/06/30  01:50:10
24162         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
24163              From: Barrie Slaymaker <barries@jester.slaysys.com>
24164              Date: Wed, 28 Jun 2000 11:35:29 -0400
24165              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
24166      Branch: perl
24167            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
24168            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24169            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24170            ! lib/File/Spec/Win32.pm
24171 ____________________________________________________________________________
24172 [  6282] By: jhi                                   on 2000/06/29  22:57:22
24173         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
24174              From: Dan Sugalski <dan@sidhe.org>
24175              Date: Tue, 06 Jun 2000 11:59:50 -0400
24176              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
24177      Branch: cfgperl
24178            ! vms/vms.c
24179 ____________________________________________________________________________
24180 [  6281] By: jhi                                   on 2000/06/29  22:52:50
24181         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
24182              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24183              Date: Wed, 7 Jun 2000 04:02:04 -0500
24184              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
24185      Branch: cfgperl
24186            ! utils/h2xs.PL
24187 ____________________________________________________________________________
24188 [  6280] By: jhi                                   on 2000/06/29  22:45:47
24189         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
24190              From: rspier@pobox.com (Robert Spier)
24191              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
24192              Message-ID: <14654.31913.845602.610277@rls.cx>
24193      Branch: cfgperl
24194            ! utils/h2xs.PL
24195 ____________________________________________________________________________
24196 [  6279] By: jhi                                   on 2000/06/29  22:38:16
24197         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
24198              From: Tim Ayers <tayers@bridge.com>
24199              Date: Thu, 08 Jun 2000 08:11:06 +0200
24200              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
24201              [resent by Richard Foley, Message-Id probably wrong]
24202      Branch: cfgperl
24203            ! pod/perlsub.pod
24204 ____________________________________________________________________________
24205 [  6278] By: jhi                                   on 2000/06/29  22:21:45
24206         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
24207              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
24208              Date: Fri, 09 Jun 2000 12:39:27 -0400
24209              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
24210              (plus update the version "number" of Text::Wrap)
24211      Branch: cfgperl
24212            ! lib/Text/Wrap.pm
24213 ____________________________________________________________________________
24214 [  6277] By: jhi                                   on 2000/06/29  22:13:10
24215         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
24216              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24217              Date: Mon, 12 Jun 2000 14:55:59 +0100
24218              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
24219      Branch: cfgperl
24220            ! pod/perlfunc.pod
24221 ____________________________________________________________________________
24222 [  6276] By: jhi                                   on 2000/06/29  22:11:06
24223         Log: Subject: [PATCH] Re: eval documentation: context
24224              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24225              Date: Mon, 12 Jun 2000 15:07:29 +0100
24226              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
24227      Branch: cfgperl
24228            ! pod/perlfunc.pod
24229 ____________________________________________________________________________
24230 [  6275] By: jhi                                   on 2000/06/29  21:59:46
24231         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
24232              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24233              Date: Tue, 13 Jun 2000 02:43:48 -0500
24234              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
24235      Branch: cfgperl
24236            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
24237 ____________________________________________________________________________
24238 [  6274] By: jhi                                   on 2000/06/29  21:56:14
24239         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
24240              From: Andy Dougherty <doughera@lafayette.edu>
24241              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
24242              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
24243      Branch: cfgperl
24244            ! ext/File/Glob/Glob.pm
24245 ____________________________________________________________________________
24246 [  6273] By: jhi                                   on 2000/06/29  21:49:09
24247         Log: Subject: [PATCH] xsub attributes
24248              From: Doug MacEachern <dougm@covalent.net>
24249              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
24250              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
24251      Branch: cfgperl
24252            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
24253            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
24254 ____________________________________________________________________________
24255 [  6272] By: jhi                                   on 2000/06/29  21:41:28
24256         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
24257              From: Tom Phoenix <rootbeer@redcat.com>
24258              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
24259              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
24260      Branch: cfgperl
24261            ! lib/Net/Ping.pm
24262 ____________________________________________________________________________
24263 [  6271] By: jhi                                   on 2000/06/29  21:36:55
24264         Log: Subject: PATCH pod/perltie.pod
24265              From: Ian Phillipps <Ian.Phillipps@iname.com>
24266              Date: Fri, 16 Jun 2000 00:17:19 +0100
24267              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
24268              (only the first hunk, the second hunk had already been done
24269              by some other patch)
24270      Branch: cfgperl
24271            ! pod/perltie.pod
24272 ____________________________________________________________________________
24273 [  6270] By: jhi                                   on 2000/06/29  21:24:51
24274         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
24275              From: Nicholas Clark <nick@talking.bollo.cx>
24276              Date: Fri, 23 Jun 2000 16:21:15 +0100
24277              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
24278      Branch: cfgperl
24279            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
24280            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
24281 ____________________________________________________________________________
24282 [  6269] By: jhi                                   on 2000/06/29  19:38:15
24283         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
24284              silence few compiler warnings.
24285      Branch: cfgperl
24286            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
24287 ____________________________________________________________________________
24288 [  6268] By: jhi                                   on 2000/06/29  18:21:50
24289         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
24290              From: Dominic Dunlop <domo@computer.org> 
24291              Date: Thu, 29 Jun 2000 12:32:39 +0200 
24292              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
24293      Branch: cfgperl
24294            ! t/op/sprintf.t
24295 ____________________________________________________________________________
24296 [  6267] By: jhi                                   on 2000/06/29  18:16:07
24297         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
24298              From: Doug MacEachern <dougm@covalent.net>
24299              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
24300              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
24301      Branch: cfgperl
24302            + t/op/method2entersub.t
24303            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
24304            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24305            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
24306            ! xsutils.c
24307 ____________________________________________________________________________
24308 [  6266] By: jhi                                   on 2000/06/29  15:11:15
24309         Log: Subject: [PATCH 5.6.0] cygwin port
24310              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
24311              From: "Fifer, Eric" <EFifer@sanwaint.com>
24312              Date: Thu, 29 Jun 2000 12:58:29 +0100
24313      Branch: cfgperl
24314            ! cygwin/Makefile.SHs
24315 ____________________________________________________________________________
24316 [  6265] By: jhi                                   on 2000/06/29  15:04:05
24317         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
24318              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24319              Date: Wed, 28 Jun 2000 17:50:12 -0700
24320              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
24321      Branch: cfgperl
24322            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24323 ____________________________________________________________________________
24324 [  6264] By: jhi                                   on 2000/06/29  15:00:57
24325         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
24326              From: Marty Lucich <marty@netcom.com>
24327              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
24328              Message-Id: <200006282116.OAA11148@netcom.com>
24329              ccdlflags update (the BSD/OS 4.1 part had already been taken
24330              care of by #6141).
24331      Branch: cfgperl
24332            ! hints/bsdos.sh
24333 ____________________________________________________________________________
24334 [  6263] By: jhi                                   on 2000/06/29  13:47:44
24335         Log: tr fixes from Simon Cozens
24336      Branch: cfgperl
24337            ! doop.c
24338 ____________________________________________________________________________
24339 [  6262] By: jhi                                   on 2000/06/28  18:46:01
24340         Log: Subject: 5.6.0 Patch for EPOC
24341              From: Olaf Flebbe <o.flebbe@gmx.de>
24342              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
24343              Message-ID: <23449.960929969@www11.gmx.net>
24344      Branch: cfgperl
24345            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
24346            ! epoc/epocish.h
24347 ____________________________________________________________________________
24348 [  6261] By: jhi                                   on 2000/06/28  18:29:07
24349         Log: Subject: Re: [PATCH cfgperl] BOMs away!
24350              From: simon@brecon.co.uk (Simon Cozens)
24351              Date: 17 Jun 2000 11:49:57 GMT
24352              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
24353      Branch: cfgperl
24354            ! pod/perldiag.pod t/comp/require.t toke.c
24355 ____________________________________________________________________________
24356 [  6260] By: jhi                                   on 2000/06/28  17:47:16
24357         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
24358              From: simon@brecon.co.uk (Simon Cozens) 
24359              Date: 17 Jun 2000 11:56:44 GMT 
24360              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
24361              pack U0, pack C0
24362      Branch: cfgperl
24363            ! pod/perlfunc.pod pp.c t/op/pack.t
24364 ____________________________________________________________________________
24365 [  6259] By: jhi                                   on 2000/06/28  16:43:17
24366         Log: perlnewmod was missing from MANIFEST.
24367      Branch: cfgperl
24368            ! MANIFEST
24369 ____________________________________________________________________________
24370 [  6258] By: jhi                                   on 2000/06/28  15:54:30
24371         Log: linenumber tweak
24372      Branch: cfgperl
24373            ! t/pragma/warn/regcomp
24374 ____________________________________________________________________________
24375 [  6257] By: jhi                                   on 2000/06/28  15:50:44
24376         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
24377              From: Doug MacEachern <dougm@covalent.net>
24378              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
24379              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
24380              (one part of the patch had been applied earlier)
24381      Branch: cfgperl
24382            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
24383 ____________________________________________________________________________
24384 [  6256] By: jhi                                   on 2000/06/28  15:40:22
24385         Log: tweaks from Simon Cozens to further fix tr/// under utf8
24386      Branch: cfgperl
24387            ! doop.c
24388 ____________________________________________________________________________
24389 [  6255] By: jhi                                   on 2000/06/28  15:33:45
24390         Log: small thinko tweaks
24391      Branch: cfgperl
24392            ! lib/IPC/Open3.pm t/op/my_stash.t
24393 ____________________________________________________________________________
24394 [  6254] By: jhi                                   on 2000/06/28  15:33:25
24395         Log: Subject: tr///, help wanted.
24396              From: simon@brecon.co.uk (Simon Cozens)
24397              Date: 28 Jun 2000 11:29:04 GMT
24398              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
24399      Branch: cfgperl
24400            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
24401            ! pp_proto.h proto.h t/op/tr.t
24402 ____________________________________________________________________________
24403 [  6253] By: jhi                                   on 2000/06/28  15:09:17
24404         Log: Paranoia tweak on #6249.
24405              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
24406              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24407              Date: Sun, 25 Jun 2000 23:43:12 -0400
24408              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
24409      Branch: cfgperl
24410            ! lib/IPC/Open3.pm
24411 ____________________________________________________________________________
24412 [  6252] By: jhi                                   on 2000/06/28  15:01:38
24413         Log: Document #6249 and #6251.
24414      Branch: cfgperl
24415            ! lib/Exporter.pm lib/IPC/Open3.pm
24416 ____________________________________________________________________________
24417 [  6251] By: jhi                                   on 2000/06/28  14:50:43
24418         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
24419              From: Doug MacEachern <dougm@covalent.net>
24420              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
24421              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
24422      Branch: cfgperl
24423            ! lib/Exporter.pm
24424 ____________________________________________________________________________
24425 [  6250] By: jhi                                   on 2000/06/28  14:45:23
24426         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
24427              From: Doug MacEachern <dougm@covalent.net>
24428              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
24429              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
24430      Branch: cfgperl
24431            + t/op/my_stash.t
24432            ! MANIFEST embed.pl global.sym proto.h toke.c
24433 ____________________________________________________________________________
24434 [  6249] By: jhi                                   on 2000/06/28  14:36:34
24435         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
24436              From: Frank Tobin <ftobin@uiuc.edu>
24437              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
24438              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
24439      Branch: cfgperl
24440            ! lib/IPC/Open3.pm
24441 ____________________________________________________________________________
24442 [  6248] By: jhi                                   on 2000/06/28  14:11:25
24443         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
24444              From: Mark-Jason Dominus <mjd@plover.com>
24445              Date: Tue, 27 Jun 2000 22:36:42 -0400
24446              Message-ID: <20000628023642.12166.qmail@plover.com>
24447      Branch: cfgperl
24448            ! pod/perlfunc.pod
24449 ____________________________________________________________________________
24450 [  6247] By: jhi                                   on 2000/06/27  12:46:37
24451         Log: Tweak $VERSION, patch from Doug MacEachern.
24452      Branch: cfgperl
24453            ! lib/File/Spec.pm
24454 ____________________________________________________________________________
24455 [  6246] By: jhi                                   on 2000/06/27  03:34:46
24456         Log: Allow for standalone testing.
24457      Branch: cfgperl
24458            ! t/lib/filefunc.t t/lib/filespec.t
24459 ____________________________________________________________________________
24460 [  6245] By: jhi                                   on 2000/06/27  02:50:02
24461         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
24462              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
24463              Date: Sat, 24 Jun 2000 13:06:20 +0100
24464              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
24465      Branch: cfgperl
24466            ! ext/DynaLoader/DynaLoader_pm.PL
24467 ____________________________________________________________________________
24468 [  6244] By: jhi                                   on 2000/06/27  02:46:10
24469         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
24470              From: Doug MacEachern <dougm@covalent.net>
24471              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
24472              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
24473      Branch: cfgperl
24474            ! gv.c sv.c t/lib/peek.t
24475 ____________________________________________________________________________
24476 [  6243] By: jhi                                   on 2000/06/27  02:38:07
24477         Log: Subject: [PATCH] is_utf8_string
24478              From: simon@brecon.co.uk (Simon Cozens)
24479              Date: 26 Jun 2000 02:25:59 GMT
24480              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
24481      Branch: cfgperl
24482            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
24483            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
24484            ! proto.h utf8.c
24485 ____________________________________________________________________________
24486 [  6242] By: jhi                                   on 2000/06/27  02:24:00
24487         Log: Subject: [PATCH] bytes<->utf8 fixes
24488              From: simon@brecon.co.uk (Simon Cozens)
24489              Date: 26 Jun 2000 04:55:45 GMT
24490              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
24491      Branch: cfgperl
24492            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
24493 ____________________________________________________________________________
24494 [  6241] By: jhi                                   on 2000/06/27  02:12:42
24495         Log: Do no -warn on \_, only on \alpha.
24496              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
24497              From: David Dyck <dcd@tc.fluke.com>
24498              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
24499              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
24500      Branch: cfgperl
24501            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
24502 ____________________________________________________________________________
24503 [  6240] By: jhi                                   on 2000/06/27  02:00:01
24504         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
24505              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
24506              Date: Mon, 26 Jun 2000 18:40:14 +0100
24507              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
24508      Branch: cfgperl
24509            ! utils/h2xs.PL
24510 ____________________________________________________________________________
24511 [  6239] By: jhi                                   on 2000/06/27  01:53:40
24512         Log: Configure maintenance.  Sever some dependency cycles,
24513              separate gccversion from the cc unit,
24514              address [ID 20000623.006] Configure script patch for using gcc on AIX
24515              (but solve it a little bit differently),
24516              unduplex some accidentally duplicated units,
24517              suggest using gcc if no cc available
24518              (p5p thread: "Solaris configure: counterproposal", 1999-09)
24519      Branch: cfgperl
24520            ! Configure Todo-5.6 config_h.SH
24521      Branch: metaconfig
24522            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
24523            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
24524      Branch: metaconfig/U/perl
24525            + gccvers.U
24526            ! d_getespwnam.U d_getprpwnam.U i_prot.U
24527 ____________________________________________________________________________
24528 [  6238] By: jhi                                   on 2000/06/25  18:04:56
24529         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
24530              From: Dan Sugalski <dan@sidhe.org>
24531              Date: Fri, 23 Jun 2000 17:00:00 -0400
24532              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
24533      Branch: cfgperl
24534            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
24535 ____________________________________________________________________________
24536 [  6237] By: jhi                                   on 2000/06/25  16:36:45
24537         Log: Tweak embed.pl, regen headers.
24538      Branch: cfgperl
24539            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
24540            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
24541            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
24542            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
24543            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
24544 ____________________________________________________________________________
24545 [  6236] By: jhi                                   on 2000/06/25  15:26:42
24546         Log: Regen headers.
24547      Branch: cfgperl
24548            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
24549            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
24550            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
24551            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
24552            ! regnodes.h warnings.h
24553 ____________________________________________________________________________
24554 [  6235] By: jhi                                   on 2000/06/23  19:39:35
24555         Log: The thread begun by
24556              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
24557              From: Kevin.Ruscoe@ubsw.com
24558              Date: Fri, 16 Jun 2000 16:38:51 +0100
24559              Message-Id: <H000019b03c300d6@MHS>
24560      Branch: cfgperl
24561            ! hints/solaris_2.sh
24562 ____________________________________________________________________________
24563 [  6234] By: jhi                                   on 2000/06/23  19:23:36
24564         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
24565              because when run as services (Win32ese for daemons)
24566              no environment variables are set and tmpdir ends up as /tmp,
24567              which is ambiguous.
24568              
24569              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
24570              From: matt@sergeant.org
24571              Date: 16 Jun 2000 16:30:43 -0000
24572              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
24573      Branch: cfgperl
24574            ! lib/File/Spec/Win32.pm
24575 ____________________________________________________________________________
24576 [  6233] By: jhi                                   on 2000/06/23  19:18:58
24577         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
24578              From: Mark-Jason Dominus <mjd@plover.com>
24579              Date: Fri, 16 Jun 2000 20:53:04 -0400
24580              Message-ID: <20000617005304.8008.qmail@plover.com>
24581      Branch: cfgperl
24582            ! op.h
24583 ____________________________________________________________________________
24584 [  6232] By: jhi                                   on 2000/06/23  16:10:02
24585         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
24586              From: simon@brecon.co.uk (Simon Cozens)
24587              Date: 19 Jun 2000 15:18:27 GMT
24588              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
24589              
24590              plus update pod/Makefile and regenerate perltoc
24591      Branch: cfgperl
24592            + pod/perlutil.pod
24593            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
24594 ____________________________________________________________________________
24595 [  6231] By: jhi                                   on 2000/06/23  15:19:18
24596         Log: Subject: [PATCH 5.6.0] cygwin port
24597              From: "Fifer, Eric" <EFifer@sanwaint.com>
24598              Date: Tue, 20 Jun 2000 14:30:58 +0100
24599              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
24600      Branch: cfgperl
24601            ! README.cygwin lib/File/Find.pm
24602 ____________________________________________________________________________
24603 [  6230] By: jhi                                   on 2000/06/23  14:25:21
24604         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
24605      Branch: cfgperl
24606            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
24607            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24608            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24609            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
24610 ____________________________________________________________________________
24611 [  6229] By: jhi                                   on 2000/06/23  14:13:34
24612         Log: Subject: README.hpux version 0.6.1
24613              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
24614              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
24615              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
24616      Branch: cfgperl
24617            ! README.hpux
24618 ____________________________________________________________________________
24619 [  6228] By: jhi                                   on 2000/06/23  14:07:20
24620         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
24621              From: Doug MacEachern <dougm@covalent.net>
24622              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
24623              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
24624      Branch: cfgperl
24625            ! op.c
24626 ____________________________________________________________________________
24627 [  6227] By: jhi                                   on 2000/06/23  14:01:06
24628         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
24629              From: Doug MacEachern <dougm@covalent.net>
24630              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
24631              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
24632      Branch: cfgperl
24633            + lib/lib.pm.PL
24634            - lib/lib.pm
24635            ! MANIFEST Makefile.SH
24636 ____________________________________________________________________________
24637 [  6226] By: jhi                                   on 2000/06/23  13:53:07
24638         Log: Subject: [PATCH] remove forward declarations in Socket.pm
24639              From: Doug MacEachern <dougm@covalent.net>
24640              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
24641              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
24642              
24643              From: Doug MacEachern <dougm@covalent.net>
24644              Subject: Re: [PATCH] remove forward declarations in Socket.pm
24645              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
24646              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
24647      Branch: cfgperl
24648            ! ext/Socket/Socket.pm op.c
24649 ____________________________________________________________________________
24650 [  6225] By: jhi                                   on 2000/06/23  13:41:52
24651         Log: Add source code filenames to apidoc.
24652              From: simon@brecon.co.uk (Simon Cozens)
24653              Subject: [PATCH embed.pl] Source X-ref
24654              Date: 22 Jun 2000 02:18:49 GMT
24655              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
24656      Branch: cfgperl
24657            ! embed.pl
24658 ____________________________________________________________________________
24659 [  6224] By: jhi                                   on 2000/06/23  13:32:33
24660         Log: A way to avoid English.pm performance hit.
24661              From: root <root@jester.slaysys.com>
24662              Subject: [YAPATCH English.pm] My turn to putt again
24663              Date: Thu, 22 Jun 2000 20:33:58 -0400
24664              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
24665      Branch: cfgperl
24666            ! lib/English.pm t/lib/english.t
24667 ____________________________________________________________________________
24668 [  6223] By: jhi                                   on 2000/06/23  13:27:06
24669         Log: Avoid double close().
24670              Subject: [PATCH] avoid double close()
24671              From: Doug MacEachern <dougm@covalent.net>
24672              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
24673              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
24674      Branch: cfgperl
24675            ! doio.c
24676 ____________________________________________________________________________
24677 [  6222] By: jhi                                   on 2000/06/23  13:25:54
24678         Log: doc typo fix
24679              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
24680              From: Ian Phillipps <Ian.Phillipps@iname.com>
24681              Date: Fri, 23 Jun 2000 10:40:58 +0100
24682              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
24683      Branch: cfgperl
24684            ! lib/Pod/Usage.pm
24685 ____________________________________________________________________________
24686 [  6221] By: jhi                                   on 2000/06/23  13:24:15
24687         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
24688              From: simon@brecon.co.uk (Simon Cozens)
24689              Subject: [PATCH] Eliminate tr///[CU][CU]
24690              Date: 23 Jun 2000 11:05:40 GMT
24691              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
24692      Branch: cfgperl
24693            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
24694 ____________________________________________________________________________
24695 [  6220] By: jhi                                   on 2000/06/22  16:07:51
24696         Log: Win32 patches from Benjamin Stuhl.
24697      Branch: cfgperl
24698            ! makedef.pl win32/win32.h
24699 ____________________________________________________________________________
24700 [  6219] By: jhi                                   on 2000/06/22  16:06:34
24701         Log: Bytecode patches from Benjamin Stuhl.
24702      Branch: cfgperl
24703            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24704            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
24705            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24706 ____________________________________________________________________________
24707 [  6218] By: jhi                                   on 2000/06/15  23:54:16
24708         Log: Bytecode patches from Benjamin Stuhl.
24709      Branch: cfgperl
24710            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24711 ____________________________________________________________________________
24712 [  6217] By: jhi                                   on 2000/06/09  13:38:29
24713         Log: Rename the fdpid locking and integrate with Sarathy.
24714      Branch: cfgperl
24715            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
24716            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
24717            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
24718            ! win32/win32.c
24719           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
24720 ____________________________________________________________________________
24721 [  6216] By: gsar                                  on 2000/06/08  14:54:21
24722         Log: be more optimal about clearing @_
24723      Branch: perl
24724            ! cop.h
24725 ____________________________________________________________________________
24726 [  6215] By: gsar                                  on 2000/06/08  14:33:04
24727         Log: tweak comment about @DB::args
24728      Branch: perl
24729            ! av.h pp_ctl.c
24730 ____________________________________________________________________________
24731 [  6214] By: gsar                                  on 2000/06/08  13:57:54
24732         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
24733              caller() wants to populate @DB::args with it (causes a coredump
24734              in Carp::confess())
24735      Branch: perl
24736            ! cop.h t/op/runlevel.t
24737 ____________________________________________________________________________
24738 [  6213] By: gsar                                  on 2000/06/08  07:06:35
24739         Log: back out change#6106 (seems problematic)
24740      Branch: perl
24741            ! hints/solaris_2.sh
24742 ____________________________________________________________________________
24743 [  6212] By: jhi                                   on 2000/06/07  03:10:36
24744         Log: Continuing mopup for #6204.
24745      Branch: cfgperl
24746            ! ext/B/defsubs_h.PL
24747 ____________________________________________________________________________
24748 [  6211] By: jhi                                   on 2000/06/07  02:41:50
24749         Log: Mopup for #6204.
24750              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
24751              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
24752              This is comes from const() where POK isn't on when expected.
24753      Branch: cfgperl
24754            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
24755            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24756            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
24757            ! perlapi.h pod/perlapi.pod
24758 ____________________________________________________________________________
24759 [  6210] By: jhi                                   on 2000/06/07  01:56:29
24760         Log: Mopup for #6207 and #6209.
24761      Branch: cfgperl
24762            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
24763 ____________________________________________________________________________
24764 [  6209] By: jhi                                   on 2000/06/07  01:33:12
24765         Log: Lock PL_fdpid against race conditions, based on:
24766              Subject: [PATCH 5.6.0]subprocess fixup for threads
24767              From: Dan Sugalski <dan@sidhe.org>
24768              To: perl5-porters@perl.org
24769              Date: Tue, 11 Apr 2000 17:02:32 -0400
24770              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
24771      Branch: cfgperl
24772            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
24773            ! win32/win32.c
24774 ____________________________________________________________________________
24775 [  6208] By: jhi                                   on 2000/06/07  01:05:23
24776         Log: Regen headers for #6207.
24777      Branch: cfgperl
24778            ! embed.h global.sym objXSUB.h proto.h
24779 ____________________________________________________________________________
24780 [  6207] By: jhi                                   on 2000/06/06  23:43:13
24781         Log: Subject: [PATCH 5.6.0] Threadsafe patches
24782              From: Dan Sugalski <dan@sidhe.org>
24783              To: perl5-porters@perl.org
24784              Date: Mon, 08 May 2000 18:08:13 -0400
24785              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
24786      Branch: cfgperl
24787            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
24788            ! proto.h sv.h util.c
24789 ____________________________________________________________________________
24790 [  6206] By: jhi                                   on 2000/06/06  23:21:23
24791         Log: Subject: [PATCH] Eliminate $a/$b in pod
24792              From: David Glasser <me@davidglasser.net>
24793              To: perl5-porters@perl.org
24794              Date: Mon, 29 May 2000 21:15:59 -0400
24795              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
24796      Branch: cfgperl
24797            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
24798            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
24799            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
24800            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
24801            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
24802            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
24803            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
24804            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
24805            ! pod/perlvar.pod pod/perlxs.pod
24806 ____________________________________________________________________________
24807 [  6205] By: jhi                                   on 2000/06/06  23:12:14
24808         Log: Subject: [PATCH] Win32 improvements
24809              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
24810              To: gsar@activestate.com, perl5-porters@perl.org
24811              Date: Mon, 29 May 2000 17:22:24 PDT
24812              Message-ID: <20000530002224.91142.qmail@hotmail.com>
24813              (MUA had mangled many lines by wordwrapping)
24814      Branch: cfgperl
24815            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
24816 ____________________________________________________________________________
24817 [  6204] By: jhi                                   on 2000/06/06  23:01:50
24818         Log: Subject: [PATCH] B::Bytecode patches
24819              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
24820              To: gsar@activestate.com, jhi@iki.fi
24821              Cc: perl5-porters@perl.org
24822              Message-ID: <20000602202526.48694.qmail@hotmail.com>
24823              (MUA had mangled many lines by wordwrapping)
24824      Branch: cfgperl
24825            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
24826            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
24827            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24828            ! intrpvar.h perl.c
24829 ____________________________________________________________________________
24830 [  6203] By: jhi                                   on 2000/06/06  22:32:43
24831         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
24832              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24833              Date: Tue, 06 Jun 2000 13:07:45 -0700
24834              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
24835      Branch: cfgperl
24836            ! pod/perldiag.pod
24837 ____________________________________________________________________________
24838 [  6202] By: jhi                                   on 2000/06/06  19:38:35
24839         Log: Integrate with Sarathy.
24840      Branch: cfgperl
24841           !> perl.c
24842 ____________________________________________________________________________
24843 [  6201] By: gsar                                  on 2000/06/06  00:42:59
24844         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
24845              does a PUSHMARK that's never ever POPMARKed; in general, only
24846              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
24847              Perl_eval_[sp]v() don't because they don't take any incoming
24848              arguments (this leak has been around since the original version
24849              of perl_eval_pv() in 5.003_97e)
24850      Branch: perl
24851            ! perl.c
24852 ____________________________________________________________________________
24853 [  6200] By: jhi                                   on 2000/06/04  03:44:52
24854         Log: Update to cperl-mode.el 4.31 from
24855              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
24856              Subject: A couple of notes
24857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24858              To: Mailing list Perl5 <perl5-porters@perl.org>
24859              Date: Sat, 3 Jun 2000 23:33:32 -0400
24860              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
24861      Branch: cfgperl
24862            ! emacs/cperl-mode.el
24863 ____________________________________________________________________________
24864 [  6199] By: jhi                                   on 2000/06/03  15:11:05
24865         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
24866              From: Dan Sugalski <dan@sidhe.org>
24867              To: perl5-porters@perl.org, vmsperl@perl.org
24868              Date: Fri, 02 Jun 2000 17:30:51 -0400
24869              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
24870      Branch: cfgperl
24871            ! vms/descrip_mms.template vms/gen_shrfls.pl
24872 ____________________________________________________________________________
24873 [  6198] By: jhi                                   on 2000/06/03  14:59:15
24874         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
24875              From: Dan Sugalski <dan@sidhe.org>
24876              To: vmsperl@perl.org, perl5-porters@perl.org
24877              Date: Fri, 02 Jun 2000 16:00:41 -0400
24878              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
24879              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
24880      Branch: cfgperl
24881            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
24882            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
24883            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
24884 ____________________________________________________________________________
24885 [  6197] By: jhi                                   on 2000/06/03  14:41:30
24886         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
24887              From: John Borwick <jhborwic@unity.ncsu.edu>
24888              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
24889              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
24890      Branch: cfgperl
24891            ! pod/perlsyn.pod
24892 ____________________________________________________________________________
24893 [  6196] By: jhi                                   on 2000/06/03  14:38:09
24894         Log: Integrate with Sarathy.
24895      Branch: cfgperl
24896           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24897           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24898           !> vms/perly_c.vms
24899 ____________________________________________________________________________
24900 [  6195] By: gsar                                  on 2000/06/02  22:43:13
24901         Log: fix yet another eval"" leak under USE_ITHREADS
24902      Branch: perl
24903            ! op.c
24904 ____________________________________________________________________________
24905 [  6194] By: gsar                                  on 2000/06/02  18:22:06
24906         Log: fix small eval"" memory leaks under USE_ITHREADS
24907      Branch: perl
24908            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24909            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24910            ! vms/perly_c.vms
24911 ____________________________________________________________________________
24912 [  6193] By: jhi                                   on 2000/06/01  13:03:56
24913         Log: Signals-be-gone for microperl.
24914      Branch: cfgperl
24915            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
24916 ____________________________________________________________________________
24917 [  6192] By: jhi                                   on 2000/06/01  12:52:02
24918         Log: Integrate with Sarathy.
24919      Branch: cfgperl
24920           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
24921           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
24922           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
24923           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
24924           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
24925           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
24926           !> t/op/vec.t utils/h2xs.PL
24927 ____________________________________________________________________________
24928 [  6191] By: gsar                                  on 2000/06/01  09:38:21
24929         Log: vec() loses numericalness (modified version of patch suggested
24930              by Robin Barker)
24931      Branch: perl
24932            ! doop.c t/op/vec.t
24933 ____________________________________________________________________________
24934 [  6190] By: gsar                                  on 2000/06/01  09:26:15
24935         Log: submit missing embed.pl change
24936      Branch: perl
24937            ! embed.pl
24938 ____________________________________________________________________________
24939 [  6189] By: gsar                                  on 2000/06/01  09:05:34
24940         Log: counting tr/// corrupts later operation (from M.J.T Guy)
24941      Branch: perl
24942            ! doop.c t/op/tr.t
24943 ____________________________________________________________________________
24944 [  6188] By: gsar                                  on 2000/06/01  08:58:39
24945         Log: h2xs tweaks
24946      Branch: perl
24947            ! utils/h2xs.PL
24948 ____________________________________________________________________________
24949 [  6187] By: gsar                                  on 2000/06/01  08:50:07
24950         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
24951              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
24952      Branch: perl
24953            + lib/Pod/LaTeX.pm
24954            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
24955            ! pod/pod2latex.PL
24956 ____________________________________________________________________________
24957 [  6186] By: gsar                                  on 2000/06/01  08:24:40
24958         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
24959              <wolfgang.laun@alcatel.at>)
24960      Branch: perl
24961            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
24962            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
24963 ____________________________________________________________________________
24964 [  6185] By: gsar                                  on 2000/06/01  08:12:00
24965         Log: remove incorrect documentation about implicit split to @_ in
24966              list context, which never really worked in perl 5 (from
24967              M.J.T. Guy)
24968      Branch: perl
24969            ! pod/perlfunc.pod pod/perltrap.pod
24970 ____________________________________________________________________________
24971 [  6184] By: gsar                                  on 2000/06/01  07:52:27
24972         Log: tweak for change#6127
24973      Branch: perl
24974            ! perl.c
24975 ____________________________________________________________________________
24976 [  6183] By: gsar                                  on 2000/06/01  07:41:02
24977         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
24978              <nick@ccl4.org>)
24979      Branch: perl
24980            + t/lib/selfloader.t
24981            ! MANIFEST lib/SelfLoader.pm
24982 ____________________________________________________________________________
24983 [  6182] By: jhi                                   on 2000/06/01  00:34:42
24984         Log: Be Cleaner Part Deux.
24985      Branch: cfgperl
24986            ! Makefile.SH
24987 ____________________________________________________________________________
24988 [  6181] By: jhi                                   on 2000/06/01  00:32:09
24989         Log: Integrate with Sarathy.
24990      Branch: cfgperl
24991           !> pp.c t/op/arith.t
24992 ____________________________________________________________________________
24993 [  6180] By: jhi                                   on 2000/06/01  00:31:13
24994         Log: microperl nits from Simon Cozens.
24995      Branch: cfgperl
24996            + uconfig.h
24997            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
24998            ! unixish.h
24999 ____________________________________________________________________________
25000 [  6179] By: gsar                                  on 2000/05/31  22:37:51
25001         Log: buggy modulus on UVs introduced by change#3378 (resulted in
25002              4063328477 % 65535 amounting to 27406, instead of 27407)
25003      Branch: perl
25004            ! pp.c t/op/arith.t
25005 ____________________________________________________________________________
25006 [  6178] By: jhi                                   on 2000/05/31  21:52:41
25007         Log: Be cleaner.
25008      Branch: cfgperl
25009            ! Makefile.SH
25010 ____________________________________________________________________________
25011 [  6177] By: jhi                                   on 2000/05/31  21:47:33
25012         Log: Substitution utf8 patch from Simon Cozens.
25013      Branch: cfgperl
25014            ! pp_hot.c
25015 ____________________________________________________________________________
25016 [  6176] By: jhi                                   on 2000/05/31  21:45:34
25017         Log: Single-quoted utf8 patch from Simon Cozens.
25018      Branch: cfgperl
25019            ! toke.c
25020 ____________________________________________________________________________
25021 [  6175] By: jhi                                   on 2000/05/31  21:40:18
25022         Log: Integrate with Sarathy.
25023      Branch: cfgperl
25024           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
25025 ____________________________________________________________________________
25026 [  6174] By: jhi                                   on 2000/05/31  21:37:31
25027         Log: microperl changes from Simon Cozens; Makefile for microperl
25028              written from scratch; few casts added as microperl compilation
25029              doesn't have all prototypes available.
25030      Branch: cfgperl
25031            + Makefile.micro README.micro Todo.micro uconfig.sh
25032            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
25033            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
25034      Branch: metaconfig
25035            + U/modified/Config_h.U
25036 ____________________________________________________________________________
25037 [  6173] By: jhi                                   on 2000/05/31  20:00:24
25038         Log: metaconfig maintenance.
25039      Branch: metaconfig
25040            + U/modified/Inhdr.U U/typedefs/inotype.U
25041      Branch: metaconfig/U/perl
25042            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
25043            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
25044 ____________________________________________________________________________
25045 [  6172] By: gsar                                  on 2000/05/31  05:05:42
25046         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
25047              (from Ilya Zakharevich)
25048      Branch: perl
25049            ! regexec.c t/op/re_tests
25050 ____________________________________________________________________________
25051 [  6171] By: gsar                                  on 2000/05/31  05:01:47
25052         Log: scalar() doesn't force scalar context when used in void context
25053              (from Simon Cozens)
25054      Branch: perl
25055            ! op.c t/op/wantarray.t
25056 ____________________________________________________________________________
25057 [  6170] By: gsar                                  on 2000/05/31  04:41:33
25058         Log: change#6142 needs tweaks to tests to work where there's no symlink()
25059              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
25060      Branch: perl
25061            ! t/lib/filefind.t
25062 ____________________________________________________________________________
25063 [  6169] By: gsar                                  on 2000/05/31  04:29:49
25064         Log: integrate cfgperl contents into mainline
25065      Branch: perl
25066           +> pod/perlmodlib.PL pod/perlnewmod.pod
25067           !> (integrate 42 files)
25068 ____________________________________________________________________________
25069 [  6168] By: jhi                                   on 2000/05/30  22:53:37
25070         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
25071      Branch: cfgperl
25072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25073            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
25074            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
25075            ! win32/config.bc win32/config.gc win32/config.vc
25076            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25077            ! win32/config_h.PL win32/config_sh.PL
25078      Branch: metaconfig/U/perl
25079            ! perlxv.U
25080 ____________________________________________________________________________
25081 [  6167] By: jhi                                   on 2000/05/30  22:20:21
25082         Log: tweak todo 
25083      Branch: cfgperl
25084            ! Todo-5.6
25085 ____________________________________________________________________________
25086 [  6166] By: jhi                                   on 2000/05/30  22:11:51
25087         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
25088              in case somebody wants to write an extension for more
25089              shadow database interfaces.
25090      Branch: cfgperl
25091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25092            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
25093            ! vos/config.def vos/config.h vos/config_h.SH_orig
25094            ! win32/config.bc win32/config.gc win32/config.vc
25095            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25096      Branch: metaconfig
25097            ! U/modified/Myinit.U
25098      Branch: metaconfig/U/perl
25099            + d_getespwnam.U d_getprpwnam.U i_prot.U
25100 ____________________________________________________________________________
25101 [  6165] By: jhi                                   on 2000/05/30  18:35:34
25102         Log: Integrate with Sarathy.
25103      Branch: cfgperl
25104           !> op.c
25105 ____________________________________________________________________________
25106 [  6164] By: jhi                                   on 2000/05/30  18:30:16
25107         Log: detypo
25108      Branch: cfgperl
25109            ! Configure config_h.SH
25110      Branch: metaconfig/U/perl
25111            ! perlxv.U
25112 ____________________________________________________________________________
25113 [  6163] By: gsar                                  on 2000/05/30  03:24:03
25114         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
25115      Branch: perl
25116            ! op.c
25117 ____________________________________________________________________________
25118 [  6162] By: gsar                                  on 2000/05/30  03:09:38
25119         Log: fix memory leak in method call optimization (change#3768);
25120              made C<eval "$x->foo()"> leak
25121      Branch: perl
25122            ! op.c
25123 ____________________________________________________________________________
25124 [  6161] By: jhi                                   on 2000/05/29  17:56:26
25125         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
25126              both from Simon Cozens.
25127      Branch: cfgperl
25128            + pod/perlmodlib.PL pod/perlnewmod.pod
25129            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
25130            ! pod/perlmodlib.pod pod/perltoc.pod
25131 ____________________________________________________________________________
25132 [  6160] By: jhi                                   on 2000/05/29  17:23:55
25133         Log: Changes for the File::Temp 0.08 (change #6159) test suite
25134              to fit better into the Perl distribution test framework.
25135      Branch: cfgperl
25136            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
25137            ! t/lib/ftmp-tempfile.t
25138 ____________________________________________________________________________
25139 [  6159] By: jhi                                   on 2000/05/29  16:55:36
25140         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
25141      Branch: cfgperl
25142            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25143            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25144 ____________________________________________________________________________
25145 [  6158] By: bailey                                on 2000/05/29  16:22:08
25146         Log: Add fallback to tmpfile for use in cases where user's relying on
25147              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
25148              Lane's patch)
25149      Branch: vmsperl
25150            ! vms/vms.c vms/vmsish.h
25151 ____________________________________________________________________________
25152 [  6157] By: jhi                                   on 2000/05/29  03:10:36
25153         Log: Regen Configure to jive with #6149.
25154      Branch: cfgperl
25155            ! Configure
25156      Branch: metaconfig
25157            ! U/modified/Getfile.U
25158 ____________________________________________________________________________
25159 [  6156] By: jhi                                   on 2000/05/29  03:01:38
25160         Log: Integrate with Sarathy.
25161      Branch: cfgperl
25162           +> ext/DynaLoader/dl_mac.xs
25163           !> (integrate 38 files)
25164 ____________________________________________________________________________
25165 [  6155] By: gsar                                  on 2000/05/28  21:15:58
25166         Log: small bug in change#6144; remove random \xA0 character that snuck
25167              in via change#6145
25168      Branch: perl
25169            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
25170 ____________________________________________________________________________
25171 [  6154] By: gsar                                  on 2000/05/28  21:04:19
25172         Log: avoid type mismatch warning
25173      Branch: perl
25174            ! perl.c
25175 ____________________________________________________________________________
25176 [  6153] By: gsar                                  on 2000/05/28  20:58:31
25177         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
25178              <nick@Bagpuss.uk.boo.com>)
25179      Branch: perl
25180            ! lib/Test/Harness.pm
25181 ____________________________________________________________________________
25182 [  6152] By: gsar                                  on 2000/05/28  20:53:42
25183         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
25184      Branch: perl
25185            ! regexec.c
25186 ____________________________________________________________________________
25187 [  6151] By: gsar                                  on 2000/05/28  20:50:28
25188         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
25189      Branch: perl
25190            ! regexec.c
25191 ____________________________________________________________________________
25192 [  6150] By: gsar                                  on 2000/05/28  20:39:58
25193         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
25194      Branch: perl
25195            ! pod/perlrequick.pod
25196 ____________________________________________________________________________
25197 [  6149] By: gsar                                  on 2000/05/28  20:35:16
25198         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
25199              <troc@netrus.net>)
25200      Branch: perl
25201            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
25202            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
25203            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
25204            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
25205 ____________________________________________________________________________
25206 [  6148] By: gsar                                  on 2000/05/28  20:21:07
25207         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
25208      Branch: perl
25209            ! lib/ExtUtils/MM_Unix.pm
25210 ____________________________________________________________________________
25211 [  6147] By: gsar                                  on 2000/05/28  20:12:41
25212         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
25213              (from Peter Prymmer)
25214      Branch: perl
25215            ! vms/subconfigure.com
25216 ____________________________________________________________________________
25217 [  6146] By: gsar                                  on 2000/05/28  20:06:15
25218         Log: doc typo
25219      Branch: perl
25220            ! lib/warnings.pm warnings.h warnings.pl
25221 ____________________________________________________________________________
25222 [  6145] By: gsar                                  on 2000/05/28  18:44:33
25223         Log: make xsubpp skip embedded pod (from Matthias Neeracher
25224              <neeri@iis.ee.ethz.ch>)
25225      Branch: perl
25226            ! lib/ExtUtils/xsubpp
25227 ____________________________________________________________________________
25228 [  6144] By: gsar                                  on 2000/05/28  18:42:49
25229         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
25230              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
25231              <neeri@iis.ee.ethz.ch>)
25232      Branch: perl
25233            ! lib/AutoSplit.pm
25234 ____________________________________________________________________________
25235 [  6143] By: gsar                                  on 2000/05/28  18:41:12
25236         Log: MacOS support, part 1 (from Matthias Neeracher
25237              <neeri@iis.ee.ethz.ch>)
25238      Branch: perl
25239            + ext/DynaLoader/dl_mac.xs
25240            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
25241            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
25242            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
25243            ! util.h
25244 ____________________________________________________________________________
25245 [  6142] By: gsar                                  on 2000/05/28  18:21:51
25246         Log: File::Find fails to chdir when chasing symlinks (from
25247              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
25248      Branch: perl
25249            ! lib/File/Find.pm t/lib/filefind.t
25250 ____________________________________________________________________________
25251 [  6141] By: jhi                                   on 2000/05/28  14:25:15
25252         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
25253              forwarded by Peter Seebach from the bsdi-users mailing list.
25254              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
25255      Branch: perl
25256            ! hints/bsdos.sh
25257 ____________________________________________________________________________
25258 [  6140] By: jhi                                   on 2000/05/28  14:11:57
25259         Log: Integrate with Sarathy.
25260      Branch: cfgperl
25261           +> (branch 30 files)
25262           !> (integrate 93 files)
25263 ____________________________________________________________________________
25264 [  6139] By: gsar                                  on 2000/05/28  10:01:48
25265         Log: revise mktables.PL for bugs and newness in Unicode 3.0
25266              (from James Bence <jbence@amgen.com>)
25267      Branch: perl
25268            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
25269            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
25270            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
25271            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
25272            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
25273            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
25274            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
25275            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
25276            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
25277            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
25278            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
25279            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
25280            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
25281            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
25282            + lib/unicode/Is/SylWU.pl
25283            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
25284            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
25285            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
25286            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
25287            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
25288            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
25289            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
25290            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
25291            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
25292            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
25293            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
25294            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
25295            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
25296            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
25297            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
25298            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
25299            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
25300            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
25301            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
25302            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
25303            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
25304            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
25305            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
25306            ! lib/unicode/Makefile lib/unicode/mktables.PL
25307 ____________________________________________________________________________
25308 [  6138] By: gsar                                  on 2000/05/28  08:50:32
25309         Log: add note about the handling of negative indices to tied arrays
25310              (from Michael G Schwern <schwern@pobox.com>)
25311      Branch: perl
25312            ! pod/perltie.pod
25313 ____________________________________________________________________________
25314 [  6137] By: gsar                                  on 2000/05/28  08:46:10
25315         Log: fix bogus redeclaration warning for "our" variables in different
25316              scopes
25317      Branch: perl
25318            ! op.c t/pragma/strict-vars
25319 ____________________________________________________________________________
25320 [  6136] By: gsar                                  on 2000/05/28  08:31:20
25321         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
25322      Branch: perl
25323            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
25324 ____________________________________________________________________________
25325 [  6135] By: gsar                                  on 2000/05/28  08:17:50
25326         Log: enable Test::Harness to dynamically determine column width etc.
25327              (from Rob Napier <rnapier@employees.org>)
25328      Branch: perl
25329            ! lib/Test/Harness.pm
25330 ____________________________________________________________________________
25331 [  6134] By: gsar                                  on 2000/05/28  08:13:39
25332         Log: make Test::Harness use wait.h/WCOREDUMP if available
25333              (from Ben Tilly <ben_tilly@hotmail.com>)
25334      Branch: perl
25335            ! lib/Test/Harness.pm
25336 ____________________________________________________________________________
25337 [  6133] By: gsar                                  on 2000/05/28  08:08:05
25338         Log: elide bogus test in change#6132
25339      Branch: perl
25340            ! t/pragma/warn/9enabled
25341 ____________________________________________________________________________
25342 [  6132] By: gsar                                  on 2000/05/28  08:03:14
25343         Log: warnings::enabled() doesn't fall back to looking at $^W if
25344              caller isn't using lexical warnings (from Paul Marquess)
25345      Branch: perl
25346            ! pp_ctl.c t/pragma/warn/9enabled
25347 ____________________________________________________________________________
25348 [  6131] By: gsar                                  on 2000/05/28  07:57:47
25349         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
25350      Branch: perl
25351            ! ext/POSIX/POSIX.pm
25352 ____________________________________________________________________________
25353 [  6130] By: gsar                                  on 2000/05/28  07:29:12
25354         Log: fix places that mean C<"word" character> but say C<alphanumeric
25355              character>
25356      Branch: perl
25357            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
25358 ____________________________________________________________________________
25359 [  6129] By: gsar                                  on 2000/05/28  07:18:41
25360         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
25361      Branch: perl
25362            ! vms/test.com
25363 ____________________________________________________________________________
25364 [  6128] By: gsar                                  on 2000/05/28  07:12:55
25365         Log: new perlxstut example for passing/returning refs to arrays
25366              (from David Lowe <dlowe@pootpoot.com>)
25367      Branch: perl
25368            ! pod/perlxstut.pod
25369 ____________________________________________________________________________
25370 [  6127] By: gsar                                  on 2000/05/28  07:02:50
25371         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
25372              failed (from Gisle Aas)
25373      Branch: perl
25374            ! cop.h perl.c
25375 ____________________________________________________________________________
25376 [  6126] By: gsar                                  on 2000/05/28  06:39:53
25377         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
25378              (reworked variant of patch suggested by Simon Cozens)
25379      Branch: perl
25380            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
25381            ! pp_hot.c proto.h t/op/gv.t
25382 ____________________________________________________________________________
25383 [  6125] By: gsar                                  on 2000/05/28  05:14:55
25384         Log: enable propagating exception objects via Perl_croak() in XS code
25385              (from Gisle Aas)
25386      Branch: perl
25387            ! util.c
25388 ____________________________________________________________________________
25389 [  6124] By: gsar                                  on 2000/05/28  05:07:28
25390         Log: integrate vmsperl contents into mainline
25391      Branch: perl
25392           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
25393           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
25394           !> vms/vmsish.h
25395 ____________________________________________________________________________
25396 [  6123] By: gsar                                  on 2000/05/28  05:03:53
25397         Log: clarify gotcha with #line directives (from Rocco Caputo
25398              <troc@netrus.net>)
25399      Branch: perl
25400            ! pod/perldebug.pod pod/perlsyn.pod
25401 ____________________________________________________________________________
25402 [  6122] By: gsar                                  on 2000/05/28  04:58:29
25403         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
25404              (from Mark-Jason Dominus)
25405      Branch: perl
25406            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
25407            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
25408            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
25409            ! toke.c
25410 ____________________________________________________________________________
25411 [  6121] By: bailey                                on 2000/05/25  04:46:54
25412         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
25413              lists (based on fixes by Craig Berry)
25414      Branch: vmsperl
25415            ! lib/File/Spec/VMS.pm
25416 ____________________________________________________________________________
25417 [  6120] By: bailey                                on 2000/05/25  04:25:38
25418         Log: Add missing escape (Charles Lane)
25419      Branch: vmsperl
25420            ! t/op/lex_assign.t
25421 ____________________________________________________________________________
25422 [  6119] By: bailey                                on 2000/05/25  04:21:25
25423         Log: Quiet error messages in vmsish.t (Charles Lane)
25424      Branch: vmsperl
25425            ! vms/ext/vmsish.t
25426 ____________________________________________________________________________
25427 [  6118] By: bailey                                on 2000/05/25  04:17:57
25428         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
25429              Flatten case labels in switch statements uniformly (Charles Bailey)
25430      Branch: vmsperl
25431            ! vms/vms.c
25432 ____________________________________________________________________________
25433 [  6117] By: bailey                                on 2000/05/25  03:58:09
25434         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
25435      Branch: vmsperl
25436            ! vms/vmsish.h
25437 ____________________________________________________________________________
25438 [  6116] By: bailey                                on 2000/05/25  03:11:15
25439         Log: Miscellaneous cosmetic fixes (Charles Lane)
25440      Branch: vmsperl
25441            ! lib/ExtUtils/MM_VMS.pm
25442 ____________________________________________________________________________
25443 [  6115] By: bailey                                on 2000/05/25  03:10:36
25444         Log: Add bounds checking for several strings (Charles Lane)
25445      Branch: vmsperl
25446            ! vms/vms.c
25447 ____________________________________________________________________________
25448 [  6114] By: bailey                                on 2000/05/25  02:25:34
25449         Log: Urk -- undo previous removal of vmsish 'exit' change
25450      Branch: vmsperl
25451            ! vms/ext/vmsish.pm vms/vmsish.h
25452 ____________________________________________________________________________
25453 [  6113] By: bailey                                on 2000/05/24  02:24:40
25454         Log: Ugly workaround for version-specific RTL error
25455      Branch: vmsperl
25456            ! vms/vms.c
25457 ____________________________________________________________________________
25458 [  6112] By: bailey                                on 2000/05/24  02:19:55
25459         Log: Check for existence of file before trying to delete
25460      Branch: vmsperl
25461            ! vms/test.com
25462 ____________________________________________________________________________
25463 [  6111] By: bailey                                on 2000/05/23  23:35:13
25464         Log: Resync with mainline prior to post-5.6.0 updates
25465      Branch: vmsperl
25466           +> (branch 49 files)
25467            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
25468            ! vms/ext/vmsish.pm
25469           !> (integrate 334 files)
25470 ____________________________________________________________________________
25471 [  6110] By: jhi                                   on 2000/05/23  19:28:32
25472         Log: todo tweak
25473      Branch: cfgperl
25474            ! Todo-5.6
25475 ____________________________________________________________________________
25476 [  6109] By: jhi                                   on 2000/05/18  17:38:54
25477         Log: Integrate with Sarathy.
25478      Branch: cfgperl
25479           !> mg.c perl.h win32/perlhost.h
25480 ____________________________________________________________________________
25481 [  6108] By: gsar                                  on 2000/05/17  02:24:56
25482         Log: reenable fake signal handling on Windows, bugs and all
25483      Branch: perl
25484            ! mg.c perl.h win32/perlhost.h
25485 ____________________________________________________________________________
25486 [  6107] By: jhi                                   on 2000/05/15  18:01:41
25487         Log: Tweak the todo list.
25488      Branch: cfgperl
25489            ! Todo-5.6
25490 ____________________________________________________________________________
25491 [  6106] By: jhi                                   on 2000/05/15  13:41:48
25492         Log: The (Configure) script refuses to go on, after asking for
25493              'You may also choose to try maximal 64-bitness....'.
25494              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
25495              -- Patrick Zima
25496              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
25497      Branch: cfgperl
25498            ! hints/solaris_2.sh
25499 ____________________________________________________________________________
25500 [  6105] By: jhi                                   on 2000/05/11  14:37:43
25501         Log: Integrate with Sarathy.
25502      Branch: cfgperl
25503           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
25504           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
25505 ____________________________________________________________________________
25506 [  6104] By: gsar                                  on 2000/05/11  03:39:07
25507         Log: PL_sys_intern was being initialized too late on windows
25508      Branch: perl
25509            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
25510            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
25511 ____________________________________________________________________________
25512 [  6103] By: jhi                                   on 2000/05/09  19:42:20
25513         Log: Test tweaking for Unicos continues.
25514      Branch: cfgperl
25515            ! t/op/64bitint.t
25516 ____________________________________________________________________________
25517 [  6102] By: jhi                                   on 2000/05/09  16:47:27
25518         Log: The test suite tweak in #6101 wasn't quite right.
25519      Branch: cfgperl
25520            ! t/lib/complex.t
25521 ____________________________________________________________________________
25522 [  6101] By: jhi                                   on 2000/05/09  15:35:34
25523         Log: Hints and test tweaks for Unicos.
25524      Branch: cfgperl
25525            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
25526 ____________________________________________________________________________
25527 [  6100] By: jhi                                   on 2000/05/08  21:15:06
25528         Log: More compilation tweakery from Allen Smith.
25529      Branch: cfgperl
25530            ! hints/irix_6.sh
25531 ____________________________________________________________________________
25532 [  6099] By: jhi                                   on 2000/05/08  19:21:18
25533         Log: Tweaks for the cc bugs from Allen Smith.
25534      Branch: cfgperl
25535            ! hints/irix_6.sh
25536 ____________________________________________________________________________
25537 [  6098] By: jhi                                   on 2000/05/08  19:13:37
25538         Log: Add a note about other, yet unsupported, shadow password APIs.
25539      Branch: cfgperl
25540            ! pp_sys.c
25541 ____________________________________________________________________________
25542 [  6097] By: jhi                                   on 2000/05/08  18:46:34
25543         Log: Add a note about possible compilation problems from Allen Smith.
25544      Branch: cfgperl
25545            ! hints/irix_6.sh
25546 ____________________________________________________________________________
25547 [  6096] By: jhi                                   on 2000/05/08  17:33:10
25548         Log: Integrate with Sarathy.
25549      Branch: cfgperl
25550           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
25551           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
25552 ____________________________________________________________________________
25553 [  6095] By: jhi                                   on 2000/05/08  16:21:33
25554         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
25555              might be useful in future.
25556      Branch: cfgperl
25557            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25558            ! config_h.SH
25559      Branch: metaconfig
25560            ! U/installdirs/inc_version_list.U
25561      Branch: metaconfig/U/perl
25562            ! perlxv.U
25563 ____________________________________________________________________________
25564 [  6094] By: gsar                                  on 2000/05/08  14:22:22
25565         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
25566      Branch: perl
25567            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
25568            ! hints/cygwin.sh pp_sys.c
25569 ____________________________________________________________________________
25570 [  6093] By: gsar                                  on 2000/05/08  12:52:28
25571         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
25572              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
25573      Branch: perl
25574            ! pp_sys.c sv.c win32/perlhost.h
25575 ____________________________________________________________________________
25576 [  6092] By: jhi                                   on 2000/05/07  22:40:34
25577         Log: Regen perltoc with the fixed buildtoc.
25578      Branch: cfgperl
25579            ! pod/perltoc.pod
25580 ____________________________________________________________________________
25581 [  6091] By: jhi                                   on 2000/05/07  22:24:16
25582         Log: Integrate with Sarathy.
25583      Branch: cfgperl
25584           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
25585           !> t/op/substr.t toke.c
25586 ____________________________________________________________________________
25587 [  6090] By: gsar                                  on 2000/05/07  19:47:07
25588         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
25589              [NI]OK; added tests for both
25590      Branch: perl
25591            ! perl.c pp_hot.c sv.c t/op/substr.t
25592 ____________________________________________________________________________
25593 [  6089] By: gsar                                  on 2000/05/07  18:18:38
25594         Log: buildtoc tweak to fix newline lossage
25595      Branch: perl
25596            ! pod/buildtoc
25597 ____________________________________________________________________________
25598 [  6088] By: jhi                                   on 2000/05/07  16:35:36
25599         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
25600              because we do not use those.  The HAS_GETSPNAM remains,
25601              though, because we still do use that.
25602      Branch: cfgperl
25603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25604            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
25605            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
25606            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
25607            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25608            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
25609 ____________________________________________________________________________
25610 [  6087] By: gsar                                  on 2000/05/07  16:05:16
25611         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
25612      Branch: perl
25613            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
25614 ____________________________________________________________________________
25615 [  6086] By: jhi                                   on 2000/05/07  15:27:07
25616         Log: Integrate with Sarathy.
25617      Branch: cfgperl
25618           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25619           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25620           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
25621           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
25622           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
25623           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
25624 ____________________________________________________________________________
25625 [  6085] By: gsar                                  on 2000/05/07  05:52:02
25626         Log: repeat operator (x) doesn't preserve utf8-ness
25627      Branch: perl
25628            ! pp.c t/op/substr.t
25629 ____________________________________________________________________________
25630 [  6084] By: gsar                                  on 2000/05/07  05:39:55
25631         Log: substr() does not preserve utf8-ness (from Stefan Eissing
25632              <Eissing@medicaldataservice.de>); added tests
25633      Branch: perl
25634            ! pp.c t/op/substr.t
25635 ____________________________________________________________________________
25636 [  6083] By: gsar                                  on 2000/05/07  05:24:46
25637         Log: note about undocumented caller() return value (from M.J.T. Guy);
25638              yet another peek.t tweak
25639      Branch: perl
25640            ! pod/perlfunc.pod t/lib/peek.t
25641 ____________________________________________________________________________
25642 [  6082] By: gsar                                  on 2000/05/07  05:08:40
25643         Log: peek.t non-portable to ithreads
25644      Branch: perl
25645            ! t/lib/peek.t
25646 ____________________________________________________________________________
25647 [  6081] By: gsar                                  on 2000/05/07  04:17:04
25648         Log: better default perlbug categories for ok reports (from Richard Foley)
25649      Branch: perl
25650            ! utils/perlbug.PL
25651 ____________________________________________________________________________
25652 [  6080] By: gsar                                  on 2000/05/07  04:08:07
25653         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
25654              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25655      Branch: perl
25656            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25657            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25658            ! AUTHORS MAINTAIN MANIFEST
25659 ____________________________________________________________________________
25660 [  6079] By: gsar                                  on 2000/05/07  04:01:38
25661         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
25662      Branch: perl
25663            ! lib/Carp/Heavy.pm
25664 ____________________________________________________________________________
25665 [  6078] By: gsar                                  on 2000/05/07  01:24:19
25666         Log: workaround for CRT bug in chdir() (from Charles Lane, via
25667              Peter Prymmer)
25668      Branch: perl
25669            ! iperlsys.h vms/vms.c vms/vmsish.h
25670 ____________________________________________________________________________
25671 [  6077] By: gsar                                  on 2000/05/07  01:22:23
25672         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
25673              and Tom Phoenix)
25674      Branch: perl
25675            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
25676 ____________________________________________________________________________
25677 [  6076] By: gsar                                  on 2000/05/06  17:36:29
25678         Log: integrate cfgperl contents into mainline
25679      Branch: perl
25680           +> t/lib/peek.t
25681           !> Configure MANIFEST Porting/Glossary Porting/config.sh
25682           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
25683           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
25684           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
25685 ____________________________________________________________________________
25686 [  6075] By: jhi                                   on 2000/05/05  18:56:10
25687         Log: Make the test more portable.
25688      Branch: cfgperl
25689            ! t/lib/peek.t
25690 ____________________________________________________________________________
25691 [  6074] By: jhi                                   on 2000/05/05  18:49:20
25692         Log: Introduce t/lib/peek.t.
25693      Branch: cfgperl
25694            + t/lib/peek.t
25695            ! MANIFEST
25696 ____________________________________________________________________________
25697 [  6073] By: jhi                                   on 2000/05/05  14:30:45
25698         Log: Complex tweaks.
25699      Branch: cfgperl
25700            ! lib/Math/Complex.pm t/lib/complex.t
25701 ____________________________________________________________________________
25702 [  6072] By: jhi                                   on 2000/05/05  12:27:13
25703         Log: Integrate with Sarathy.
25704      Branch: cfgperl
25705           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25706           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25707           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
25708           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
25709 ____________________________________________________________________________
25710 [  6071] By: gsar                                  on 2000/05/05  02:24:46
25711         Log: misformatted perllocal.pod (from Tim Jenness
25712              <t.jenness@jach.hawaii.edu>)
25713      Branch: perl
25714            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25715 ____________________________________________________________________________
25716 [  6070] By: gsar                                  on 2000/05/05  02:16:52
25717         Log: remove misleading comment (from M.J.T. Guy)
25718      Branch: perl
25719            ! t/lib/anydbm.t
25720 ____________________________________________________________________________
25721 [  6069] By: gsar                                  on 2000/05/05  02:15:13
25722         Log: File::Spec compatibility update (from Barrie Slaymaker
25723              <barries@slaysys.com>)
25724      Branch: perl
25725            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25726            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25727 ____________________________________________________________________________
25728 [  6068] By: gsar                                  on 2000/05/05  02:01:50
25729         Log: note about values()
25730      Branch: perl
25731            ! pod/perlfunc.pod
25732 ____________________________________________________________________________
25733 [  6067] By: gsar                                  on 2000/05/05  01:33:09
25734         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
25735      Branch: perl
25736            ! win32/win32.c
25737 ____________________________________________________________________________
25738 [  6066] By: gsar                                  on 2000/05/05  01:23:43
25739         Log: s/END/CHECK/
25740      Branch: perl
25741            ! perl.c
25742 ____________________________________________________________________________
25743 [  6065] By: jhi                                   on 2000/05/04  17:30:22
25744         Log: Integrate with Sarathy.
25745      Branch: cfgperl
25746           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
25747 ____________________________________________________________________________
25748 [  6064] By: gsar                                  on 2000/05/04  17:26:14
25749         Log: change#5905 wasn't quite right--it's intent only applies when arguments
25750              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
25751      Branch: perl
25752            ! pp_sys.c sv.c
25753 ____________________________________________________________________________
25754 [  6063] By: gsar                                  on 2000/05/04  16:52:29
25755         Log: tokeq() could read unallocated field in argument
25756      Branch: perl
25757            ! toke.c
25758 ____________________________________________________________________________
25759 [  6062] By: gsar                                  on 2000/05/04  16:34:51
25760         Log: additional tests for utf8.t
25761      Branch: perl
25762            ! t/pragma/utf8.t
25763 ____________________________________________________________________________
25764 [  6061] By: gsar                                  on 2000/05/04  16:09:28
25765         Log: change#5921 neglected to make eq honor "use bytes"
25766      Branch: perl
25767            ! sv.c
25768 ____________________________________________________________________________
25769 [  6060] By: jhi                                   on 2000/05/04  15:30:16
25770         Log: Integrate with Sarathy.
25771      Branch: cfgperl
25772           !> perl.c regcomp.c t/pragma/utf8.t
25773 ____________________________________________________________________________
25774 [  6059] By: jhi                                   on 2000/05/04  15:26:37
25775         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
25776              in natively 64-bit platforms where a long is a quad (no need
25777              for long longs).  Also added bias for IVs.
25778      Branch: cfgperl
25779            ! toke.c
25780 ____________________________________________________________________________
25781 [  6058] By: gsar                                  on 2000/05/04  00:19:14
25782         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
25783              (spotted by Donald Kinzer <dkinzer@premia.com>)
25784      Branch: perl
25785            ! perl.c
25786 ____________________________________________________________________________
25787 [  6057] By: gsar                                  on 2000/05/03  18:34:01
25788         Log: fix broken parsing of /\x{ab}/
25789      Branch: perl
25790            ! regcomp.c t/pragma/utf8.t
25791 ____________________________________________________________________________
25792 [  6056] By: jhi                                   on 2000/05/03  17:57:16
25793         Log: The search of infinity continues, this time simplified.
25794      Branch: cfgperl
25795            ! lib/Math/Complex.pm
25796 ____________________________________________________________________________
25797 [  6055] By: jhi                                   on 2000/05/03  17:45:30
25798         Log: Detypo.
25799      Branch: cfgperl
25800            ! hints/unicos.sh
25801 ____________________________________________________________________________
25802 [  6054] By: jhi                                   on 2000/05/02  22:28:27
25803         Log: Be more forgiving in POSIX about HUGE_VALL.
25804      Branch: cfgperl
25805            ! ext/POSIX/POSIX.xs
25806 ____________________________________________________________________________
25807 [  6053] By: jhi                                   on 2000/05/02  22:25:05
25808         Log: Integrate with Sarathy.
25809      Branch: cfgperl
25810           !> hints/irix_6.sh pod/perlop.pod
25811 ____________________________________________________________________________
25812 [  6052] By: jhi                                   on 2000/05/02  22:24:31
25813         Log: Unicos hint tweak.
25814      Branch: cfgperl
25815            ! hints/unicos.sh
25816 ____________________________________________________________________________
25817 [  6051] By: jhi                                   on 2000/05/02  22:21:26
25818         Log: Complex tweakery.
25819      Branch: cfgperl
25820            ! lib/Math/Complex.pm t/lib/complex.t
25821 ____________________________________________________________________________
25822 [  6050] By: jhi                                   on 2000/05/02  19:26:22
25823         Log: Use setxxent()/endxxent().
25824      Branch: cfgperl
25825            ! t/op/grent.t t/op/pwent.t
25826 ____________________________________________________________________________
25827 [  6049] By: jhi                                   on 2000/05/02  19:06:02
25828         Log: Test both the scalar and list contexts.
25829      Branch: cfgperl
25830            ! t/op/grent.t t/op/pwent.t
25831 ____________________________________________________________________________
25832 [  6048] By: gsar                                  on 2000/05/02  18:29:10
25833         Log: add note about how $( doesn't interpolate in REs (from
25834              Philip Newton <newton@ficus.frogspace.net>)
25835      Branch: perl
25836            ! pod/perlop.pod
25837 ____________________________________________________________________________
25838 [  6047] By: jhi                                   on 2000/05/02  17:41:24
25839         Log: Call getspnam() only iff needd.
25840      Branch: cfgperl
25841            ! pp_sys.c
25842 ____________________________________________________________________________
25843 [  6046] By: gsar                                  on 2000/05/02  17:07:25
25844         Log: libscheck has insufficient checks for n32 libs (from
25845              Albert Chin-A-Young <china@thewrittenword.com>)
25846      Branch: perl
25847            ! hints/irix_6.sh
25848 ____________________________________________________________________________
25849 [  6045] By: jhi                                   on 2000/05/02  13:57:17
25850         Log: Integrate with Sarathy.
25851      Branch: cfgperl
25852           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
25853           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
25854 ____________________________________________________________________________
25855 [  6044] By: gsar                                  on 2000/05/02  06:48:19
25856         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
25857              such that underscores are only ignored in literal numbers,
25858              "\x{...}", and hex/oct argument
25859      Branch: perl
25860            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
25861 ____________________________________________________________________________
25862 [  6043] By: gsar                                  on 2000/05/02  02:22:29
25863         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
25864      Branch: perl
25865            ! pod/perlretut.pod
25866 ____________________________________________________________________________
25867 [  6042] By: gsar                                  on 2000/05/02  02:17:51
25868         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
25869      Branch: perl
25870            ! pod/perltrap.pod
25871 ____________________________________________________________________________
25872 [  6041] By: gsar                                  on 2000/05/02  01:53:51
25873         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
25874              to compensate
25875      Branch: perl
25876            ! Porting/makerel
25877 ____________________________________________________________________________
25878 [  6040] By: gsar                                  on 2000/05/02  01:51:57
25879         Log: missing files in MANIFEST
25880      Branch: perl
25881            ! MANIFEST
25882 ____________________________________________________________________________
25883 [  6039] By: jhi                                   on 2000/05/02  00:36:46
25884         Log: Infinite problems.
25885      Branch: cfgperl
25886            ! lib/Math/Complex.pm
25887 ____________________________________________________________________________
25888 [  6038] By: jhi                                   on 2000/05/02  00:06:38
25889         Log: pwent/spent #ifdef imbalance.
25890      Branch: cfgperl
25891            ! pp_sys.c
25892 ____________________________________________________________________________
25893 [  6037] By: jhi                                   on 2000/05/01  22:50:11
25894         Log: Use HUGE_VALL if applicable.
25895      Branch: cfgperl
25896            ! ext/POSIX/POSIX.xs util.c
25897 ____________________________________________________________________________
25898 [  6036] By: jhi                                   on 2000/05/01  22:20:53
25899         Log: Correct Freudian slip.
25900      Branch: cfgperl
25901            ! pp_sys.c
25902 ____________________________________________________________________________
25903 [  6035] By: jhi                                   on 2000/05/01  21:07:38
25904         Log: Continue on the pwent/spent case.
25905      Branch: cfgperl
25906            ! pp_sys.c
25907 ____________________________________________________________________________
25908 [  6034] By: jhi                                   on 2000/05/01  17:45:14
25909         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
25910              adjustments in 6032 conflicted badly with this, will have
25911              to revisit them later.
25912      Branch: cfgperl
25913           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
25914           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25915           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
25916           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
25917           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
25918           !> t/lib/cgi-html.t t/lib/cgi-request.t
25919 ____________________________________________________________________________
25920 [  6033] By: jhi                                   on 2000/05/01  17:40:49
25921         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
25922      Branch: cfgperl
25923            ! pp_sys.c
25924 ____________________________________________________________________________
25925 [  6032] By: gsar                                  on 2000/05/01  15:56:32
25926         Log: whitespace adjustments
25927      Branch: perl
25928            ! pp_sys.c
25929 ____________________________________________________________________________
25930 [  6031] By: gsar                                  on 2000/05/01  15:19:41
25931         Log: small nits in diagnostics.pm (from Robin Barker)
25932      Branch: perl
25933            ! lib/diagnostics.pm pod/perldiag.pod
25934 ____________________________________________________________________________
25935 [  6030] By: gsar                                  on 2000/05/01  08:39:18
25936         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
25937              for @- and @+ (from Johan Vromans)
25938      Branch: perl
25939            ! lib/English.pm pod/perlvar.pod
25940 ____________________________________________________________________________
25941 [  6029] By: gsar                                  on 2000/05/01  08:16:10
25942         Log: add CGI.pm v2.66 (from Lincoln Stein)
25943      Branch: perl
25944            + lib/CGI/Util.pm t/lib/cgi-pretty.t
25945            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25946            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
25947            ! t/lib/cgi-html.t t/lib/cgi-request.t
25948 ____________________________________________________________________________
25949 [  6028] By: gsar                                  on 2000/05/01  06:34:41
25950         Log: Pod::Man generates groff-incompatible macro definition (from
25951              Tom Christiansen)
25952      Branch: perl
25953            ! lib/Pod/Man.pm
25954 ____________________________________________________________________________
25955 [  6027] By: gsar                                  on 2000/05/01  06:31:36
25956         Log: podlators-1.02 update (from Russ Allbery)
25957      Branch: perl
25958            ! lib/Pod/Man.pm lib/Pod/Text.pm
25959 ____________________________________________________________________________
25960 [  6026] By: jhi                                   on 2000/04/30  23:24:23
25961         Log: Integrate with Sarathy.
25962      Branch: cfgperl
25963           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25964           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
25965           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25966           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25967           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
25968           !> t/lib/syslog.t toke.c win32/win32.h
25969 ____________________________________________________________________________
25970 [  6025] By: gsar                                  on 2000/04/30  18:17:47
25971         Log: Is{Alnum,Alpha,Word} don't match titlecase
25972              
25973              TODO: IsSpace is defined recursively!
25974              
25975              (both spotted by Larry)
25976      Branch: perl
25977            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25978            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25979 ____________________________________________________________________________
25980 [  6024] By: gsar                                  on 2000/04/30  17:50:19
25981         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
25982              (from Hugo van der Sanden)
25983      Branch: perl
25984            ! toke.c
25985 ____________________________________________________________________________
25986 [  6023] By: gsar                                  on 2000/04/30  17:14:43
25987         Log: debugger stomps on $. (from M.J.T. Guy)
25988      Branch: perl
25989            ! lib/perl5db.pl
25990 ____________________________________________________________________________
25991 [  6022] By: gsar                                  on 2000/04/30  16:59:22
25992         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
25993      Branch: perl
25994            ! sv.c
25995 ____________________________________________________________________________
25996 [  6021] By: gsar                                  on 2000/04/29  21:00:08
25997         Log: remove Win2K issue in pod (fixed by change#6020)
25998      Branch: perl
25999            ! README.win32 pod/perl56delta.pod
26000 ____________________________________________________________________________
26001 [  6020] By: gsar                                  on 2000/04/29  20:51:49
26002         Log: test tweak
26003      Branch: perl
26004            ! t/lib/open3.t
26005 ____________________________________________________________________________
26006 [  6019] By: gsar                                  on 2000/04/29  20:34:27
26007         Log: windows portability tweaks
26008      Branch: perl
26009            ! t/lib/b.t win32/win32.h
26010 ____________________________________________________________________________
26011 [  6018] By: gsar                                  on 2000/04/29  19:55:24
26012         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
26013              make _PATH_LOG() return "" if unavailable
26014      Branch: perl
26015            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
26016            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
26017 ____________________________________________________________________________
26018 [  6017] By: jhi                                   on 2000/04/28  22:49:46
26019         Log: Integrate with Sarathy.
26020      Branch: cfgperl
26021           !> op.c perl.c pod/perldiag.pod t/lib/b.t
26022 ____________________________________________________________________________
26023 [  6016] By: jhi                                   on 2000/04/28  22:46:14
26024         Log: Do not warn that an infinity does not look like a number.
26025      Branch: cfgperl
26026            ! sv.c
26027 ____________________________________________________________________________
26028 [  6015] By: gsar                                  on 2000/04/28  22:35:49
26029         Log: tweak test for portability
26030      Branch: perl
26031            ! t/lib/b.t
26032 ____________________________________________________________________________
26033 [  6014] By: gsar                                  on 2000/04/28  22:05:31
26034         Log: glob() loading File::Glob behind the scenes may cause syntax errors
26035      Branch: perl
26036            ! op.c
26037 ____________________________________________________________________________
26038 [  6013] By: gsar                                  on 2000/04/28  21:25:22
26039         Log: tweak change#5945 to display correct switch name in diagnostic
26040      Branch: perl
26041            ! perl.c pod/perldiag.pod
26042 ____________________________________________________________________________
26043 [  6012] By: jhi                                   on 2000/04/28  21:08:12
26044         Log: Integrate with Sarathy.
26045      Branch: cfgperl
26046           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
26047           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
26048           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
26049 ____________________________________________________________________________
26050 [  6011] By: jhi                                   on 2000/04/28  21:04:46
26051         Log: &HUGE_VAL is not defined, it exists.
26052      Branch: cfgperl
26053            ! lib/Math/Complex.pm
26054 ____________________________________________________________________________
26055 [  6010] By: gsar                                  on 2000/04/28  21:02:58
26056         Log: clarify note about shadow password support (from
26057              gellyfish@gellyfish.com)
26058      Branch: perl
26059            ! pod/perlfunc.pod
26060 ____________________________________________________________________________
26061 [  6009] By: gsar                                  on 2000/04/28  21:00:00
26062         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
26063      Branch: perl
26064            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
26065 ____________________________________________________________________________
26066 [  6008] By: gsar                                  on 2000/04/28  20:56:33
26067         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
26068      Branch: perl
26069            ! installperl vms/subconfigure.com
26070 ____________________________________________________________________________
26071 [  6007] By: gsar                                  on 2000/04/28  20:51:21
26072         Log: note about compile failures and END blocks (from M.J.T. Guy)
26073      Branch: perl
26074            ! pod/perl56delta.pod pod/perlmod.pod
26075 ____________________________________________________________________________
26076 [  6006] By: jhi                                   on 2000/04/28  20:42:14
26077         Log: Regen Configure.
26078      Branch: cfgperl
26079            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26080            ! config_h.SH
26081 ____________________________________________________________________________
26082 [  6005] By: gsar                                  on 2000/04/28  20:41:16
26083         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
26084      Branch: perl
26085            ! utils/perldoc.PL
26086 ____________________________________________________________________________
26087 [  6004] By: jhi                                   on 2000/04/28  20:28:21
26088         Log: Integrate with Sarathy.
26089      Branch: cfgperl
26090           !> Configure INSTALL Porting/Glossary Porting/config.sh
26091           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
26092           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
26093           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26094           !> win32/config.vc win32/win32.c
26095 ____________________________________________________________________________
26096 [  6003] By: gsar                                  on 2000/04/28  20:11:20
26097         Log: allow REG_EXPAND_SZ keys in Windows registry (from
26098              John Clayton <John.Clayton@barclayscapital.com>)
26099      Branch: perl
26100            ! win32/win32.c
26101 ____________________________________________________________________________
26102 [  6002] By: gsar                                  on 2000/04/28  19:34:16
26103         Log: destructive sv_setsv() can lose UV-ness from source, causing
26104              numeric promotions/comparisons to fail to do the right thing
26105      Branch: perl
26106            ! sv.c
26107 ____________________________________________________________________________
26108 [  6001] By: gsar                                  on 2000/04/28  18:44:15
26109         Log: support additional library locations via $Config{otherlibdirs}
26110              (from Andy Dougherty)
26111      Branch: perl
26112            ! Configure INSTALL Porting/Glossary Porting/config.sh
26113            ! Porting/config_H config_h.SH epoc/config.sh perl.c
26114            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
26115            ! win32/config.bc win32/config.gc win32/config.vc
26116 ____________________________________________________________________________
26117 [  6000] By: gsar                                  on 2000/04/28  18:26:58
26118         Log: reworked otherlibdirs.U (from Andy Dougherty)
26119      Branch: metaconfig
26120            ! U/installdirs/otherlibdirs.U
26121 ____________________________________________________________________________
26122 [  5999] By: gsar                                  on 2000/04/28  18:17:07
26123         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
26124      Branch: perl
26125            ! t/pragma/warn/toke toke.c
26126 ____________________________________________________________________________
26127 [  5998] By: jhi                                   on 2000/04/28  13:32:17
26128         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
26129      Branch: cfgperl
26130            ! lib/Math/Complex.pm
26131 ____________________________________________________________________________
26132 [  5997] By: jhi                                   on 2000/04/28  13:14:04
26133         Log: Preserve $!.
26134      Branch: cfgperl
26135            ! lib/Math/Complex.pm
26136 ____________________________________________________________________________
26137 [  5996] By: jhi                                   on 2000/04/28  12:59:23
26138         Log: Integrate with Sarathy.
26139      Branch: cfgperl
26140           +> pod/perlrequick.pod pod/perlretut.pod
26141           !> (integrate 51 files)
26142 ____________________________________________________________________________
26143 [  5995] By: gsar                                  on 2000/04/28  09:37:36
26144         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
26145      Branch: perl
26146            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
26147 ____________________________________________________________________________
26148 [  5994] By: gsar                                  on 2000/04/28  09:33:26
26149         Log: fix for missed accounting for null byte in pack("Z",...) (from
26150              M.J.T. Guy)
26151      Branch: perl
26152            ! pp.c t/op/pack.t
26153 ____________________________________________________________________________
26154 [  5993] By: gsar                                  on 2000/04/28  09:30:05
26155         Log: various minor tweaks seen on p5p
26156      Branch: perl
26157            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
26158 ____________________________________________________________________________
26159 [  5992] By: gsar                                  on 2000/04/28  09:08:19
26160         Log: pod nit (from Simon Cozens)
26161      Branch: perl
26162            ! pod/perlop.pod
26163 ____________________________________________________________________________
26164 [  5991] By: gsar                                  on 2000/04/28  09:06:36
26165         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
26166      Branch: perl
26167            ! README.posix-bc hints/posix-bc.sh
26168 ____________________________________________________________________________
26169 [  5990] By: gsar                                  on 2000/04/28  08:54:52
26170         Log: use $ENV{LIB} to search for libs under Visual C compiler
26171              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
26172      Branch: perl
26173            ! lib/ExtUtils/Liblist.pm
26174 ____________________________________________________________________________
26175 [  5989] By: gsar                                  on 2000/04/28  08:27:12
26176         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
26177              itself and no other (from Tom Hughes)
26178      Branch: perl
26179            ! t/op/array.t toke.c
26180 ____________________________________________________________________________
26181 [  5988] By: gsar                                  on 2000/04/28  08:01:38
26182         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
26183              <paul@miraclefish.com>)
26184      Branch: perl
26185            ! lib/ExtUtils/MakeMaker.pm
26186 ____________________________________________________________________________
26187 [  5987] By: gsar                                  on 2000/04/28  07:53:09
26188         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
26189      Branch: perl
26190            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
26191 ____________________________________________________________________________
26192 [  5986] By: gsar                                  on 2000/04/28  07:44:17
26193         Log: add regular expressions tutorial and quick-start guide (from
26194              Mark Kvale <kvale@phy.ucsf.edu>)
26195      Branch: perl
26196            + pod/perlrequick.pod pod/perlretut.pod
26197            ! AUTHORS MAINTAIN MANIFEST
26198 ____________________________________________________________________________
26199 [  5985] By: gsar                                  on 2000/04/28  07:30:28
26200         Log: forked child may not exit correctly if it failed to open
26201              /dev/console (from Graham Barr)
26202      Branch: perl
26203            ! ext/Sys/Syslog/Syslog.pm
26204 ____________________________________________________________________________
26205 [  5984] By: gsar                                  on 2000/04/28  07:27:20
26206         Log: attributes::reftype() doesn't work on tied argument
26207      Branch: perl
26208            ! xsutils.c
26209 ____________________________________________________________________________
26210 [  5983] By: gsar                                  on 2000/04/28  07:15:04
26211         Log: numeric conversion of non-number in change#3378 tramples on
26212              OOK offset, causing segfaults
26213      Branch: perl
26214            ! sv.c
26215 ____________________________________________________________________________
26216 [  5982] By: gsar                                  on 2000/04/28  04:48:25
26217         Log: avoid error in IO::Socket::INET when given an unknown service name
26218              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
26219      Branch: perl
26220            ! ext/IO/lib/IO/Socket/INET.pm
26221 ____________________________________________________________________________
26222 [  5981] By: gsar                                  on 2000/04/28  04:31:31
26223         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
26224              prototype mismatch with CORE::glob(); update pod and tests to
26225              suit (File::Glob::glob() is still available for backward
26226              compatibility, but should be considered deprecated)
26227      Branch: perl
26228            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
26229            ! t/lib/glob-taint.t
26230 ____________________________________________________________________________
26231 [  5980] By: gsar                                  on 2000/04/28  03:47:29
26232         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
26233              <ghudson@mit.edu>)
26234      Branch: metaconfig
26235            ! U/modified/Options.U
26236      Branch: perl
26237            ! Configure
26238 ____________________________________________________________________________
26239 [  5979] By: gsar                                  on 2000/04/28  03:07:54
26240         Log: under useithreads, constant pad entries could inadvertantly be
26241              shared across threads (from Eric Blood <eblood@xmission.com>);
26242              added Eric's test case to testsuite
26243      Branch: perl
26244            ! op.c t/op/misc.t
26245 ____________________________________________________________________________
26246 [  5978] By: gsar                                  on 2000/04/27  21:13:00
26247         Log: sync version numbers in File::Spec with the ones on CPAN
26248              (from Barrie Slaymaker)
26249      Branch: perl
26250            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26251            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26252            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26253 ____________________________________________________________________________
26254 [  5977] By: gsar                                  on 2000/04/27  21:07:29
26255         Log: autoquote barewords followed by newline and arrow properly
26256              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
26257      Branch: perl
26258            ! t/pragma/warn/toke toke.c
26259 ____________________________________________________________________________
26260 [  5976] By: gsar                                  on 2000/04/27  20:41:20
26261         Log: DB_File v1.73 update (from Paul Marquess)
26262      Branch: perl
26263            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26264            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
26265 ____________________________________________________________________________
26266 [  5975] By: gsar                                  on 2000/04/27  20:34:24
26267         Log: allow sort() reentrancy (variant of patch suggested by
26268              Hugo van der Sanden)
26269      Branch: perl
26270            ! pp_ctl.c t/op/sort.t
26271 ____________________________________________________________________________
26272 [  5974] By: gsar                                  on 2000/04/27  19:46:57
26273         Log: change#4197 somehow missed initializing PL_errors, meaning
26274              sytax error queueing wasn't working outside eval"" at all;
26275              also fixed eval"" to localize PL_error_count, so that compile-time
26276              eval's don't clobber the error state of the outer context
26277      Branch: perl
26278            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
26279            ! t/pragma/warn/toke
26280 ____________________________________________________________________________
26281 [  5973] By: gsar                                  on 2000/04/27  18:29:05
26282         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
26283      Branch: perl
26284            ! regcomp.c regexec.c t/op/re_tests
26285 ____________________________________________________________________________
26286 [  5972] By: jhi                                   on 2000/04/27  18:22:41
26287         Log: Integrate with Sarathy.
26288      Branch: cfgperl
26289           +> t/lib/b.t t/lib/syslog.t
26290           !> (integrate 31 files)
26291 ____________________________________________________________________________
26292 [  5971] By: jhi                                   on 2000/04/27  18:18:46
26293         Log: Unicos tweaks from Mark P. Lutz.
26294      Branch: cfgperl
26295            ! hints/unicos.sh lib/Math/Complex.pm
26296 ____________________________________________________________________________
26297 [  5970] By: gsar                                  on 2000/04/27  18:05:11
26298         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
26299              IV is >32bits
26300      Branch: perl
26301            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
26302 ____________________________________________________________________________
26303 [  5969] By: gsar                                  on 2000/04/27  17:50:56
26304         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
26305      Branch: perl
26306            + t/lib/syslog.t
26307            ! MANIFEST ext/Sys/Syslog/Syslog.pm
26308 ____________________________________________________________________________
26309 [  5968] By: gsar                                  on 2000/04/27  17:44:49
26310         Log: tolerate spaces in group names in test on solaris (from David Boyce
26311              <dsb@boyski.com>)
26312      Branch: perl
26313            ! t/op/groups.t
26314 ____________________________________________________________________________
26315 [  5967] By: gsar                                  on 2000/04/27  17:41:22
26316         Log: improved docs on the warn_uninit diagnostic (from David Glasser
26317              and Simon Cozens)
26318      Branch: perl
26319            ! pod/perldiag.pod
26320 ____________________________________________________________________________
26321 [  5966] By: gsar                                  on 2000/04/27  16:54:58
26322         Log: add testsuite for B backends, fix bug in B::Deparse (from
26323              Simon Cozens <simon@brecon.co.uk>)
26324      Branch: perl
26325            + t/lib/b.t
26326            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
26327 ____________________________________________________________________________
26328 [  5965] By: gsar                                  on 2000/04/27  16:10:37
26329         Log: avoid "will not stay shared" warnings for our variables (from
26330              Robin Barker)
26331      Branch: perl
26332            ! op.c t/pragma/warn/op
26333 ____________________________________________________________________________
26334 [  5964] By: gsar                                  on 2000/04/27  07:05:05
26335         Log: reformat to 72 columns (again)
26336      Branch: perl
26337            ! pod/perldiag.pod
26338 ____________________________________________________________________________
26339 [  5963] By: gsar                                  on 2000/04/27  06:28:31
26340         Log: patch from Larry to make (\&) prototype work; added tests for
26341              the same
26342      Branch: perl
26343            ! op.c t/comp/proto.t
26344 ____________________________________________________________________________
26345 [  5962] By: gsar                                  on 2000/04/27  06:15:47
26346         Log: updated README.hpux (from Jeff Okamoto)
26347      Branch: perl
26348            ! README.hpux
26349 ____________________________________________________________________________
26350 [  5961] By: gsar                                  on 2000/04/27  05:55:03
26351         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
26352      Branch: perl
26353            ! emacs/cperl-mode.el
26354 ____________________________________________________________________________
26355 [  5960] By: gsar                                  on 2000/04/27  05:49:26
26356         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
26357      Branch: perl
26358            ! INSTALL
26359 ____________________________________________________________________________
26360 [  5959] By: gsar                                  on 2000/04/27  05:33:41
26361         Log: doubled words in pods (from Simon Cozens
26362              <simon.p.cozens@jp.pwcglobal.com>)
26363      Branch: perl
26364            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
26365            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
26366            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
26367            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
26368            ! pod/perltootc.pod
26369 ____________________________________________________________________________
26370 [  5958] By: gsar                                  on 2000/04/27  05:11:39
26371         Log: change#3569 deleted some essential code, revert; avoid use of
26372              atexit() to make DynaLoader work properly on AIX under mod_perl
26373              (from Jens-Uwe Mager <jum@helios.de>)
26374      Branch: perl
26375            ! ext/DynaLoader/dl_aix.xs
26376 ____________________________________________________________________________
26377 [  5957] By: gsar                                  on 2000/04/27  04:54:51
26378         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
26379      Branch: perl
26380            ! pod/perlmod.pod
26381 ____________________________________________________________________________
26382 [  5956] By: gsar                                  on 2000/04/27  04:51:47
26383         Log: better diagnostics on failed tests (from Ilya Zakharevich)
26384      Branch: perl
26385            ! t/op/lex_assign.t
26386 ____________________________________________________________________________
26387 [  5955] By: gsar                                  on 2000/04/27  04:26:44
26388         Log: longstanding bug exposed by change#3307: sort arguments weren't
26389              compiled with the right wantarray context (ensuing runtime lookup
26390              via block_gimme() was getting the incidental context of the
26391              sort() itself)
26392      Branch: perl
26393            ! op.c t/op/sort.t
26394 ____________________________________________________________________________
26395 [  5954] By: gsar                                  on 2000/04/26  23:42:12
26396         Log: integrate cfgperl contents into mainline
26397      Branch: perl
26398           !> (integrate 30 files)
26399 ____________________________________________________________________________
26400 [  5953] By: jhi                                   on 2000/04/26  23:06:42
26401         Log: Integrate with Sarathy.
26402      Branch: cfgperl
26403           !> README.win32 ext/B/B/Deparse.pm
26404           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
26405           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
26406           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
26407           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
26408           !> utils/perldoc.PL vms/perlvms.pod
26409 ____________________________________________________________________________
26410 [  5952] By: jhi                                   on 2000/04/26  23:03:46
26411         Log: Undo "use integer" addition from 64bitint as it seems
26412              to break most of the subtests in Digital UNIX;
26413              Unicos needs to find another way.
26414      Branch: cfgperl
26415            ! t/op/64bitint.t
26416 ____________________________________________________________________________
26417 [  5951] By: jhi                                   on 2000/04/26  22:57:53
26418         Log: Be more robust on "extreme" (large absolute value)
26419              arguments.  Originally reported by Daniel Connelly
26420              as a problem with asinh() on large negative arguments,
26421              asinh() used to bail out because an argument to log()
26422              ended up being zero.  Ilya Zakharevich proposed using
26423              Taylor's series in such cases, which for such large
26424              arguments is a very good approximation.
26425      Branch: cfgperl
26426            ! lib/Math/Complex.pm t/lib/complex.t
26427 ____________________________________________________________________________
26428 [  5950] By: gsar                                  on 2000/04/25  19:13:12
26429         Log: reformat perldiag to avoid long lines
26430      Branch: perl
26431            ! pod/perldiag.pod
26432 ____________________________________________________________________________
26433 [  5949] By: gsar                                  on 2000/04/25  18:41:11
26434         Log: make perldoc use the pod2man from the same version (from
26435              M.J.T. Guy)
26436      Branch: perl
26437            ! utils/perldoc.PL
26438 ____________________________________________________________________________
26439 [  5948] By: gsar                                  on 2000/04/25  18:21:57
26440         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
26441              <kompas@kompas.usr.onet.pl>)
26442      Branch: perl
26443            ! lib/vars.pm
26444 ____________________________________________________________________________
26445 [  5947] By: gsar                                  on 2000/04/25  18:11:53
26446         Log: use &dl_error rather than &dl_load_file as the guard for calling
26447              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
26448              statically built perl)
26449      Branch: perl
26450            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
26451 ____________________________________________________________________________
26452 [  5946] By: jhi                                   on 2000/04/25  17:37:54
26453         Log: Document that tr() is not tr(1).
26454      Branch: cfgperl
26455            ! pod/perlop.pod
26456 ____________________________________________________________________________
26457 [  5945] By: gsar                                  on 2000/04/25  16:34:33
26458         Log: make module name mandatory after -M switch; reorder perldiag
26459              alphabetically (from Mark-Jason Dominus)
26460      Branch: perl
26461            ! perl.c pod/perldiag.pod
26462 ____________________________________________________________________________
26463 [  5944] By: jhi                                   on 2000/04/25  01:15:18
26464         Log: On second thoughts frexp() does have two arguments.
26465      Branch: cfgperl
26466            ! perl.h
26467 ____________________________________________________________________________
26468 [  5943] By: jhi                                   on 2000/04/24  22:56:32
26469         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
26470              Now pp_ncmp() returns undef is either operand is a NaN.
26471      Branch: cfgperl
26472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26473            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
26474            ! vms/subconfigure.com vos/config.def vos/config.h
26475            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
26476            ! win32/config.vc win32/config_H.bc win32/config_H.gc
26477            ! win32/config_H.vc
26478      Branch: metaconfig/U/perl
26479            + d_modfl.U
26480 ____________________________________________________________________________
26481 [  5942] By: jhi                                   on 2000/04/24  19:45:17
26482         Log: Regen Configure to match #5937.
26483      Branch: cfgperl
26484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26485            ! config_h.SH
26486      Branch: metaconfig
26487            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
26488 ____________________________________________________________________________
26489 [  5941] By: jhi                                   on 2000/04/24  19:24:11
26490         Log: Further Unicos fixes for Mark Lutz.
26491      Branch: cfgperl
26492            ! hints/unicos.sh pp_ctl.c
26493 ____________________________________________________________________________
26494 [  5940] By: jhi                                   on 2000/04/24  19:09:06
26495         Log: Various Unicos 10.0.0.6 fixes.
26496              
26497              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
26498              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
26499              Reply-To: tecmpl1@triton.ca.boeing.com 
26500              To: perl5-porters@perl.org 
26501              Date: Fri, 14 Apr 2000 20:21:00 GMT 
26502              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
26503      Branch: cfgperl
26504            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
26505 ____________________________________________________________________________
26506 [  5939] By: gsar                                  on 2000/04/24  19:01:24
26507         Log: more pod nits (from Larry Virden)
26508      Branch: perl
26509            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
26510            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
26511            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
26512 ____________________________________________________________________________
26513 [  5938] By: gsar                                  on 2000/04/24  18:54:01
26514         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
26515      Branch: perl
26516            ! ext/B/B/Deparse.pm
26517 ____________________________________________________________________________
26518 [  5937] By: jhi                                   on 2000/04/24  17:39:00
26519         Log: Integrate with Sarathy.
26520      Branch: cfgperl
26521           +> (branch 31 files)
26522           !> (integrate 73 files)
26523 ____________________________________________________________________________
26524 [  5936] By: gsar                                  on 2000/04/24  17:30:06
26525         Log: additional tests for change#5934 (from Paul Marquess, who also
26526              sent in the same fix)
26527      Branch: perl
26528            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
26529            ! t/pragma/warn/5nolint t/pragma/warn/6default
26530 ____________________________________________________________________________
26531 [  5935] By: jhi                                   on 2000/04/24  17:26:05
26532         Log: Do not assume sign propagation.
26533              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
26534              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
26535              To: payner@ncifcrf.gov, perl5-porters@perl.org 
26536              Date: Tue, 18 Apr 2000 18:24:49 +0100 
26537              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
26538      Branch: cfgperl
26539            ! t/op/bop.t t/op/misc.t
26540 ____________________________________________________________________________
26541 [  5934] By: gsar                                  on 2000/04/24  17:16:54
26542         Log: propagate lexical warnings from surrounding scope correctly
26543              within string eval()
26544      Branch: perl
26545            ! pp_ctl.c t/pragma/warn/pp_ctl
26546 ____________________________________________________________________________
26547 [  5933] By: jhi                                   on 2000/04/24  17:01:07
26548         Log: Flatten the cpp jungle doing the nosuid checking.
26549      Branch: cfgperl
26550            ! perl.c
26551 ____________________________________________________________________________
26552 [  5932] By: gsar                                  on 2000/04/24  09:08:14
26553         Log: add rsignal(), whichsig() and do_join() to public API list
26554              (mod_perl uses them to good advantage)
26555      Branch: perl
26556            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
26557 ____________________________________________________________________________
26558 [  5931] By: gsar                                  on 2000/04/24  09:01:40
26559         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
26560      Branch: perl
26561            ! pp_hot.c regexec.c t/op/pat.t
26562 ____________________________________________________________________________
26563 [  5930] By: gsar                                  on 2000/04/24  08:58:33
26564         Log: small os390 tweaks (from Peter Prymmer)
26565      Branch: perl
26566            ! config_h.SH makedepend.SH
26567 ____________________________________________________________________________
26568 [  5929] By: gsar                                  on 2000/04/24  08:55:25
26569         Log: pod nits
26570      Branch: perl
26571            ! pod/perlguts.pod
26572 ____________________________________________________________________________
26573 [  5928] By: gsar                                  on 2000/04/24  08:50:13
26574         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
26575      Branch: perl
26576            ! ext/IO/lib/IO/Poll.pm
26577 ____________________________________________________________________________
26578 [  5927] By: gsar                                  on 2000/04/24  08:43:24
26579         Log: arrange for next() to resume at the unstack op rather than the
26580              loop conditional, so that scope cleanup happens correctly
26581              (from Stephen McCamant)
26582      Branch: perl
26583            ! op.c pp_ctl.c t/op/misc.t
26584 ____________________________________________________________________________
26585 [  5926] By: gsar                                  on 2000/04/24  08:18:40
26586         Log: on windows, reserve 16M of stack rather than 128M (allows more
26587              threads to run concurrently)
26588      Branch: perl
26589            ! win32/Makefile win32/makefile.mk
26590 ____________________________________________________________________________
26591 [  5925] By: gsar                                  on 2000/04/24  08:13:52
26592         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
26593      Branch: perl
26594            ! toke.c
26595 ____________________________________________________________________________
26596 [  5924] By: gsar                                  on 2000/04/24  08:08:59
26597         Log: avoid using uninitialized memory in require version check
26598      Branch: perl
26599            ! pp_ctl.c universal.c
26600 ____________________________________________________________________________
26601 [  5923] By: gsar                                  on 2000/04/24  07:20:14
26602         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
26603      Branch: perl
26604            ! ext/IO/lib/IO/Poll.pm
26605 ____________________________________________________________________________
26606 [  5922] By: gsar                                  on 2000/04/24  07:08:42
26607         Log: commentary about IoTYPE() (from Nathan Torkington)
26608      Branch: perl
26609            ! sv.h
26610 ____________________________________________________________________________
26611 [  5921] By: gsar                                  on 2000/04/24  06:58:26
26612         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
26613              by fix
26614      Branch: perl
26615            ! sv.c t/lib/charnames.t t/pragma/utf8.t
26616 ____________________________________________________________________________
26617 [  5920] By: gsar                                  on 2000/04/24  06:37:59
26618         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
26619      Branch: perl
26620            ! doop.c t/op/ver.t
26621 ____________________________________________________________________________
26622 [  5919] By: gsar                                  on 2000/04/24  06:21:58
26623         Log: Configure might miss old directories when prefix must be
26624              expanded (from Robin Barker)
26625      Branch: metaconfig
26626            ! U/installdirs/inc_version_list.U
26627      Branch: perl
26628            ! Configure
26629 ____________________________________________________________________________
26630 [  5918] By: gsar                                  on 2000/04/24  06:16:11
26631         Log: VMS nits in glob() test (from Charles Lane)
26632      Branch: perl
26633            ! t/lib/glob-basic.t
26634 ____________________________________________________________________________
26635 [  5917] By: gsar                                  on 2000/04/24  06:11:56
26636         Log: various pod nits (from Larry Virden and others)
26637      Branch: perl
26638            ! README.amiga README.hpux README.machten README.os2
26639            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
26640            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
26641            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
26642            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
26643            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
26644            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
26645            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
26646            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
26647 ____________________________________________________________________________
26648 [  5916] By: gsar                                  on 2000/04/24  05:52:43
26649         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
26650              <wjones@tc.fluke.com>)
26651      Branch: perl
26652            ! t/lib/glob-basic.t
26653 ____________________________________________________________________________
26654 [  5915] By: gsar                                  on 2000/04/24  05:07:01
26655         Log: supported platforms mixed up
26656      Branch: perl
26657            ! pod/perl56delta.pod pod/perlport.pod
26658 ____________________________________________________________________________
26659 [  5914] By: gsar                                  on 2000/04/24  04:56:08
26660         Log: caller() wasn't returning the right number of elements for
26661              eval {...}
26662      Branch: perl
26663            ! pp_ctl.c t/pragma/warn/9enabled
26664 ____________________________________________________________________________
26665 [  5913] By: gsar                                  on 2000/04/24  04:35:41
26666         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
26667              Mark-Jason Dominus)
26668      Branch: perl
26669            ! pod/perlfunc.pod
26670 ____________________________________________________________________________
26671 [  5912] By: gsar                                  on 2000/04/24  04:17:15
26672         Log: fix totally broken caching in UNIVERSAL::isa() (from
26673              Nick Ing-Simmons)
26674      Branch: perl
26675            ! t/op/universal.t universal.c
26676 ____________________________________________________________________________
26677 [  5911] By: gsar                                  on 2000/04/24  03:39:47
26678         Log: add linebreak properties from unicode/LineBrk.txt (from
26679              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
26680      Branch: perl
26681            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26682            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
26683            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
26684            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
26685            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
26686            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
26687            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
26688            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
26689            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
26690            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
26691            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
26692            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
26693            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
26694            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
26695            + lib/unicode/Is/LbrkZW.pl
26696            ! lib/unicode/mktables.PL
26697 ____________________________________________________________________________
26698 [  5910] By: gsar                                  on 2000/04/24  03:23:10
26699         Log: typo in pod
26700      Branch: perl
26701            ! ext/Thread/Thread.pm
26702 ____________________________________________________________________________
26703 [  5909] By: gsar                                  on 2000/04/24  03:22:03
26704         Log: mode argument to do_binmode() should be file mode, not boolean
26705      Branch: perl
26706            ! pp_sys.c
26707 ____________________________________________________________________________
26708 [  5908] By: gsar                                  on 2000/04/16  16:51:08
26709         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
26710              always returns a valid GV even when the symbol is trapped by strictures
26711              (avoids coredumps)
26712              
26713              TODO: the C<package;> hack needs similar treatment
26714      Branch: perl
26715            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
26716            ! t/pragma/strict-vars
26717 ____________________________________________________________________________
26718 [  5907] By: jhi                                   on 2000/03/31  23:42:56
26719         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
26720              an assumption which #5905 demolished.
26721      Branch: cfgperl
26722            ! pp_sys.c
26723 ____________________________________________________________________________
26724 [  5906] By: jhi                                   on 2000/03/31  18:54:37
26725         Log: Typo in #5905.
26726      Branch: cfgperl
26727            ! t/op/64bitint.t
26728 ____________________________________________________________________________
26729 [  5905] By: jhi                                   on 2000/03/31  18:50:54
26730         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
26731              reported by Joseph N. Hall.  The bug was that even with use64bitint
26732              one had to use the prefixes q, L, or ll with printf/sprintf,
26733              contrary to the documentation and common sense.
26734      Branch: cfgperl
26735            ! sv.c t/op/64bitint.t
26736 ____________________________________________________________________________
26737 [  5904] By: gsar                                  on 2000/03/28  02:31:32
26738         Log: add Changes, perldelta.pod
26739      Branch: perl
26740            + Changes pod/perldelta.pod
26741 ____________________________________________________________________________
26742 [  5903] By: gsar                                  on 2000/03/28  02:03:55
26743         Log: rename Changes and perldelta.pod
26744      Branch: perl
26745           +> Changes5.6 pod/perl56delta.pod
26746            - Changes pod/perldelta.pod
26747            ! MANIFEST
26748 ____________________________________________________________________________
26749 [  5902] By: gsar                                  on 2000/03/28  01:59:14
26750         Log: create maint-5.6 branch
26751      Branch: maint-5.6/perl
26752           +> (branch 1611 files)
26753 ____________________________________________________________________________
26754 [  5901] By: jhi                                   on 2000/03/23  05:48:43
26755         Log: Integrate with Sarathy.
26756      Branch: cfgperl
26757           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
26758 ____________________________________________________________________________
26759 [  5900] By: gsar                                  on 2000/03/23  05:42:43
26760         Log: three guesses on what this is :-)
26761      Branch: perl
26762            ! Changes